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
I'm trying to update the NTT owner for the Solana deployment using the NTT Cli. After adding the new owner address to deployment.json, I run the following command to push changes.
ntt push --payer payer.json
Where payer.json is my payer key file and the current owner.
I get the following error after agreeing to the changes.
error: This functionrequires the Provider interface implementor to have a 'wallet' field.
at /home/khayss/.ntt-cli/.checkout/node_modules/@coral-xyz/anchor/dist/cjs/program/accounts-resolver.js:152:27
at resolveConst (/home/khayss/.ntt-cli/.checkout/node_modules/@coral-xyz/anchor/dist/cjs/program/accounts-resolver.js:136:24)
at /home/khayss/.ntt-cli/.checkout/node_modules/@coral-xyz/anchor/dist/cjs/program/accounts-resolver.js:61:20
at resolve (/home/khayss/.ntt-cli/.checkout/node_modules/@coral-xyz/anchor/dist/cjs/program/accounts-resolver.js:60:21)
at /home/khayss/.ntt-cli/.checkout/node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/methods.js:142:42
at instruction (/home/khayss/.ntt-cli/.checkout/node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/methods.js:140:25)
at /home/khayss/.ntt-cli/.checkout/solana/dist/esm/ts/lib/ntt.js:411:14
at createTransferOwnershipInstruction (/home/khayss/.ntt-cli/.checkout/solana/dist/esm/ts/lib/ntt.js:403:55)
at /home/khayss/.ntt-cli/.checkout/solana/dist/esm/ts/sdk/ntt.js:134:30
at /home/khayss/.ntt-cli/.checkout/node_modules/@wormhole-foundation/sdk-connect/dist/esm/common.js:21:22
at ssw (/home/khayss/.ntt-cli/.checkout/node_modules/@wormhole-foundation/sdk-connect/dist/esm/common.js:18:20)
at /home/khayss/.ntt-cli/.checkout/node_modules/@wormhole-foundation/sdk-connect/dist/esm/common.js:8:28
at signSendWait (/home/khayss/.ntt-cli/.checkout/node_modules/@wormhole-foundation/sdk-connect/dist/esm/common.js:2:36)
at /home/khayss/.ntt-cli/.checkout/cli/src/index.ts:1646:15
Here's a screenshot
The text was updated successfully, but these errors were encountered:
khayss
changed the title
Error while updating NTT owner on Solana via NTT Cli
CLI: Error while updating NTT owner on Solana
Feb 6, 2025
I'm trying to update the NTT owner for the Solana deployment using the NTT Cli. After adding the new owner address to
deployment.json
, I run the following command to push changes.Where
payer.json
is my payer key file and the current owner.I get the following error after agreeing to the changes.
Here's a screenshot
The text was updated successfully, but these errors were encountered: