Skip to content

Commit 08ece3e

Browse files
committed
resolve conflicts with main
2 parents 3b7efec + 0077f34 commit 08ece3e

9 files changed

Lines changed: 578 additions & 116 deletions

File tree

package-lock.json

Lines changed: 68 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.102.2",
2+
"version": "2.102.3",
33
"name": "ambire-common",
44
"description": "Common ground for the Ambire apps",
55
"scripts": {
@@ -18,8 +18,8 @@
1818
"@ambire/signature-validator": "^1.5.0",
1919
"@lifi/types": "^17.7.1",
2020
"@metamask/eth-sig-util": "^8.2.0",
21-
"@safe-global/api-kit": "^4.0.1",
22-
"@safe-global/protocol-kit": "^6.1.2",
21+
"@safe-global/api-kit": "^4.2.0",
22+
"@safe-global/protocol-kit": "^7.2.0",
2323
"@signinwithethereum/siwe": "4.2.0",
2424
"aes-js": "^3.1.2",
2525
"dotenv": "^16.3.1",
@@ -92,6 +92,8 @@
9292
"overrides": {
9393
"elliptic": "^6.6.1",
9494
"cipher-base": "^1.0.6",
95-
"handlebars": "^4.7.9"
95+
"handlebars": "^4.7.9",
96+
"@safe-global/safe-deployments": "1.37.56",
97+
"@safe-global/safe-modules-deployments": "3.0.4"
9698
}
9799
}

src/consts/safe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
export const SAFE_NETWORKS = [
77
1, 10, 56, 100, 130, 137, 143, 146, 480, 999, 5000, 8453, 9745, 42161, 42220, 43114, 57073, 59144,
8-
747474
8+
747474, 4326
99
]
1010

1111
/**

0 commit comments

Comments
 (0)