@zetachain/protocol-contracts
Advanced tools
Comparing version 1.0.1-athens3 to 1.0.2-athens3
export declare const addresses: any; | ||
export declare type ZetaProtocolAddress = "connector" | "immutableCreate2Factory" | "tss" | "tssUpdater" | "zetaToken" | "zetaTokenConsumerUniV2" | "zetaTokenConsumerUniV3"; | ||
export declare type ZetaProtocolAddress = "connector" | "erc20Custody" | "immutableCreate2Factory" | "tss" | "tssUpdater" | "zetaToken" | "zetaTokenConsumerUniV2" | "zetaTokenConsumerUniV3"; | ||
export declare const zetaProtocolAddress: ZetaProtocolAddress[]; | ||
export declare const isZetaProtocolAddress: (str: string) => str is ZetaProtocolAddress; | ||
export declare type ZetaZEVMAddress = "geth" | "systemContract" | "tbnb" | "tmatic"; | ||
export declare type ZetaZEVMAddress = "fungibleModule" | "systemContract" | "uniswapv2Factory" | "uniswapv2Router02" | "zrc20"; | ||
export declare type ZetaProtocolTestNetwork = "baobab_testnet" | "bsc_testnet" | "goerli_testnet" | "mumbai_testnet" | "zeta_testnet"; | ||
@@ -7,0 +7,0 @@ export declare const zetaProtocolTestNetworks: ZetaProtocolTestNetwork[]; |
@@ -12,2 +12,3 @@ "use strict"; | ||
"connector", | ||
"erc20Custody", | ||
"immutableCreate2Factory", | ||
@@ -14,0 +15,0 @@ "tss", |
@@ -26,3 +26,2 @@ { | ||
"@zetachain/addresses": "^0.0.9", | ||
"@zetachain/addresses-tools": "^0.0.7", | ||
"@zetachain/networks": "^0.0.1", | ||
@@ -73,2 +72,3 @@ "chai": "^4.3.6", | ||
"scripts": { | ||
"build": "yarn clean && yarn compile && npx del-cli dist abi && tsc || exit 0 && npx del-cli './dist/typechain-types/**/*.js' && npx cpx './data/**/*' dist/data && npx cpx './artifacts/contracts/**/*' ./abi && npx del-cli './abi/**/*.dbg.json'", | ||
"clean": "npx hardhat clean", | ||
@@ -80,9 +80,8 @@ "compile": "npx hardhat compile", | ||
"lint:fix": "npx eslint . --ext .js,.ts,.json --fix", | ||
"prepublishOnly": "yarn build", | ||
"test": "npx hardhat clean && npx hardhat test", | ||
"tsc:watch": "npx tsc --watch", | ||
"build": "yarn clean && yarn compile && npx del-cli dist abi && tsc || exit 0 && npx del-cli './dist/typechain-types/**/*.js' && npx cpx './data/**/*' dist/data && npx cpx './artifacts/contracts/**/*' ./abi && npx del-cli './abi/**/*.dbg.json'", | ||
"prepublishOnly": "yarn build" | ||
"tsc:watch": "npx tsc --watch" | ||
}, | ||
"types": "./dist/typechain-types/index.d.ts", | ||
"version": "1.0.1-athens3" | ||
"types": "./dist/lib/index.d.ts", | ||
"version": "1.0.2-athens3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2699899
52
46542