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.
Add Duck chain (ethereum-lists#5732)
* add duck chain testnet * add duck chain testnet * add duck chain testnet * add duck chain testnet * fix * fix * fix --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
527799a
commit b78a084
Showing
3 changed files
with
42 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,34 @@ | ||
{ | ||
"name": "DuckChain Testnet", | ||
"title": "DuckChain Testnet", | ||
"chain": "DuckChain", | ||
"icon": "duckchain", | ||
"rpc": [ | ||
"https://testnet-rpc.duckchain.io", | ||
"https://testnet-rpc-hk.duckchain.io" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TON", | ||
"symbol": "TON", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://duckchain.io", | ||
"shortName": "Duck-Chain-Testnet", | ||
"chainId": 202105, | ||
"networkId": 202105, | ||
"explorers": [ | ||
{ | ||
"name": "DuckChain Scan", | ||
"url": "https://www.okx.com/web3/explorer/duckchain-testnet", | ||
"icon": "duckchain", | ||
"standard": "EIP3091" | ||
}, | ||
{ | ||
"name": "DuckChain Scan", | ||
"url": "https://www.oklink.com/duckchain-testnet", | ||
"icon": "duckchain", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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://QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL", | ||
"width": 1042, | ||
"height": 1042, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.