Skip to content

Commit

Permalink
Merge branch 'main' into ci/integration
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 30, 2023
2 parents 1ecbbc4 + 185d248 commit abd1a4e
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 86 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zetachain/toolkit",
"version": "0.0.0-set-on-publish",
"description": "",
"main": "",
"main": "A library of ZetaChain helper utilities, contracts, and Hardhat tasks for smart-contract development",
"exports": {
"./tasks": "./dist/tasks/index.js",
"./helpers": "./dist/helpers/index.js",
Expand All @@ -20,12 +20,11 @@
"lint": "npm run lint:js && npm run lint:sol"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "ZetaChain",
"license": "MIT",
"devDependencies": {
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@inquirer/select": "^1.1.3",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
Expand All @@ -40,11 +39,8 @@
"@typescript-eslint/parser": "^5.59.9",
"@uniswap/v2-core": "^1.0.1",
"@zetachain/addresses": "^0.0.10",
"@zetachain/interfaces": "^0.0.1",
"chai": "^4.2.0",
"cpx": "^1.5.0",
"dotenv": "^16.0.3",
"envfile": "^6.18.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand All @@ -54,8 +50,6 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"ethers": "5.4.7",
"handlebars": "^4.7.7",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
Expand All @@ -74,20 +68,24 @@
],
"dependencies": {
"@inquirer/prompts": "^2.1.1",
"@inquirer/select": "1.1.3",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^4.9.2",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@zetachain/faucet-cli": "^2.0.2-athens3.1",
"@zetachain/faucet-cli": "2.0.2-athens3.1",
"@zetachain/networks": "^2.3.0-athens3",
"@zetachain/protocol-contracts": "^2.1.0",
"axios": "^1.4.0",
"bech32": "^2.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.3",
"dotenv": "16.0.3",
"cli-color": "^2.0.3",
"ecpair": "^2.1.0",
"ethers": "^5.4.7",
"envfile": "^6.18.0",
"ethers": "5.4.7",
"form-data": "^4.0.0",
"handlebars": "4.7.7",
"hardhat": "^2.15.0",
"moment": "^2.29.4",
"ora": "5.4.1",
Expand Down
Loading

0 comments on commit abd1a4e

Please sign in to comment.