-
Notifications
You must be signed in to change notification settings - Fork 295
feat: update hoodi testnet contracts #6547
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: update hoodi testnet contracts #6547
Conversation
f44f815
to
3fb932b
Compare
@@ -11440,7 +11440,7 @@ export const erc20Coins = [ | |||
'tgousd', | |||
'Holesky Testnet GoUSD', | |||
6, | |||
'0x51cef49e20d11a2735d09e3bb68d79ec490e3579', | |||
'0x32275b636171ba98fec28e86ed5f0289bd42aeb9', |
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.
we need to update the network as well from holesky to hoodi?
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.
+1
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.
Good Catch, Updated
this change updates the hteth usd1 and gousd contracts to use hoodi testnet addresses. BREAKING CHANGE: updates usd1 / gousd test contracts TICKET: TMS-1191
3fb932b
to
04cc956
Compare
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.
Let's merge it on wednesday when we are planning to merge other changes for hoodi on test as if we merge this today then these tokens will stop working in staging/test if sdk is bumped in other repos?
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.
LGTM
this change updates the hteth usd1
and gousd contracts to use hoodi
testnet addresses.
Ticket: TMS-1191