@mantleio/contracts
Version:
[Mantle] L1 and L2 smart contracts for Mantle
22 lines (21 loc) • 561 B
TypeScript
export declare const predeploys: {
BVM_L2ToL1MessagePasser: string;
BVM_DeployerWhitelist: string;
L2CrossDomainMessenger: string;
BVM_GasPriceOracle: string;
L2StandardBridge: string;
BVM_SequencerFeeVault: string;
L2StandardTokenFactory: string;
BVM_L1BlockNumber: string;
LegacyERC20Mantle: string;
BVM_ETH: string;
WETH9: string;
TssRewardContract: string;
};
export declare const l1DevPredeploys: {
L1_MNT: string;
};
export declare const futurePredeploys: {
System0: string;
System1: string;
};