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:
Valentin Bersier 2022-08-20 18:47:14 +02:00 committed by GitHub
parent f660020ba1
commit bb071751d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 0 deletions

View 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"
}]
}

View 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"
}]
}