We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66046dd commit 700c391Copy full SHA for 700c391
.github/workflows/ci.yml
@@ -28,12 +28,9 @@ jobs:
28
29
- name: Run Forge fmt
30
run: forge fmt --check
31
- id: fmt
32
33
- name: Run Forge build
34
run: forge build --sizes && cp .env.template .env
35
- id: build
36
37
- name: Run Forge tests
38
run: make utest
39
- id: test
Makefile
@@ -40,12 +40,14 @@ deploy-adapter:
40
@echo "Deploying RLCAdapter on: $(RPC_URL)"
41
forge script script/RLCAdapter.s.sol:Deploy \
42
--rpc-url $(RPC_URL) \
43
+ --broadcast \
44
-vvv
45
46
deploy-oft:
47
@echo "Deploying RLCOFT on on: $(RPC_URL)"
48
forge script script/RLCOFT.s.sol:Deploy \
49
50
51
-vvv \
52
53
configure-adapter:
0 commit comments