@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
27 lines • 909 B
TypeScript
/**
* Minimal ABI for parsing ConfigurationChanged events from Velodrome XERC20.
* Shared between EvmXERC20Reader and xerc20 utilities.
*/
export declare const XERC20_VS_ABI: readonly [{
readonly anonymous: false;
readonly inputs: readonly [{
readonly indexed: true;
readonly internalType: "address";
readonly name: "bridge";
readonly type: "address";
}, {
readonly indexed: false;
readonly internalType: "uint112";
readonly name: "bufferCap";
readonly type: "uint112";
}, {
readonly indexed: false;
readonly internalType: "uint128";
readonly name: "rateLimitPerSecond";
readonly type: "uint128";
}];
readonly name: "ConfigurationChanged";
readonly type: "event";
}];
export declare const CONFIGURATION_CHANGED_EVENT_SELECTOR: `0x${string}`;
//# sourceMappingURL=xerc20-abi.d.ts.map