Skip to content

Commit

Permalink
chore(tx-builder): bump safe-deployments dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Jul 20, 2023
1 parent a1d7a63 commit b834aca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/tx-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"homepage": "/tx-builder",
"dependencies": {
"@gnosis.pm/safe-deployments": "^1.19.0",
"@gnosis.pm/safe-react-components": "1.1.5",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@safe-global/safe-apps-provider": "0.17.0",
"@safe-global/safe-deployments": "^1.26.0",
"axios": "^0.27.2",
"evm-proxy-detection": "1.0.0",
"localforage": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/tx-builder/src/lib/simulation/multisend.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Web3 from 'web3'
import { BaseTransaction } from '@safe-global/safe-apps-sdk'
import { getMultiSendCallOnlyDeployment } from '@gnosis.pm/safe-deployments'
import { getMultiSendCallOnlyDeployment } from '@safe-global/safe-deployments'

const getMultiSendCallOnlyAddress = (chainId: string): string => {
const deployment = getMultiSendCallOnlyDeployment({ network: chainId })
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1734,13 +1734,6 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@gnosis.pm/safe-deployments@^1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@gnosis.pm/safe-deployments/-/safe-deployments-1.19.0.tgz#f4ba8cf92cd6fdff4241ac50e410b4a6ff89babe"
integrity sha512-EvHR/LjMwJm0QKXyTscRXqR9vnJwCUDiMnRNKRyXe1akW+udiYXjJTAiGuleFS4DOUSqs6DpAjYlLnXMzUsVMw==
dependencies:
semver "^7.3.7"

"@gnosis.pm/[email protected]":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@gnosis.pm/safe-react-components/-/safe-react-components-1.1.5.tgz#794e6cd175dc82ffb12f0e2a721d047113d5046d"
Expand Down Expand Up @@ -2761,6 +2754,13 @@
"@safe-global/safe-gateway-typescript-sdk" "^3.5.3"
ethers "^5.7.2"

"@safe-global/safe-deployments@^1.26.0":
version "1.26.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.26.0.tgz#b83615b3b5a66e736e08f8ecf2801ed988e9e007"
integrity sha512-Tw89O4/paT19ieMoiWQbqRApb0Bef/DxweS9rxodXAM5EQModkbyFXGZca+YxXE67sLvWjLr2jJUOxwze8mhGw==
dependencies:
semver "^7.3.7"

"@safe-global/safe-gateway-typescript-sdk@^3.5.3":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.7.0.tgz#2af52f1bc73759b1b6a549fed598781c8c5fce72"
Expand Down

0 comments on commit b834aca

Please sign in to comment.