Skip to content

Commit

Permalink
Merge pull request #2279 from mswdevsla/feat/thor-rudolf
Browse files Browse the repository at this point in the history
Config rudolf on thor chain
  • Loading branch information
moreal authored Dec 24, 2024
2 parents 8b9ce8a + fefdbeb commit 31819e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 9c-main/multiplanetary/network/thor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,14 +519,15 @@ rudolfService:

config:
graphqlEndpoint: "http://thor-full-state.nine-chronicles.com/graphql"
genesisBlockHash: "729fa26958648a35b53e8e3905d11ec53b1b4929bf5f499884aed7df616f5913"
genesisBlockHash: "bde462fd59de5ccba8495ebb163b124bf77ddc82cfc8b2f9fb57c00fc6e133b7"
defaultNextNonce: 1

db:
local: false

kms:
keyId: "8a959850-46d4-4dda-bf1c-058ef6975b63"
publicKey: "0441319181d5e47bce52402f46502dacf5ba63ee7e3f81271c2e266e3086c31a5e56d999857f69b9db132810f69ede7cc2b3e832ff61759ce101e2e5d86c702938"
keyId: "d75f4c8e-2727-44ca-975d-73b5a56d5233"
publicKey: "0421ed41e6804af308035055cfd02ef6962f792ec1eed52a286bf2bfe714e769d22dacc26ced66e2ac553a1ceaca1400dff9dff7a5417473b820bf36875481d901"

serviceAccount:
roleArn: "arn:aws:iam::319679068466:role/thor-main-9c-rudolf-signer"
Expand Down
2 changes: 2 additions & 0 deletions charts/all-in-one/templates/rudolf-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
value: {{ .Values.rudolfService.kms.keyId }}
- name: AWS_KMS_PUBLIC_KEY
value: {{ .Values.rudolfService.kms.publicKey }}
- name: DEFAULT_START_NONCE
value: {{ quote .Values.rudolfService.config.defaultNextNonce }}
image: {{ $.Values.rudolfService.image.repository }}:{{ $.Values.rudolfService.image.tag }}
ports:
- containerPort: 3000
Expand Down
2 changes: 2 additions & 0 deletions charts/all-in-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ acc:

rudolfService:
enabled: false
config:
defaultNextNonce: 0
image:
repository: planetariumhq/9c-rudolf
pullPolicy: Always
Expand Down

0 comments on commit 31819e8

Please sign in to comment.