@zetachain/addresses
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -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": { |
44817
11
915