Skip to content

Commit

Permalink
Update to toolkit v10 (#62)
Browse files Browse the repository at this point in the history
* Update to toolkit v10

* v10
  • Loading branch information
fadeev authored Jun 25, 2024
1 parent ae0d20e commit f1b990d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": ">=12.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@zetachain/toolkit": "9.0.1",
"@zetachain/toolkit": "^10.0.0",
"axios": "^1.3.6",
"chai": "^4.2.0",
"dotenv": "^16.0.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1796,15 +1796,15 @@
dependencies:
dotenv "^16.1.4"

"@zetachain/[email protected]-rc1":
version "7.0.0-rc1"
resolved "https://registry.yarnpkg.com/@zetachain/protocol-contracts/-/protocol-contracts-7.0.0-rc1.tgz#588483d1ec70e572b7e40e84ef5b34282b0ab375"
integrity sha512-vgS+Pjh4MysOyw8WbqTQVBsHJYqKvMcdV7cNVqxaTJd/dl2ak7NNvsIeaeUnxQrp8XfQol2B8GXJpVLM6MK/dg==
"@zetachain/[email protected]":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@zetachain/protocol-contracts/-/protocol-contracts-7.0.0.tgz#20eb6c62d805d7470408ccdff0e3614684bca174"
integrity sha512-8JTNFZxVZYmDtAXJIEr+tkakuML12X42Fya4bJ1NkfWiVMkcSej92BSTl/35qYtHdjY7vXy9uMrfXEqfw5rsPw==

"@zetachain/toolkit@9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@zetachain/toolkit/-/toolkit-9.0.1.tgz#4a1254e4489fc138480c7a8e35b994789618a0ad"
integrity sha512-RTGKPBm/TfinIsW6TIfRSEJXpcY8OkBetAHVcHBMlpftBsWedFbxCoPFeLgKzpLWP341KSEbkjsjdY/HCdxf7Q==
"@zetachain/toolkit@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@zetachain/toolkit/-/toolkit-10.0.0.tgz#aceb196d139d7c697e20a48012e0674130e1c0b9"
integrity sha512-+Gk5lokCWfqK4Nhm3+TjQb9EgrEyuHcezzxDwvvfjohB0dBor+aRnRyNO1/9+eTqX45M0Cvx4tS51yJCGm0G/g==
dependencies:
"@inquirer/prompts" "^2.1.1"
"@inquirer/select" "1.1.3"
Expand All @@ -1813,7 +1813,7 @@
"@uniswap/v2-periphery" "^1.1.0-beta.0"
"@zetachain/faucet-cli" "^4.0.1"
"@zetachain/networks" "7.0.0"
"@zetachain/protocol-contracts" "7.0.0-rc1"
"@zetachain/protocol-contracts" "7.0.0"
axios "^1.4.0"
bech32 "^2.0.0"
bip39 "^3.1.0"
Expand Down

0 comments on commit f1b990d

Please sign in to comment.