Skip to content

Commit a270b64

Browse files
committed
chore(price_service): update spy version and bootstrappers
The new spy has a QUIC upgrade logic for mainnet which happens on January 16. This upgrade is breaking and all the spy runners should upgraded their spies.
1 parent 4f7c5e9 commit a270b64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

price_service/server/docker-compose.mainnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.23.28
55
restart: on-failure
66
command:
77
- "spy"
@@ -10,7 +10,7 @@ services:
1010
- "--spyRPC"
1111
- "[::]:7072"
1212
- "--bootstrap"
13-
- "/dns4/wormhole-mainnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWQp644DK27fd3d4Km3jr7gHiuJJ5ZGmy8hH4py7fP4FP7"
13+
- "/dns4/wormhole-v2-mainnet-bootstrap.xlabs.xyz/udp/8999/quic/p2p/12D3KooWNQ9tVrcb64tw6bNs2CaNrUGPM7yRrKvBBheQ5yCyPHKC,/dns4/wormhole.mcf.rocks/udp/8999/quic/p2p/12D3KooWDZVv7BhZ8yFLkarNdaSWaB43D6UbQwExJ8nnGAEmfHcU,/dns4/wormhole-v2-mainnet-bootstrap.staking.fund/udp/8999/quic/p2p/12D3KooWG8obDX9DNi1KUwZNu9xkGwfKqTp2GFwuuHpWZ3nQruS1"
1414
- "--network"
1515
- "/wormhole/mainnet/2"
1616
- "--logLevel"

price_service/server/docker-compose.testnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
spy:
33
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4-
image: ghcr.io/wormhole-foundation/guardiand:v2.23.14
4+
image: ghcr.io/wormhole-foundation/guardiand:v2.23.28
55
restart: on-failure
66
command:
77
- "spy"
@@ -10,7 +10,7 @@ services:
1010
- "--spyRPC"
1111
- "[::]:7072"
1212
- "--bootstrap"
13-
- "/dns4/wormhole-testnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWAkB9ynDur1Jtoa97LBUp8RXdhzS5uHgAfdTquJbrbN7i"
13+
- "/dns4/t-guardian-01.nodes.stable.io/udp/8999/quic/p2p/12D3KooWCW3LGUtkCVkHZmVSZHzL3C4WRKWfqAiJPz1NR7dT9Bxh,/dns4/t-guardian-02.nodes.stable.io/udp/8999/quic/p2p/12D3KooWJXA6goBCiWM8ucjzc4jVUBSqL9Rri6UpjHbkMPErz5zK"
1414
- "--network"
1515
- "/wormhole/testnet/2/1"
1616
- "--logLevel"

0 commit comments

Comments
 (0)