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
file:///path/Wormhole%20SDK%20Examples/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@wormhole-foundation/sdk-evm-cctp/dist/esm/circleBridge.js:28
throw new Error(`Circle chain id not found for ${network} ${chain}`);
^
Error: Circle chain id not found for Testnet Sepolia
I found the offending line and it seems the check does a falsy check, but the circle chain id for testnet sepolia is 0, causing it to throw an error
When running a manual transfer using the wormhole connect sdk for CCTP, Use this example https://github.com/wormhole-foundation/wormhole-sdk-ts/blob/develop/examples/src/cctp.ts. The transaction fails to initialise, for the following chains
Source -> Testnet Sepolia
Destination -> Testnet Solana
this error is thrown
I found the offending line and it seems the check does a falsy check, but the circle chain id for testnet sepolia is 0, causing it to throw an error
wormhole-sdk-ts/platforms/evm/protocols/cctp/src/circleBridge.ts
Line 63 in b61b101
The text was updated successfully, but these errors were encountered: