Update testnet native assets to canonical names (#1415)

* update Arbitrum Rinkeby native asset

* update Optimism Kovan native asset

* Update Goerli native asset

* Update Ropsten native asset

* Update Rinkeby native asset

* Update Kovan native asset

* Update eip155-421611.json
This commit is contained in:
Vijay Michalik 2022-08-04 12:15:38 +01:00 committed by GitHub
parent 4ba4ca129c
commit 99ea713ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Ropsten Ether", "name": "Ropsten Ether",
"symbol": "ROP", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://github.com/ethereum/ropsten", "infoURL": "https://github.com/ethereum/ropsten",

View File

@ -13,7 +13,7 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Rinkeby Ether", "name": "Rinkeby Ether",
"symbol": "RIN", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://www.rinkeby.io", "infoURL": "https://www.rinkeby.io",

View File

@ -17,7 +17,7 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Kovan Ether", "name": "Kovan Ether",
"symbol": "KOV", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"explorers": [{ "explorers": [{

View File

@ -7,7 +7,7 @@
"networkId": 421611, "networkId": 421611,
"nativeCurrency": { "nativeCurrency": {
"name": "Arbitrum Rinkeby Ether", "name": "Arbitrum Rinkeby Ether",
"symbol": "ARETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"rpc": [ "rpc": [

View File

@ -15,7 +15,7 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Görli Ether", "name": "Görli Ether",
"symbol": "GOR", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://goerli.net/#about", "infoURL": "https://goerli.net/#about",

View File

@ -8,7 +8,7 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Kovan Ether", "name": "Kovan Ether",
"symbol": "KOR", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"explorers": [{ "explorers": [{