Skip to content

Commit

Permalink
Fix relayer
Browse files Browse the repository at this point in the history
- Link to native libs
- Fix CLI args
  • Loading branch information
emlautarom1 committed Jun 21, 2024
1 parent 4fb60a3 commit 116f0d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ start-indexer: ##
cargo run -p indexer --release -- --home-dir ~/.near/localnet run --da-contract-ids da.test.near --rollup-ids 2 --rmq-address "amqp://127.0.0.1:5672"

start-test-relayer: ##
go run relayer/cmd/main.go --rpc-url ws://127.0.0.1:8546 --da-account-id da.test.near
export CGO_LDFLAGS="-L ./relayer/libs"
go run relayer/cmd/main.go run-args --rpc-url ws://127.0.0.1:8546 --da-account-id da.test.near --key-path ~/.near-credentials/localnet/da.test.near.json

run-plugin: ##
go run plugin/cmd/main.go --config config-files/operator.anvil.yaml
Expand Down

0 comments on commit 116f0d8

Please sign in to comment.