Skip to content

Commit

Permalink
feat: add 1.3.0 eip155 contracts for Morph Mainnet (#855)
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: 2818

Provide RPC URL for the chain (should be able to query atleast 3+
requests per second for automatic PR check).
- RPC_URL: https://rpc.morphl2.io

Relevant information:
-
https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-2818.json
- safe-global/safe-singleton-factory#740
  • Loading branch information
ElvisKrop authored Oct 31, 2024
1 parent 2eb6693 commit aeed29a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/v1.3.0/compatibility_fallback_handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/create_call.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/gnosis_safe.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/gnosis_safe_l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/multi_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/multi_send_call_only.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/proxy_factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/sign_message_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.3.0/simulate_tx_accessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"2331": "canonical",
"2358": "eip155",
"2810": "eip155",
"2818": "eip155",
"3338": "canonical",
"3737": "canonical",
"3776": "canonical",
Expand Down

0 comments on commit aeed29a

Please sign in to comment.