Skip to content

Commit

Permalink
Merge pull request #5018 from BitGo/COIN-1900-arbeth-arb-removal
Browse files Browse the repository at this point in the history
feat(statics): removal of trust frankfurt for arbeth:arb
  • Loading branch information
baltiyal authored Oct 11, 2024
2 parents c24b8db + a0bd6dd commit 6e3ccfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ const INJECTIVE_FEATURES = [
];
const TOKEN_FEATURES_WITH_SWISS = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_SWITZERLAND];
const TOKEN_FEATURES_WITH_NY = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_NEW_YORK];
const TOKEN_FEATURES_WITH_FRANKFURT = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT];
const GENERIC_TOKEN_FEATURES = [
CoinFeature.ACCOUNT_MODEL,
CoinFeature.REQUIRES_BIG_NUMBER,
Expand Down Expand Up @@ -18287,8 +18286,7 @@ export const coins = CoinMap.fromCoins([
'Arbitrum',
18,
'0x912ce59144191c1204e64559fe8253a0e49e6548',
UnderlyingAsset['arbeth:arb'],
TOKEN_FEATURES_WITH_FRANKFURT
UnderlyingAsset['arbeth:arb']
),
arbethErc20(
'65668b2e-6560-4749-a965-4d03eaeffaec',
Expand Down
1 change: 0 additions & 1 deletion modules/statics/test/unit/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
wbtc: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
tkx: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
mana: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
'arbeth:arb': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
// Test Coins
talgo: {
features: [
Expand Down

0 comments on commit 6e3ccfc

Please sign in to comment.