File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ 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 ] ;
305304const GENERIC_TOKEN_FEATURES = [
306305 CoinFeature . ACCOUNT_MODEL ,
307306 CoinFeature . REQUIRES_BIG_NUMBER ,
@@ -18287,8 +18286,7 @@ export const coins = CoinMap.fromCoins([
1828718286 'Arbitrum' ,
1828818287 18 ,
1828918288 '0x912ce59144191c1204e64559fe8253a0e49e6548' ,
18290- UnderlyingAsset [ 'arbeth:arb' ] ,
18291- TOKEN_FEATURES_WITH_FRANKFURT
18289+ UnderlyingAsset [ 'arbeth:arb' ]
1829218290 ) ,
1829318291 arbethErc20 (
1829418292 '65668b2e-6560-4749-a965-4d03eaeffaec' ,
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ 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 ] } ,
152151 // Test Coins
153152 talgo : {
154153 features : [
You can’t perform that action at this time.
0 commit comments