Skip to content

Commit 4cc530e

Browse files
chore(statics): ungated zeta and zetaevm for singapore
TICKET: COIN-2044
1 parent bd67abf commit 4cc530e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/statics/src/coins.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ const BERA_FEATURES = [
345345
CoinFeature.BULK_TRANSACTION,
346346
];
347347
const 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];
348350
export 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',

0 commit comments

Comments
 (0)