Skip to content

Commit

Permalink
Merge pull request #5059 from BitGo/USDS-45-24-10-2024
Browse files Browse the repository at this point in the history
feat(statics): adding ofchterc18dp, ofchterc6dp, ofctusds in coins.ts
  • Loading branch information
Doddanna17 authored Oct 24, 2024
2 parents 96b06b2 + 66ec3d7 commit cfe8ccc
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14452,6 +14452,49 @@ export const coins = CoinMap.fromCoins([
undefined,
'gteth'
),
tofcerc20(
'4144a64f-eacd-4df1-a482-72e9c0d976ff',
'ofchterc18dp',
'Test ERC Token 18 decimals',
18,
UnderlyingAsset.TERC18DP,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
'hteth'
),
tofcerc20(
'e34cd75e-62dc-4453-a282-577e407bdb95',
'ofchterc6dp',
'Test ERC Token 6 decimals',
6,
UnderlyingAsset.TERC6DP,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
'hteth'
),
tofcerc20(
'5f83eaf5-9ba2-4aee-8d6a-b97bf2669edb',
'ofctusds',
'Test ERC Token 6 decimals TUSDS',
6,
UnderlyingAsset.TUSDS,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
'hteth'
),

tofcArbethErc20(
'2489c0e2-c13f-4287-bd1f-03dcd0a8562e',
'ofctarbeth:link',
Expand Down

0 comments on commit cfe8ccc

Please sign in to comment.