@sudobility/contracts 1.17.55 → 1.17.56
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/contracts",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.56",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/unified/src/unified/index.js",
|
|
6
6
|
"types": "dist/unified/src/unified/index.d.ts",
|
|
@@ -131,7 +131,6 @@
|
|
|
131
131
|
"format": "prettier --write \"**/*.{ts,js,json,md}\"",
|
|
132
132
|
"format:check": "prettier --check \"**/*.{ts,js,json,md}\"",
|
|
133
133
|
"security:audit": "bash scripts/security-audit.sh",
|
|
134
|
-
"postinstall": "echo 'Multi-chain Mailer Contracts installed successfully!'",
|
|
135
134
|
"deploy:evm:local": "npx hardhat run scripts/evm/deploy.ts --network hardhat",
|
|
136
135
|
"deploy:solana:local": "anchor deploy --provider.cluster localnet",
|
|
137
136
|
"deploy:solana:devnet": "anchor deploy --provider.cluster devnet",
|