Skip to content

Commit

Permalink
Chore: Update protocol kit to add new network
Browse files Browse the repository at this point in the history
  • Loading branch information
Fbartoli committed Dec 12, 2024
1 parent 217e2d5 commit d659fe1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@reduxjs/toolkit": "^2.2.6",
"@reown/walletkit": "^1.1.1",
"@safe-global/api-kit": "^2.4.6",
"@safe-global/protocol-kit": "^4.1.2",
"@safe-global/protocol-kit": "^4.1.3",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@safe-global/safe-client-gateway-sdk": "v1.60.1",
"@safe-global/safe-gateway-typescript-sdk": "3.22.4",
Expand Down Expand Up @@ -168,5 +168,6 @@
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4376,14 +4376,14 @@
ethers "^6.13.1"
semver "^7.6.2"

"@safe-global/protocol-kit@^4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@safe-global/protocol-kit/-/protocol-kit-4.1.2.tgz#ba00eece4f302c25ae937e234895028d182aab85"
integrity sha512-SMl5vPezWJfOHvfMNdl+qsRLsjqWPSFwGEDpD/7g77suAOLL5OWcCDV9kQLm/LqaddzJLfC+pY+iw4Z+MZoreg==
"@safe-global/protocol-kit@^4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@safe-global/protocol-kit/-/protocol-kit-4.1.3.tgz#e846263b684dbcbef2d160baf4ebe4e237e4a724"
integrity sha512-UOHNlAcuH1pi/Q5NLBru/EoaVQy7M5gYfVPVuKOCWM5J6riyGo4PVxMgCJgv2kv734gr0vjXYDOyZ0Hajjfp/w==
dependencies:
"@noble/hashes" "^1.3.3"
"@safe-global/safe-core-sdk-types" "^5.1.0"
"@safe-global/safe-deployments" "^1.37.21"
"@safe-global/safe-deployments" "^1.37.22"
"@safe-global/safe-modules-deployments" "^2.2.1"
abitype "^1.0.2"
ethereumjs-util "^7.1.5"
Expand Down Expand Up @@ -4419,10 +4419,10 @@
dependencies:
abitype "^1.0.2"

"@safe-global/safe-deployments@^1.37.21":
version "1.37.21"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.21.tgz#9b194c08a5605bb012d0bc321a74d322d107e361"
integrity sha512-Q5qvcxXjAIcKOO8e3uQ/iNOSE5vRI+5jCO6JW/id5tEwMBtfyj5Ec2Vkk6nz0AM0uo2pyGROYjNTTuefoTthvQ==
"@safe-global/safe-deployments@^1.37.22":
version "1.37.22"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.22.tgz#e26d4837a74ec92eb75cfb2066ccf237085eee6b"
integrity sha512-acUBJ22qqivSjHOwa8laQuHckqpWDjphjdC3zPhUN6G/swHe1WJHN5F2sodtNIjEyRxM73JRRJFsLYfb0EhSAQ==
dependencies:
semver "^7.6.2"

Expand Down

0 comments on commit d659fe1

Please sign in to comment.