UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

7 lines 318 B
import { ChainName } from '../types.js'; export declare const SEALEVEL_SPL_NOOP_ADDRESS = "noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV"; /** * Priority fees in microlamports for Sealevel chains */ export declare const SEALEVEL_PRIORITY_FEES: Partial<Record<ChainName, number>>; //# sourceMappingURL=sealevel.d.ts.map