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", 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",