Skip to content

Commit 7648bd5

Browse files
authored
Merge pull request #5055 from BitGo/PX-5243-add-erc20-tokens
feat(statics): add ofc erc20 support for usdy and eigen
2 parents d8cf32d + d8f6ef5 commit 7648bd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12672,6 +12672,8 @@ export const coins = CoinMap.fromCoins([
1267212672
ofcerc20('d0efbafb-f9c7-4eb9-83b2-cf137f49e458', 'ofcpendle', 'Pendle', 18, UnderlyingAsset.PENDLE),
1267312673
ofcerc20('4efe4036-6528-45f8-9a3f-d4175103da72', 'ofcom', 'Om Token', 18, UnderlyingAsset.OM),
1267412674
ofcerc20('f60e2aa4-0b99-40df-a316-bc1a41912ffd', 'ofcoceanv2', 'Ocean Token V2', 18, UnderlyingAsset.OCEANV2),
12675+
ofcerc20('0ee531d4-6df5-437d-aec5-aa72e33ac775', 'ofceigen', 'Eigen', 18, UnderlyingAsset.EIGEN),
12676+
ofcerc20('bbe911d8-c900-401c-8dfb-febd98256e75', 'ofcusdy', 'Ondo U.S. Dollar Yield', 18, UnderlyingAsset.USDY),
1267512677
ofcArbethErc20(
1267612678
'df2296e6-366e-4707-bab0-bf16ce592601',
1267712679
'ofcarbeth:link',

0 commit comments

Comments
 (0)