UNPKG

@heliofi/evm-adapter

Version:

API to interact with Helio Finances program on EVM chains.

7 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContractAddress = void 0; const constants_1 = require("./constants"); const getContractAddress = (chainIdNr) => chainIdNr in constants_1.ChainId ? constants_1.ContractAddress[constants_1.ChainId[chainIdNr]] : undefined; exports.getContractAddress = getContractAddress; //# sourceMappingURL=utils.js.map