UNPKG

@mantleio/core-utils

Version:
4 lines (3 loc) 226 B
export declare const L1_TO_L2_ALIAS_OFFSET = "0x1111000000000000000000000000000000001111"; export declare const applyL1ToL2Alias: (address: string) => string; export declare const undoL1ToL2Alias: (address: string) => string;