rubic-sdk
Version:
Simplify dApp creation
45 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.syncSwapStablePool = void 0;
exports.syncSwapStablePool = [
{
inputs: [],
name: 'token0',
outputs: [
{
internalType: 'address',
name: '',
type: 'address'
}
],
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: 'token0PrecisionMultiplier',
outputs: [
{
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: 'token1PrecisionMultiplier',
outputs: [
{
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: 'view',
type: 'function'
}
];
//# sourceMappingURL=sync-swap-stable-pool.js.map