@heliofi/evm-adapter
Version:
API to interact with Helio Finances program on EVM chains.
29 lines • 1.84 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.directTransferGasLimit = exports.gasLimit = exports.helioEvmFeeWalletKey = exports.ContractAddress = exports.ChainId = void 0;
var ChainId;
(function (ChainId) {
ChainId[ChainId["ETHEREUM_MAINNET"] = 1] = "ETHEREUM_MAINNET";
ChainId[ChainId["ETHEREUM_GOERLI"] = 5] = "ETHEREUM_GOERLI";
ChainId[ChainId["ETHEREUM_SEPOLIA"] = 11155111] = "ETHEREUM_SEPOLIA";
ChainId[ChainId["POLYGON_MAINNET"] = 137] = "POLYGON_MAINNET";
ChainId[ChainId["POLYGON_MUMBAI"] = 80001] = "POLYGON_MUMBAI";
ChainId[ChainId["BASE_MAINNET"] = 8453] = "BASE_MAINNET";
ChainId[ChainId["BASE_SEPOLIA"] = 84532] = "BASE_SEPOLIA";
ChainId[ChainId["POLYGON_AMMOY"] = 80002] = "POLYGON_AMMOY";
})(ChainId = exports.ChainId || (exports.ChainId = {}));
var ContractAddress;
(function (ContractAddress) {
ContractAddress["POLYGON_MAINNET"] = "0x644cF27D0CB17cf252BCfb96e2821fc17109761f";
ContractAddress["POLYGON_MUMBAI"] = "0x1B43FB8a3c4CC150768C72656C352bdf35Dd1209";
ContractAddress["ETHEREUM_MAINNET"] = "0xbCe44616D96BA1659FAc008ed3D9f171F67D254e";
ContractAddress["ETHEREUM_GOERLI"] = "0xbCe44616D96BA1659FAc008ed3D9f171F67D254e";
ContractAddress["ETHEREUM_SEPOLIA"] = "0xbCe44616D96BA1659FAc008ed3D9f171F67D254e";
ContractAddress["BASE_MAINNET"] = "0xbCe44616D96BA1659FAc008ed3D9f171F67D254e";
ContractAddress["BASE_SEPOLIA"] = "0xbCe44616D96BA1659FAc008ed3D9f171F67D254e";
ContractAddress["POLYGON_AMMOY"] = "0xbCe44616D96BA1659FAc008ed3D9f171F67D254e";
})(ContractAddress = exports.ContractAddress || (exports.ContractAddress = {}));
exports.helioEvmFeeWalletKey = '0xa50E658C75dd31C8a1FD29d48F3de26e6d79df5D';
exports.gasLimit = 200000n;
exports.directTransferGasLimit = 80000n;
//# sourceMappingURL=constants.js.map