Skip to content

Commit

Permalink
Merge pull request #203 from skalenetwork/release-2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
DimaStebaev authored Jul 25, 2023
2 parents ec092db + 48b4f31 commit 1bd9b7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/**/*"
Expand All @@ -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",
Expand All @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions src/gnosis-safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1bd9b7b

Please sign in to comment.