Skip to content

Commit 44c3ad0

Browse files
committed
feat(statics): ungate Optimism for Frankfurt Trust - Bitstamp
JIRA: https://bitgoinc.atlassian.net/browse/WIN-4027
1 parent 489aa32 commit 44c3ad0

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
@@ -19235,7 +19235,8 @@ export const coins = CoinMap.fromCoins([
1923519235
'Optimism',
1923619236
18,
1923719237
'0x4200000000000000000000000000000000000042',
19238-
UnderlyingAsset['opeth:op']
19238+
UnderlyingAsset['opeth:op'],
19239+
TOKEN_FEATURES_WITH_FRANKFURT
1923919240
),
1924019241
opethErc20(
1924119242
'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)