Skip to content

Unknown ABI Version 2.0.0 #823

Description

@kamiyaa
~$ ntt status
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
ntt status

check the status of the deployment

Options:
      --version  Show version number                                                                                 [boolean]
      --help     Show help                                                                                           [boolean]
  -p, --path     Path to the deployment file                                             [string] [default: "deployment.json"]
  -v, --verbose  Verbose output                                                                     [boolean] [default: false]

Examples:
  ntt status            Check the status of the deployment across all chains
  ntt status --verbose  Check the status with detailed output


12 |     for (const [abiVersion, abi] of abiVersions) {
13 |         if (Ntt.abiVersionMatches(targetVersion, abiVersion)) {
14 |             return abi;
15 |         }
16 |     }
17 |     throw new Error(`Unknown ABI version: ${targetVersion}`);
                   ^
error: Unknown ABI version: 2.0.0
      at loadAbiVersion (/home/kamiyaa/.ntt-cli/.checkout/evm/ts/dist/esm/bindings.js:17:15)
      at new EvmNtt (/home/kamiyaa/.ntt-cli/.checkout/evm/ts/dist/esm/ntt.js:112:29)
      at getProtocol (/home/kamiyaa/.ntt-cli/.checkout/node_modules/@wormhole-foundation/sdk-definitions/dist/esm/chain.js:196:28)
      at async nttFromManager (/home/kamiyaa/.ntt-cli/.checkout/cli/src/index.ts:4865:32)
      at async pullChainConfig (/home/kamiyaa/.ntt-cli/.checkout/cli/src/index.ts:4715:11)
      at async pullDeployments (/home/kamiyaa/.ntt-cli/.checkout/cli/src/index.ts:4656:48)
      at async <anonymous> (/home/kamiyaa/.ntt-cli/.checkout/cli/src/index.ts:1545:15)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions