rubic-sdk-next
Version:
Simplify dApp creation
17 lines • 606 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.gatewayRubicCrossChainAbi = void 0;
exports.gatewayRubicCrossChainAbi = [
{
inputs: [
{ internalType: 'address[]', name: 'tokens', type: 'address[]' },
{ internalType: 'uint256[]', name: 'amounts', type: 'uint256[]' },
{ internalType: 'bytes', name: 'facetCallData', type: 'bytes' }
],
name: 'startViaRubic',
outputs: [],
stateMutability: 'payable',
type: 'function'
}
];
//# sourceMappingURL=gateway-rubic-cross-chain-abi.js.map