Skip to content

Commit

Permalink
feat: npm pkg app contract addresses 2 (#143)
Browse files Browse the repository at this point in the history
* feat: npm pkg app contract addresses

* select files
  • Loading branch information
andresaiello authored Jan 8, 2024
1 parent 66e4465 commit 95c5ec9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zetachain",
"license": "MIT",
"version": "0.1.0",
"private": true,
"private": false,
"workspaces": {
"packages": [
"packages/*"
Expand Down Expand Up @@ -68,4 +68,4 @@
"dependencies": {
"solc": "0.8.7"
}
}
}
13 changes: 10 additions & 3 deletions packages/zeta-app-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "@zetachain/zeta-app-contracts",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"private": true,
"private": false,
"author": "zetachain",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"contracts",
"data",
"lib",
"scripts",
"typechain-types"
],
"scripts": {
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
Expand All @@ -34,4 +41,4 @@
"@zetachain/protocol-contracts": "^3.0.1",
"ethers": "5.6.8"
}
}
}
12 changes: 9 additions & 3 deletions packages/zevm-app-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "@zetachain/zevm-app-contracts",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"private": true,
"private": false,
"author": "zetachain",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"contracts",
"data",
"scripts",
"typechain-types"
],
"scripts": {
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
Expand Down Expand Up @@ -35,4 +41,4 @@
"@zetachain/protocol-contracts": "^3.0.1",
"ethers": "5.6.8"
}
}
}

0 comments on commit 95c5ec9

Please sign in to comment.