-
Notifications
You must be signed in to change notification settings - Fork 19
feat: add MonadMainnet support #458
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
base: main
Are you sure you want to change the base?
Conversation
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.
Waiting for deployments to be officiallized by protocol team to verify addresses
| [_addressesRegistry[ChainId.ZeroGMainnet].wNative]: NATIVE_ADDRESS, | ||
| }, | ||
| [ChainId.MonadMainnet]: { | ||
| [_addressesRegistry[ChainId.MonadMainnet].wNative]: NATIVE_ADDRESS, |
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.
wNative doesn't exist so this should raise a type error
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.
I’ve properly added wNative to the address registry :)
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.
Or maybe you're talking about something else?
| name: "Monad", | ||
| id: ChainId.MonadMainnet, | ||
| nativeCurrency: { name: "Monad", symbol: "MON", decimals: 18 }, | ||
| explorerUrl: "https://monad.socialscan.io", |
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.
Where did you find the explorer URL? i don't see any in the official doc
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.
It’s a URL that didn’t come from the official docs, @Jean-Grimal gave it to me. Should I just leave it blank if no explorer is available on mainnet?
No description provided.