@towns-protocol/contracts 0.0.422 → 0.0.424

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 +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -172,14 +172,14 @@ make deploy-base-sepolia contract=Deploy[Contract] type=facets context=[context]
172
172
  make deploy-facet rpc=base_sepolia contract=[FacetName] context=[context]
173
173
  ```
174
174
 
175
- For example, to deploy the WalletLink facet to Base Sepolia with a deployment context of "gamma":
175
+ For example, to deploy the WalletLink facet to Base Sepolia with a deployment context of "beta":
176
176
 
177
177
  ```shell
178
178
  # Using custom deployment script:
179
- make deploy-base-sepolia contract=DeployWalletLink type=facets context=gamma
179
+ make deploy-base-sepolia contract=DeployWalletLink type=facets context=beta
180
180
 
181
181
  # Using standardized DeployFacet script:
182
- make deploy-facet rpc=base_sepolia contract=WalletLink context=gamma
182
+ make deploy-facet rpc=base_sepolia contract=WalletLink context=beta
183
183
  ```
184
184
 
185
185
  ### Hardware Wallet Deployments
@@ -188,10 +188,10 @@ For hardware wallet deployments, use the corresponding ledger commands:
188
188
 
189
189
  ```shell
190
190
  # Using custom deployment script:
191
- make deploy-ledger-base-sepolia contract=DeployWalletLink type=facets context=gamma
191
+ make deploy-ledger-base-sepolia contract=DeployWalletLink type=facets context=beta
192
192
 
193
193
  # Using standardized DeployFacet script:
194
- make deploy-facet-ledger rpc=base_sepolia contract=WalletLink context=gamma
194
+ make deploy-facet-ledger rpc=base_sepolia contract=WalletLink context=beta
195
195
  ```
196
196
 
197
197
  You can see all the contracts available for deployment in the [deployments](./scripts/deployments) directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/contracts",
3
- "version": "0.0.422",
3
+ "version": "0.0.424",
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.422",
36
+ "@towns-protocol/prettier-config": "^0.0.424",
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",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "a4caf69832b85fe54cf6e5121de3107c61d4c027"
56
+ "gitHead": "ff9afc89395918c9b5a0871fb310c922b6a1270d"
57
57
  }