-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmprocs.yaml
More file actions
31 lines (31 loc) · 1.18 KB
/
mprocs.yaml
File metadata and controls
31 lines (31 loc) · 1.18 KB
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
26
27
28
29
30
31
procs:
anvil-chain-900:
cwd: .
shell: anvil -p 8547 --chain-id 900 --code-size-limit 693216 # Code size limit increased for UniswapV3Factory
anvil-chain-901:
cwd: .
shell: anvil -p 9545 --chain-id 901 --code-size-limit 693216
anvil-chain-902:
cwd: .
shell: anvil -p 9546 --chain-id 902 --code-size-limit 693216
deploy-contracts:
cwd: packages/veraswap-sdk
shell: forge script ./script/DeployLocal.s.sol --code-size-limit 693216 --broadcast --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
hyperlane:
cwd: packages/veraswap-sdk
shell: HYP_KEY=0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6 hyperlane relayer -r ./registry --chains opchainl1,opchaina,opchainb
frontend:
cwd: packages/veraswap-app
shell: pnpm dev
frontend-bloomfolio:
cwd: packages/bloomfolio-app
shell: pnpm dev
sdk:
cwd: packages/veraswap-sdk
shell: pnpm build:watch
duster:
cwd: packages/veraswap-test-duster
shell: PRIVATE_KEY=0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6 pnpm dev
# blockscout:
# cwd: tools/scoutup
# shell: go build && sleep 5 && ./scoutup --supersim