You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'You attempted to send a transfer to Solana, but the Solana context is not registered. You must import SolanaContext from @wormhole-foundation/connect-sdk-solana and pass it in to the Wormhole class constructor',
* Fetches the address for a token representation on any chain (These are the Wormhole token addresses, not necessarily the cannonical version of that token)
163
+
* Fetches the address for a token representation on any chain
164
+
* These are the Wormhole token addresses, not necessarily the cannonical version of that token
187
165
*
188
166
* @param tokenId The Token ID (chain/address)
189
167
* @param chain The chain name or id
@@ -198,7 +176,8 @@ export class Wormhole extends MultiProvider<Domain> {
198
176
}
199
177
200
178
/**
201
-
* Fetches the address for a token representation on any chain (These are the Wormhole token addresses, not necessarily the cannonical version of that token)
179
+
* Fetches the address for a token representation on any chain
180
+
* These are the Wormhole token addresses, not necessarily the cannonical version of that token
202
181
*
203
182
* @param tokenId The Token ID (chain/address)
204
183
* @param chain The chain name or id
@@ -296,7 +275,9 @@ export class Wormhole extends MultiProvider<Domain> {
'You attempted to send a transfer to Sei, but the Sei context is not registered. You must import SeiContext from @wormhole-foundation/connect-sdk-sei and pass it in to the Wormhole class constructor',
278
+
'You attempted to send a transfer to Sei, but the Sei context is not registered. '+
279
+
'You must import SeiContext from @wormhole-foundation/connect-sdk-sei and pass it '+
280
+
'in to the Wormhole class constructor',
300
281
);
301
282
}
302
283
const{payload: seiPayload, receiver }=
@@ -431,7 +412,8 @@ export class Wormhole extends MultiProvider<Domain> {
431
412
}
432
413
433
414
/**
434
-
* Gets a VAA from the API or Guardian RPC, finality must be met before the VAA will be available. See {@link ChainConfig.finalityThreshold | finalityThreshold} on {@link MAINNET_CONFIG | the config}
415
+
* Gets a VAA from the API or Guardian RPC, finality must be met before the VAA will be available.
416
+
* See {@link ChainConfig.finalityThreshold | finalityThreshold} on {@link MAINNET_CONFIG | the config}
435
417
*
436
418
* @param msg The MessageIdentifier used to fetch the VAA
0 commit comments