Skip to content

Commit

Permalink
Merge pull request #5026 from BitGo/COIN-2044
Browse files Browse the repository at this point in the history
chore(statics): ungated zeta and zetaevm for singapore
  • Loading branch information
hrishikeshjain authored Oct 15, 2024
2 parents 2b6a07e + 4cc530e commit be99ddb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ const BERA_FEATURES = [
CoinFeature.BULK_TRANSACTION,
];
const ETH_FEATURES_WITH_FRANKFURT = [...ETH_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT];
const ZETA_FEATURES = [...COSMOS_SIDECHAIN_FEATURES, CoinFeature.CUSTODY_BITGO_SINGAPORE];
const ZETA_EVM_FEATURES = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_SINGAPORE];
export const coins = CoinMap.fromCoins([
...lightningCoins,
...utxoCoins,
Expand Down Expand Up @@ -932,7 +934,7 @@ export const coins = CoinMap.fromCoins([
18,
UnderlyingAsset.ZETA,
BaseUnit.ZETA,
COSMOS_SIDECHAIN_FEATURES
ZETA_FEATURES
),
account(
'1aeb7754-1518-4aac-8cc0-e4bb07713a31',
Expand Down Expand Up @@ -8583,7 +8585,8 @@ export const coins = CoinMap.fromCoins([
'Zeta (ERC20)',
18,
'0xf091867ec603a6628ed83d274e835539d82e9cc8',
UnderlyingAsset.ZETAEVM
UnderlyingAsset.ZETAEVM,
ZETA_EVM_FEATURES
),
erc20(
'0e6832b9-9ff6-47b9-9250-5e0cd1e69614',
Expand Down

0 comments on commit be99ddb

Please sign in to comment.