-
Notifications
You must be signed in to change notification settings - Fork 6
Csur 2025-03-06 #414
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
Csur 2025-03-06 #414
Conversation
bdrhn9
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.
While deploying contracts, did you use customized technique to manage it? I'm asking because of this dual-block architecture.
As I understand, small blocks (2M gas limit, 2 seconds interval) refers to default EVM blocks and without need any customization in RPC calls. Because test update spent ~300k gas, I won't expect any issue from Airseeker side
data/chains/hyper-evm.json
Outdated
| @@ -0,0 +1,23 @@ | |||
| { | |||
| "alias": "hyper-evm", | |||
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.
As seen in the docs, HyperEVM is only the EVM component of the Hyperliquid blockchain, while the other part is HyperCore. Since there is only one EVM component, I'd prefer to use hyperliquid.
| { | ||
| "alias": "default", | ||
| "rpcUrl": "https://rpc.hyperliquid.xyz/evm" | ||
| } |
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 recommend adding https://rpc.hypurrscan.io as well. A nslookup check confirms that it originates from a different source.
data/chains/hyper-evm.json
Outdated
| "browserUrl": "https://hyperliquid.cloud.blockscout.com/" | ||
| }, | ||
| "id": "999", | ||
| "name": "HyperEVM", |
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.
Similarly, HyperEVM identifies EVM front of Hyperliquid chain. So I'd name this chain as Hyperliquid.
Yes I had to use an account that big-blocks is enabled for certain contract deployments. It was inevitable. |
…-testnet, and update related configurations
| }, | ||
| "url": "https://hyperliquid.cloud.blockscout.com/api" | ||
| }, | ||
| "browserUrl": "https://hyperliquid.cloud.blockscout.com/" |
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.
Maybe the official one is preferable even without contract verification
Related to https://github.com/api3dao/tasks/issues/1649, https://github.com/api3dao/data-feeds/issues/2562
This PR adds following chains: