import EthereumCommon from '@ethereumjs/common'; /** * A Common object defining the chain * TODO BG-35011: create custom Common object since Avalanche doesn't have hardforks */ export declare const testnetCommon: EthereumCommon; /** * A Common object defining the chain * TODO BG-35011: create custom Common object since Avalanche doesn't have hardforks */ export declare const mainnetCommon: EthereumCommon; //# sourceMappingURL=resources.d.ts.map