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]: Zircuit Mainnet #1316

Closed
leonimella opened this issue Sep 2, 2024 · 6 comments · Fixed by #1325
Closed

[New chain]: Zircuit Mainnet #1316

leonimella opened this issue Sep 2, 2024 · 6 comments · Fixed by #1325

Comments

@leonimella
Copy link

leonimella commented Sep 2, 2024

Summary

I would like to add Zircuit Mainnet chain

Chain ID

48900

Chain detail URL

https://chainlist.org/chain/48900

RPC URL

https://zircuit1-mainnet.p2pify.com

Blockscout Client URL

No response

Etherscan Client URL

No response

Etherscan Client API URL

No response

Version

1.3.0

Address (Master copy)

0x69f4D1788e39c87893C980c06EdF4b7f686e2938

Deployment Tx hash (Master copy)

0

Block explorer URL (Master copy)

https://explorer.zircuit.com/address/0x69f4D1788e39c87893C980c06EdF4b7f686e2938

Address (Master copy L2)

0xfb1bffC9d739B8D520DaF37dF666da4C687191EA

Deployment Tx hash (Master copy L2)

0

Block explorer URL (Master copy L2)

https://explorer.zircuit.com/address/0xfb1bffC9d739B8D520DaF37dF666da4C687191EA

Address (Proxy factory)

0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

Deployment Tx hash (Proxy factory)

0x6ba8772d6ef7bb5b9655242dac15e7c69da465d50d793c17fad8df56f47765b9

Block explorer URL (Proxy factory)

https://explorer.zircuit.com/address/0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Validation has failed with the following errors:

  • Master copy tx_hash is required.
  • Master copy L2 tx_hash is required.

Validation failed!❌

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Validation has failed with the following errors:

  • Unable to obtain Master copy Tx info 0
  • Unable to obtain Master copy L2 Tx info 0

Validation failed!❌

@leonimella
Copy link
Author

Hey team, I want to add a bit of context for this issue. This network was deployed using OPStack, so master copies were present at genesis block and we don't have a transaction hash for those. In this case how can we validate and proceed with this issue?

For reference:

curl --location 'https://zircuit1-mainnet.p2pify.com' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_getCode",
    "params": [
        "0x69f4D1788e39c87893C980c06EdF4b7f686e2938",
        "0x0"
    ]
}'

Response:

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": "0x6080604...7060033"
}

Thank you in advance

@falvaradorodriguez
Copy link
Contributor

/execute

Copy link
Contributor

🚀 Starting to apply the changes for the new address!

Copy link
Contributor

✅ Execution finished, please review the PR and merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants