UNPKG

@parifi/synthetix-sdk-ts

Version:

A Typescript SDK for interactions with the Synthetix protocol

36 lines (35 loc) 1.49 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/contracts/addreses/oracleProxy.ts var oracleProxy_exports = {}; __export(oracleProxy_exports, { ORACLE_PROXY_BY_CHAIN: () => ORACLE_PROXY_BY_CHAIN }); module.exports = __toCommonJS(oracleProxy_exports); var ORACLE_PROXY_BY_CHAIN = { [421614 /* ARBITUM_SEPOLIA */]: "0x59d6ec32e05900949d7fff679a4adc7f94f0208c", [42161 /* ARBITRUM */]: "0xe87ceB87b63267ef925E2897B629052eb815bB7d", [8453 /* BASE */]: "0xa03A0Be2f3B85B76765A442683d62E992972d816", [84532 /* BASE_SEPOLIA */]: "0x4Bc47c016EE6Ead253152CCfe6427D0bC06F544c" }; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { ORACLE_PROXY_BY_CHAIN }); //# sourceMappingURL=oracleProxy.js.map