add mun blockchain mainnet

This commit is contained in:
hexskrt 2023-08-15 08:07:49 +07:00 committed by GitHub
parent f1d824d76c
commit 241eaa1ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
chains/mainnet/mun.json Normal file
View File

@ -0,0 +1,22 @@
{
"chain_name": "mun",
"coingecko": "",
"api": [ "https://mainnet1.mun.money" ],
"rpc": [ "https://mainnet1rpc.mun.money" ],
"snapshot_provider": "",
"sdk_version": "0.45.16",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "mun",
"logo": "/logos/mun.png",
"assets": [
{
"base": "umun",
"symbol": "MUN",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/mun.png"
}
]
}