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.1.0 to 0.1.1

2

dist/cjs/markets.d.ts
import type { ChainsV1, IMarket } from "@dahlia-labs/numoen-utils";
import { Token } from "@dahlia-labs/token-utils";
export declare const WETH: Token;
export declare const markets: Readonly<{

@@ -3,0 +5,0 @@ [chain in ChainsV1]: readonly IMarket[];

10

dist/cjs/markets.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.markets = void 0;
exports.markets = exports.WETH = void 0;
const token_utils_1 = require("@dahlia-labs/token-utils");

@@ -13,3 +13,3 @@ const use_ethers_1 = require("@dahlia-labs/use-ethers");

});
const WETH = new token_utils_1.Token({
exports.WETH = new token_utils_1.Token({
address: "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",

@@ -22,3 +22,3 @@ chainId: use_ethers_1.chainID.goerli,

const uniPair = {
tokens: [UNI, WETH],
tokens: [UNI, exports.WETH],
address: "0x6D2fAf643Fe564e0204f35e38d1a1b08D9620d14",

@@ -34,3 +34,3 @@ lpToken: new token_utils_1.Token({

const pair = {
speculativeToken: WETH,
speculativeToken: exports.WETH,
baseToken: UNI,

@@ -44,3 +44,3 @@ lp: new token_utils_1.Token({

}),
bound: new token_utils_1.Price(WETH, UNI, 1, 5),
bound: new token_utils_1.Price(exports.WETH, UNI, 1, 5),
baseScaleFactor: 18,

@@ -47,0 +47,0 @@ speculativeScaleFactor: 18,

import type { ChainsV1, IMarket } from "@dahlia-labs/numoen-utils";
import { Token } from "@dahlia-labs/token-utils";
export declare const WETH: Token;
export declare const markets: Readonly<{

@@ -3,0 +5,0 @@ [chain in ChainsV1]: readonly IMarket[];

@@ -10,3 +10,3 @@ import { Price, Token } from "@dahlia-labs/token-utils";

});
const WETH = new Token({
export const WETH = new Token({
address: "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",

@@ -13,0 +13,0 @@ chainId: chainID.goerli,

{
"name": "@dahlia-labs/numoen-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Configuration for the Numoen app",

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

"dependencies": {
"@dahlia-labs/celo-contrib": "^0.9.5",
"@dahlia-labs/celo-tokens": "^0.9.5",
"@dahlia-labs/numoen-utils": "^0.9.5",
"@dahlia-labs/token-utils": "^0.9.5",
"@dahlia-labs/uniswapv2-utils": "^0.9.5",
"@dahlia-labs/use-ethers": "^0.9.5",
"@dahlia-labs/celo-contrib": "^0.9.8",
"@dahlia-labs/celo-tokens": "^0.9.8",
"@dahlia-labs/numoen-utils": "^0.9.8",
"@dahlia-labs/token-utils": "^0.9.8",
"@dahlia-labs/uniswapv2-utils": "^0.9.8",
"@dahlia-labs/use-ethers": "^0.9.8",
"@ethersproject/abi": "^5.7.0",

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

@@ -14,3 +14,3 @@ import type { ChainsV1, IMarket, IPair } from "@dahlia-labs/numoen-utils";

const WETH = new Token({
export const WETH = new Token({
address: "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",

@@ -17,0 +17,0 @@ chainId: chainID.goerli,

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