Skip to content

Commit

Permalink
fix: injective emitter addres
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Nov 30, 2022
1 parent 5e96faf commit 7a2397c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ export class InjectiveWormholeClient extends WormholeClient {
throw new GeneralException(new Error(`Please provide wormholeRpcUrl`))
}

const { solanaContractAddresses } = getSolanaContractAddresses(network)
const { contractAddresses } = getSolanaContractAddresses(network)

const sequence = parseSequenceFromLogInjective(txResponse)
const emitterAddress = await getEmitterAddressInjective(
solanaContractAddresses.token_bridge,
contractAddresses.token_bridge,
)

const { vaaBytes: signedVAA } = await getSignedVAAWithRetry(
Expand Down

0 comments on commit 7a2397c

Please sign in to comment.