@towns-labs/contracts 2.0.7 → 2.0.10
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/package.json +63 -63
package/package.json
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
2
|
+
"name": "@towns-labs/contracts",
|
|
3
|
+
"version": "2.0.10",
|
|
4
|
+
"author": "",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "forge build && wagmi generate && tsc && cp deployments/addresses.json dist/",
|
|
11
|
+
"build:ts": "tsc && cp deployments/addresses.json dist/",
|
|
12
|
+
"coverage": "forge coverage --report summary",
|
|
13
|
+
"deploy:local": "./scripts/sh/deploy.sh local",
|
|
14
|
+
"deploy:local-arb": "./scripts/sh/deploy.sh local-arb --contracts SimpleSettler,Escrow,SimpleFunder",
|
|
15
|
+
"deploy:dev": "./scripts/sh/deploy.sh dev",
|
|
16
|
+
"deploy:prod": "./scripts/sh/deploy.sh prod",
|
|
17
|
+
"deploy:stage": "./scripts/sh/deploy.sh stage",
|
|
18
|
+
"dev": "./scripts/sh/dev.sh",
|
|
19
|
+
"fmt": "forge fmt",
|
|
20
|
+
"generate": "wagmi generate",
|
|
21
|
+
"lint": "forge fmt --check",
|
|
22
|
+
"make-config": "node ./deployments/make-config.js",
|
|
23
|
+
"test": "forge test -vvv",
|
|
24
|
+
"test:gas": "forge test --gas-report",
|
|
25
|
+
"watch:deployments": "tsc --watch"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@axelar-network/axelar-gmp-sdk-solidity": "^6.0.6",
|
|
29
|
+
"@layerzerolabs/lz-evm-protocol-v2": "^3.0.156",
|
|
30
|
+
"@layerzerolabs/oapp-evm": "^0.4.1",
|
|
31
|
+
"@openzeppelin/contracts": "^5.0.0",
|
|
32
|
+
"@towns-protocol/diamond": "^0.7.0",
|
|
33
|
+
"murky": "github:dmfxyz/murky",
|
|
34
|
+
"solady": "^0.1.26",
|
|
35
|
+
"viem": "2.45.1"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@prb/test": "^0.6.4",
|
|
39
|
+
"@wagmi/cli": "^2.8.0",
|
|
40
|
+
"forge-std": "github:foundry-rs/forge-std",
|
|
41
|
+
"prettier": "^3.5.3",
|
|
42
|
+
"prettier-plugin-solidity": "^1.4.2",
|
|
43
|
+
"solhint": "^6.0.2",
|
|
44
|
+
"typescript": "~5.8.3"
|
|
45
|
+
},
|
|
46
|
+
"exports": {
|
|
47
|
+
"./abis": {
|
|
48
|
+
"types": "./dist/abis/index.d.ts",
|
|
49
|
+
"default": "./dist/abis/index.js"
|
|
26
50
|
},
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"prettier-plugin-solidity": "^1.4.2",
|
|
43
|
-
"solhint": "^6.0.2",
|
|
44
|
-
"typescript": "~5.8.3"
|
|
45
|
-
},
|
|
46
|
-
"exports": {
|
|
47
|
-
"./abis": {
|
|
48
|
-
"types": "./dist/abis/index.d.ts",
|
|
49
|
-
"default": "./dist/abis/index.js"
|
|
50
|
-
},
|
|
51
|
-
"./deployments": {
|
|
52
|
-
"types": "./dist/index.d.ts",
|
|
53
|
-
"default": "./dist/index.js"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"files": [
|
|
57
|
-
"dist"
|
|
58
|
-
],
|
|
59
|
-
"keywords": [
|
|
60
|
-
"ethereum",
|
|
61
|
-
"foundry",
|
|
62
|
-
"smart-contracts",
|
|
63
|
-
"solidity",
|
|
64
|
-
"template"
|
|
65
|
-
]
|
|
51
|
+
"./deployments": {
|
|
52
|
+
"types": "./dist/index.d.ts",
|
|
53
|
+
"default": "./dist/index.js"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"files": [
|
|
57
|
+
"dist"
|
|
58
|
+
],
|
|
59
|
+
"keywords": [
|
|
60
|
+
"ethereum",
|
|
61
|
+
"foundry",
|
|
62
|
+
"smart-contracts",
|
|
63
|
+
"solidity",
|
|
64
|
+
"template"
|
|
65
|
+
]
|
|
66
66
|
}
|