Socket
Socket
Sign inDemoInstall

@dahlia-labs/mobius-config-registry

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dahlia-labs/mobius-config-registry - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "@dahlia-labs/mobius-config-registry",
"version": "0.0.5",
"version": "0.0.6",
"description": "Configuration for the Mobius protocol",

@@ -5,0 +5,0 @@ "repository": {

@@ -32,3 +32,2 @@ import { ChainId } from "@dahlia-labs/celo-contrib";

import { Token, TokenAmount } from "@dahlia-labs/token-utils";
import BigNumber from "bignumber.js";

@@ -88,7 +87,2 @@ import type { DisplayPool, Peg } from "./types";

const weeklyEmissionToSeconds = (n: number) => {
const yearlyEmission = new BigNumber(`${n}e+18`).dividedBy(7 * 24 * 60 * 60);
return yearlyEmission.toFixed(0);
};
export const StablePools: { [K in ChainId]: DisplayPool[] } = {

@@ -95,0 +89,0 @@ [ChainId.Mainnet]: [

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