Skip to content

Commit 9644a74

Browse files
feat: Update wallet aggregator sdk to 0.9.1 (#3801)
1 parent a89231d commit 9644a74

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@wormhole-labs/cctp-executor-route": "0.16.0",
7878
"@wormhole-labs/wallet-aggregator-aptos": "1.3.0",
7979
"@wormhole-labs/wallet-aggregator-core": "0.0.1",
80-
"@wormhole-labs/wallet-aggregator-evm": "0.9.0",
80+
"@wormhole-labs/wallet-aggregator-evm": "0.9.1",
8181
"@wormhole-labs/wallet-aggregator-solana": "0.0.1",
8282
"@wormhole-labs/wallet-aggregator-sui": "0.0.3",
8383
"axios": "1.11.0",

src/config/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const validateDefaults = (
190190
);
191191
if (!token) {
192192
error(
193-
`Invalid token "${defaults.source?.token}" specified for defaultInputs.fromToken`,
193+
`Invalid token "${defaults.source?.token}" specified for defaultInputs.source.token`,
194194
);
195195
delete defaults.source.token;
196196
}
@@ -203,7 +203,7 @@ export const validateDefaults = (
203203
);
204204
if (!token) {
205205
error(
206-
`Invalid token "${defaults.destination?.token}" specified for defaultInputs.toToken`,
206+
`Invalid token "${defaults.destination?.token}" specified for defaultInputs.destination.token`,
207207
);
208208
delete defaults.destination.token;
209209
}

0 commit comments

Comments
 (0)