From 673d48e1a2b3f89d7de4cd3f490526c4eeff56c5 Mon Sep 17 00:00:00 2001 From: cordt-sei <165932662+cordt-sei@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:57:00 -0700 Subject: [PATCH 1/2] Adds 118 as alt. cointype for Sei - eip155:1329.json --- evm/eip155:1329.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/evm/eip155:1329.json b/evm/eip155:1329.json index 3161448e4..f07f076b5 100644 --- a/evm/eip155:1329.json +++ b/evm/eip155:1329.json @@ -11,6 +11,11 @@ "bip44": { "coinType": 60 }, + "alternativeBIP44s": [ + { + "coinType": 118 + } + ], "stakeCurrency": { "coinDenom": "SEI", "coinMinimalDenom": "sei-native", From b5cccb89aa5504b0a6cd0ce14180b40ce0ec975f Mon Sep 17 00:00:00 2001 From: cordt-sei <165932662+cordt-sei@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:48:55 -0700 Subject: [PATCH 2/2] Changes Sei hdpath CT 60 + alt 118 - pacific.json --- cosmos/pacific.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cosmos/pacific.json b/cosmos/pacific.json index 8b8a1550a..1cae0b1fd 100644 --- a/cosmos/pacific.json +++ b/cosmos/pacific.json @@ -5,8 +5,13 @@ "chainName": "Sei", "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pacific/chain.png", "bip44": { - "coinType": 118 + "coinType": 60 }, + "alternativeBIP44s": [ + { + "coinType": 118 + } + ], "stakeCurrency": { "coinDenom": "SEI", "coinMinimalDenom": "usei",