Description
node_modules/@solana/web3.js/src/connection.ts:4047
throw new TransactionExpiredBlockheightExceededError(signature);
^
TransactionExpiredBlockheightExceededError: Signature 3io9vkDrsDDe6wkNCrnLu6qvSgpLgsubTZVGiXdW2ZKNQpKziYbFxr8KWVCd6B28Etm2Xx4P1tKMoHqLQfiDSUXp has expired: block height exceeded.
at Connection.confirmTransactionUsingBlockHeightExceedanceStrategy (/Users/sanshao/workspace/dex-bot/node_modules/@solana/web3.js/src/connection.ts:4047:15)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Connection.confirmTransaction (/Users/sanshao/workspace/dex-bot/node_modules/@solana/web3.js/src/connection.ts:3858:14)
at async TransactionBuilder.sendAndConfirm (/Users/sanshao/workspace/dex-bot/node_modules/@metaplex-foundation/umi/src/TransactionBuilder.ts:360:20)
at async SolClient.createToken (/Users/sanshao/workspace/dex-bot/src/dex/sol/SolClient.ts:88:29) {
signature: '3io9vkDrsDDe6wkNCrnLu6qvSgpLgsubTZVGiXdW2ZKNQpKziYbFxr8KWVCd6B28Etm2Xx4P1tKMoHqLQfiDSUXp'
}