Skip to content

Commit

Permalink
Adding iDos Games Chain Testnet data (ethereum-lists#4885)
Browse files Browse the repository at this point in the history
* Adding iDos Games Chain Testnet data

* Add IGC Logo
* Add iDos Games Chain Testnet Config
* Update eip155-1499.json
* Update igc-testnet.json

* Adding iDos Games Chain Testnet data

* Add IGC Logo
* Add iDos Games Chain Testnet Config

* Add eip155-1499.json
* Add igc-testnet.json

* Adding iDos Games Chain Testnet data

- Add IGC Logo
- Add iDos Games Chain Testnet Config

- Add eip155-1499.json
- Add igc-testnet.json

* Adding iDos Games Chain Testnet data

Add IGC Logo
Add iDos Games Chain Testnet Config
Add eip155-1499.json
Add igc-testnet.json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
iDosGames and ligi authored Apr 22, 2024
1 parent 5fa47d3 commit a3333f2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-1499.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "iDos Games Chain Testnet",
"chain": "IGC",
"icon": "igc-testnet",
"rpc": ["https://rpc-testnet.idos.games"],
"faucets": [],
"nativeCurrency": {
"name": "iDos Games Coin",
"symbol": "IGC",
"decimals": 18
},
"infoURL": "https://idosgames.com/",
"shortName": "IGC",
"chainId": 1499,
"networkId": 1499,
"explorers": [
{
"name": "IGC-Scan",
"url": "https://igcscan.com",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/igc-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmeXuzaYXCDwHgQdpuE9L55JfEChzj11P73Ngrn8vDTE9T",
"width": 1024,
"height": 1024,
"format": "png"
}
]

0 comments on commit a3333f2

Please sign in to comment.