safe-global / safe-singleton-factory

Singleton factory used by Safe related contracts
MIT License
86 stars 89 forks source link

[New chain]: Kakarot #713

Open ajimeno04 opened 1 month ago

ajimeno04 commented 1 month ago

Chain Name

Kakarot Starknet Sepolia

RPC URL

https://sepolia-rpc.kakarot.org

The chain must be added to https://chainlist.org/

After creating the issue, a bot will estimate the required pre-fund and post it in the comments. Please check this checkbox after you send the pre-fund.

Relevant information

Native Currency:

Name: Ether Symbol: ETH Decimals: 18 Info URL: https://kakarot.org/ Short Name: kkrt-starknet-sepolia Chain ID: 920637907288165 Network ID: 920637907288165

Explorers:

Name: Kakarot Scan URL: https://sepolia.kakarotscan.org/ Standard: EIP3091 Name: Kakarot Explorer URL: https://sepolia-explorer.kakarot.org/ Standard: EIP3091

Parent:

Type: L2 Chain: eip155-11155111

github-actions[bot] commented 1 month ago

✅ Success:
The issue description is valid:
- The RPC URL is valid
- The chain is in the chainlist
- The deployer address is pre-funded
:sparkles: The team will be in touch with you soon :sparkles:

nlordell commented 3 weeks ago

LOoks like there is an issue with the RPC - simulating the contract deployment is returning that it will end up with empty bytecode:

curl -s https://sepolia-rpc.kakarot.org/ -H 'content-type: application/json' --data '{"jsonrpc":"2.0","id":0,"method":"eth_call","params":[{"data":"0x604580600e600039806000f350fe7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3"},"latest"]}'

Returns

{"jsonrpc":"2.0","id":0,"result":"0x"}