Skip to content

Commit

Permalink
feat: add kakarot sepolia network (safe-global#885)
Browse files Browse the repository at this point in the history
## Add new chain
Please fill the following form:

Provide the Chain ID (Only 1 chain id per PR).
- Chain_ID: 920637907288165

Relevant information:
-
https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-920637907288165.json
- Faucets: https://sepolia-faucet.kakarot.org/
- Kakarot Scan: https://sepolia.kakarotscan.org/ (EIP3091)
  • Loading branch information
ajimeno04 authored Nov 26, 2024
1 parent 097e03f commit 8841705
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/compatibility_fallback_handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/create_call.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/gnosis_safe.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/gnosis_safe_l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/multi_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/multi_send_call_only.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/proxy_factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/sign_message_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down
3 changes: 2 additions & 1 deletion src/assets/v1.3.0/simulate_tx_accessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"11297108099": "canonical",
"11297108109": "canonical",
"37714555429": "canonical",
"88153591557": ["canonical", "eip155"]
"88153591557": ["canonical", "eip155"],
"920637907288165": "canonical"
},
"abi": [
{
Expand Down

0 comments on commit 8841705

Please sign in to comment.