UNPKG

@reown/appkit-common

Version:

The full stack toolkit to build onchain app UX.

13 lines 325 B
export const swapABI = [ { type: 'function', name: 'approve', stateMutability: 'nonpayable', inputs: [ { name: 'spender', type: 'address' }, { name: 'amount', type: 'uint256' } ], outputs: [{ type: 'bool' }] } ]; //# sourceMappingURL=swap.js.map