Merge pull request #393 from sxlmnwb/patch-1

add chain4energy testnet
This commit is contained in:
ping 2023-05-22 10:44:34 +08:00 committed by GitHub
commit dce0733a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
{
"chain_name": "chain4energy",
"api": ["https://lcd-testnet.c4e.io"],
"rpc": ["https://rpc-testnet.c4e.io"],
"sdk_version": "0.46.10",
"coin_type": "118",
"min_tx_fee": "3000",
"addr_prefix": "c4e",
"logo": "/logos/c4e.png",
"assets": [{
"base": "uc4e",
"symbol": "C4E",
"exponent": "6",
"logo": "/logos/c4e.png"
}]
}