Skip to content

Commit

Permalink
DELETE: test hardat
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Jul 17, 2023
1 parent d113cd8 commit ae8f4ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/rollups-validator-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainers:
- name: oap75

type: application
version: 0.5.0
version: 0.5.1
appVersion: "0.9.1"

dependencies:
Expand Down
32 changes: 21 additions & 11 deletions charts/rollups-validator-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
dapp:
image: docker.io/cartesi/dapp:echo-python-0.15.0-server
contractAddress: 0x4c680fe34207A852218160de6c37804863880f2c
blockHash: "0x3aaf0bf5152d7f43f944134aee081acb4179997aef104d602bef4b36c1269d17"
blockNumber: "9251165"
transactionHash: "0x4c1ba6ebb641c542b459a1258fac921487873c6ded70794090829ab52dcb32dc"
mnemonic:
value: "${MNEMONIC}"
httpProvider: https://eth-goerli.g.alchemy.com/v2/${ALCHEMY_API_KEY}
wsProvider: wss://eth-goerli.g.alchemy.com/v2/${ALCHEMY_API_KEY}
network: goerli
network: localhost

cartesi:
rollupsVersion: "0.9.1"
Expand Down Expand Up @@ -54,7 +46,7 @@ extraDeploy:
namespace: "{{ .Release.Namespace }}"
name: "{{ .Release.Name }}-advance-runner"
data:
SESSION_ID: "default_rollups_id"
SESSION_ID: "default_session_id"
SERVER_MANAGER_ENDPOINT: "http://localhost:5001"
SNAPSHOT_DIR: "/var/opt/cartesi/machine-snapshots"
SNAPSHOT_LATEST: "/var/opt/cartesi/machine-snapshots/latest"
Expand All @@ -64,11 +56,29 @@ extraDeploy:
namespace: "{{ .Release.Namespace }}"
name: "{{ .Release.Name }}-inspect-server"
data:
SESSION_ID: "default_rollups_id"
SESSION_ID: "default_session_id"
INSPECT_SERVER_ADDRESS: "0.0.0.0:5005"
SERVER_MANAGER_ADDRESS: '{{ include "validator.fullname" . }}-server-manager:5001'

validator:
localnode:
enabled: true
anvil:
enabled: true
image:
registry: sunodo
repository: anvil
tag: 2.0.0
anvilState:
image:
registry: sunodo
repository: rollups-node
tag: 0.2.0
deployer:
image:
registry: cartesi
repository: rollups-cli
tag: 0.9.1
dispatcher:
extraEnvVarsCM: "{{ .Release.Name }}-dispatcher"
healthCheck:
Expand Down

0 comments on commit ae8f4ac

Please sign in to comment.