@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
17 lines • 525 B
JavaScript
export const 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