Skip to content

Commit

Permalink
fix: ga fix testnet json rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 7, 2024
1 parent 1061d2a commit 269399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dal.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
REDIS_HOST: "localhost"
REDIS_PORT: "6379"
KAIA_PROVIDER_URL: "https://public-en-kairos.node.kaia.io"
KAIA_WEBSOCKET_URL: "wss://public-en-baobab.klaytn.net/ws"
KAIA_WEBSOCKET_URL: "wss://public-en-kairos.node.kaia.io/ws"
SUBMISSION_PROXY_CONTRACT: "0x35bA1102A4954147272782302856BD8440227B85"
SIGNER_PK: ${{ secrets.TEST_DELEGATOR_REPORTER_PK}}
API_KEY: "MikoTestApiKey"

0 comments on commit 269399b

Please sign in to comment.