Add Karura Testnet and Acala Testnet (#1141)

* Add Karura Testnet and Acala Testnet

* fix shortName
This commit is contained in:
zjb0807 2022-05-09 13:04:25 +08:00 committed by GitHub
parent ea3804bf2e
commit 1de69edca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "Karura Network Testnet",
"chain": "KAR",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Karura Token",
"symbol": "KAR",
"decimals": 18
},
"infoURL": "https://karura.network",
"shortName": "tkar",
"chainId": 596,
"networkId": 596,
"slip44": 596
}

View File

@ -0,0 +1,16 @@
{
"name": "Acala Network Testnet",
"chain": "ACA",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Acala Token",
"symbol": "ACA",
"decimals": 18
},
"infoURL": "https://acala.network",
"shortName": "taca",
"chainId": 597,
"networkId": 597,
"slip44": 597
}