New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pontem/coins-registry

Package Overview
Dependencies
Maintainers
4
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pontem/coins-registry - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

17

index.d.ts

@@ -35,2 +35,17 @@ export type CoinSource =

export type StakingPool = {
address: string;
pool: {
coinX: string;
coinY: string;
curve: string;
networkId: number;
};
reward: string;
order?: number;
nftInfo?: {
url: string;
};
};
export type NetworkType = 'mainnet' | 'testnet';

@@ -41,5 +56,7 @@

pools: Pool[];
staking: Staking[];
getCoinsFor: (NetworkType) => Coin[];
getPoolsFor: (NetworkType) => Pool[];
getStakingPoolsFor: (NetworkType) => StakingPool[];
};

@@ -46,0 +63,0 @@

2

package.json
{
"name": "@pontem/coins-registry",
"version": "2.1.0",
"version": "2.1.1",
"description": "Liquidswap coins & pools registry",

@@ -5,0 +5,0 @@ "main": "src/index.js",

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