Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why owner call transceivers failed on target chain with burn model? #6

Open
yjshi2015 opened this issue Mar 11, 2025 · 0 comments
Open

Comments

@yjshi2015
Copy link

yjshi2015 commented Mar 11, 2025

when i transfer ntt token from op sepolia to arbitrum sepolia on burn model, it was burned successfully on source chain(op sepolia), but minting of the tokens failed on target chain(arbitrum sepolia): the owner call transceiver failed as follows:

Source txs [
  {
    chain: 'OptimismSepolia',
    txid: '0x1f0b5bdb3ea6e74140944cb24ddde8414e4ba2c776992c32eac643297d89073b'
  },
  {
    chain: 'OptimismSepolia',
    txid: '0x656fec68b78aeb588a27ac81dbf88df24445ee52a105d4f8b2c58f7d09ac691c'
  }
]
Retrying Wormholescan:GetVaaByTxHash, attempt 0/750 
Retrying Wormholescan:GetVaaByTxHash, attempt 1/750 
Retrying Wormholescan:GetVaaByTxHash, attempt 2/750 
               .......
Retrying Wormholescan:GetVaaByTxHash, attempt 643/750 
{
  protocolName: 'Ntt',
  payloadName: 'WormholeTransfer',
  payloadLiteral: 'Ntt:WormholeTransfer',
  guardianSet: 0,
  signatures: [ { guardianIndex: 0, signature: [Signature] } ],
  timestamp: 1741605292,
  nonce: 0,
  emitterChain: 'OptimismSepolia',
  emitterAddress: UniversalAddress {
    address: Uint8Array(32) [
        xxxxxxxxx
    ]
  },
  sequence: 2n,
  consistencyLevel: 202,
  payload: {
    sourceNttManager: UniversalAddress { address: [Uint8Array] },
    recipientNttManager: UniversalAddress { address: [Uint8Array] },
    nttManagerPayload: { id: [Uint8Array], sender: [UniversalAddress], payload: [Object] },
    transceiverPayload: Uint8Array(0) []
  },
  hash: Uint8Array(32) [
    xxxxxx
  ]
}
/Users/gavin/vsc_workspace/wormhole-course/demo-ntt-ts-sdk/node_modules/ethers/src.ts/utils/errors.ts:694
            error = new Error(message);
                    ^
Error: transaction execution reverted (action="sendTransaction", data=null, reason=null, invocation=null, revert=null, transaction={ "data": "", "from": "0x5CB8896Db7Bf13DE6A6EA362866288e577e4F6C5", "to": "0xAbcb64c5F85192A34b3704f2688b9120940fe6Aa" }, receipt={ "_type": "TransactionReceipt", "blobGasPrice": null, "blobGasUsed": null, "blockHash": "0xcf080ac2b7f595c89d26b33a966000d82d39dd65d110ba93f7cfb30e270dc075", "blockNumber": 131059677, "contractAddress": null, "cumulativeGasUsed": "1394011", "from": "0x5CB8896Db7Bf13DE6A6EA362866288e577e4F6C5", "gasPrice": "100000000", "gasUsed": "494998", "hash": "0xa645264c18d73fb126532c6475a2e66864cc6f39f8440abfcf5884a93487f45c", "index": 3, "logs": [  ], "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "root": null, "status": 0, "to": "0xAbcb64c5F85192A34b3704f2688b9120940fe6Aa" }, code=CALL_EXCEPTION, version=6.13.2)
    at makeError (/Users/gavin/vsc_workspace/wormhole-course/demo-ntt-ts-sdk/node_modules/ethers/src.ts/utils/errors.ts:694:21)
    at assert (/Users/gavin/vsc_workspace/wormhole-course/demo-ntt-ts-sdk/node_modules/ethers/src.ts/utils/errors.ts:715:25)
    at checkReceipt (/Users/gavin/vsc_workspace/wormhole-course/demo-ntt-ts-sdk/node_modules/ethers/src.ts/providers/provider.ts:1585:19)
    at JsonRpcProvider.txListener (/Users/gavin/vsc_workspace/wormhole-course/demo-ntt-ts-sdk/node_modules/ethers/src.ts/providers/provider.ts:1635:33)
    at processTicksAndRejections (node:internal/process/task_queues:105:5) {
  code: 'CALL_EXCEPTION',
  action: 'sendTransaction',
  data: null,
  reason: null,
  invocation: null,
  revert: null,
  transaction: {
    to: '0xAbcb64c5F85192A34b3704f2688b9120940fe6Aa',
    from: '0x5CB8896Db7Bf13DE6A6EA362866288e577e4F6C5',
    data: ''
  },
  receipt: TransactionReceipt {
    provider: JsonRpcProvider {},
    to: '0xAbcb64c5F85192A34b3704f2688b9120940fe6Aa',
    from: '0x5CB8896Db7Bf13DE6A6EA362866288e577e4F6C5',
    contractAddress: null,
    hash: '0xa645264c18d73fb126532c6475a2e66864cc6f39f8440abfcf5884a93487f45c',
    index: 3,
    blockHash: '0xcf080ac2b7f595c89d26b33a966000d82d39dd65d110ba93f7cfb30e270dc075',
    blockNumber: 131059677,
    logsBloom: '0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',
    gasUsed: 494998n,
    blobGasUsed: null,
    cumulativeGasUsed: 1394011n,
    gasPrice: 100000000n,
    blobGasPrice: null,
    type: 2,
    status: 0,
    root: undefined
  },
  shortMessage: 'transaction execution reverted'
}
@yjshi2015 yjshi2015 changed the title Why owner call transceivers failed on target chain on burn model? Why owner call transceivers failed on target chain with burn model? Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant