-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello, I have been trying to use this sdk for 4 days but I couldn't do any successfull transaction yet.
These are my code lines
const intent = await intentClient.prepareUserIntent({
calls: [{
to: "0xc692E4A179E3Ee074dad0Df2328284f04817F575",
value: parseEther("0.12"),
data: "0x",
}],
outputTokens: [
{
chainId: baseSepolia.id,
address: zeroAddress,
amount: parseEther("0.12"),
},
],
gasToken: "SPONSORED",
})
const result = await intentClient.sendUserIntent({
intent
})
console.log(`succesfully send cab tx, intentId: ${result.outputUiHash.uiHash}`);
//0x9d354f1f7aab437e62622b19989479a3c7569613413396342e5c702893c8f1c2`
tx hash on source chain
https://sepolia.etherscan.io/tx/0x1c0133b12b56194d5e616f924cd8e7d5f21c10933b37387b7d6608bce66a7d92
No tx on destination chain
- Can you help us?
Metadata
Metadata
Assignees
Labels
No labels