@evedex/networks 3.4.3-beta.1 → 3.4.3-beta.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,5 +20,4 @@ Check `.env` and `hardhat.config.js` before deploy modules.
20
20
  3. npx hardhat verify --network eventum_testnet CONTRACT_ADDRESS
21
21
  4. (optional deploy another proxy implementation) npx hardhat deploy --network eventum_testnet --tags UpgradeLuckyShot
22
22
 
23
- 111
24
23
  <!-- release pipeline smoke test -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evedex/networks",
3
- "version": "3.4.3-beta.1",
3
+ "version": "3.4.3-beta.2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/",