Skip to content

Commit 8a5a5ed

Browse files
dmitrii602ligi
andauthored
add wmc testnet chain (#6593)
* add wmc testnet chain * update wmc icon --------- Co-authored-by: ligi <ligi@ligi.de>
1 parent a7589c6 commit 8a5a5ed

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

_data/chains/eip155-42070.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "WMC Testnet",
3+
"chain": "WMC",
4+
"icon": "wmc",
5+
"rpc": ["https://rpc-testnet-base.worldmobile.net"],
6+
"faucets": ["https://faucet-testnet-base.worldmobile.net"],
7+
"nativeCurrency": {
8+
"name": "WMTx",
9+
"symbol": "WMTx",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://worldmobiletoken.com",
13+
"shortName": "wmtx",
14+
"chainId": 42070,
15+
"networkId": 42070,
16+
"explorers": [
17+
{
18+
"name": "WMC Explorer",
19+
"url": "https://explorer-testnet-base.worldmobile.net",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/wmc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmVWrPMhSkocodzjz54R6qdQ1UJx4Y6oUAsvKuqWTi9u2E",
4+
"width": 232,
5+
"height": 232,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)