Skip to content

Commit bf0da15

Browse files
committed
refactor: minor README changes and remove deploy logs
1 parent 87ed268 commit bf0da15

File tree

4 files changed

+2
-105
lines changed

4 files changed

+2
-105
lines changed

packages/contracts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ forge build --skip test --skip script
3232
##### Run
3333

3434
```
35-
source .env
35+
source .env && \
3636
3737
forge script script/DefaultSetupScript.s.sol:Deploy \
3838
--rpc-url $RPC_URL \
@@ -74,6 +74,7 @@ RELAYER_HOSTNAME=example.com
7474

7575
Then run the following command:
7676
```
77+
source .env && \
7778
forge script script/RegisterRelayer.s.sol --rpc-url $RPC_URL --broadcast
7879
```
7980

packages/contracts/deploy_logs.txt

Lines changed: 0 additions & 102 deletions
This file was deleted.
File renamed without changes.

packages/relayer/src/chain.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ impl ChainClient {
103103
nft_extension,
104104
};
105105

106-
println!("{:?}", chain_client);
107-
108106
Ok(chain_client)
109107
}
110108

0 commit comments

Comments
 (0)