safe-global / safe-eth-py

Safe-eth-py includes a set of libraries to work with Ethereum and relevant Ethereum projects
https://safe-eth-py.readthedocs.io/en/latest/quickstart.html
MIT License
165 stars 171 forks source link

[New chain]: Zircuit Mainnet #1316

Closed leonimella closed 3 days ago

leonimella commented 1 week ago

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

github-actions[bot] commented 1 week ago

Validation has failed with the following errors:

github-actions[bot] commented 1 week ago

Validation has failed with the following errors:

leonimella commented 1 week ago

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 commented 3 days ago

/execute

github-actions[bot] commented 3 days ago

🚀 Starting to apply the changes for the new address!

github-actions[bot] commented 3 days ago

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