Skip to content

Commit

Permalink
add dcchain (#5067)
Browse files Browse the repository at this point in the history
Co-authored-by: lanhd1226 <[email protected]>
  • Loading branch information
onexie and lanhd1226 authored May 14, 2024
1 parent 2dd55de commit 8aee51c
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-176.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "DC Mainnet",
"chain": "dcchain",
"icon": "dcchain",
"rpc": ["https://rpc.dcnetio.cloud", "wss://ws.dcnetio.cloud"],
"faucets": [],
"nativeCurrency": {
"name": "DC Native Token",
"symbol": "DCT",
"decimals": 18
},
"infoURL": "https://www.dcnetio.cloud",
"shortName": "dcchain",
"chainId": 176,
"networkId": 176,
"explorers": [
{
"name": "dcscan",
"url": "https://exp.dcnetio.cloud",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/dcchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQsNtUoaKUHWaxFMBuCQwkX9WmKHz7iNotcZTFkWo7Qgt",
"width": 1020,
"height": 1022,
"format": "png"
}
]

0 comments on commit 8aee51c

Please sign in to comment.