Skip to content
Merged
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
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',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should just be Holesky Testnet USD Standard

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted, will update

6,
UnderlyingAsset.TUSDS,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
'hteth'
),

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