diff --git a/package.json b/package.json index 9841c6a..f0e6d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skalenetwork/upgrade-tools", - "version": "2.0.0", + "version": "2.0.1", "description": "Scripts to support upgrades of smart contracts", "files": [ "dist/**/*" @@ -25,10 +25,6 @@ "cspell": "npx cspell \"**/*\"" }, "devDependencies": { - "@safe-global/safe-core-sdk": "^3.3.2", - "@safe-global/safe-core-sdk-types": "^1.9.0", - "@safe-global/safe-ethers-lib": "^1.9.2", - "@safe-global/safe-service-client": "^2.0.0", "@tsconfig/recommended": "^1.0.1", "@typechain/ethers-v5": "^9.0.0", "@typechain/hardhat": "^4.0.0", @@ -43,6 +39,10 @@ "typescript": "^4.5.5" }, "dependencies": { + "@safe-global/safe-core-sdk": "^3.3.2", + "@safe-global/safe-core-sdk-types": "^1.9.0", + "@safe-global/safe-ethers-lib": "^1.9.2", + "@safe-global/safe-service-client": "^2.0.0", "@openzeppelin/contracts-upgradeable": "^4.4.2", "axios": "^0.27.2", "ethereumjs-util": "^7.1.4" diff --git a/src/gnosis-safe.ts b/src/gnosis-safe.ts index cae363e..2fdd601 100644 --- a/src/gnosis-safe.ts +++ b/src/gnosis-safe.ts @@ -3,9 +3,8 @@ import { ethers } from "hardhat"; import { UnsignedTransaction } from "ethers"; import EthersAdapter from '@safe-global/safe-ethers-lib' import SafeServiceClient from '@safe-global/safe-service-client' -import { SafeTransactionDataPartial, SafeTransaction } from '@safe-global/safe-core-sdk-types' +import { MetaTransactionData, SafeTransactionDataPartial, SafeTransaction } from '@safe-global/safe-core-sdk-types' import Safe, { SafeTransactionOptionalProps } from '@safe-global/safe-core-sdk' -import { MetaTransactionData } from '@safe-global/safe-core-sdk-types' enum Network { MAINNET = 1,