Socket
Socket
Sign inDemoInstall

@dahlia-labs/numoen-config

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dahlia-labs/numoen-config - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/cjs/arbitrumMarkets.d.ts

9

dist/cjs/index.d.ts

@@ -1,2 +0,9 @@

export * from "./markets";
import type { ChainsV1, IMarket } from "@dahlia-labs/numoen-utils";
import type { Token } from "@dahlia-labs/token-utils";
export declare const markets: Readonly<{
[chain in ChainsV1]: readonly IMarket[];
}>;
export declare const weth: Readonly<{
[chain in ChainsV1]: Token;
}>;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./markets"), exports);
exports.weth = exports.markets = void 0;
const arbitrumMarkets_1 = require("./arbitrumMarkets");
const goerliMarkets_1 = require("./goerliMarkets");
exports.markets = {
goerli: [goerliMarkets_1.market],
arbitrum: [arbitrumMarkets_1.market],
};
exports.weth = {
goerli: goerliMarkets_1.WETH,
arbitrum: arbitrumMarkets_1.WETH,
};
//# sourceMappingURL=index.js.map

@@ -1,2 +0,9 @@

export * from "./markets";
import type { ChainsV1, IMarket } from "@dahlia-labs/numoen-utils";
import type { Token } from "@dahlia-labs/token-utils";
export declare const markets: Readonly<{
[chain in ChainsV1]: readonly IMarket[];
}>;
export declare const weth: Readonly<{
[chain in ChainsV1]: Token;
}>;
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,11 @@

export * from "./markets";
import { market as arbiMarket, WETH as arbiWeth } from "./arbitrumMarkets";
import { market as goerliMarket, WETH as goerliWeth } from "./goerliMarkets";
export const markets = {
goerli: [goerliMarket],
arbitrum: [arbiMarket],
};
export const weth = {
goerli: goerliWeth,
arbitrum: arbiWeth,
};
//# sourceMappingURL=index.js.map

10

package.json
{
"name": "@dahlia-labs/numoen-config",
"version": "0.2.1",
"version": "0.3.0",
"description": "Configuration for the Numoen app",

@@ -46,6 +46,6 @@ "repository": {

"dependencies": {
"@dahlia-labs/numoen-utils": "^0.10.0",
"@dahlia-labs/token-utils": "^0.10.0",
"@dahlia-labs/uniswapv2-utils": "^0.10.0",
"@dahlia-labs/use-ethers": "^0.10.0",
"@dahlia-labs/numoen-utils": "^0.10.1",
"@dahlia-labs/token-utils": "^0.10.1",
"@dahlia-labs/uniswapv2-utils": "^0.10.1",
"@dahlia-labs/use-ethers": "^0.10.1",
"@ethersproject/abi": "^5.7.0",

@@ -52,0 +52,0 @@ "@ethersproject/address": "^5.7.0",

@@ -1,1 +0,15 @@

export * from "./markets";
import type { ChainsV1, IMarket } from "@dahlia-labs/numoen-utils";
import type { Token } from "@dahlia-labs/token-utils";
import { market as arbiMarket, WETH as arbiWeth } from "./arbitrumMarkets";
import { market as goerliMarket, WETH as goerliWeth } from "./goerliMarkets";
export const markets: Readonly<{ [chain in ChainsV1]: readonly IMarket[] }> = {
goerli: [goerliMarket],
arbitrum: [arbiMarket],
} as const;
export const weth: Readonly<{ [chain in ChainsV1]: Token }> = {
goerli: goerliWeth,
arbitrum: arbiWeth,
} as const;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc