Skip to content

Commit

Permalink
Merge pull request #4400 from BitGo/PX-3568-onboard-arb-go-account
Browse files Browse the repository at this point in the history
feat(statics): Add offchain coins for few Arbeth coins
  • Loading branch information
subavicky authored Apr 8, 2024
2 parents c9199de + d7c570c commit fd609b4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,14 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset.POLYGON,
CoinKind.CRYPTO
),
ofc(
'd3c07741-d4cd-4013-9884-653f437bbfd7',
'ofcarbeth',
'Arbitrum Ethereum (L2 Chain)',
18,
UnderlyingAsset.ARBETH,
CoinKind.CRYPTO
),
tofc('e85d3b60-b6c8-4e29-b6db-38966125cfeb', 'ofctusd', 'Test USD', 2, UnderlyingAsset.USD, CoinKind.FIAT),
tofc('dbac74bb-5dbc-4cdd-ad66-f71315b53a3f', 'ofcteur', 'Test Euro', 2, UnderlyingAsset.EUR, CoinKind.FIAT),
tofc(
Expand Down Expand Up @@ -1528,6 +1536,14 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset.POLYGON,
CoinKind.CRYPTO
),
tofc(
'd4e13852-6b90-4e4c-a664-67d73137faa3',
'ofctarbeth',
'Testnet Arbitrum Ethereum (L2 Chain)',
18,
UnderlyingAsset.ARBETH,
CoinKind.CRYPTO
),
erc20(
'919ba34e-c61e-4346-831f-87660586572a',
'1inch',
Expand Down Expand Up @@ -10327,6 +10343,16 @@ export const coins = CoinMap.fromCoins([
6,
UnderlyingAsset.BUIDL
),
ofcerc20(
'df2296e6-366e-4707-bab0-bf16ce592601',
'ofcarbeth:link',
'Chainlink Token',
18,
UnderlyingAsset['arbeth:link']
),
ofcerc20('59220e6e-d94b-40b7-8e10-2f7c691c2482', 'ofcarbeth:usdc', 'USD Coin', 6, UnderlyingAsset['arbeth:usdc']),
ofcerc20('4834e014-0282-4e27-ad9c-c4a4468ce732', 'ofcarbeth:usdt', 'Tether USD', 6, UnderlyingAsset['arbeth:usdt']),
ofcerc20('e91ce545-8ace-4f12-b6d4-8c5a3e84022f', 'ofcarbeth:arb', 'Arbitrum', 18, UnderlyingAsset['arbeth:arb']),

ofcAlgoToken(
'fec37305-8fb8-4c23-b42c-b4696d579eb9',
Expand Down Expand Up @@ -11552,6 +11578,13 @@ export const coins = CoinMap.fromCoins([
undefined,
'gteth'
),
tofcerc20(
'2489c0e2-c13f-4287-bd1f-03dcd0a8562e',
'ofctarbeth:link',
'Arbitrum Test LINK',
18,
UnderlyingAsset['tarbeth:link']
),
tstellarToken(
'47887cb5-98bb-4942-bd25-3ccca0847f36',
'txlm:BST-GBQTIOS3XGHB7LVYGBKQVJGCZ3R4JL5E4CBSWJ5ALIJUHBKS6263644L',
Expand Down

0 comments on commit fd609b4

Please sign in to comment.