-
Notifications
You must be signed in to change notification settings - Fork 25
DF-21518 Secure Mint aggregator: chainSelector passed in as string #1452
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
DF-21518 Secure Mint aggregator: chainSelector passed in as string #1452
Conversation
jmank88
left a comment
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.
uint64 does not work in json.
What do you mean? JSON supports unlimited precision integers and decimals
Discussed offline: JSON indeed supports unlimited precision, the issue seems to be in how we use mapstructure |
Secure Mint aggregator uses a chainSelector, which is a uint64.
This will be passed in as a string because uint64 does not work in json.
Requires
Nothing
Supports
smartcontractkit/chainlink#18841