-
Notifications
You must be signed in to change notification settings - Fork 56
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(providers): adding the Aurora native mainnet and testnet RPC #469
Conversation
08d8561
to
5d02c6d
Compare
5d02c6d
to
1ec1adf
Compare
"eip155:1313161554".into(), | ||
( | ||
"https://mainnet.aurora.dev".into(), | ||
Weight::new(Priority::High).unwrap(), |
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.
Made the priority HIGH
by default for the native endpoint.
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.
IMO easier to do the tests via the NodeJS tests going forward
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
Can we merge this one? :) |
Hello @Karkunow! |
Description
This PR adds the Aurora Mainnet and Testnet RPC as a new
Aurora
provider.Resolves #463
How Has This Been Tested?
cargo run
.Due Diligence