Skip to content

Commit 7af00d5

Browse files
authored
Bumped @certusone/wormhole-sdk package to latest (#1317)
* Bumped @certusone/wormhole-sdk package to latest Addresses #1248 * Use getWrappedMeta from wormhole-sdk that supports Solana rewrite --------- Co-authored-by: Kevin Peters <kevin@wormholelabs.xyz>
1 parent de14af4 commit 7af00d5

File tree

4 files changed

+65
-140
lines changed

4 files changed

+65
-140
lines changed

package-lock.json

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

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"sideEffects": false,
1414
"dependencies": {
15-
"@certusone/wormhole-sdk": "^0.10.3",
15+
"@certusone/wormhole-sdk": "^0.10.6",
1616
"@cosmjs/cosmwasm-stargate": "^0.31.3",
1717
"@cosmjs/proto-signing": "^0.31.3",
1818
"@cosmjs/stargate": "^0.31.3",

sdk/src/contexts/solana/utils/tokenBridgeRelayer/instructions/transferWrappedTokensWithRelay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import {
1414
deriveRegisteredTokenAddress,
1515
} from '../accounts';
1616
import { getAssociatedTokenAddressSync } from '@solana/spl-token';
17-
import { getWrappedMeta } from '../../tokenBridge';
1817
import { BN } from '@project-serum/anchor';
1918
import { ChainId } from 'types';
2019
import { deriveSignerSequenceAddress } from '../accounts/signerSequence';
20+
import { getWrappedMeta } from '@certusone/wormhole-sdk/lib/esm/solana/tokenBridge';
2121

2222
export async function createTransferWrappedTokensWithRelayInstruction(
2323
connection: Connection,

wormhole-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"access": "restricted"
88
},
99
"dependencies": {
10-
"@certusone/wormhole-sdk": "^0.10.3",
10+
"@certusone/wormhole-sdk": "^0.10.6",
1111
"@cosmjs/cosmwasm-stargate": "^0.31.3",
1212
"@cosmjs/stargate": "^0.31.3",
1313
"@cosmjs/tendermint-rpc": "^0.31.3",

0 commit comments

Comments
 (0)