Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Reverse OnChain Contract updated #655

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions k8s/helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Define RHS_CHAIN_ID
*/}}
{{- define "helpers.api-rsh-chain-id" -}}
{{- if eq .Values.mainnet true }}
"137"
{{ .Values.apiIssuerNode.configMap.issuerRshChainIDMain | quote }}
{{- else }}
"80002"
{{ .Values.apiIssuerNode.configMap.issuerRshChainIDAmoy | quote }}
{{- end }}
{{- end }}

Expand All @@ -147,9 +147,9 @@ Define Rhs contract
*/}}
{{- define "helpers.api-rsh-contract" -}}
{{- if eq .Values.mainnet true }}
"0xbEeB6bB53504E8C872023451fd0D23BeF01d320B"
{{ .Values.apiIssuerNode.configMap.issuerRshContractMain | quote }}
{{- else }}
"0x16A1ae4c460C0a42f0a87e69c526c61599B28BC9"
{{ .Values.apiIssuerNode.configMap.issuerRshContractAmoy | quote }}
{{- end }}
{{- end }}

Expand Down
4 changes: 4 additions & 0 deletions k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ apiIssuerNode:
issuerVaultUserpassAuthEnabled: "true"
issuerCredentialStatusPublishingKeyPath: pbkey
issuerIpfsGatewayUrl: https://gateway.pinata.cloud
issuerRshContractAmoy: 0x3d3763eC0a50CE1AdF83d0b5D99FBE0e3fEB43fb
issuerRshContractMain: 0xbEeB6bB53504E8C872023451fd0D23BeF01d320B
issuerRshChainIDMain: 137
issuerRshChainIDAmoy: 80002

apiUiIssuerNode:
deployment:
Expand Down
Loading