Updates relayer engine hash version

This commit is contained in:
Gabriel Zimmermann 2023-02-01 16:21:01 -03:00 committed by Joe Howarth
parent 55055bd088
commit 74f41bab30
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ spec:
restartPolicy: Always
containers:
- name: simple-gr
image: ghcr.io/wormhole-foundation/trustless-generic-relayer:pr-65
image: ghcr.io/wormhole-foundation/trustless-generic-relayer:pr-76
imagePullPolicy: Always
# uncomment to explore filesystem during crash loop
# command: [ "/bin/sh", "-c", "--" ]

View File

@ -17,7 +17,7 @@
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.6",
"@wormhole-foundation/relayer-engine": "github:wormhole-foundation/relayer-engine#f6491e6e59e905a9c9590cd8b6f62a58f730b4d6",
"@wormhole-foundation/relayer-engine": "github:wormhole-foundation/relayer-engine#8c9d88a05d18358a05c9d6fe31af7cad174e1c21",
"ts-retry": "^4.1.1"
},
"author": "Chase Moran",