bitking
bitking
## ๐ Bug Fix Fixed a typo in `examples/typescript/pnpm-workspace.yaml` where `"mpc"` should be `"mcp"`. ## ๐ Problem The MCP (Model Context Protocol) example project at `examples/typescript/mcp/` was not being recognized...
```markdown ## Issue Description When using `subvariant: 'custom'` with dynamically generated `contractCalls`, the Widget enforces the requirement of a `toAmount` field to trigger the `getContractCallsQuote` API call. This conflicts with...
> Currently, contractCalls only work in custom subvariant (see useRoutes.ts:276). This limits flexibility for integrators who want to: > 1. Track on-chain transaction data > 2. Use default UI/UX >...
Describe the problem When using the widget, I would like to execute my own contract (for tracking transaction data) after the li.fi contract transaction is completed โ essentially, I need...