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

@zetachain/addresses

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zetachain/addresses - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/addresses.athens.json

2

dist/addresses.helpers.d.ts

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

export declare type ZetaAddress = "connector" | "crossChainCounter" | "crossChainNft" | "dai" | "immutableCreate2Factory" | "multiChainSwap" | "multiChainSwapZetaConnector" | "multiChainValue" | "tridentPoolFactory" | "tss" | "tssUpdater" | "uniswapV2Factory" | "uniswapV2Router02" | "uniswapV3NftManager" | "uniswapV3Quoter" | "uniswapV3Router" | "usdc" | "weth9" | "zetaSwap" | "zetaSwapBtcInbound" | "zetaToken" | "zetaTokenConsumerUniV2";
export declare type ZetaAddress = "connector" | "crossChainCounter" | "crossChainNft" | "dai" | "immutableCreate2Factory" | "multiChainSwap" | "multiChainSwapZetaConnector" | "multiChainValue" | "tridentPoolFactory" | "tss" | "tssUpdater" | "uniswapV2Factory" | "uniswapV2Router02" | "uniswapV3NftManager" | "uniswapV3Quoter" | "uniswapV3Router" | "usdc" | "weth9" | "zetaSwap" | "zetaSwapBtcInbound" | "zetaToken" | "zetaTokenConsumerUniV2" | "zetaTokenConsumerUniV3";
export declare type NetworkAddresses = Record<ZetaAddress, string>;

@@ -3,0 +3,0 @@ export declare const isZetaAddress: (a: string | undefined) => a is ZetaAddress;

{
"name": "@zetachain/addresses",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",

@@ -24,3 +24,3 @@ "author": "zetachain",

"tsc:watch": "npx tsc --watch",
"prepublishOnly": "vite build"
"prepublishOnly": "npx tsc"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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