Fixed wrong symbols on POA and Sokol (#559)

* Fixed Sokol symbol

* Fixed POA symbol
This commit is contained in:
GimluCom 2021-11-12 22:35:00 +01:00 committed by GitHub
parent 42ed21a325
commit d99bef534e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -12,11 +12,11 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "POA Sokol Ether", "name": "POA Sokol Ether",
"symbol": "POA", "symbol": "SKL",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://poa.network", "infoURL": "https://poa.network",
"shortName": "poa", "shortName": "skl",
"chainId": 77, "chainId": 77,
"networkId": 77, "networkId": 77,

View File

@ -11,11 +11,11 @@
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "POA Network Core Ether", "name": "POA Network Core Ether",
"symbol": "SKL", "symbol": "POA",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://poa.network", "infoURL": "https://poa.network",
"shortName": "skl", "shortName": "poa",
"chainId": 99, "chainId": 99,
"networkId": 99, "networkId": 99,
"slip44": 178, "slip44": 178,