Skip to content

Commit 590bb8d

Browse files
FurqaanAliFurqaanAli
authored andcommitted
Add PropTech Mainnet (Chain ID: 88788)
1 parent 20280ba commit 590bb8d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
icon: "ptek",
22+
standard: "EIP3091",
23+
},
24+
],
25+
};

0 commit comments

Comments
 (0)