Update the name and symbol of dogechain native currency (#1507)

* Add dogechain icon

* Update the name and symbol of dogechain native currency
This commit is contained in:
Huuuulk 2022-08-28 15:13:35 +08:00 committed by GitHub
parent c051fc2679
commit 057ab18161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Wrapped Dogecoin", "name": "Dogecoin",
"symbol": "wDOGE", "symbol": "DOGE",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://dogechain.dog", "infoURL": "https://dogechain.dog",

View File

@ -5,8 +5,8 @@
"rpc": ["https://rpc-testnet.dogechain.dog"], "rpc": ["https://rpc-testnet.dogechain.dog"],
"faucets": ["https://faucet.dogechain.dog"], "faucets": ["https://faucet.dogechain.dog"],
"nativeCurrency": { "nativeCurrency": {
"name": "Wrapped Dogecoin", "name": "Dogecoin",
"symbol": "wDOGE", "symbol": "DOGE",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://dogechain.dog", "infoURL": "https://dogechain.dog",