rubic-sdk
Version:
Simplify dApp creation
13 lines • 446 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.stargateFactoryAbi = void 0;
exports.stargateFactoryAbi = [
{
inputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
name: 'getPool',
outputs: [{ internalType: 'contract Pool', name: '', type: 'address' }],
stateMutability: 'view',
type: 'function'
}
];
//# sourceMappingURL=stargate-factory-abi.js.map