-
Notifications
You must be signed in to change notification settings - Fork 68
feat: Add Arbitrum support #373
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
Changes from all commits
cdfe44f
8ed87a6
dfa2cf1
95eda2e
6133b2d
2ff406d
88f03f8
742656e
2164aae
6ba8b93
cbeaa81
a144c88
018740f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ | |
| ], | ||
| "symbol": "ETH", | ||
| "tags": [ | ||
| "arbitrum-based", | ||
| "rollup", | ||
| "no-mempool" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Potentially we do not need no-mempool tag with introduction of arbitrum_based tag. I do not see need for existance of no-mempool tag. We can simply calculate lacks_mempool return value based on other tag/s for example.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think I agree, but for this PR, lets keep that simple. |
||
| ], | ||
|
|
@@ -42,11 +43,11 @@ | |
| "required_confirmations": 1, | ||
| "rpc_urls": [ | ||
| "https://sepolia-rollup.arbitrum.io/rpc", | ||
| "https://arbitrum-sepolia.drpc.org", | ||
| "https://arbitrum-sepolia-rpc.publicnode.com" | ||
|
LuisUrrutia marked this conversation as resolved.
|
||
| ], | ||
| "symbol": "ETH", | ||
| "tags": [ | ||
| "arbitrum-based", | ||
|
zeljkoX marked this conversation as resolved.
|
||
| "deprecated", | ||
| "rollup", | ||
| "no-mempool" | ||
|
|
@@ -73,6 +74,7 @@ | |
| ], | ||
| "symbol": "ETH", | ||
| "tags": [ | ||
| "arbitrum-based", | ||
|
zeljkoX marked this conversation as resolved.
|
||
| "rollup", | ||
| "no-mempool" | ||
| ], | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.