Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Aug 27, 2024
1 parent 6e48615 commit 9930999
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:

- run: nix run .#rainix-sol-test

- run: |
- name: Deployer words
run: |
set -euxo pipefail
networks=("base")
networks=("base" "flare")
settings_file="test/strategies/settings.yml"
manifest_path="./lib/rain.orderbook/Cargo.toml"
Expand Down
4 changes: 2 additions & 2 deletions test/strategies/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subgraphs:
base: http://replaceme.com

metaboards:
flare: http://replaceme.com
flare: https://api.goldsky.com/api/public/project_clv14x04y9kzi01saerx7bxpg/subgraphs/mb-flare-0x893BBFB7/0.1/gn
base: https://api.goldsky.com/api/public/project_clv14x04y9kzi01saerx7bxpg/subgraphs/mb-base-0x59401C93/0.1/gn

orderbooks:
Expand All @@ -29,7 +29,7 @@ orderbooks:

deployers:
flare:
address: 0xEBe394cff4980992B826Ec70ef0a9ec8b5D4C640
address: 0x3214CdB105a73f8356583eCd85264cCfA8417694
network: flare
base:
address: 0xC1A14cE2fd58A3A2f99deCb8eDd866204eE07f8D
Expand Down

0 comments on commit 9930999

Please sign in to comment.