From 8801fcecbe36bd0391f849ad7e037f5512e05c79 Mon Sep 17 00:00:00 2001 From: HeesungB Date: Wed, 29 Nov 2023 12:47:13 +0900 Subject: [PATCH] Add alternativeBIP44s coinType 494 --- cosmos/odin-mainnet-freya.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cosmos/odin-mainnet-freya.json b/cosmos/odin-mainnet-freya.json index f6bfbbb94..4aef1c658 100644 --- a/cosmos/odin-mainnet-freya.json +++ b/cosmos/odin-mainnet-freya.json @@ -12,6 +12,11 @@ "bip44": { "coinType": 118 }, + "alternativeBIP44s": [ + { + "coinType": 494 + } + ], "bech32Config": { "bech32PrefixAccAddr": "odin", "bech32PrefixAccPub": "odinpub", @@ -60,4 +65,4 @@ "coinGeckoId": "odin-protocol" }, "coinType": 118 -} \ No newline at end of file +}