Skip to content

Commit

Permalink
Add Duck chain (ethereum-lists#5732)
Browse files Browse the repository at this point in the history
* 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
myronzhangweb3 and ligi authored Sep 2, 2024
1 parent 527799a commit b78a084
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _data/chains/eip155-202105.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/duckchain.json
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.

0 comments on commit b78a084

Please sign in to comment.