forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding adf chain mainnet and testnet
- Loading branch information
1 parent
b929757
commit 67f203c
Showing
4 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "ADF Chain Testnet", | ||
"chain": "ADF Chain Testnet", | ||
"icon": "addfilltestnet", | ||
"rpc": ["https://testnet.adftechnology.com/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ADDFILL Testnet", | ||
"symbol": "tADF", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.adfstarworld.com/", | ||
"shortName": "tADF", | ||
"chainId": 1212, | ||
"networkId": 1212, | ||
"explorers": [ | ||
{ | ||
"name": "ADF Testnet explorer", | ||
"url": "https://testnet-explorer.adftechnology.com/", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"status": "active" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "ADF Chain", | ||
"chain": "ADF Chain", | ||
"icon": "addfillmainnet", | ||
"rpc": ["https://mainnet.adftechnology.com/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ADDFILL", | ||
"symbol": "ADF", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.adfstarworld.com/", | ||
"shortName": "ADF", | ||
"chainId": 1215, | ||
"networkId": 1215, | ||
"explorers": [ | ||
{ | ||
"name": "ADF explorer", | ||
"url": "https://explorer.adftechnology.com/", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"status": "active" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx", | ||
"width": 697, | ||
"height": 697, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx", | ||
"width": 697, | ||
"height": 697, | ||
"format": "png" | ||
} | ||
] |