Skip to content

Commit

Permalink
chore: usdyet-usdt ticker renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Jul 18, 2024
1 parent 87e4e83 commit 7d2a04d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layer/data/spot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export const spotMarketIdMap: Record<string, { slug: string; ticker: string }> =
'0xa6ec1de114a5ffa85b6b235144383ce51028a1c0c2dee7db5ff8bf14d5ca0d49': {
slug: 'pythlegacy-usdt',
ticker: 'PYTHlegacy/USDT'
},
'0x75f6a79b552dac417df219ab384be19cb13b53dec7cf512d73a965aee8bc83af': {
slug: 'usdyet-usdt',
ticker: 'USDYet/USDT'
}
}

Expand Down

0 comments on commit 7d2a04d

Please sign in to comment.