Skip to content

Commit fffa77a

Browse files
authored
LENS 1.3.0 (#1222)
## Add new chain > Template to provide information about the new chain. Only add extra information in the bottom section. Ensure that the contracts are deployed on the chain, if not deploy with [safe-contracts](https://github.com/safe-global/safe-contracts). Only **one** chain ID, **one** Safe version and **one** deployment type per PR. The RPC will be taken from [DefiLlama's ChainList](https://chainlist.org/). This entire paragraph should be deleted. Please fill the following form: Provide the Chain ID (Only 1 chain id per PR). - Chain_ID: 232 Relevant information: https://explorer.lens.xyz/
1 parent cb2aa10 commit fffa77a

9 files changed

+9
-9
lines changed

src/assets/v1.3.0/compatibility_fallback_handler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/create_call.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/gnosis_safe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/gnosis_safe_l2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/multi_send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/multi_send_call_only.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/proxy_factory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/sign_message_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

src/assets/v1.3.0/simulate_tx_accessor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"195": "eip155",
7575
"196": ["eip155", "canonical"],
7676
"204": ["eip155", "canonical"],
77-
"232": "zksync",
77+
"232": ["zksync", "canonical", "eip155"],
7878
"239": ["eip155", "canonical"],
7979
"240": "zksync",
8080
"246": "canonical",

0 commit comments

Comments
 (0)