Skip to content

Commit

Permalink
bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Mar 6, 2024
1 parent afdd451 commit d60c605
Show file tree
Hide file tree
Showing 29 changed files with 11,124 additions and 883 deletions.
4,989 changes: 4,700 additions & 289 deletions examples/advanced/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"testnet-spy": "docker run --platform=linux/amd64 -p 7073:7073 --entrypoint /guardiand ghcr.io/wormhole-foundation/guardiand:latest spy --nodeKey /node.key --spyRPC \"[::]:7073\" --network /wormhole/testnet/2/1 --bootstrap '/dns4/t-guardian-01.nodes.stable.io/udp/8999/quic/p2p/12D3KooWCW3LGUtkCVkHZmVSZHzL3C4WRKWfqAiJPz1NR7dT9Bxh,/dns4/t-guardian-02.nodes.stable.io/udp/8999/quic/p2p/12D3KooWJXA6goBCiWM8ucjzc4jVUBSqL9Rri6UpjHbkMPErz5zK'"
},
"dependencies": {
"@wormhole-foundation/connect-sdk": "0.4.0-beta.10",
"@wormhole-foundation/sdk": "0.5.0-beta.3",
"@mysten/sui.js": "^0.32.1",
"@wormhole-foundation/relayer-engine": "file:../../",
"koa": "^2.14.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import { rootLogger } from "./log.js";
import { Controller } from "./controller.js";
import { Logger } from "winston";
import { toChainId } from "@wormhole-foundation/connect-sdk";
import { toChainId } from "@wormhole-foundation/sdk";

export class TestStorage extends RedisStorage {
startWorker(cb: onJobHandler): void {
Expand Down
5 changes: 1 addition & 4 deletions examples/advanced/src/controller.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Next } from "@wormhole-foundation/relayer-engine";
import { MyRelayerContext } from "./app.js";
import {
TokenBridge,
canonicalAddress,
} from "@wormhole-foundation/connect-sdk";
import { TokenBridge, canonicalAddress } from "@wormhole-foundation/sdk";

export class Controller {
redeemVaa = async (ctx: MyRelayerContext, next: Next) => {
Expand Down
Loading

0 comments on commit d60c605

Please sign in to comment.