Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 40 additions & 28 deletions modules/statics/src/coins/botOfcTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down Expand Up @@ -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,
Expand Down
76 changes: 76 additions & 0 deletions modules/statics/src/coins/botTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,18 @@ export const botTokens = [
undefined,
Networks.test.hoodi
),
AccountCtors.terc20(
'90575fb0-dab0-4951-9469-957e7dc5dbbd',
'hteth:dro',
'Drosera',
18,
'0x499b095ed02f76e56444c242ec43a05f9c2a3ac8',
'hteth:dro' as unknown as UnderlyingAsset,
getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature]),
undefined,
undefined,
Networks.test.hoodi
),
AccountCtors.erc20(
'4161ed06-c331-4e21-8791-eaca5151e869',
'eth:abtx',
Expand Down Expand Up @@ -1663,4 +1675,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
),
];
Loading