Skip to content

Commit 749a141

Browse files
authored
add web3games chain and icon (ethereum-lists#998)
* add web3games chain and icon * fix * fix * fix standard * fix shortname
1 parent b787e50 commit 749a141

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

_data/chains/eip155-102.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "Web3Games Testnet",
33
"chain": "Web3Games",
4+
"icon": "web3games",
45
"rpc": ["https://testnet.web3games.org/evm"],
56
"faucets": [],
67
"nativeCurrency": {
@@ -9,7 +10,7 @@
910
"decimals": 18
1011
},
1112
"infoURL": "https://web3games.org/",
12-
"shortName": "w3g",
13+
"shortName": "tw3g",
1314
"chainId": 102,
1415
"networkId": 102
1516
}

_data/chains/eip155-105.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Web3Games Devnet",
3+
"chain": "Web3Games",
4+
"icon": "web3games",
5+
"rpc": ["https://devnet.web3games.org/evm"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Web3Games",
9+
"symbol": "W3G",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://web3games.org/",
13+
"shortName": "dw3g",
14+
"chainId": 105,
15+
"networkId": 105,
16+
"explorers": [{
17+
"name": "Web3Games Explorer",
18+
"url": "https://explorer-devnet.web3games.org",
19+
"standard": "none"
20+
}]
21+
}

_data/icons/web3games.json

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

0 commit comments

Comments
 (0)