Skip to content

Commit 174e727

Browse files
authored
Merge pull request #5279 from BitGo/ungate-optimism
feat(statics): ungate Optimism for Frankfurt Trust - Bitstamp
2 parents bfaec57 + 44c3ad0 commit 174e727

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19268,7 +19268,8 @@ export const coins = CoinMap.fromCoins([
1926819268
'Optimism',
1926919269
18,
1927019270
'0x4200000000000000000000000000000000000042',
19271-
UnderlyingAsset['opeth:op']
19271+
UnderlyingAsset['opeth:op'],
19272+
TOKEN_FEATURES_WITH_FRANKFURT
1927219273
),
1927319274
opethErc20(
1927419275
'0d045493-8667-4d86-b5c2-d90d2dd38ae5',

modules/statics/test/unit/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
112112
'reth-rocket': { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
113113
injective: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
114114
opeth: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
115+
'opeth:op': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
115116
polygon: {
116117
features: [
117118
CoinFeature.CUSTODY_BITGO_GERMANY,

0 commit comments

Comments
 (0)