Add Karura Testnet and Acala Testnet

This commit is contained in:
zjb0807 2022-05-09 12:09:00 +08:00
parent ea3804bf2e
commit 8da2f115e2
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": "kar",
"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": "aca",
"chainId": 597,
"networkId": 597,
"slip44": 597
}