diff --git a/modules/statics/src/coins/botOfcTokens.ts b/modules/statics/src/coins/botOfcTokens.ts index f0c5ba1e8a..83dad37887 100644 --- a/modules/statics/src/coins/botOfcTokens.ts +++ b/modules/statics/src/coins/botOfcTokens.ts @@ -193,18 +193,6 @@ export const botOfcTokens = [ undefined, undefined ), - AccountCtors.ofcerc20( - '20be85af-bdef-467e-a735-850248f91aed', - 'ofceth:hv2', - 'Humanity Protocol (New)', - 18, - 'eth:hv2' as unknown as UnderlyingAsset, - undefined, - undefined, - undefined, - undefined, - undefined - ), AccountCtors.ofcerc20( 'e6c700dc-6313-44e0-b4e9-b482d734f1cb', 'ofceth:nvprime', @@ -217,18 +205,6 @@ export const botOfcTokens = [ undefined, undefined ), - AccountCtors.ofcerc20( - '388eba0d-b222-4463-a52a-0695318c5339', - 'ofceth:emxnd', - 'MXND', - 6, - 'eth:emxnd' as unknown as UnderlyingAsset, - undefined, - undefined, - undefined, - undefined, - undefined - ), AccountCtors.ofcerc20( 'b4472153-1f02-45aa-b1b3-9a5793b2a5ae', 'ofceth:king', @@ -278,11 +254,47 @@ export const botOfcTokens = [ undefined ), AccountCtors.ofcerc20( - 'bedae556-f9e0-4066-97c9-400c479b3898', - 'ofceth:strat', - 'Stratofied', + 'e7fb9bbd-e72d-4863-9aad-a851ac00c7c5', + 'ofceth:thusd', + 'thUSD', + 6, + 'eth:thusd' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + '33656cee-7e60-424c-930e-6525c6bcbeda', + 'ofceth:sthusd', + 'Staked thUSD', + 6, + 'eth:sthusd' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + 'f284e63e-381b-48e0-9f7d-dfecebbb8b9e', + 'ofceth:cap', + 'Cap', + 18, + 'eth:cap' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + '5f4cbbd9-7ced-4ef9-9499-9f8e1203e6e4', + 'ofceth:allo', + 'Allora', 18, - 'eth:strat' as unknown as UnderlyingAsset, + 'eth:allo' as unknown as UnderlyingAsset, undefined, undefined, undefined, diff --git a/modules/statics/src/coins/botTokens.ts b/modules/statics/src/coins/botTokens.ts index 701880bcb9..e5b44b1d1b 100644 --- a/modules/statics/src/coins/botTokens.ts +++ b/modules/statics/src/coins/botTokens.ts @@ -1663,4 +1663,68 @@ export const botTokens = [ undefined, undefined ), + AccountCtors.erc20( + '050bff56-13dd-46a3-8a5b-3107bc616d6e', + 'eth:thusd', + 'thUSD', + 6, + '0xa3fe5c7596024e6811e14f029937d5bd8ae485b3', + 'eth:thusd' 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 + ), + AccountCtors.erc20( + 'f100ef34-d0ec-4111-a814-ade9b3f86f00', + 'eth:sthusd', + 'Staked thUSD', + 6, + '0xa808bc9775cb41c52c7842f8b50427fe7a770326', + 'eth:sthusd' 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 + ), + AccountCtors.erc20( + '65a65adf-394e-4670-bdec-afa87e7abe23', + 'eth:cap', + 'Cap', + 18, + '0x99991c6aabba5a096f24f250b73580f5179b9999', + 'eth:cap' 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 + ), + AccountCtors.erc20( + '7564ef29-1137-453b-bc43-9593948814b4', + 'eth:allo', + 'Allora', + 18, + '0x8408d45b61f5823298f19a09b53b7339c0280489', + 'eth:allo' 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 + ), ];