Skip to content
Open
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
12 changes: 12 additions & 0 deletions modules/statics/src/coins/botOfcTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
];
70 changes: 52 additions & 18 deletions modules/statics/src/coins/botTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
),
];
Loading