Skip to content

Commit

Permalink
fixup! feat: adapt to rollups-node:1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Dec 4, 2023
1 parent d385c2c commit 05fd148
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions charts/rollups-node/templates/dapp-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ data:
{
"address": {{ required "A valid .Values.dapp.contractAddress is required" .Values.dapp.contractAddress | quote }},
"blockHash": {{ required "A valid .Values.dapp.blockHash is required" .Values.dapp.blockHash | quote }},
"blockNumber": {{ required "A valid .Values.dapp.blockNumber is required" .Values.dapp.blockNumber | int64 | quote }},
"transactionHash": {{ required "A valid .Values.dapp.transactionHash is required" .Values.dapp.transactionHash | quote }}
}
{{ end -}}
6 changes: 0 additions & 6 deletions charts/rollups-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ dapp:
# -- the block hash of the block where the dapp was deployed
# (REQUIRED)
blockHash:
# -- the block number of the block where the dapp was deployed
# (REQUIRED)
blockNumber:
# -- dapp.transactionHash is the transaction hash of the transaction that deployed the dapp
# (REQUIRED)
transactionHash:

# -- mnemonic defines the configuration for the mnemonic
# use value or secretRef, never both
Expand Down

0 comments on commit 05fd148

Please sign in to comment.