File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ const INJECTIVE_FEATURES = [
301301] ;
302302const TOKEN_FEATURES_WITH_SWISS = [ ...AccountCoin . DEFAULT_FEATURES , CoinFeature . CUSTODY_BITGO_SWITZERLAND ] ;
303303const TOKEN_FEATURES_WITH_NY = [ ...AccountCoin . DEFAULT_FEATURES , CoinFeature . CUSTODY_BITGO_NEW_YORK ] ;
304+ const TOKEN_FEATURES_WITH_FRANKFURT = [ ...AccountCoin . DEFAULT_FEATURES , CoinFeature . CUSTODY_BITGO_FRANKFURT ] ;
304305const GENERIC_TOKEN_FEATURES = [
305306 CoinFeature . ACCOUNT_MODEL ,
306307 CoinFeature . REQUIRES_BIG_NUMBER ,
@@ -18283,7 +18284,8 @@ export const coins = CoinMap.fromCoins([
1828318284 'Arbitrum' ,
1828418285 18 ,
1828518286 '0x912ce59144191c1204e64559fe8253a0e49e6548' ,
18286- UnderlyingAsset [ 'arbeth:arb' ]
18287+ UnderlyingAsset [ 'arbeth:arb' ] ,
18288+ TOKEN_FEATURES_WITH_FRANKFURT
1828718289 ) ,
1828818290 arbethErc20 (
1828918291 '65668b2e-6560-4749-a965-4d03eaeffaec' ,
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
148148 wbtc : { features : [ CoinFeature . CUSTODY_BITGO_FRANKFURT ] } ,
149149 tkx : { features : [ CoinFeature . CUSTODY_BITGO_FRANKFURT ] } ,
150150 mana : { features : [ CoinFeature . CUSTODY_BITGO_FRANKFURT ] } ,
151+ 'arbeth:arb' : { features : [ CoinFeature . CUSTODY_BITGO_FRANKFURT ] } ,
151152 // Test Coins
152153 talgo : {
153154 features : [
You can’t perform that action at this time.
0 commit comments