Skip to content
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

[New chain]: Hyperliquid for v1.3.0 #988

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alfredolopez80
Copy link
Contributor

@alfredolopez80 alfredolopez80 commented Feb 19, 2025

Provide the Chain ID (Only 1 chain id per PR).

  • Chain_ID: 999

Version of contracts deployed
v1.3.0

Logs

reusing "SimulateTxAccessor" at 0x59AD6735bCd8152B84860Cb256dD9e96b85F69Da
reusing "GnosisSafeProxyFactory" at 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2
reusing "DefaultCallbackHandler" at 0x1AC114C2099aFAf5261731655Dc6c306bFcd4Dbd
reusing "CompatibilityFallbackHandler" at 0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4
reusing "CreateCall" at 0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4
reusing "MultiSend" at 0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761
reusing "MultiSendCallOnly" at 0x40A2aCCbd92BCA938b02010E17A5b8929b49130D
reusing "SignMessageLib" at 0xA65387F16B013cf2Af4605Ad8aA5ec25a2cbA3a2
deploying "GnosisSafeL2" (tx: 0x2845931ddf596e21d09830d8c1a3257b60a9b3296f65753e7c2ac9cfad834541)...: deployed at 0x3E5c63644E683549055b9Be8653de26E0B4CD36E with 5201733 gas
deploying "GnosisSafe" (tx: 0x8ca524ed5be0fbd74d56001aac9e7f389ed0f33341e77227232eb0c7e7a9f253)...: deployed at 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552 with 5019271 gas

@alfredolopez80
Copy link
Contributor Author

alfredolopez80 commented Feb 19, 2025

@remedcu i notice something wired:

responde in the review task:

Parsed options:

{
  version: 'v1.3.0',
  chainId: '999',
  rpc: 'https://gwan-ssl.wandevs.org:46891/',
  verbose: true
}

but if you check in the web page: https://chainlist.org/chain/999, give the RPC correct:
https://rpc.hyperliquid.xyz/evm

additional into the repo of chainlist.org i found it this:

https://github.com/DefiLlama/chainlist/blob/main/constants/additionalChainRegistry/chainid-999.js

export const data = {
    "name": "HyperEVM",
    "chain": "HYPE",
    "icon": "hyperliquid",
    "rpc": [
      "https://rpc.hyperliquid.xyz/evm",
    ],
    "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
    "faucets": [],
    "nativeCurrency": {
      "name": "HYPE",
      "symbol": "HYPE",
      "decimals": 18
    },
    "infoURL": "https://hyperfoundation.org/",
    "shortName": "hyper_evm",
    "chainId": 999,
    "networkId": 999,
    "explorers": [
      {
        "name": "Purrsec",
        "url": "https://purrsec.com/"
      }
    ]
  }

Can you verify why?

@remedcu
Copy link
Member

remedcu commented Feb 19, 2025

We get the RPC from here: https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-999.json

@alfredolopez80
Copy link
Contributor Author

We get the RPC from here: https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-999.json

tks, let me talk with the client!!

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.

2 participants