We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b788b commit 8dd6f5aCopy full SHA for 8dd6f5a
_data/chains/eip155-323432.json
@@ -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