We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20280ba commit 590bb8dCopy full SHA for 590bb8d
constants/additionalChainRegistry/chainid-88788.js
@@ -0,0 +1,25 @@
1
+export const data = {
2
+ name: "PropTech Mainnet",
3
+ chain: "PTEK",
4
+ rpc: ["https://mainnet.ptekcoin.com"],
5
+ faucets: [],
6
+ nativeCurrency: {
7
+ name: "PropTech Token",
8
+ symbol: "PTEK",
9
+ decimals: 18,
10
+ },
11
+ features: [{ name: "EIP155" }, { name: "EIP1559" }],
12
+ infoURL: "https://ptekcoin.com",
13
+ shortName: "ptek",
14
+ chainId: 88788,
15
+ networkId: 88788,
16
+ icon: "ptek",
17
+ explorers: [
18
+ {
19
+ name: "PropTech Blockchain Explorer",
20
+ url: "https://explorer.ptekcoin.com",
21
22
+ standard: "EIP3091",
23
24
+ ],
25
+};
0 commit comments