File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,8 @@ const BERA_FEATURES = [
345345 CoinFeature . BULK_TRANSACTION ,
346346] ;
347347const ETH_FEATURES_WITH_FRANKFURT = [ ...ETH_FEATURES , CoinFeature . CUSTODY_BITGO_FRANKFURT ] ;
348+ const ZETA_FEATURES = [ ...COSMOS_SIDECHAIN_FEATURES , CoinFeature . CUSTODY_BITGO_SINGAPORE ] ;
349+ const ZETA_EVM_FEATURES = [ ...AccountCoin . DEFAULT_FEATURES , CoinFeature . CUSTODY_BITGO_SINGAPORE ] ;
348350export const coins = CoinMap . fromCoins ( [
349351 ...lightningCoins ,
350352 ...utxoCoins ,
@@ -932,7 +934,7 @@ export const coins = CoinMap.fromCoins([
932934 18 ,
933935 UnderlyingAsset . ZETA ,
934936 BaseUnit . ZETA ,
935- COSMOS_SIDECHAIN_FEATURES
937+ ZETA_FEATURES
936938 ) ,
937939 account (
938940 '1aeb7754-1518-4aac-8cc0-e4bb07713a31' ,
@@ -8583,7 +8585,8 @@ export const coins = CoinMap.fromCoins([
85838585 'Zeta (ERC20)' ,
85848586 18 ,
85858587 '0xf091867ec603a6628ed83d274e835539d82e9cc8' ,
8586- UnderlyingAsset . ZETAEVM
8588+ UnderlyingAsset . ZETAEVM ,
8589+ ZETA_EVM_FEATURES
85878590 ) ,
85888591 erc20 (
85898592 '0e6832b9-9ff6-47b9-9250-5e0cd1e69614' ,
You can’t perform that action at this time.
0 commit comments