@coset-dev/contracts 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "@coset-dev",
|
|
3
3
|
"name": "@coset-dev/contracts",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "types/ethers-contracts/index.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"prepublishOnly": "hardhat compile",
|
|
13
13
|
"verify": "npx hardhat run scripts/verify.ts",
|
|
14
14
|
"deploy:mainnet": "npx hardhat run scripts/deploy.ts --network mantle",
|
|
15
|
-
"deploy:testnet": "npx hardhat run scripts/deploy.ts --network mantle-testnet"
|
|
16
|
-
"publish": "npm publish --access=public --//registry.npmjs.org/:_authToken=${COSET_NPM_TOKEN}"
|
|
15
|
+
"deploy:testnet": "npx hardhat run scripts/deploy.ts --network mantle-testnet"
|
|
17
16
|
},
|
|
18
17
|
"files": [
|
|
19
18
|
"types"
|