-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(statics): adding ofctgousd and ofceth:gousd in coins.ts #5384
Conversation
0c2f7e5
to
cbfb038
Compare
modules/statics/src/coins.ts
Outdated
@@ -13682,6 +13682,7 @@ export const coins = CoinMap.fromCoins([ | |||
ofcerc20('d3f81454-874d-44a2-96e9-2fa37b5311b3', 'ofceth:turbo', 'Turbo', 18, UnderlyingAsset['eth:turbo']), | |||
ofcerc20('509e7614-4134-4f4a-b107-cd3b4783a558', 'ofceth:spx', 'SPX6900', 8, UnderlyingAsset['eth:spx']), | |||
ofcerc20('2c863d38-6d3b-438a-983d-79f20aff030a', 'ofceth:kava', 'Kava', 6, UnderlyingAsset['eth:kava']), | |||
ofcerc20('53a414b4-cefa-4a81-936c-9ecbb2da22cc', 'ofceth:gousd', 'GoUSD', 6, UnderlyingAsset['eth:gousd']), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ofcerc20('53a414b4-cefa-4a81-936c-9ecbb2da22cc', 'ofceth:gousd', 'GoUSD', 6, UnderlyingAsset['eth:gousd']), | |
ofcerc20('53a414b4-cefa-4a81-936c-9ecbb2da22cc', 'ofceth:gousd', 'goUSD', 6, UnderlyingAsset['eth:gousd']), |
Ticket: USDS-119
cbfb038
to
9a0c62e
Compare
'ofctgousd', | ||
'Holesky Testnet GoUSD', | ||
6, | ||
UnderlyingAsset.TGOUSD, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be HTETH:GOUSD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@damodarnaik699 Please don't open the PRs for review when they is not ready.
I moved it to Draft because we did not make a decision on the symbol for the test version of this token, yet.
Ticket: USDS-119