Skip to content

Commit

Permalink
Fix near credentials path on relayer docker compose (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar authored Apr 23, 2024
1 parent 68f731a commit dab0ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/relayer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- --da-account-id
- sfrelayer421614-1.testnet
- --key-path
- /root/.near-credentials/${NEAR_CHAIN_ID}/${NEAR_DA_ACCOUNT_ID}.json
- /root/.near-credentials/${NEAR_CHAIN_ID}/sfrelayer421614-1.testnet.json
- --network
- ${NEAR_RPC_URL}

Expand All @@ -27,6 +27,6 @@ services:
- --da-account-id
- sfrelayer11155420-1.testnet
- --key-path
- /root/.near-credentials/${NEAR_CHAIN_ID}/${NEAR_DA_ACCOUNT_ID}.json
- /root/.near-credentials/${NEAR_CHAIN_ID}/sfrelayer11155420-1.testnet.json
- --network
- ${NEAR_RPC_URL}

0 comments on commit dab0ace

Please sign in to comment.