UNPKG

rubic-sdk

Version:
41 lines 2.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.acrossFundsDepositedInputs = exports.acrossDepositAbi = void 0; exports.acrossDepositAbi = [ { inputs: [ { internalType: 'address', name: 'depositor', type: 'address' }, { internalType: 'address', name: 'recipient', type: 'address' }, { internalType: 'address', name: 'inputToken', type: 'address' }, { internalType: 'address', name: 'outputToken', type: 'address' }, { internalType: 'uint256', name: 'inputAmount', type: 'uint256' }, { internalType: 'uint256', name: 'outputAmount', type: 'uint256' }, { internalType: 'uint256', name: 'destinationChainId', type: 'uint256' }, { internalType: 'address', name: 'exclusiveRelayer', type: 'address' }, { internalType: 'uint32', name: 'quoteTimestamp', type: 'uint32' }, { internalType: 'uint32', name: 'fillDeadline', type: 'uint32' }, { internalType: 'uint32', name: 'exclusivityDeadline', type: 'uint32' }, { internalType: 'bytes', name: 'message', type: 'bytes' } ], outputs: [], name: 'depositV3', type: 'function', stateMutability: 'payable' } ]; exports.acrossFundsDepositedInputs = [ { indexed: false, internalType: 'address', name: 'inputToken', type: 'address' }, { indexed: false, internalType: 'address', name: 'outputToken', type: 'address' }, { indexed: false, internalType: 'uint256', name: 'inputAmount', type: 'uint256' }, { indexed: false, internalType: 'uint256', name: 'outputAmount', type: 'uint256' }, { indexed: true, internalType: 'uint256', name: 'destinationChainId', type: 'uint256' }, { indexed: true, internalType: 'uint32', name: 'depositId', type: 'uint32' }, { indexed: false, internalType: 'uint32', name: 'quoteTimestamp', type: 'uint32' }, { indexed: false, internalType: 'uint32', name: 'fillDeadline', type: 'uint32' }, { indexed: false, internalType: 'uint32', name: 'exclusivityDeadline', type: 'uint32' }, { indexed: true, internalType: 'address', name: 'depositor', type: 'address' }, { indexed: false, internalType: 'address', name: 'recipient', type: 'address' }, { indexed: false, internalType: 'address', name: 'exclusiveRelayer', type: 'address' }, { indexed: false, internalType: 'bytes', name: 'message', type: 'bytes' } ]; //# sourceMappingURL=across-deposit-abi.js.map