Skip to content

Commit

Permalink
Merge pull request #5279 from BitGo/ungate-optimism
Browse files Browse the repository at this point in the history
feat(statics): ungate Optimism for Frankfurt Trust - Bitstamp
  • Loading branch information
akarath authored Dec 16, 2024
2 parents bfaec57 + 44c3ad0 commit 174e727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19268,7 +19268,8 @@ export const coins = CoinMap.fromCoins([
'Optimism',
18,
'0x4200000000000000000000000000000000000042',
UnderlyingAsset['opeth:op']
UnderlyingAsset['opeth:op'],
TOKEN_FEATURES_WITH_FRANKFURT
),
opethErc20(
'0d045493-8667-4d86-b5c2-d90d2dd38ae5',
Expand Down
1 change: 1 addition & 0 deletions modules/statics/test/unit/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
'reth-rocket': { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
injective: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
opeth: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
'opeth:op': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
polygon: {
features: [
CoinFeature.CUSTODY_BITGO_GERMANY,
Expand Down

0 comments on commit 174e727

Please sign in to comment.