Skip to content

Commit

Permalink
add AITD testnet (ethereum-lists#1149)
Browse files Browse the repository at this point in the history
* add AITD testnet

* Update _data/chains/eip155-239.json

Co-authored-by: ligi <[email protected]>
  • Loading branch information
moumc and ligi authored May 13, 2022
1 parent 6e4e980 commit db8572a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _data/chains/eip155-239.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Aitd Testnet",
"chain": "AITD",
"icon": "aitd",
"rpc": [
"http://http-testnet.aitd.io"
],
"faucets": [
"https://aitd-faucet-pre.aitdcoin.com/"
],
"nativeCurrency": {
"name": "AITD Testnet",
"symbol": "AITD",
"decimals": 18
},
"infoURL": "https://www.aitd.io/",
"shortName": "AITD",
"chainId": 239,
"networkId": 239,

"explorers": [{
"name": "AITD Chain Explorer",
"url": "https://aitd-explorer-pre.aitdcoin.com",
"standard": "EIP3091"
}]
}
8 changes: 8 additions & 0 deletions _data/icons/aitd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmNUzX12Gtn4fePqJeMcACvECEH2VeUeNaMFja2kfff1WS",
"width":64,
"height":64,
"format":"png"
}
]

0 comments on commit db8572a

Please sign in to comment.