Skip to content

Commit

Permalink
fixup! fix: use minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Sep 12, 2023
1 parent 4c516b9 commit 714f5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/rollups-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dapp:
transactionHash: "0x3beea324c1db8a69829df784ed6af9edccc8f506777693e5124120535a27ab8b"
mnemonic:
value: "${MNEMONIC}"
httpProvider: https://eth-sepolia.g.alchemy.com/v2/nuDbqy5ApW0s9E9igbuHROSivczxsEAk
wsProvider: wss://eth-sepolia.g.alchemy.com/v2/nuDbqy5ApW0s9E9igbuHROSivczxsEAk
httpProvider: https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}
wsProvider: wss://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}
network: sepolia

cartesi:
Expand Down

0 comments on commit 714f5e2

Please sign in to comment.