Skip to content

Commit 90353fb

Browse files
Solovyov1796Solovyov1796FrederikBolding
authored
Add 0g chain mainnet info (#7719)
* Add 0g chain mainnet chainId: 16661 * update chain name * update * remove chainscan info temporary * Remove chainscan info temporary. * reformat * remove info of testnet "newton" and add info of testnet "galileo" * deprecated old testnet "newton" * Update _data/chains/eip155-16600.json * Update _data/chains/eip155-16601.json --------- Co-authored-by: Solovyov1796 <[email protected]> Co-authored-by: Frederik Bolding <[email protected]>
1 parent bcda96c commit 90353fb

File tree

4 files changed

+51
-8
lines changed

4 files changed

+51
-8
lines changed

_data/chains/eip155-16600.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "0G-Newton-Testnet",
33
"chain": "0G-Testnet",
4-
"rpc": ["https://evmrpc-testnet.0g.ai"],
4+
"status": "deprecated",
5+
"rpc": [],
56
"faucets": ["https://faucet.0g.ai"],
67
"nativeCurrency": {
78
"name": "A0GI",
@@ -13,11 +14,5 @@
1314
"chainId": 16600,
1415
"networkId": 16600,
1516
"icon": "0gai",
16-
"explorers": [
17-
{
18-
"name": "0G BlockChain Explorer",
19-
"url": "https://chainscan-newton.0g.ai",
20-
"standard": "none"
21-
}
22-
]
17+
"explorers": []
2318
}

_data/chains/eip155-16601.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "0G-Galileo-Testnet",
3+
"chain": "0G-Testnet",
4+
"rpc": ["https://evmrpc-testnet.0g.ai"],
5+
"faucets": ["https://faucet.0g.ai"],
6+
"nativeCurrency": {
7+
"name": "A0GI",
8+
"symbol": "A0GI",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://0g.ai",
12+
"shortName": "0gai-galileo-testnet",
13+
"chainId": 16601,
14+
"networkId": 16601,
15+
"icon": "0gai",
16+
"explorers": [
17+
{
18+
"name": "0G BlockChain Explorer",
19+
"url": "https://chainscan-galileo.0g.ai",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-16661.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "0G Mainnet",
3+
"chain": "0G",
4+
"rpc": ["https://evmrpc.0g.ai"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "0G",
8+
"symbol": "0G",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://0g.ai",
12+
"shortName": "0g",
13+
"chainId": 16661,
14+
"networkId": 16661,
15+
"icon": "0g",
16+
"explorers": []
17+
}

_data/icons/0g.json

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

0 commit comments

Comments
 (0)