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..f359faf7de 100644 --- a/modules/statics/src/coins/botTokens.ts +++ b/modules/statics/src/coins/botTokens.ts @@ -1423,4 +1423,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 + ), ];