Example: cross-chain LPing on Aave
{
sourceChainId: "8453", // Base
destinationChainId: "42161", // Arbitrum
inputs: [
// WETH
{ tokenType: "FUNGIBLE_TOKEN", tokenAddress: "0x0000000000000000000000004200000000000000000000000000000000000006", tokenId: "0", amount: "10000000" }
],
outputs: [
{ tokenType: "FUNGIBLE_TOKEN", tokenAddress: "0x...", tokenId: "0", amount: "9000000" }
],
...
}Last updated
