Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit acf3701

Browse files
authored
[evm-price-pusher] Small updates before release (#75)
* Change spy/price-service log to warn + image bump * Update pyth-evm-js dep version
1 parent b9cf911 commit acf3701

File tree

4 files changed

+42
-38
lines changed

4 files changed

+42
-38
lines changed

pyth-evm-price-pusher/docker-compose.mainnet.sample.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
spy:
3-
image: ghcr.io/wormhole-foundation/guardiand:v2.13.1
3+
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4+
image: ghcr.io/wormhole-foundation/guardiand:v.2.14.5
45
command:
56
- "spy"
67
- "--nodeKey"
@@ -12,9 +13,10 @@ services:
1213
- "--network"
1314
- "/wormhole/mainnet/2"
1415
- "--logLevel"
15-
- "debug"
16+
- "warn"
1617
price-service:
17-
image: public.ecr.aws/pyth-network/xc-server:v2.0.0
18+
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
19+
image: public.ecr.aws/pyth-network/xc-server:v2.2.3
1820
environment:
1921
SPY_SERVICE_HOST: "spy:7072"
2022
SPY_SERVICE_FILTERS: |
@@ -32,7 +34,7 @@ services:
3234
PROM_PORT: "8081"
3335
READINESS_SPY_SYNC_TIME_SECONDS: "20"
3436
READINESS_NUM_LOADED_SYMBOLS: "50"
35-
LOG_LEVEL: debug
37+
LOG_LEVEL: warning
3638
healthcheck:
3739
test:
3840
[

pyth-evm-price-pusher/docker-compose.testnet.sample.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
spy:
3-
image: ghcr.io/wormhole-foundation/guardiand:v2.13.1
3+
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4+
image: ghcr.io/wormhole-foundation/guardiand:v.2.14.5
45
command:
56
- "spy"
67
- "--nodeKey"
@@ -12,9 +13,10 @@ services:
1213
- "--network"
1314
- "/wormhole/testnet/2/1"
1415
- "--logLevel"
15-
- "debug"
16+
- "warn"
1617
price-service:
17-
image: public.ecr.aws/pyth-network/xc-server:v2.0.0
18+
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
19+
image: public.ecr.aws/pyth-network/xc-server:v2.2.3
1820
environment:
1921
SPY_SERVICE_HOST: "spy:7072"
2022
SPY_SERVICE_FILTERS: |
@@ -32,7 +34,7 @@ services:
3234
PROM_PORT: "8081"
3335
READINESS_SPY_SYNC_TIME_SECONDS: "20"
3436
READINESS_NUM_LOADED_SYMBOLS: "50"
35-
LOG_LEVEL: debug
37+
LOG_LEVEL: warning
3638
healthcheck:
3739
test:
3840
[

pyth-evm-price-pusher/package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyth-evm-price-pusher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^4.6.3"
4444
},
4545
"dependencies": {
46-
"@pythnetwork/pyth-evm-js": "^1.0.0",
46+
"@pythnetwork/pyth-evm-js": "^1.1.0",
4747
"@pythnetwork/pyth-sdk-solidity": "^2.2.0",
4848
"@truffle/hdwallet-provider": "^2.1.3",
4949
"joi": "^17.6.0",

0 commit comments

Comments
 (0)