-
Notifications
You must be signed in to change notification settings - Fork 86
Description
export const HYPE_NTT_TOKENS: NttContracts = {
HyperEVM: {
token: "0x5555555555555555555555555555555555555555",
manager: "0x452A2613f9200dB250Ec30d15643f4535934Ea77",
transceiver: { wormhole: "0x187558a6Cc56e1a0f0DF7a2760aB765297E6cef2" },
},
Solana: {
token: "98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g",
manager: "NttMjdaP1RnzrqFMjspEBaqRv7N2X2JTbVmLMSXGHhK",
transceiver: { wormhole: "3sR6k5ELB6V1TxNeS76dyQEgxwjMN3JACK1EyxDdfxjN" },
},
};
{
success: false,
error: Error: Relaying to chain HyperEVM is not available
at NttRouteImpl.quote (/Users/anyi/Developer/Node/cross-chain-executor/node_modules/.pnpm/@wormhole-foundation+sdk-route-ntt@4.0.2_@wormhole-foundation+sdk-base@3.11.0_@wormhole-found_scdqq5pewhb6622jgislh6vg3e/node_modules/@wormhole-foundation/sdk-route-ntt/src/automatic.ts:166:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async transferTokenWithNtt (/Users/anyi/Developer/Node/cross-chain-executor/src/bridge/wormhole/transfer.ts:398:19)
at async ExecuteService.handleWormholeNttRebalance (/Users/anyi/Developer/Node/cross-chain-executor/src/bridge/execute.ts:111:24)
at async ExecuteService.executeRebalance (/Users/anyi/Developer/Node/cross-chain-executor/src/bridge/execute.ts:79:24)
at async ArbitrageBot.execute (/Users/anyi/Developer/Node/cross-chain-executor/src/compute/arbitrage-bot.ts:25:5)
at async Command. (/Users/anyi/Developer/Node/cross-chain-executor/src/index.ts:49:9)
}