mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Dogechain and Dogechain Testnet (#1449)
* Create dogechain mainnet data file * Removed icon and network fields * Create data file for dogechain testnet
This commit is contained in:
parent
f660020ba1
commit
bb071751d1
27
_data/chains/eip155-2000.json
Normal file
27
_data/chains/eip155-2000.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "Dogechain Mainnet",
|
||||||
|
"chain": "DC",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-sg.dogechain.dog",
|
||||||
|
"https://rpc-us.dogechain.dog",
|
||||||
|
"https://rpc.dogechain.dog",
|
||||||
|
"https://rpc01-sg.dogechain.dog",
|
||||||
|
"https://rpc02-sg.dogechain.dog",
|
||||||
|
"https://rpc03-sg.dogechain.dog"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Wrapped Dogecoin",
|
||||||
|
"symbol": "wDOGE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://dogechain.dog",
|
||||||
|
"shortName": "dc",
|
||||||
|
"chainId": 2000,
|
||||||
|
"networkId": 2000,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "dogechain explorer",
|
||||||
|
"url": "https://explorer.dogechain.dog",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
24
_data/chains/eip155-568.json
Normal file
24
_data/chains/eip155-568.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Dogechain Testnet",
|
||||||
|
"chain": "DC",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-testnet.dogechain.dog"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet.dogechain.dog"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Wrapped Dogecoin",
|
||||||
|
"symbol": "wDOGE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://dogechain.dog",
|
||||||
|
"shortName": "dct",
|
||||||
|
"chainId": 568,
|
||||||
|
"networkId": 568,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "dogechain testnet explorer",
|
||||||
|
"url": "https://explorer-testnet.dogechain.dog",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user