@towns-protocol/contracts 0.0.431 → 0.0.432
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
CHANGED
|
@@ -58,11 +58,10 @@ The system also supports cross-chain delegation between Ethereum L1 and Base L2,
|
|
|
58
58
|
|
|
59
59
|
## Requirements
|
|
60
60
|
|
|
61
|
-
Install [
|
|
61
|
+
Install [Bun](https://bun.sh/):
|
|
62
62
|
|
|
63
63
|
```shell
|
|
64
|
-
|
|
65
|
-
corepack enable
|
|
64
|
+
curl -fsSL https://bun.sh/install | bash
|
|
66
65
|
```
|
|
67
66
|
|
|
68
67
|
Install [Foundry](https://github.com/foundry-rs/foundry):
|
|
@@ -77,7 +76,7 @@ foundryup
|
|
|
77
76
|
Clone the repo, then:
|
|
78
77
|
|
|
79
78
|
```shell
|
|
80
|
-
|
|
79
|
+
bun install
|
|
81
80
|
```
|
|
82
81
|
|
|
83
82
|
**To compile the smart contracts:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@towns-protocol/contracts",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.432",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"clean": "forge clean",
|
|
6
6
|
"compile": "forge build",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@layerzerolabs/oapp-evm": "^0.3.2",
|
|
34
34
|
"@openzeppelin/merkle-tree": "^1.0.8",
|
|
35
35
|
"@prb/test": "^0.6.4",
|
|
36
|
-
"@towns-protocol/prettier-config": "^0.0.
|
|
36
|
+
"@towns-protocol/prettier-config": "^0.0.432",
|
|
37
37
|
"@wagmi/cli": "^2.2.0",
|
|
38
38
|
"forge-std": "github:foundry-rs/forge-std#v1.10.0",
|
|
39
39
|
"prettier": "^3.5.3",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "aed1393cc61f669c852b2d244630e27ae27a5922"
|
|
54
54
|
}
|