diff --git a/mun/chain.json b/mun/chain.json index 8015436aab..aef74a12f8 100644 --- a/mun/chain.json +++ b/mun/chain.json @@ -59,19 +59,33 @@ "provider": "Mun" } ], - "persistent_peers": [] + "persistent_peers": [ + { + "id": "d28d8c1d31fa97fe668c90700797709f3a0f1b6c", + "address": "rpc.mun.indonode.net:55656", + "provider": "Indonode" + } + ] }, "apis": { "rpc": [ { "address": "https://mainnet1rpc.mun.money", "provider": "Mun" + }, + { + "address": "https://rpc.mun.indonode.net", + "provider": "Indonode" } ], "rest": [ { "address": "https://mainnet1.mun.money", "provider": "Mun" + }, + { + "address": "https://api.mun.indonode.net", + "provider": "Indonode" } ], "grpc": [] @@ -80,6 +94,10 @@ { "url": "https://explorer.mun.money/mun", "tx_page": "https://explorer.mun.money/mun/${txHash}" + }, + { + "url": "https://explorer.indonode.net/mun/staking", + "tx_page": "https://explorer.indonode.net/mun/${txHash}" }, { "kind": "ping.pub",