@hyperlane-xyz/core 3.5.1 → 3.6.0

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/core",
3
3
  "description": "Core solidity contracts for Hyperlane",
4
- "version": "3.5.1",
4
+ "version": "3.6.0",
5
5
  "dependencies": {
6
6
  "@eth-optimism/contracts": "^0.6.0",
7
- "@hyperlane-xyz/utils": "3.5.1",
7
+ "@hyperlane-xyz/utils": "3.6.0",
8
8
  "@openzeppelin/contracts": "^4.9.3",
9
9
  "@openzeppelin/contracts-upgradeable": "^v4.9.3"
10
10
  },
@@ -54,6 +54,7 @@
54
54
  "storage": "./storage.sh",
55
55
  "prettier": "prettier --write ./contracts ./test",
56
56
  "test": "hardhat test && forge test -vvv",
57
+ "test:ci": "hardhat test && forge test --no-match-test testFork -vvv",
57
58
  "gas": "forge snapshot",
58
59
  "gas-ci": "yarn gas --check --tolerance 2 || (echo 'Manually update gas snapshot' && exit 1)",
59
60
  "slither": "slither ."