Skip to content

Commit 75eee24

Browse files
feat: add Injective Testnet V1.4.1 (#1321)
## 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: 1439 Relevant information: Add any other relevant information like blockexplorer, any annotation... <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds network ID `1439` mapped to `canonical` across v1.4.1 Safe contract asset files. > > - **Assets v1.4.1** > - **Network support**: Add chain ID `1439` → `canonical` in `networkAddresses` for: > - `src/assets/v1.4.1/safe.json`, `safe_l2.json`, `safe_proxy_factory.json` > - `create_call.json`, `multi_send.json`, `multi_send_call_only.json` > - `compatibility_fallback_handler.json`, `sign_message_lib.json`, `simulate_tx_accessor.json` > - `safe_migration.json`, `safe_to_l2_migration.json`, `safe_to_l2_setup.json` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 64bc213. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0e49fd5 commit 75eee24

12 files changed

Lines changed: 12 additions & 0 deletions

src/assets/v1.4.1/compatibility_fallback_handler.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"1329": "canonical",
105105
"1337": "canonical",
106106
"1424": "canonical",
107+
"1439": "canonical",
107108
"1442": "canonical",
108109
"1480": "canonical",
109110
"1514": "canonical",

src/assets/v1.4.1/create_call.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"1329": "canonical",
105105
"1337": "canonical",
106106
"1424": "canonical",
107+
"1439": "canonical",
107108
"1442": "canonical",
108109
"1480": "canonical",
109110
"1514": "canonical",

src/assets/v1.4.1/multi_send.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"1329": "canonical",
105105
"1337": "canonical",
106106
"1424": "canonical",
107+
"1439": "canonical",
107108
"1442": "canonical",
108109
"1480": "canonical",
109110
"1514": "canonical",

src/assets/v1.4.1/multi_send_call_only.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"1329": "canonical",
105105
"1337": "canonical",
106106
"1424": "canonical",
107+
"1439": "canonical",
107108
"1442": "canonical",
108109
"1480": "canonical",
109110
"1514": "canonical",

src/assets/v1.4.1/safe.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"1329": "canonical",
105105
"1337": "canonical",
106106
"1424": "canonical",
107+
"1439": "canonical",
107108
"1442": "canonical",
108109
"1480": "canonical",
109110
"1514": "canonical",

src/assets/v1.4.1/safe_l2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"1329": "canonical",
105105
"1337": "canonical",
106106
"1424": "canonical",
107+
"1439": "canonical",
107108
"1442": "canonical",
108109
"1480": "canonical",
109110
"1514": "canonical",

src/assets/v1.4.1/safe_migration.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"1329": "canonical",
8989
"1337": "canonical",
9090
"1424": "canonical",
91+
"1439": "canonical",
9192
"1480": "canonical",
9293
"1514": "canonical",
9394
"1516": "canonical",

src/assets/v1.4.1/safe_proxy_factory.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"1329": "canonical",
105105
"1337": "canonical",
106106
"1424": "canonical",
107+
"1439": "canonical",
107108
"1442": "canonical",
108109
"1480": "canonical",
109110
"1514": "canonical",

src/assets/v1.4.1/safe_to_l2_migration.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"1329": "canonical",
8989
"1337": "canonical",
9090
"1424": "canonical",
91+
"1439": "canonical",
9192
"1480": "canonical",
9293
"1514": "canonical",
9394
"1516": "canonical",

src/assets/v1.4.1/safe_to_l2_setup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"1329": "canonical",
8989
"1337": "canonical",
9090
"1424": "canonical",
91+
"1439": "canonical",
9192
"1480": "canonical",
9293
"1514": "canonical",
9394
"1516": "canonical",

0 commit comments

Comments
 (0)