Skip to content

Commit 8dd6f5a

Browse files
authored
Add World Mobile Chain Testnet (#7465)
* Add World Mobile Chain Testnet * Fix prettier issue
1 parent c0b788b commit 8dd6f5a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_data/chains/eip155-323432.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "World Mobile Chain Testnet",
3+
"chain": "WOMOX",
4+
"rpc": ["https://worldmobile-devnet.g.alchemy.com/public"],
5+
"faucets": ["https://testnet-faucet.worldmobile.net"],
6+
"nativeCurrency": {
7+
"name": "ATestingToken",
8+
"symbol": "WOMOX",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://worldmobile.io/the-chain",
12+
"shortName": "WMCTEST",
13+
"chainId": 323432,
14+
"networkId": 323432,
15+
"explorers": [
16+
{
17+
"name": "World Mobile Testnet Explorer",
18+
"url": "https://testnet-explorer.worldmobile.net",
19+
"standard": "EIP3091"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)