Skip to content

Commit

Permalink
feat: add support to gnosis-chiado testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Dec 7, 2022
1 parent cddaca0 commit 1dae087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rollups-validator-node/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ Usage:
Return the chainID based on the network
*/}}
{{- define "dapp.chainID" -}}
{{- $networkIDs := dict "mainnet" "1" "goerli" "5" "bsc-testnet" "57" "avax-fuji" "43113" "polygon-mumbai" "80001" "optimism-goerli" "420" "arbitrum-goerli" "421613" "local" "1337" -}}
{{- $networkIDs := dict "mainnet" "1" "goerli" "5" "bsc-testnet" "57" "avax-fuji" "43113" "polygon-mumbai" "80001" "optimism-goerli" "420" "arbitrum-goerli" "421613" "gnosis-chiado" "10200" "local" "1337" -}}
{{- get $networkIDs (required "A valid .Values.dapp.network is required" .Values.dapp.network) -}}
{{- end -}}

0 comments on commit 1dae087

Please sign in to comment.