rubic-sdk
Version:
Simplify dApp creation
52 lines • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ORBITER_ROUTER_V3_ABI = void 0;
exports.ORBITER_ROUTER_V3_ABI = [
{
inputs: [
{
internalType: 'address',
name: 'to',
type: 'address'
},
{
internalType: 'bytes',
name: 'data',
type: 'bytes'
}
],
name: 'transfer',
outputs: [],
stateMutability: 'payable',
type: 'function'
},
{
inputs: [
{
internalType: 'contract IERC20',
name: 'token',
type: 'address'
},
{
internalType: 'address',
name: 'to',
type: 'address'
},
{
internalType: 'uint256',
name: 'value',
type: 'uint256'
},
{
internalType: 'bytes',
name: 'data',
type: 'bytes'
}
],
name: 'transferToken',
outputs: [],
stateMutability: 'payable',
type: 'function'
}
];
//# sourceMappingURL=orbiter-router-v3-abi.js.map