@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
20 lines • 630 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AGWRegistryABI = void 0;
exports.AGWRegistryABI = [
{
inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
name: 'isAGW',
outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
stateMutability: 'view',
type: 'function'
},
{
inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
name: 'register',
outputs: [],
stateMutability: 'nonpayable',
type: 'function'
}
];
//# sourceMappingURL=agwRegistryAbi.js.map