Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bussyjd committed Feb 6, 2025
1 parent 9be832b commit 1e14eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ console.log("Available chains:", chains);
```typescript
const orderInput = {
srcChainId: "7565164", // Solana
srcChainTokenIn: "So11111111111111111111111111111111111111112", // Wrapped SOL
srcChainTokenIn: "11111111111111111111111111111111", // Native SOL
srcChainTokenInAmount: "1000000000", // 1 SOL (9 decimals)
dstChainId: "1", // Ethereum
dstChainTokenOut: "0x0000000000000000000000000000000000000000", // ETH
Expand Down

0 comments on commit 1e14eec

Please sign in to comment.