diff --git a/modules/statics/src/coins/botOfcTokens.ts b/modules/statics/src/coins/botOfcTokens.ts index e0480a9943..aa5b206e2a 100644 --- a/modules/statics/src/coins/botOfcTokens.ts +++ b/modules/statics/src/coins/botOfcTokens.ts @@ -133,4 +133,16 @@ export const botOfcTokens = [ undefined, undefined ), + AccountCtors.ofcerc20( + '4b5a115f-534e-4cd7-befc-9e432b6fe3c4', + 'ofceth:frnt', + 'Frontier Stable Token', + 6, + 'eth:frnt' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), ]; diff --git a/modules/statics/src/coins/botTokens.ts b/modules/statics/src/coins/botTokens.ts index 9e22d3aaf3..1f759888cc 100644 --- a/modules/statics/src/coins/botTokens.ts +++ b/modules/statics/src/coins/botTokens.ts @@ -1251,12 +1251,18 @@ export const botTokens = [ 18, '0x91600e31fbedc72433d4a57f16639cfe661be7d8', 'eth:gusdcq' as unknown as UnderlyingAsset, - getTokenFeatures('eth', [ - 'custody-bitgo-new-york' as CoinFeature, - 'custody-bitgo-germany' as CoinFeature, - 'custody-bitgo-korea' as CoinFeature, - 'receipt-token' as CoinFeature, - ]), + getTokenFeatures( + 'eth', + ['receipt-token' as CoinFeature], + [ + 'custody-bitgo-mena-fze' as CoinFeature, + 'custody-bitgo-custody-mena-fze' as CoinFeature, + 'custody-bitgo-singapore' as CoinFeature, + 'custody-bitgo-europe-aps' as CoinFeature, + 'custody-bitgo-frankfurt' as CoinFeature, + 'custody-bitgo-india' as CoinFeature, + ] + ), undefined, undefined, undefined @@ -1268,12 +1274,18 @@ export const botTokens = [ 18, '0x71ffb6a81786ec285d429d531cf655107b9d878d', 'eth:gusdtq' as unknown as UnderlyingAsset, - getTokenFeatures('eth', [ - 'custody-bitgo-new-york' as CoinFeature, - 'custody-bitgo-germany' as CoinFeature, - 'custody-bitgo-korea' as CoinFeature, - 'receipt-token' as CoinFeature, - ]), + getTokenFeatures( + 'eth', + ['receipt-token' as CoinFeature], + [ + 'custody-bitgo-mena-fze' as CoinFeature, + 'custody-bitgo-custody-mena-fze' as CoinFeature, + 'custody-bitgo-singapore' as CoinFeature, + 'custody-bitgo-europe-aps' as CoinFeature, + 'custody-bitgo-frankfurt' as CoinFeature, + 'custody-bitgo-india' as CoinFeature, + ] + ), undefined, undefined, undefined @@ -1285,12 +1297,18 @@ export const botTokens = [ 18, '0x1878805799273d10ae96a58201a6f5254cf9824f', 'eth:gwethq' as unknown as UnderlyingAsset, - getTokenFeatures('eth', [ - 'custody-bitgo-new-york' as CoinFeature, - 'custody-bitgo-germany' as CoinFeature, - 'custody-bitgo-korea' as CoinFeature, - 'receipt-token' as CoinFeature, - ]), + getTokenFeatures( + 'eth', + ['receipt-token' as CoinFeature], + [ + 'custody-bitgo-mena-fze' as CoinFeature, + 'custody-bitgo-custody-mena-fze' as CoinFeature, + 'custody-bitgo-singapore' as CoinFeature, + 'custody-bitgo-europe-aps' as CoinFeature, + 'custody-bitgo-frankfurt' as CoinFeature, + 'custody-bitgo-india' as CoinFeature, + ] + ), undefined, undefined, undefined @@ -1423,4 +1441,20 @@ export const botTokens = [ undefined, undefined ), + AccountCtors.erc20( + 'c1482f56-3438-4278-b735-71c13b28ef08', + 'eth:frnt', + 'Frontier Stable Token', + 6, + '0x5e817f2abccb9095585d26c2a3ce234a440574fc', + 'eth:frnt' as unknown as UnderlyingAsset, + getTokenFeatures('eth', [ + 'custody-bitgo-new-york' as CoinFeature, + 'custody-bitgo-germany' as CoinFeature, + 'custody-bitgo-korea' as CoinFeature, + ]), + undefined, + undefined, + undefined + ), ];