@towns-protocol/contracts 0.0.343 → 0.0.346
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ If you want to interact with anvil via a front end, you will need to add the loc
|
|
|
109
109
|
**To start a local base blockchain and river blockchain:**
|
|
110
110
|
|
|
111
111
|
```shell
|
|
112
|
-
|
|
112
|
+
cd ../../core && just anvils
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
## Deployment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@towns-protocol/contracts",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.346",
|
|
4
4
|
"packageManager": "yarn@3.8.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-types": "bash scripts/build-contract-types.sh",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@layerzerolabs/oapp-evm": "^0.3.2",
|
|
35
35
|
"@openzeppelin/merkle-tree": "^1.0.8",
|
|
36
36
|
"@prb/test": "^0.6.4",
|
|
37
|
-
"@towns-protocol/prettier-config": "^0.0.
|
|
37
|
+
"@towns-protocol/prettier-config": "^0.0.346",
|
|
38
38
|
"@typechain/ethers-v5": "^10.1.1",
|
|
39
39
|
"@wagmi/cli": "^2.2.0",
|
|
40
40
|
"account-abstraction": "https://github.com/eth-infinitism/account-abstraction/archive/refs/tags/v0.7.0.tar.gz",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "1ea11fbd7b5b473c1b2d929009fddbaa37cc8008"
|
|
61
61
|
}
|