Skip to content

Commit

Permalink
Add 0g ai chain testnet chainId: 16600 (#5444)
Browse files Browse the repository at this point in the history
* add 0g chain testnet

* update short name

* format code

* add changed icon

---------

Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Jul 19, 2024
1 parent f605ad8 commit 20f8feb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-16600.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "0G-Newton-Testnet",
"chain": "0G-Testnet",
"rpc": ["https://rpc-testnet.0g.ai"],
"faucets": ["https://faucet.0g.ai"],
"nativeCurrency": {
"name": "A0GI",
"symbol": "A0GI",
"decimals": 18
},
"infoURL": "https://0g.ai",
"shortName": "0gai-testnet",
"chainId": 16600,
"networkId": 16600,
"icon": "0gai",
"explorers": [
{
"name": "0G Chain Explorer",
"url": "https://chainscan-newton.0g.ai",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/0gai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa",
"width": 600,
"height": 600,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 20f8feb

Please sign in to comment.