Add ASK chain (#507)

This commit is contained in:
Frederik Bolding 2021-10-23 10:12:23 +02:00 committed by GitHub
parent 4f62e4e6d0
commit f976d2ef66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
{
"name": "Permission",
"chain": "ASK",
"network": "ASK",
"rpc": [
"https://blockchain-api-mainnet.permission.io/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "ASK",
"symbol": "ASK",
"decimals": 18
},
"infoURL": "https://permission.io/",
"shortName": "ASK",
"chainId": 222,
"networkId": 2221,
"slip44": 2221
}