Skip to content

Conversation

@hiletmis
Copy link
Contributor

@hiletmis hiletmis commented Mar 6, 2025

Related to https://github.com/api3dao/tasks/issues/1649, https://github.com/api3dao/data-feeds/issues/2562

This PR adds following chains:

  • Hyperliquid
  • Hyperliquid testnet

@hiletmis hiletmis changed the title Csur 2025-03-03 Csur 2025-03-06 Mar 6, 2025
@hiletmis hiletmis marked this pull request as ready for review March 6, 2025 11:56
@hiletmis hiletmis requested a review from bbenligiray as a code owner March 6, 2025 11:56
@hiletmis hiletmis requested a review from bdrhn9 March 6, 2025 15:44
Copy link
Contributor

@bdrhn9 bdrhn9 left a 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

@@ -0,0 +1,23 @@
{
"alias": "hyper-evm",
Copy link
Contributor

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"
}
Copy link
Contributor

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.

"browserUrl": "https://hyperliquid.cloud.blockscout.com/"
},
"id": "999",
"name": "HyperEVM",
Copy link
Contributor

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.

@hiletmis
Copy link
Contributor Author

hiletmis commented Mar 7, 2025

While deploying contracts, did you use customized technique to manage it? I'm asking because of this dual-block architecture.

Yes I had to use an account that big-blocks is enabled for certain contract deployments. It was inevitable.

},
"url": "https://hyperliquid.cloud.blockscout.com/api"
},
"browserUrl": "https://hyperliquid.cloud.blockscout.com/"
Copy link
Member

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

@bbenligiray bbenligiray merged commit c284d75 into main Mar 10, 2025
2 of 3 checks passed
@bbenligiray bbenligiray deleted the hyper-evm-test branch March 10, 2025 07:47
@hiletmis hiletmis mentioned this pull request Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants