Merge pull request #211 from polkachu/master

Add androma testnet
This commit is contained in:
ping
2022-09-30 09:15:43 +08:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

+20
View File
@@ -0,0 +1,20 @@
{
"chain_name": "androma",
"coingecko": "",
"api": ["https://androma-testnet-api.polkachu.com"],
"rpc": ["https://androma-testnet-rpc.polkachu.com"],
"sdk_version": "0.46.1",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "andr",
"logo": "/logos/androma.png",
"assets": [
{
"base": "uandr",
"symbol": "ANDR",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/androma.png"
}
]
}