{"_id":"@venusprotocol/oracle","_rev":"202-004b27e2c2b4c06dd3779032a1cf70b1","name":"@venusprotocol/oracle","dist-tags":{"slim-dev":"2.16.0-slim-dev.2","latest":"2.16.0","slim":"2.16.0-slim","develop":"2.16.0-dev.5"},"versions":{"1.1.0":{"name":"@venusprotocol/oracle","version":"1.1.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.1.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"08fde4ce9a0943de039f9932e8539f899ab5b4f5","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.1.0.tgz","fileCount":94,"integrity":"sha512-9pbJdp0fkz2ARx1HMlEUjZFP3iZ37A6vOm4CAAm26GWtDmOntZarY3SuuP0rJg2LedfFLaQV1cBJ6B1DdCSjRg==","signatures":[{"sig":"MEQCIFdeWvfAX2gTAJyzxZuxvCxN2Sn9YQGhM3Ip7vGl9ih8AiBgp+25Zgb6iamzS7KeCz13ws4IZJRpQ2bgvW7Pws4Uiw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8633910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMzwYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYZQ//e3u61KM9+VZnGMmMYvY8jLKqQDX9cDNcyhXmlZG8F+jT9NQu\r\n453cP/5HTGq35ZQzXOeLcV+XtCp0Ap/c6kMXpKktQYZvxW79eHEHTG+4Xxm4\r\n9wprEjQzQUxqFPWxTGrJRXJVFdnBD3DqoNafcHkgSwqTEDRXaGrSigIjVJMh\r\nMyfz9KeWqEw/wZ48R+BIinWoRh0MNg/lgZX9sjKXPuGbgyOBNRc35/j6Tm4z\r\njbCKLKYD8nQM/mglezzvlWalxhgx+c0Z1kK3nwFusSWYN8WAtLGXH8u1QC+r\r\nSC3m9bj/juiKU5r0xDbFVO+R2ngDs/FYJnSuDqPhwyuGzDICF6wpShTb2hyv\r\nJfTKp79AuwmphJlvHHVwXfY5OF1T1pEUcZwU8YHCtPy9SlFzhigzYKpNFWkG\r\ngTVWAw1ljxQaomYiP5Zgx08y5vhE850vVb93fISL5UkNVX6tHu6N9UMkQ/M+\r\n6XiuUhCGfzni0G2Dkd1vQo5fYraK/x42bYGtPd+CPZ5OpE7tOT3V2Cu0NUR3\r\nETpwLhOkLI59g+VkLfap/c8sxKm2O0A0gOm1js3sum9nchnwTPqLQnwu1KKI\r\nXaeWgCaPJK+a0ezIpHyNCAVnOd56799UNCBpclPJlYPPCGxtKI2yOuMI1mKe\r\nFe/N99652XDzJZm7pOpGVT/XhOzfI/UYJAc=\r\n=mudR\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"e120a4dc0956188877d4cdcf6dd0698084fadd60","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./artifacts ./dist && cp -r networks dist/ && cp ./{package.json,yarn.lock} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.1.0_1664302104608_0.22326654070301055","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@venusprotocol/oracle","version":"1.1.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.1.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"1706d804745f09f45cc1575dbec83411c3755d28","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.1.1.tgz","fileCount":94,"integrity":"sha512-6EovhxrzWoM7/0QJkR6l5lYyshYSh7kRK933XdGJ7e+szaciSrxVYVopUP/wVFA2wX2u571Y0ZlgNyxvDOkRww==","signatures":[{"sig":"MEUCIQDDKK2+TZy5rzPK6WfKF4t+xYq5EBSvnJlsnCbLfOtZ9QIgd2LW3jefFOcw/7uszHuCesgRY/dYpiN2wBNluyp8sEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8633910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjM0A9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovZRAAl42P+FbAknxfu/OjJYH56DjHNhUP4VUgYfoLDprkYyX0G1Dn\r\nHnbSik0jyYc5P3zy1vhCQfoCfIWgceHOYJTsAmKPkR68HhBpLdEOXpD9Z63T\r\napUtFZj0kzILpCt7W+kKWWx4IdZpMoQ4oJfK19CRw/N4lpA/HC7aKaWuhA7/\r\n7uyahhR7LYen4I7LGs/n+8+3yWKDhfMNacDNITJEc3Nq7BszDSm6nVRGDUr5\r\nj8SAObiJVsGYZCOrbYDywS+XXE4+plLXI+qGLONS+Lg/WAYqAI8jHfR5Y6nm\r\nxT4Zr9bqvOzkoTkySi3lj7RKdHEuibUy1Xu2kpGH9ujFnuQbMT7uR+GdgC6c\r\noExLd7bqJl0rjZUzM/qr+De3DKnFN93/UDXxPCk9aq5wdp1w7sy97Vkyyp+s\r\nBWzNbnBEsIfBJVT1qQG29tykyS4Ehaz1Av923B7SdNn7o451an3Bfz+LHbHH\r\nU8HoJGPKhISV0uykRIgfgvxdP+O5l+v9uj3MrZRHOfUGzliIm3300EbEjyXe\r\njcmpTDYgOapEycuGepAAPcYzt12tW3ZDJae1uVcS4Lmd4sdSLe/bjHaiypKI\r\n6o3hFF5WTWtCJkw4NPl6kgAOQdsoZ1ndm79y9sKg4zO4dIaQFaWh2SICNBpG\r\nd+qDP1gPH74yVqBv7Dst3p0UPUWLXjzXCaw=\r\n=+cUV\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"64c95bdb113aa232fa36a80447d0802e7e5ab33a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./artifacts ./dist && cp -r networks dist/ && cp ./{package.json,yarn.lock} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.0","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.1.1_1664303165634_0.8494428493182031","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@venusprotocol/oracle","version":"1.1.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.1.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"54854a51c083b6439585f1518fa4d3cd1b008e93","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.1.2.tgz","fileCount":94,"integrity":"sha512-ELoH/15U+MA+fXiZLzmKvr585Gk86Q65JIepTDXwqhDnF2+yxe/FG+WRPd0TpWU8cgN6Odzaz2cn4zdDkfgFBg==","signatures":[{"sig":"MEQCIDKO6uStYf7BPKz0rygyQGgz+HK0GKLMRGzXRDPrwbvfAiB4sMNBLdVWecav9FQudOkPRXfppLCG+ySOCPiU2d8WLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8633910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjM0UwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqufhAAiJAtM+NXYMVnwr91/2HlTx/XxBpR0/+DxbCVvugNj0Vkf6da\r\n1w+7/X1S4eMmf2TOeBId7EhWlhcBkDd7iBX6foOVq0GFoX0/0qxIqBiXsfBV\r\nHc/xepC3un0LO9dpRgXNNttLC6fmDbdLMKnPSIMyPXxVP1NEJwcyYn2miuZ7\r\nwODpDG2cTyqG0jf5DZlazHggZzpjXmAVVgxW9ZKpiTXgWg+oMjO9sRhcvNmk\r\nRzBH9pJylVgTm7PM/tSc0+JE/ELNq+gdYW6ZbiDbTnt7DG40y1t7N+6nFDNZ\r\nl2eDo675CShD561QSk3uTYg2tSYJj+U2Q1aJklREj+p0PRFI4qcDscOLZzQq\r\nJF6z+tCxIKjXnHgNt4+ClVt1/qH2s9Ar2zdGilT9FdIATGZpPSTtvUoNfZYG\r\n3a0+DhPY5xuCKwJn06b2k/vwndIOtoalchLc87iYjpOqFIokVBiN4hdbqm/0\r\ng1um89vDyMiLJd3wHfyzKwFE5qYSLOEteAGqllFvTgIxQ1eY+g3jt8zjCt7S\r\n6UB9BbwkUA80pGctFZzat99gUjCWqH5sEl+dcWCioJ+2socEopenMBZ0VC94\r\nwqNav682pz/1h/ncFNJIDotqSzeRc/lyyHi0WJ7pF+sUzAIjWWU2FGGHbxep\r\nMPu9GFWLKUdGgSEFdnu6h7mnkQYcPOE7fqc=\r\n=Zvqb\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"64c95bdb113aa232fa36a80447d0802e7e5ab33a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./artifacts ./dist && cp -r networks dist/ && cp ./{package.json,yarn.lock} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.1.2_1664304432456_0.42088013650755474","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"@venusprotocol/oracle","version":"1.1.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.1.3","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"ac7ea322494ef77a1d3a5d124de13aa541259de6","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.1.3.tgz","fileCount":94,"integrity":"sha512-vA/6hN8V1YYG4xpzHJCDVyv8IkNwTmKv7lnTeF9lCxTeQ+vVNaQLvv7unEtsZYqJ2on9hqmmFBRJQORS75QGLw==","signatures":[{"sig":"MEUCIQD/3VczG8EH24eymDToim0SmRN2YXB46+pVgVqZgjrSDwIgKNOHCZJ1niLmwq9i8cjOgsqdIv2y1z9RX+OjraJaeNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8633905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjM08SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqo3hAAkKvWxjeu1REzTXpSvt9I/0YASjxIedk6s0dz0pTI0+wGge3t\r\nRp+DSC54fIvbWAlfcRgiM4ku3jqVFMr6mwbMJc+D4G1jArbdTWigHk+9bU3q\r\nLVnBFpV8Lb4ji7ZwXg2RtlzzY1qXfBcidUGkyXhiNbQryTDIJEwB0bMMJGfN\r\nT/Ct78b+MPq6qHqvEK5UJ2ieyYFc1h+XKyM0b74xvXodViKpRD41hPaKM5eL\r\nbJAU5DoicGS0J0/fnePiTm14IKe3tkgS9vh6vNLjoqHD7uyVLNu7xt9u/rXK\r\nva7s0TywNLaQ4541nSe4Bp7I+Sa1cehB/AFQiqRuq1iL2Wdtr/ZJT9DktG9T\r\nfY3X3NJd7hgBXvVi+wvCtbbayGAS6Nra35N0IEZhveUSsCJ6YDq12yfkGTa8\r\nZeqOt/QR+qEi32OWyGm5Oe4FBJNSzk8erasFzqNeluXPshAh2oSiF27B6ghA\r\nb3gzQiW76x0qwHqxJ1COjdTmzHtlYOdU9UE2cOqqJpTTQSKPgThEsgFuxEB8\r\nUO6MOcEuVbVpqmBqHjHPpq5KLOLlKux2eh19Yc6pklEKnyl1hjKgFPrFIHi/\r\nF/YrAFSdxlRddOTwjNL1AUuf6Wf9Br+eLIh0t2G0x5kpx4IBw4AhNddHYerb\r\nb6eprxtjVJyItzQBTJ2+zjoGviIGWxPJQyc=\r\n=eysI\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"64c95bdb113aa232fa36a80447d0802e7e5ab33a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./artifacts ./dist && cp -r networks dist/ && cp ./{package.json,yarn.lock} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.1.3_1664306961823_0.3213816816367705","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@venusprotocol/oracle","version":"1.2.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.2.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"3789bc21a2b94568f549f6d1c690be13099ecd85","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.2.0.tgz","fileCount":117,"integrity":"sha512-uALKoTasx885G+rv2mrrc4xosAosAL58PjpS62EGEmif+wE0c+pfXN+U1bnu23FUk4LyajtqK3zkcK8o2wRuYw==","signatures":[{"sig":"MEQCIGtaHWzbOWLC8CJhRZwYybyNGzUl5MqxXAhtuvbJXmgdAiBDwC7KAbmCO48JrU1XY6A6mPkhxZzasO3uN84Cda/MQQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8698903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNENKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCwQ/9HAl+lYgDO6BsSbfSRyrik7J4LZYI7Yq3DXJ4IzH8jxyiv9Zm\r\npbBD66uJ9kuB1nwcyQfG22mKWqXm1+BF4gn6HEKFtQ7hgtAmqSTmGSjsZ88C\r\nIJFbaVjoBhKBZWGWlk1Yvj9qwKOK0i2tHk/Igmy5O7gGla7Q2e26oSxq7zVJ\r\neu0q3iDEd2oDPOxHXBjA/JXL6s0ii73Rgol9ItmjoYGjsrjeFE2Ntmp+huKz\r\n+2+rJcfEfRca4OWVyEZrG8OXAY+6TYv19IGmRUOvgMb5qZI0048Brl88I3FQ\r\nRABdRbmcPXi4Ci2UYKi80du6PyoYZQEDkhoCdcKo+lmmRZg5bmtVheKwOLAd\r\nV1Qg7lNQIxn/382QhGPIIGmXdAh2O022O7ofVUxLTIS1D/rJ9qCjyL/gaMfq\r\nQhWCkjXkLlAZCDZpfSlgbbbZpe8Jl80KKAgt0ulzn4+9BhItDuy4UhZ3B+kl\r\nxE3J5MRjNBTs6Im7nbDP3uO0G8W9fva1kikOccPHSK5qcBf9CcVJA+ueYr6m\r\nux2UPOierjlskSmeC2cIjobb9UK3dpyL3nLozCXfB906EBBbm4+gNO2O7pOi\r\nN5wqNzuBltuDRioQH6gYvg8mvEvOP7jrC8wxzSX8QNNFnLV7pyWW0PVqwFsV\r\nj1tiSm1gYznm1WxqDBnHz7eXqGRCc2AQb8I=\r\n=IaO7\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"62dae26f3cfe5e0b8394649d962daf6f46ec84ba","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.2.0_1664369482412_0.6878412255082933","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"@venusprotocol/oracle","version":"1.2.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.2.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"13c261d9fbfa5a6cd0602cf5debe59c5aa5d4cf6","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.2.1.tgz","fileCount":98,"integrity":"sha512-u67QshEcc+TIH2Ca35QpPHKMh6xt9YmIFbPm0AdskrElj8AN+ElNdZpt8Mf8f3ZK6Hgy5lQHlcDDgG/XyIeVwg==","signatures":[{"sig":"MEUCIQDSyXik8UTfOMkCGObcdRqMiJn+MYliDWweWrYkh5ODXwIgO2A+2wnP2tdGDzdnn13R49PMFIvfT+V2OKoo0BEiZdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5689844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcqnzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+ExAAonlY6GboPVNlE69yHw2VjKiSE52wF0uz2R+JuOGrk2aVAVxL\r\nS0JKvFN69n4eRj23UH2KSVXLKBfo7PtrWkD5aRM2rcMbIYrGvvN3gVqMwm4Z\r\nfPLR9SEc4zOHomN8Io/C5R6vtSCXa2WTyPr5UgijiXkJpMx5ZbD3JDr4dXcF\r\n73c2tPgP3WbihMpwx5TvI9b85hb9ESFqcj7OPqACoBOXaAz3CgOAdLhfXW0F\r\nTXc1wMi++EKldQDYut/2qb6NDpa5SFn3UWgA2Y1wHSLpXuteNrS28qT0bnX5\r\njdPpK/vKUBvagbaLeyDAh7euQ/5ujhbSdoth5TAtwGZVv+NFHK3DHUeyLTiI\r\nBwEj3wk6TwGf8forBn/AAPHmBcSFmfYt5KvlIWtkOQdEWtmX2dsVA7jLFekN\r\n5yzLjkaDSz7DI+/9m+8qA3KAGU60/kCChVZB5rzHMTZrH7mmwLJcRbCPdlL7\r\n4EYgf2AxL7P+ey+xD/WGoKxNF+KsLP7dRPTX4hQzzdnHn6OloUg7EOOUsjRg\r\n095mYiO+kOfB7sSiOYr2rQtN8pxgj5kcWme3qma9eTnallpFayUd48AUyjxV\r\nrtSjNEup6h/omoQu+fThlaIE/Ekl65G7SPAh+uVEGP7PixEwa0Mzb9wHJEi/\r\nxy48mC6N8Hh9l1KlqbEoE6lTGsr93uQXG7E=\r\n=SCM1\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"b5e209f6769abde2b312c53492efd160f5125523","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.2.1_1668458995595_0.7046364875676481","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"@venusprotocol/oracle","version":"1.2.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.2.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"936caac753412cefcee6d735c7e7a3512c9ecad6","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.2.2.tgz","fileCount":101,"integrity":"sha512-iLIvnsz1LsCOg+oY8R875nTXwi2iPebx3FDgJuqei+l4iZlQGIke/KHM6icw3N5CA0dWskTVYLTG4T1Y4ExATA==","signatures":[{"sig":"MEUCIQCowsxI0Ne1Lhjd9CxAvTScs/lIN0/yQZ+ObdnY8GUVswIgQwq18N9TX/nqWHJ/VMnl031RI4q/eXeA72vUGIp9p0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5717025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcqx1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+Cw//TOPyu1LdESLNxqjpYA1mDnGvNqoOVy228HULjoUpajNlxyzX\r\nxpUoJMeHkMNY7nDpoEPSrohFq67wdiAZMUr50oER+Ak+KcO5pi2yHPAvLnNL\r\nxBziXiHnfTytY36GuduO8+AOoaVSxDJbD3EF7vly7Opv5PUId0608xch6fyN\r\nlPGnCOkmGpTg86XFSdFt75uR3bNbmfj1gNh8ca2uWj3tPKCGUB52GNndJvo1\r\ndelWWtbJa7+xU+a/NgornQw/GvrvBem9go5YUtmsQsmkK4d4NhRwAcqvYioi\r\n/jWobv076mCDWUcLKWEtfn8RsSHsqvjs/ghxvX14VQX/me8kI76cwprqJij/\r\nptgEIZRNfKqDVpyIEADbw21CDp8AzqAumUqLJ5wVmJwz93JCEHyMQYIFR1uP\r\ng9FSFFPsnlGqEq243/gBpVpWX/5m5Lt6x3+xFsswXqEiBw32A7F0mCRJBz7G\r\nHbb8ATxOMhXjgZhDLRg9VsXqZPlMkKHwLnIUVQUbgI2zFS8e8Ke7v76s1dzu\r\n6aPV7Dch4SqahYeOiB7sdrwzk9bFeMBS5Rd8QHfKOu4hUUqw5/1ekFgQDrQp\r\ngQhIe5s+hzP5I+HtaZobYNIKBuIt+3GDSmlAdUVdMEX3NjrWNI5UGEuwwiph\r\nHe3M6UEmp+CK8UKIOBKLA7JX6WN9lWMLQU8=\r\n=K2WC\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"acea7bc80454ddc29a8105a92eddd57f5f7e57a8","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.2.2_1668459637452_0.6396529620958871","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"@venusprotocol/oracle","version":"1.2.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.2.3","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"25610b18546224f3926890183ade10ff62a39455","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.2.3.tgz","fileCount":126,"integrity":"sha512-oCgHLVDQoMItks6OKb84uwJE1P7YQ4VPOrzAbCWCt5ep6LmO2sWI/HyFh+pwg3Ck0nBRqrhBgZ5pzPHU5ZQY8w==","signatures":[{"sig":"MEUCIQDi+rea89rSUVew/veuuXGJXaZRRmynGPXO85+94MtbAAIgYryres+LXHSgwqvfhom/fEc4gy/AbE3QPzro04hzqHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5788128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcrDIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2uQ//e045HVF+Yf6ZiEl4HREM/p+cHS24NgdUUcB48B3JU6+S5z5F\r\nQ9mWs/qXyyEep5pa1MGEcHil8x/Aj5uNiGl9Hf/5Y/f4gSbbRf03bs2lvUMK\r\nRdNMc6HGrEl23EorCi1z6RKQLI4MUwmMD4NrAgD39iobWheiXEcgTa1cxlgW\r\niE8VrWKfN07Io/i/p/5KAyoWceRd2ni7Xuu1Z85rVybPvEeayBfYvimrMOwu\r\n3/QIBOHx1VN4YXqx3HvPBH1wVZkn4JHJHfGNtcRdKO0tIsl/5tVlaN9tDE7y\r\ncCfGysuoJf3yd9tTzGJQB0zzUlDbOQQLcg5JB7SJtvGjRkKzREwnoKYOT+NW\r\nGzPCMjti0UeV6p0QCvx4y5mXDFL2bDMbAgJeDIwGPGVG3Nkfs/dtLWxlbmR/\r\nF0SR4BuhDWuy88LNUkEF191m9DQyaItkbfLMX0tDosluPxZtO2fjKgJhk+6W\r\njSJ9wEYhUqDqr/V3hPwZXcAkjkaJsTtTLR5vl6QuAQIQKukKbF6VgkI8DMTL\r\nE61OQ6Jx1D1LJ5VCQvZMK/kkN3O/vT8ALHDh0v++l8hPrT9BY6kYqZTk42Z8\r\nLimF5MXfWG3v4jtbN7GOxXKJW0J53jtuW/Xn6uYemietbD3zx4ceRlt7tMK3\r\n5Gxu41Qk2dyEMoi4NvhVFHqg/q3tX3fLH0I=\r\n=r2Cz\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"7647e17c3c534c539a6ef0077d0e55795c24f0e8","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.2.3_1668460744503_0.23603392857037253","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@venusprotocol/oracle","version":"1.3.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.3.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"0ca917762fe75500b39f902ac80727b299f9a0da","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.3.0.tgz","fileCount":153,"integrity":"sha512-cIKbQEGdAiQdVUnX5pa73uUXhgx2BWdKRZbBGOMjr2zMPt/Xzn4eGat7P3gaRNVudu50RMCUM5QMAx2cfImC3g==","signatures":[{"sig":"MEQCIDxXiP3Wvvjbx2p6vQS5PJyon5/errHA4IyPVchRQMTCAiAGMxO+xtz5qSgW66cVmRS9DUyprJ6+1EqhTj27zhzedA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9768637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdT78ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIiA//YiCW3yqzqFFYovz64DZpQeNWdhsDuduyMnQxODZvmQjtTIV+\r\naqJrVR3CdXYDnAVUcKl285Xlgpqlq1S6wX1hOimqT0iI2qOLrM3kS6UPX5h3\r\nT+xnldHUIKAu1yrBRMjAGlGQLilvOZ7I3bT5c248aZmqEhDX/p0Uxu1nHuhy\r\n7DyKs570KO47w27R+Y9i1h5gBGrhTd8L/PkyFie73I+P1EIWzqHcG7jIF8pE\r\n26LimNYkprYOakPWWXaVlnhgiODiD4tIgUA9KMidWMdJZWG3YzuI4irm0UE1\r\nNWw28oBzolndq1RPbIHyQahA2Y8LZNWiDqsLs3PaWcwPlR9c6H28ZJeIktVy\r\nec8iJPLpH9izUs+uCz/tPNGVWOt3ugPQ0xaFw3hTlS6jBDY1ArxxT14jPgD5\r\n3/82AnX+T+TBh3znJnA4TD7IUbOurC0IjgesZ0SJmQNFV9wLj4+MXLX2tplt\r\nVoxrSuzXSrAKPE/wwM6526GCKBdy27tL04yvXE+fvKUNK4Susi1KBFEPOwXs\r\nobSYfzGBqrjiWlhy1xH8zVnHYluZsGPwygzOm7g079Ylkq+60aKSuaP7SPD5\r\nGkwtcLqtpgKXP0zrTT0Pg8mDocpoheW8DkhY0TjvWlHFLD/nZ0/WaDE0Um/+\r\nqJ0hpyuIbTdRNJEm8oEwD8PwycRI7L0SULQ=\r\n=XU8o\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c8b23c103ee857378131ec74aa92485e55da6049","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.3.0_1668628220379_0.014074936013576567","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"@venusprotocol/oracle","version":"1.3.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.3.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"2ffad67344b752d6088de14e3b2f96918e526412","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.3.1.tgz","fileCount":151,"integrity":"sha512-QyF23BatpI1Cd9rpSzrq3z3/feLw7MHym+4WER042utM84NFP8PIP6A0GDaYrBUdU4JX/wl160oaGJ/IDafe1Q==","signatures":[{"sig":"MEYCIQDFTbbELoc+OBDeAqHc6mdF/SvsdJzddlfWg5Vnd2Ox9wIhAL97Ki/sZoK9Q7l0Uxp59rro1e78XHRZKfiovcgDvbzF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9766453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdUc0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpT/BAAksmwD2WP0s+Tp89SAsmTtS074L3jGfYpTE1x8JEWRuNi/lJ1\r\n7fAJXou8biBjV4jC6LD87RWILrwI4dDwkH0aOVDbNt8o+VVsVxgcF841lh13\r\ne4Ir6b/HWrHKLIJu2XcaUjiGuseySo/Ts1cBrZ5dXrt2ZRzi8AI/X3uPA4HW\r\nKV9NzIsOR7Uc6RwHOza8kt+7Z4LJOte5cVAMttaTEfwSTZ0Thu2wu2xpQpuI\r\nZTtVnMnhKq9etD3uG3hz1ZlnLUGn5yeQGA3wGKqSP2/qBH/fhlfvkCiTFq0r\r\nUTtNMUOLYNZ284XcGtdGUMB4cFoMX3Smh0KxiEkC+O8gG+EVPt+8Kjo1UyZi\r\n+o1jGwF8vY8o4ri4K0wPHoDr9WJmQJ7K/kTVxQYXSprD6BPXAR8454cUy4GL\r\nOtWwuXhhlN7MzkaZF0teJ0vnOy8Q/5RTATsqLgLn+NlwrVFaFQZwz+wd4pXa\r\nw9/c5yswaZ0R1K+BLOEbj9clpOXMcLw8rVGgptdkDLgiQpAps13yDwqEwXaK\r\npq0hETHF0emjPBHuVVVZHMR3NHzMflAn54G8RFJmexPRy0BqP5M3TCpAZONz\r\ni6kZC1bGL43Wm8susGeiI18jd0wC/VdqxgtCF+UHqt81HWGBcJe7Iwj+VboI\r\nE9INl2ndWvqNC/nhH+reVAuKJJZdaUsi88k=\r\n=QPxm\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c8b23c103ee857378131ec74aa92485e55da6049","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.5.0","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"16.14.2","dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.3.1_1668630323990_0.14553769474380562","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"@venusprotocol/oracle","version":"1.3.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.3.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"9fe811e4ff8b9d0944c97774e29d0e98588ce4e7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.3.2.tgz","fileCount":153,"integrity":"sha512-v+Gpvn3b9XZab0m+/HvqHvdQTjYHjGMlhEyaKtISTM6fr1ewcLwevlbDhrP1LLLjh1SQTT0QeMhvXgms+0US5Q==","signatures":[{"sig":"MEUCIHCp3uqWYAORNS4YFw0rjBlpIdAiDcFN6CkLCEWNrgrIAiEA580/AgvmaObb2TjOl1lTJGliL+UL+wJelOXxvBqUo6M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9768591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdUjcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOoA//UVrxjNq1IB/yvRW0TWUURJGzRRH7OU4zqLnFNK8pLwDahZuJ\r\nR7tL7+ZwbwUJWvhP/91Mo4jv9e0hE14cgoNQH97/4ZxsJmNt7sSv3rg4IBGN\r\ndKKBozfzyADrU8fGj6zcGk+wKKi26t+1Cr2jfYcpt/ieM89hEbgEYQd4JtST\r\nvhOoAwfRG5ln5OLJ8Zt+04bFziUZYRsd3aOe6REHRDGExlGKc9mw3H9bE1RE\r\nd3LY0v40mFzWKi0FqzFl6jrry+9G643fZc27Gv4m0yhl5OICqf1Sh9armPBe\r\nfcIUPa/zGnDzDV5v4kJJzBHuhloTlGxBf5VUX6HbFnZAyqBbRBjw+cWcJJo9\r\nd81GQCUeqS/vZY5Q93hSs2vsgTlA4huPWQNhJmis1W0hB3+g51ZmriEGUp0G\r\nNgnHPEc5hMWHGCU0KONMUQmTln/ILjq/oS1vMVDRSvISXtHtj6Gvgn0Oq3R0\r\np2TuK03hMyoCdpAT1ld3sT9ebYuvDdsF88C/N6QpMpsEyAiYL+R3rj+e3zwB\r\n2Qc8bi87irT3ini0HFXjIFCNxo7CWQ+Fq7OZ0TlXwncqgxUgNfJ6V/2XgGfW\r\nXOj6/98UUMRXRq60ZKZsteNOZVzXafRiY/y/YMLHZpCdFXFTX/mD8cN1KCUy\r\nHbQ7/gtkHueugQjZJyjgPfUwFQV7hpX8gDc=\r\n=bboy\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c8b23c103ee857378131ec74aa92485e55da6049","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish --tolerate-republish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.3.2_1668630748172_0.1959635005570799","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"@venusprotocol/oracle","version":"1.3.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.3.3","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e0e088c2eebf3e851b88b47a81092b54ac2255a5","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.3.3.tgz","fileCount":130,"integrity":"sha512-+BpAvJryKpp4bzOb11BSMvZsWZxqMyyDFgtIQFJ6+AC3uLa2/8Z+vu555Awy0WEJFjQhAFy6zVx4Z1taHDRL0Q==","signatures":[{"sig":"MEUCIGj97qNFojyc1RBAuXlLStxxoz9WBqQ/7YxKpnjSv2BYAiEAsaLQb4TFw0FD82aEiFOdvnNUJtAcgQngE6lUdQGvbW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8343510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdqwvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMURAApShfQpDM9zXX2J4QqeBHNsSQ64vzAo251hfvY9lIhQMpGbJB\r\nLjc0VvLlq5FuCF77kes8xX/XLdvmt/tX2RUhLyUvR3ZnZCx0m3P56boTUhEG\r\ne4MSQjj6ISbrX9D6GTggL5qrJTrIUorxxG3RDuJSf7p/znO1FtINUupddXbj\r\nXuk5ekOM7ldJ6m6Rk4ZGbS6F8VbzNqdIeRwI0Tku+Bi5Y0Sp7ykZXF1ZtCFl\r\nCdVZAETwLSvyJpkFJelBYxEvcOWBcZli7OfsJ9C6Hd8ILKTPs97tuVgiGlWP\r\nso38dW3EMY1d8MOZk8rIpLei5q/f3YHGySz5GWhdiYJCNru6U9XU0rXoMdUW\r\n1cnVR2CCU4DkKP7XJNu2AVNaWGkfQ3hWwuorOE3xhh5tB+w8wJn10t73IKDL\r\niitQPzLQTSIL2fjU9Bd/+z7LoIlMKrwp5zdTdmZ1XQiBOXZ2LZfVkUgQTPc4\r\nyJ5+ubzznc3RUgX3SpD3HtmCsIe9u9Cz2FMNIr2IawEAiGlalz4QlnZ7lU4l\r\nB6X//39Qpi7wng9t64r7ekYj0fBNhUJXu9VjVT3ACH9Y0eEBO+rL6QBEY3VF\r\nXa7XlLmQBJ8PSLom/77e7aJhUdKnFwj3rqzzjogLpkwX24T4EuDGPWjZZ5no\r\nWA/tfRYBKcjcNbmufz7L54alf6GHrK1Sod0=\r\n=Sqgt\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"9de7702c5079d80397695e56b6a83ba7ec8fbcb9","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.3.3_1668721710878_0.5012875306762272","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"@venusprotocol/oracle","version":"1.4.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.4.0","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"d55a87c21d715c1b9f0f4d119909ba481cf5c4db","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.4.0.tgz","fileCount":159,"integrity":"sha512-o/odunVyc1wFv2hAO6vWayQ6M9ionidT4TC+TK54ubIIpqkjwRLPiOL37ZB+niQfZZ+/P8xlJACzpwZgjNJO3Q==","signatures":[{"sig":"MEUCIE9WIPuKu9+tf5wVrWBReAXjdKvJsTpiBHBEqvojJqmWAiEAxcziUrLoz8P+RvUM/9iCKC0lnToSigmiqueh/mUUmPE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10877586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJje9ojACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcOQ//YVTv763reVmxNt0tPVLPTHEkdwP3/QduS2Pzl0xU+lY4VpOq\r\nu4qL6viAduID7hJC45w9hKlkIGgyJn3OU26qFiVPjjvHQTSwzzajstgUMlJ0\r\nj84Llc6bfy9AjGOO9Jk57vJFoBrR7BiTwbSDr4UaKkCHIB5GoZBH4/qBaeHO\r\nVD+wZ0zmitYgwEpBOaJnMu9YsBFlAzpY+JgAe+o6qh8Il+uZTlleLlf/Fqpu\r\nF1ltiepnB1njtnkpPZe9q+mcV7sMYtD5PSBa/5V1F4nrULP+exB1gqqFVIHB\r\n73Mtx89YqaUPG3uqVK1M4mWqrgtKxui/D5nq1X3LDpDwSbdh6C4oGmYH+Acu\r\noiimD+3t9QyKBJvz7nInZ2mwWfwE6HWPW5BT8hELzOkJO0PBGOZ3bOO7jr4L\r\nh3YD6JQlCn6GoepEltcNToP/dTrP0XMNj2ziExlpGrDqpoZ5rLpJe+dCAhdm\r\nu810Vr3GRC+UVUmBkQj5rmFfHlFCToTub/e5lerKv+TFh70BzKQ0f58P7ft7\r\n6FtjFgGw7chS/IOQXQ52fTugik80ehS/MJzTAkWl5q7Yh4sRHakxrL+MdkkY\r\n8GF7LyxmvFOnj+HAE6QKYHoEJRuFO4RDbr9kPRzLUnpCDLi+91n76e4Fy53L\r\nKDrNsLZABmCcRnKUE6A3lcK1p2i1MpUdwXA=\r\n=swqm\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"db010994a28b86ef893c1e919e394153aec3c7a7","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.4.0_1669061155026_0.9697656442851956","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"@venusprotocol/oracle","version":"1.4.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.4.1","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"6f527d13e7a29148743b4e391dd9c64e8b09f2d0","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.4.1.tgz","fileCount":158,"integrity":"sha512-gz1JeASW6Qlk/+bMStZTxKG5Fcb5ZlrgKN/mqw9EzIS+K+Pj5GnYGzbl55OerrnHYkOvmefonr+8YEBgzkL3Bw==","signatures":[{"sig":"MEYCIQCeK6ld6w3MqWbcV7JGZa1+jYrz8UE3/xGbl6rsFLRiZwIhAK/DnKh28IuO6brMS5isXzFbwUr15K5qXOhBkqAfKqG9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12381722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgQ6iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3SA/+JafxsvKaa8eDS7e7ebXbxxCNOTc3/IH7vepVx7THZayrPGWd\r\nLTbV5+lceLNH7a0dMVN+ZWlH6xHSbD5U6MQqLmqOzix0Jfh9uktZSY+G+wwW\r\nRF5iuZcOCUaxD7EA4BcywW5N4/GMMPvu9SZimIWQ17AIInviTFvR/vQlab2H\r\nsIOeHeSaLuNN7qN44w+yuONQ026Mnl09jPWNPEnXuetZ9tejZI0Ng3O09K7J\r\n13HcqVrKWAuJjiAX4i/J662e5hS/mCw49l0+9sjJI1UtsuDG0lR3pyoGkujc\r\n/wY6N05laFZ5tkFRLANqNEARM/FzzGC6dn26MsMTZlqAP7Wv6saIdc/suiJS\r\nOyJgKViktXxdlhEVmiRH9W4Xp5FvHX3uEpf9iVr1tq2AA3hmUoHCKPvTs9/d\r\n/OHAfZbiZqsPAUdqQwq7zFluSLlnLlLHWB9BxlIqOpdICe9mXeKlCA1Ndwp1\r\nUk3GyUXBZ/DJuBpDC7clI2wJKC04TXRBeXap4begHGXtDjgCrRmu5Dn/qkDP\r\nmtKIFgUHNVRkwR84C+wnQzi5bYAVbCxP9WO3Nh7IYgDYtK/hUuceNEx3yHif\r\ntytZ3+kkik218LyPF0LqyW5haO0Wlu7PGmAI7CypSZfDZm6I9zPu9ZXtFTWN\r\nEn4yqt2E74lffl+19I5jRkUlj2edYW1q2P8=\r\n=rgR3\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"76775ed2d5eeef9987a14e8a9f4cef8859285f01","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","coverage":"yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn typechain","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\""},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0-dev.21","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.4.1_1669402274569_0.0983236046482947","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@venusprotocol/oracle","version":"1.5.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.5.0","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"b0b8e1c331d25c5f66c696fdb7fc5cd7d40c4d52","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.5.0.tgz","fileCount":155,"integrity":"sha512-5n4EUoiRCVdvM9AEcjkTGQFq+07DXOwNBgA2vxV11TANycoLE/kEXfnyGoqcT9JQwIXYDRXmV1EnWZHOK3Wi9Q==","signatures":[{"sig":"MEUCIE9XFLoX9M3oq039EaLAo/ZicKync5sVG7KfHdss4AvfAiEAqzHXLXeYLvm0wiEJWqTShpCGu1x+rZJyZ2TtG57OrpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7871903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxVq8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPYBAAh9Hexrrz+jZQtSLKBitF3/KgJebL4fbcjP2Lc/5WLcl8R4bP\r\nMYlGE6rRcTnoqBUDB4TotjjDKSQEhrww5KNmzjA56AMwk4O2qbI6+rvK15R7\r\nr/5sl9wkSl8Y4FHxi52EMQGmt+aq9bW8xjx8JehOVoiVXfmjnK9zGe9FkZO5\r\nD4jd06I6r8BbbG5oKKW5eV+xW2jflPyttiKH06ZRIzNQkpMvNARZV5ay8cj7\r\n3XsIbl6nxWBSopJKOP5p7GGwLaLQsdKNYBs+W4NGb2v4iZh1Itj1khRs4ziB\r\ngEMW3he/HHgcuYJCOYvxeq9ZXnstfChk0RV1jM+f+KXbPLU/ePNGjqJs+p8+\r\nGR9mTW85eRSZSw3ITXK9YzqI2zWcrHhi8ExZOkZLQHrtFa019pIAcvLnirRe\r\nj2esrAy30JjaeN8KsiCWT2ON818USiv4OhFH1qgxFCbbsQ1BSX1KPreWAHY9\r\nlC9pQ2WmkLf/QY2AK3WpFVSrLEbzYooCYdD28swwWGO8Tcch/lqnRHpEus/y\r\nZJ88qwy+CJthsC2P0OIOc3nOZ9Tx+8PwxRZSOPC+faLmgYBzZNp+65t40mYX\r\n/cOmkqWpTSxVI74VUDliC14IN8kBBzs7bRfprE4HnkrryFnGcXwCyX+MEzLI\r\n/Y1RPQFB50YJOg3O5ce4uXKAeHrSMOtsFoE=\r\n=J1SB\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"355c5911ab97d9709429880d3a137bd43d96e956","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.5.0_1673878204153_0.35360652077908195","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"@venusprotocol/oracle","version":"1.5.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.5.1","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"d1b00d8cdd3a53623a98ab2dd7cdbe92a69cb44b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.5.1.tgz","fileCount":156,"integrity":"sha512-j3vt+fYMMBTIk3Zxb7c5FQkTT7lfKvYHPR7nU/ciHK2D04B0snZSWu9tRSl/k+ITT8ibDJ5X+6T+WRjXwlJ8Kw==","signatures":[{"sig":"MEUCIEd1DoYMBZnLKPUXpOdDPz8gtFbMQN0/fdYeef2pQG14AiEAnF8LH2dpvFoTbad7qYwIpGR46VLjyW92k+msh0Fv5vM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12847199,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxYoSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoctw/+K37qcaXdwV7CjQpofMwD3RpSfMBDVdaCyqlgMQpmYfX3Zwg0\r\nav75ehvzZQ9alfIZookbPAjEXhRsjTcDqGCL1tuRJFPbX1+VvqARqpADbds/\r\nhqqx5KelJ3GPtt59/jbStDyaVUVOEBCHwsVzBvBTt56rBMn2UqwHUAqQaen7\r\ni4zSUosuZzdWb1z3OCX8xTZahGfTjitkjDzotR6PUW0qQtOwBOMpzRCA3qA1\r\nF0HPw/XYC0sBIuZrYFPu/2KKFJJcHlgdPDcysE7Zfcuw/WVE2uoDItBrQAmH\r\nlWHmqIiq2XolIz/f3m6RWD7nNXpmgodGKaIUtVLYdsrVU8MZ7aJrlW3Q0knw\r\nuDy+zeyghsqlYzbTW3bO5/Um2Kf9HvA23pv/94h2Es1S6iiQmlG6XpuE9yIc\r\nIr+D55ZxUc/1JmH9xOcPzgtAXwd7o4CPTEqTh5uk2IBYf/UeQ0Qll18a7Y2p\r\nLUgVueVSoTeucPlZfcbrEZ6mrlVqZKGwMeyzb7ZbHtGpgby5Egq3X+Y8zITy\r\npJ2iO/Er0aiSLF1IhQGG1BQISZzndGlEQbFk9I9yAhVRxuGYFu4zDkHdZ3Lw\r\nUBgGm41uEbcHWslUSoV6+S0Vuqqi27nPRf0zWEEJUKW4rh4jWsrQeyq29wqJ\r\nj2q+Ng+GEbFDPqPZb7TITcpSIQt0UopRg1U=\r\n=aMYG\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a1486ce664ab61a4ee42cdb31060627a62b603f5","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","deploy":"hardhat deploy","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.5.1_1673890322386_0.09028188685137306","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"@venusprotocol/oracle","version":"1.6.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.0","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a17e83676d846568effeb472357f0bfb66566fdc","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.0.tgz","fileCount":155,"integrity":"sha512-abNUtiPgUAMFpb0+kAK5/l1/QhkzzXVzr31YyfoWSQ4wKsznDyrow3CojnhO18LfHFd4EMKunKtt/0hJZ09Bvw==","signatures":[{"sig":"MEQCIDW0cb5akj9iEnlt0hoyALkGkjLmfWuZGa6T16sgNFvnAiBx8xbxxBi/2tZxhqbajx1mHTvQliUngxgZCWVGnL4W5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13756352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6ootACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJEA//Y33LhcjX3vwsntW4j3cax5oWTJ0qsdguQkTduNp+/ckwTE+x\r\n8+s7rTTRKPAOcNjRkhyr7FYtqGTP6Ld9vSvcdqB9xYsD7ylDt6Mrono5ymD4\r\n3o2QU9APnGswifMlMlYxVZ/cAnjoXTfNlNESe8gGSi0mL7sV9Pci6CwWRt1A\r\nu7VPdLJ4FpfaFA4XlMwCYTxmQ9ApmpRBUc0PiNx3HdLbopAMGZWJhhcaT/aq\r\n8NLuObUAhM+JSTQQ1wl0tOXpj0a0cKJFZq8nvXJ2M7H7lrGBc1m/MMbnNlOE\r\nIVkukqIoRP0UD2QXalePrPSiUNuadW4FVE5O9UfiqcAhDIjtOYcVBnBuILEH\r\n+41hvhWXbRSknsxARy1xYcEmX8dFRRx8YoLZiua0CCgZwthN8VM4jB9oAQh5\r\n/Qow0IlV7SrbufVVWUxd+9GCrjS6FYQlMBKuVyH35uXiG+cyBYm/w73RWp4e\r\nB2dVQyK6y8Yvr0H6AR73o/1avlqqFxuDNP7bFxaaUAgCzoto5F4+STcSskIF\r\nParC1o0JwqrLZUGynzlIQ4y/FqDTmxMDHoi0CWXSV3o1tBgJj04YginrloJc\r\n3WpxGdwagsFuoTV+wrjdj7Nz5sZ3zmuMoDdsSlFVdMwCxrvKtiCFkZnBM2ZZ\r\nnVF3sl35IfnwUtYUcoP1DjIuIMx0tMt1Bwc=\r\n=iJ4O\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"4da3d728f826a8a79c2a23968429703654d1f079","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.0_1676315180738_0.12612154162272415","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"@venusprotocol/oracle","version":"1.6.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.1","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"de1de7e5cdb9b8b04bf28e4b3c09cfee212f40c3","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.1.tgz","fileCount":155,"integrity":"sha512-RewYR0e7LsHCW04ri+ZAsgWErZSuNEe/8yXcJtqxzf2wZ75W8e2iQSgDJdhpjEV47KWXw8vVXOOLEo9M4qsJfw==","signatures":[{"sig":"MEUCIQCnKK3UpBJRIpALsrcIgYu3poa9Wq6mxcquXfEHeMnXOAIgDkt5sJiXKvsddracdN+US1VnypKWOCq0FCUxEXEZGqo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13756349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9g8LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDNxAAoZAHXgzGnUxs2dAPxLUm3wnDQc6ZopxuMHJ8eYgxT4+S4VQ9\r\n/kqLVExTjJDeVZHrqg5aMbGZ2uB2qPbeu1Db95HAWhw5RxVSSiQAkFma2S7h\r\nk3/6x8r3muo8KqgffE+xRnTlIPg7Do31R0jyE5niQLbs+5+6uRz5M7x1FRpw\r\nbqwtH6cHdhfClKD9ZZTTlq36WDu57mJJiVhMdxY7Pf5MtUYP/1wpuqCvoGZi\r\nQgTZQIrmu8N+9icnFwMy2cYmgo4ryimTprKg67ulBiCGG97X1dGoypJvAlLX\r\nzNHLSa4VSK4YvO2KOZtZ+6OTH5a0oRcZ1gG0ftB9itTQDu9wmDpCogm22tgY\r\nqDNZXfkzzCqGD9QqhOZWFdPKuF3iB0LJlVijeSvO1hg52hj1pUMYXwAwpWNj\r\nsbN6MqoQUWOzagMGyyutEpADzPCHrevkdSp9LWRcS6EEa2CuI92czaFGaP6H\r\nN4/If76LBmDXYAYDSw+0yh4t6rQMq5s72m7QXOo0aZ12XTsfrfGhHh04CGEt\r\nfyIOqkADeK4uDk7gsna3PYrCajgTQyauEzGBemLr9yCtTzrpD1BR3IRBy/6k\r\nX42lkmE1Nd8eYJbZi3alLD/a1rGcDOZ/Lu1fKZFPc+zrOt/nsJiBkEIG6VdZ\r\n2QbkK2JMBN9N1Uq9Jo/UE5266ycBCHHtJ+s=\r\n=Dosr\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"263bf977b000e5b22b6ab0d7d460a582cb9eee94","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.1_1677070091651_0.08290187929858539","host":"s3://npm-registry-packages"}},"1.6.2":{"name":"@venusprotocol/oracle","version":"1.6.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.2","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"25b77b71e0d7f99a3af95b3c5056d046534ac22a","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.2.tgz","fileCount":179,"integrity":"sha512-94mDgwccRerKFgth15ukVT6O0zFSjm8IO6UnsspxoWPaR02rdgg+SCpprbuGDeb9VJi3UaG4ltNyW9Ag3JGHEQ==","signatures":[{"sig":"MEYCIQC63d3egP0TMRodAyaFr41WurlOH2satjIQzMYb7+7uHgIhAIwnsTOKjTMb9U+fjDn6+SsAGqZRYP+o/IlN2cpmV+MA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9482461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFEMjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrn8hAAgAh+aWM3auUqaQ4yiX8pam6oN9CJD2ZXKH5LQDaziZWnlNKy\r\nA/9JIIgZx/glGxXuEe6Be4Sl5iPwWbv0kOTR/OPakmxo//u8xfnoqK8pc6wd\r\nGQycu1/ez0si3uR0pktt6eEVNdmJU/0Y8dJHHh6CX55ouUGj4WNJk7o4m+Ii\r\nt/ALKIVlCLO+xFIDIfDz1LnbYE4XVHSOKSe2CnnRpKxKsxg2pjHo7riL54Zg\r\nmZ13pGw7NoDuxk35nFuHjjA2kXLmNNtVkqy89yaj3RPeXk7lPjXfDQ7xzbBO\r\nMAEDpVn7TMlPMmEkv9CK0mhwjcOcTHFrNg4+5kdGfz/q3iuCIQf6e7OJKHor\r\n/DAWOx1i7e9GEW6c29GIdk/faIl/m+kvizSQyhSqoRD82lMmZybib4d3HELo\r\nyQArdQjOnQoEXRbU8RujlWN3eCbNBn0ugJ+3Tt9O56RbFzWlJIWhPLz8pYHA\r\n0B2w0uiwJakZ8QbQgmHaQDke496+5qepW8ZngLaG65AIyyrIzlaOWxSw0ODb\r\nQKskspNcsuD/hcq96w/6htdx7wahviGV3mV686p4GsIUkEPnPvxzfomZwF0S\r\nqK962Sh8BDs7ghQA6ZaeyS9mnMvD7JLuNwpNS0sRvfHrqAZ7fRpDpY4v5Py1\r\nh9kISyUXexQmoYQcai2pFlCT6qekgil0XyA=\r\n=PdC4\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c916c26117099e9f7dc0bc8333e4e0162ce1b7c2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"_npmVersion":"8.5.0","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"16.14.2","dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.2_1679049507596_0.5868960940689258","host":"s3://npm-registry-packages"}},"1.6.3":{"name":"@venusprotocol/oracle","version":"1.6.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.3","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8a880988dde23a4addc538b3967abeea7052af55","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.3.tgz","fileCount":179,"integrity":"sha512-Hjvb2SwigkipKW3YAcdF5bvwojJ+XSeeK+qQCSqoTbvrtP5e8nEl6ifT4pQKKwS6gofaPiPHZzetS/EYsi4u6Q==","signatures":[{"sig":"MEUCIAnqJl5myQsr+3ntjNxrn3EjITRAvSJqg+wkVAni5XnJAiEAkxR7FiPVqqGKwnMI5+bdEVsTAxEp9ekXwqmPaoLFryM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9482486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFEPmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpy6A/+NJiiIrvPDG+/6Rnj7zwAIysC+ZVBJoNaYTgvhxN42nbxcSta\r\nnHv692A4GRSDph2fCvxpzqb1cPLM1tcV9VsFE4MKgyFMU65UVBzwKWDgt8oB\r\nXjZrM5yK8QdSo0y3kANnOPweDtWZ35G5iBlcPz+PNve4wcAtgEAxFXBEqdOr\r\n3ItKm3n+fhaVKGocUmoQFRTq+ssXeAl3aVpVBknwtRUHCMKC3gUazU3P4Nmn\r\n2blIsYFADijMPBfjiQBs+9s/Iy0eTV6rNcMIY7XjXXsMQtK19QUIwPFlgKso\r\nVBcIwCBNJw4Edt3ZQCKuscktc7A+oseyi4SRV6RPxE6BlWw1SKDQNh3b/+CH\r\nnbTcFmFv5z68FkVh7DzBpPXLJR7reSjT5ULzquz4AsO0vJ0627IB6keMJCpH\r\nEzBMuSfBOs3hL88cyzD2WnAt++a/vZPptgEWSxBZbLJraTMeTvQBPTQWimzK\r\naf7UqkGAeGZWBVxrSmw7Ec+Tnj3GQnpS8KqHayE1fikz/DAr2U/Ad3fkHaLn\r\njuWhh9KPkaskWE9nCJs0gOhvm6/oli4Rordj55/zMbBu6FGU24VzPumd+KJW\r\nZZpVMyNq4g5ut3xe+CNYI23w4WDaGhrt9N0Ssky6uG77rTs6nO77S1UgeXR4\r\nKOhmQGxIJRis1EY6XA5HoGH6ynWnzh3aezw=\r\n=Zino\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c916c26117099e9f7dc0bc8333e4e0162ce1b7c2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"_npmVersion":"8.5.0","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"16.14.2","dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.3_1679049702086_0.4331472992070122","host":"s3://npm-registry-packages"}},"1.6.4":{"name":"@venusprotocol/oracle","version":"1.6.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.4","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"cedc4aebc99c07cb1a0a8e1ae943f9f22eff9b2e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.4.tgz","fileCount":179,"integrity":"sha512-xGO953sWzB+uSZBAQXzWEvbVS5n5jGtPoBwNwnLk7tP79GrHRvH/U6RVbZVmleoCOx/8P6NDenEOcya9Y2jAIA==","signatures":[{"sig":"MEQCICS8nOEzW3SAQ4M0WeP43jCuQ5zXIVRvUTaCfoyCX62aAiBqWawdUyobH35anyLIqosf2BXe3Y+5Y+x9F2oc8v1Z0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9482486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFEQkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkIA/+Mx7sesGQggE0s5YW2HMYxpyCZ6N3/VQ5W+7k7QiaRnQXiEUa\r\nJ6Llvn1pI00leDttfXA/Ug76/w6m62YmoflQ3b8fvkFHg//WAqr4CXDCeyzb\r\neqldWxoWmCUnDVT2sFtoOicwA7tEsX4W8Rm4eVmOeM7jZ4DIbREPrTGUtenC\r\nvSzKtWaFtkDZw75i2G1IwKFf7HzSmbUN/Ut6U/scZ6yL+77UM2BQp3bqS7Qk\r\nQBOn5YbLunVHwfmcnq6TGWf5GWfCxaEGJ02CA2afm9QfIHH27i9Wi552N9KX\r\nJYwzz/tDJWg5fCVKvtKN4C8YeWKgXrkEgImHBJGdn2LeeuoEjB+DxprPlLqs\r\nYqwcogdQkP7Stx8IymltA6oG/7EbHDnwBFoWlrpqOcMda84W8gFQyAXvsyzU\r\nhUMKVkINEpMVsbDty5TNuCA6Wzlf15ZkFey8LyYoRSoiedjMevBxBeqvosBv\r\nXOR/Pk4OwwPC/7oy8RQ4HfIzMFcb+KE+OiUI/M6GaGbuNKuDEjRDgyQgpSh0\r\nuqmAfX1mMAsfmfVeaNswrLRj176BagqbaWxx8jyCml1z1aQ5MFhitcptjh56\r\nXB0jUKI+6aTgku3PqGjMgRJyPL2nkGHo3NoQ8XbiICxZmCrPOO9q4J+57aGT\r\nGPUfsjjIeXLiqyqUi8ZgnRsFC+p4gMLAt64=\r\n=j/Fs\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c916c26117099e9f7dc0bc8333e4e0162ce1b7c2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"_npmVersion":"8.5.0","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"16.14.2","dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.4_1679049764336_0.8433146671173619","host":"s3://npm-registry-packages"}},"1.6.5":{"name":"@venusprotocol/oracle","version":"1.6.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.5","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"4b42bbeb653cac24a2275b4952b3e3881fe7ff46","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.5.tgz","fileCount":179,"integrity":"sha512-/x2B4WV6IJ2SoXBf9fdC95WP5slBaBOQzkvzoggbnRSbnZw3E3obDYVlv+FEHYEIfj2eZr3cH2PfKeAQ6DJNiw==","signatures":[{"sig":"MEUCIFxbv0W/22z26fPYYB5eN2X1HGt3cBhTqtHlsRXOvUlMAiEA97vhqCIySpOTY3pUfol8tGSw1Mx4iq/Weccji8F+NHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9482486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFERtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPbA//esy2VxXtVxk7085fRJP0RYpBSq+kFg7isg1lctbxV5hMV0m3\r\n86xwAvF9h3bcja6W8pQsHE8LDBGngpKofzcDN/dOWkNQECuzv+MdggURy+2i\r\nKljvoj9TseWbOAoKawVvpTQ4bLFqPKAqYgB4HPN1i4bu89VsmMHR7kUjW7qc\r\ny8fmI3O4vBqmjICX/chg6nSKLG7urUjteFp3MryCIxGD375U3F3OMhJEWSYq\r\n3oyGizbEBLIfyGuJLz9U3DfuOjWssd+eOFekrXDtFO5h/5WiPz2oBpexXUBX\r\njtTwWPS8/puLxyTYlW3lwid3AE9+uEmsIxAhtHTVqhlUzq+iewTUQbfBbueX\r\nOCYejYOZIc7wtYQrrh4TjqARHCK4ydu6t9ITeCEbdcDRgm4YdqKsflmyRa+f\r\nhqFqEcwC+pExXZdTO6iTzfErmfgB38i+ZB3sr3NfMsONxtfAsXbqvqr0q9LO\r\ng4Tqqw+7nBNFz1M4aa4hxsJPbSL+00zUhAv9DALRovfVECuMYoUbpoClhPSj\r\np3jRBsrlW6j2ma0v+saZl4f7HzvdB+5v8wbWAENL1BqviNZN6Hk21Jnx1jJ6\r\nsyXOKK1V62z09HzJq1nC7N3eOXCOYLTMb4mgHbb32fvffrJmzJXsyZd9f2yT\r\nfcGhKoPZ4cxPQZ5F9tmt+ymbSEi5Ids90wo=\r\n=cqO8\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c916c26117099e9f7dc0bc8333e4e0162ce1b7c2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"_npmVersion":"8.5.0","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"16.14.2","dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.5_1679049836965_0.42577306745056176","host":"s3://npm-registry-packages"}},"1.6.6":{"name":"@venusprotocol/oracle","version":"1.6.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.6","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a8daf8bbd3b65d46df0c656b76eaaa426684a675","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.6.tgz","fileCount":179,"integrity":"sha512-rV+aKvrRuN/HGmdLgXMt2gRf1ROM74brPePxqWzwNV6J1fnYODdv4p+b9B46TieVRG5A0Gk46dlcJ7Td+STMow==","signatures":[{"sig":"MEUCIDFwW0uphHF+eXQDcOKkMY0PNM0Opk4tTjPbUvVs8NbZAiEAjeoix83Gm1OI7Hj3MmVZbeAcgGVVkMkIjfMJjJxpH9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9482516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFEXqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9Wg/+L31RLV0bc9X4sLHU8LZH2+xdcRt6y5HaIV3yebZAD+gv6VkF\r\n/bcC0MYFpZ6MWV1K4gxNSrrlg0XIPs9/E8wqYgE0ybSM4cslInL2zeGimu16\r\nBewujYJCQwTEhcYHyoQoGSG9mqyjVWtUf7QaGZken+MBTqjYsmmq3bcikstN\r\nNIOG/HMXSgVQbtqZ1i/qWhRSyEbiHK1i2o1+mCA8QcHj0AMWwdRoPnQJEgpk\r\nn4kzg59AIGjlJ+XRlaTBxMuk+0LVBZ9JaW1DnH3GnsLUeKPFgAXJJ6Ky0LOI\r\n8zNVXqX+TgGdH3vkVxtFQNAm1RJwxd0KI1GqGtGLMfkoqjsmCsVS4nwHs+en\r\nvzSdSRSO4F4myydUhvZj4qCzn+SrJaRPMYrV6B5rRwAtT22tbIRkkPafj+NL\r\nzPgNVg65Mijf+Aua4DKx1TJr/Qx4nLUscWCes86RKFtu/u7or7K54LTOmFiY\r\nccdqz6+CpcDNeq4/yv8DElH/QtWpsHKY54+tGpPjRX1dL+y1SeinERQa1Ej7\r\nHU9b0FgrsQMs3Q2jEmpq6dMMszmhISB9T6Eo+Qpc2C0fhjautOo+feseluEV\r\noHhcQQuZpQS1EgQ+ZPleK9m/huTb3ZEBT0+2OPtZaZKyusnbuNMdD9qqz29r\r\n1zB/9TKqrkYyHlYGlOlswiJFJZrEgE0GYd0=\r\n=Y5wf\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c916c26117099e9f7dc0bc8333e4e0162ce1b7c2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"_npmVersion":"8.5.0","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"16.14.2","dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.6_1679050218059_0.6143184462520932","host":"s3://npm-registry-packages"}},"1.6.7":{"name":"@venusprotocol/oracle","version":"1.6.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.7","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"20efdb0e5be9e6d659940db339bc060f4f8b858e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.7.tgz","fileCount":183,"integrity":"sha512-fFOdRuzooZyQQ1Fc67ihwGp/R4gcWdddKokN3z1M0579n4g9twctcy9Xxb6Madk9nmR883+PVW2r9F2YHrOWyw==","signatures":[{"sig":"MEQCICD6oWEmAwsqVjZ3WDplhiXRmjD8EXxmhdfh7Qx7QPtPAiBdPYpj7R1UsOxp0X1rZF+W/eKsc+ZdhqBx/Q85FxNwCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9491686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGCe5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4fQ//bxI49zHz4p86YvWRykg5EMhYcuG9ynjzf4FeWmSD+MD/lkIi\r\nZkVR1Jt+hi0lEhck+7NUvTeeSlTh/smTyUgHvkRBQa5G+rOyTllzpxe5Fut1\r\nUeybFPKxAE4dECBOKqQFB7Ww42z2Q8NLzm9a6uhxAZ+5Ch8dDomwXp4PIgTr\r\n62FUY9EEXAR44LsrtHAlznTB8ckXiNJ3KBBBuoAR0sbYyqfAwMp1c9CfTXGr\r\nMPYp7k7WUv49foLlbTJk+aDQyI9ge2dQNayArZBNuZgNRGN3pvZbdIWnxld7\r\nm/qR8dz4ndQzZM+4V6U8k+9XVhNiE8Lm3K+Kcz3/LWnAt3XboKCvVvrfodgL\r\njHB4xhq/7FbuTvYrwVRocgnHcM8QAheMiQx0JUS2+S5UWX0q/DA62by1cbi/\r\nKsfPtMWO+QS7FUaudUCBv9UBomlBIB8BAhWf7IUChgCDWRtuzjlGgs9dBetK\r\nZXF67Jet+u6n9FinWaExZELr+2D2iw/dTP345st6Y+pA0nau43dJZ4ddppav\r\nDdHYQrRdEZ/Yg5WmQT5fi92gTIPyVrn3HH31dmhZdydWSMKyWc7Vm1AGyiGj\r\nUEUpMSk3Yg4YjAhM/kz+1JVn80KRO2YfU3y/GfOcm85o7nk1hNC3d1sy6TQI\r\n2bnwYCKQYxtQMJ6QvseGzsiBqTU3AVuqjXM=\r\n=oDVH\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a9d7994e7993f787fe38b0643b142896257eb112","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"_npmVersion":"8.19.2","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"16.18.1","dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.7_1679304633131_0.2242748004499835","host":"s3://npm-registry-packages"}},"1.6.8":{"name":"@venusprotocol/oracle","version":"1.6.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.8","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"88fac184a574a75a7ce7e933fac277e44738c56e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.8.tgz","fileCount":183,"integrity":"sha512-p4L5YFvlOThLvfGqkyQ7pqVl2XwX6NVGd0lw6aFfcKB553U5FTdz1LFe37FyXAG0ekSgnWiekMeBbyOWRggEGQ==","signatures":[{"sig":"MEUCIQDYpEZC66ZaRAYVS2E2joSbfcnb8fDoFSdiu50YnBZJjgIgMXbeEL4Pg/7uuz+9qgBzBVXNs4Mrsj04SXPfqwl9Kpo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9491685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGChCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpluQ//Uhbpu4k4DPmb0cpU8JOFmresxNcWnfIubqi8UPBj0qEOK1As\r\nwL4CO+K/xJmG/llfSJagiLp+RhRcf/WhUcRiMLP8nLxPKkpRhCmrtUVGjuoc\r\nuER5wH05T1uoqsJ4MT1uPWSqjrf5ytsTgAtgFcH3iscPRprgSdjNRfYubNOK\r\nthAr7urZ7myWYfHuak8tpzSYgHipc9m80x8z9HPGvQk+aFEKWJss0QgtggNY\r\nZQj4LhIY/RJY0NVDcmCmXoKhmoCJmi/NNiQsKedHVMW7D8FwHt8H+O1ygOtb\r\nr9Ki8y8BdcgfZ382rYii0sK2okPSahE3gFwYjSj287Oz8IYwrMFempW5bOky\r\n8MHc7yvQr+UYa8o7qS8ZnKqHrU5A/KP0Tv8wrR7nGMb2HF5kMMPrm4wWd5QY\r\nxGm8Ow5Y4tT2kiw/zDskMDRygXhtCG93mBtA0ln2lnuvnb0Ah0wCbd4sUhEj\r\nSbglHzovp/NX1sn53ek9/HgOyYba6FcLc7EOMSS56K3Ao96AsXIWbZx11vUM\r\nvgbNX4VmRqPW8MWhuqzfeKVZfwoWj1o34kNeX1IIBbfm8q4RFKqB/ygWqDtr\r\n05HfT9eaFbFGDNFpYfGFzRo/M5SUFhw6uWERD3Hs5sclBhEGuSmbUI+K1z1G\r\n9sE+4uduDXSBLN0rqmuWaCO1ZWWSI9P8orA=\r\n=yUE4\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a9d7994e7993f787fe38b0643b142896257eb112","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.8_1679304770358_0.4074830764934618","host":"s3://npm-registry-packages"}},"1.6.9":{"name":"@venusprotocol/oracle","version":"1.6.9","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.9","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"210c1114a502bd3686b3b4f9560a98a5ad5131fa","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.9.tgz","fileCount":185,"integrity":"sha512-f1gSpCmiFY5zhhXOEcRwbN66ey2NYJbWZIunMDtAUofZSO4eCwDK8Hj8QeLb0p/uTlo0XWfI+/RfUFrCdBtfJw==","signatures":[{"sig":"MEQCIDfiI+H0s6s3iRgNOLXnoZhY27/QSm4fvZMKQ5pb6NWgAiBrUiLQaVV2SG2u2VK7X0E9ePVmhvRo2ccEQSYpvZqF7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10480602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGEc3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxOQ/+KDyjajyxXKp+iBnxmxrcngmOvyGCc5OBfBkA0aKTwhUcqwOk\r\nl8qGYZn2+YJGSyYve3bDkObtpBA2JqU/b9Pc8BrWvF3MUU+xrd3MYuj9c8Wa\r\nLzwLNG3AI0ZSbiya5FCgoSFzipDqhQd+mtVnj9bEqT9UGxuQ0K3+sNZjKbP+\r\nfL+yKLXn6PI6fS9PLjM5wvhfnbF0BDYaaJZVDCwiK0w6cJRJIWp+cd+7QQk0\r\nrVtBV24XMr5mSTHdNJwsQKDygndXLLFieFOx7ekD6fyODklOtwuG2IqQmh1W\r\nDP7MDr9xaqM5d/vU4ulJ4hF/H3IVaJf2/5oLgNtbnCEuygtVTDR0Pk7XBCqf\r\nWqN+5SwGMC5DQEGi4qHlorv5T+Sjq3/Or756MFDTOjeRMC0jH6olUufReiLY\r\n9S3SyZJc5j0PD4MOJ/+eLvCm0P1Eqd3W+fgQuu0lC5iIXtUwl/Gc3K5ieu3b\r\njhNMi6tiMV1tQrzPmsZ4ZB/mZh/81NwRbzyxDpJDj7yTdnfBVCDnFa2mJEAP\r\nG9J8Os+c0WbY+LoNVmADUiF7tFsllPkGJ/BCQdAXPoAxdf+fh7Nax7cWkpNK\r\ncCJFHbfWTOiBe9At2xtZ1ZTDDDxiC27Rubvmbfj3ltZ2F/SRCzBmvAjLVziT\r\nNHXFMGPVUirYkqyThPLXSLB4/yWa2yeWwuI=\r\n=+4Nc\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"5de3e43f5e141650fef614437dc1b4f9a30dd2c5","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.9_1679312695430_0.6848362026946093","host":"s3://npm-registry-packages"}},"1.6.10":{"name":"@venusprotocol/oracle","version":"1.6.10","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.10","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"f32df925c2b400ff87ca8be1c44ba1a46d5b3c8f","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.10.tgz","fileCount":185,"integrity":"sha512-6QV5kOqPktcMkCApc4iWz3Ki7WOls9hD52icjtqZGl56j5fQ+D8qp7jNF8z862bdLpBe8fQZ/VW0mREoeIRDTQ==","signatures":[{"sig":"MEUCIDqTqsOiTa+Wsbp54NIODVX1tA/JqXt9QxHdAxB3y3JeAiEA2L4kkTxc8idFMqCbgfmzKftHba0A+Lb17IKWslYqWP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10480600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGEszACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6xw/5AC9KesXWBQR7agIXYjMWWutYZ+hN2FO3gGGOus46xGjppr2P\r\nUDy5wqDMxWUmmh9msizc3nqSrXYQcaP0Kc04MhgVISxx1uxGoi1O32UCDC3r\r\nF2J+XcYBRAqDXtYcZdidAA7+wPE4L64QT6heHK7M2vDFe7mTLhtAoKAz4mJ0\r\nZa/zHZb3WKMhOacCVW6MbS6b28tg6es5U2FFUL9nwgMXC7o93/DuE74Z3sbi\r\ncyPVyoekZ5CZj1R66BNQUxUU6voaElNmTi9gadqzTnmXIzCJW6Sk+c2acfTZ\r\nhOS+mUY5yaHtk8CV1IiSnYBLeZCChnBlNYQUmdzzaQofuNHhsOIgbJ81cCxh\r\nYjjum++91O3ajw5MX5qqCdX3EuaFTXbCPM/8RgFt19aeq73QdsQP/NFAMuI/\r\n17lNJyWYCyqcL2e1TGWu9BNMtTbMDmOeLEvzqGxxzPq0Jj9iYZXWzqk0+7gb\r\nTISAW9RbwpQ4mR54zTYgoy7QCiIyYi9iX9MtrlYcVwIQqmFosUg29oAXOlVF\r\n+qU361nWvl36cd73Gk9ZgzLjR38YTG7yCjV5RSLwzgfxSFTzkCkyZwv7v5AU\r\nS7vg96UW2V3RnoiwZZneazroxB+Voh1SYFUQCX4ga73nvq3ppfFJtp4umjx0\r\nGAY4KWD0GsyjREb5w2mvJ0B7ANxuBN7rE4s=\r\n=j2n6\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"834dfb3225992b132e08653bbc1aef7a44f689b0","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments} dist/","clean":"shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .","publish":"yarn build && cd dist && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},"description":"Venus Protocol Price Oracle","directories":{},"dependencies":{"module-alias":"^2.2.2","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.4.1","@openzeppelin/contracts-upgradeable":"^4.7.3","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_moduleAliases":{"@nomiclabs/hardhat-ethers":"node_modules/hardhat-deploy-ethers","@nomiclabs/hardhat-ethers/types":"hardhat-deploy-ethers/types"},"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","ethers":"^5.6.8","lodash":"^4.17.21","hardhat":"^2.9.9","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","hardhat-deploy":"^0.11.14","@commitlint/cli":"^17.0.2","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","hardhat-gas-reporter":"^1.0.8","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.2","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.10_1679313714814_0.33885188124146404","host":"s3://npm-registry-packages"}},"1.0.0-dev.1":{"name":"@venusprotocol/oracle","version":"1.0.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.0.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"7388a4741e89b415ba8e338fd316f353515ca0dc","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.0.0-dev.1.tgz","fileCount":78,"integrity":"sha512-lq/Q5if6frr1IlPweSRwpawXeRlOuxko/1izwURcfTnJaT3Uh/wNYsJhUQjbe6crxStoRuE2YeXlsSe7eXmjlw==","signatures":[{"sig":"MEUCIAaBhlLd2uG8bd7e4aK9AItIIucust0WEnn0MJ5X53uwAiEAjR79RgvoGPECWoVhGXcbDp7XRceh5gP8ZSX9rAPa6XU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3694187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUqF3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3CQ/9E/On/3m0ZI2FPXWe1L9Jnt8WHOkWw8aPdD03xHSNSGcde4vt\r\n70um54m4ozZT0u8gsPs2zj/WvgF5RpRQlHHLHO7YanQJnFd6W/zZ5K8/OxXG\r\nhbFiGCY/EozA6xK75qHv30hDsIAyjKzvHWSl9JvXt2r2Or3hYJKpsMlO0WPT\r\nTp0aBvG9OWyIG6T4m/PdherA0g4zr2It/xXDiv3hEZmdL0EOANrUvp+W793D\r\ndy5XhP+cLNFS8Yf3TMGRGJLqi/ivoJ60ygz/Ay6dlJx14/XJGlcZZP/Pad/Q\r\nGqrGvdYTzU3LTETcwm0sT/CHI9s73oxrOEVBiXuLwqvD7v1PMI/qrEyocyfW\r\n5mMU5e1854YukanGcbGC4gxZgRsjtZpkWJstWKIG9eQuoeGE+xHKmMkMOsrK\r\nimLJtR8IpQ9+cBOFLikBqv1mXESntgP1nE+ElcKWLLBnacejYzP5wcv4k7V6\r\nYqRRu+8YhUG9VZY1b5dHkpvmCWerHWAmQGB2og//xmd2nEgsFL1VqekicD6j\r\nkYViqHpCgQ6krAwsYrX7QKAKgJTGPhMwHkGZd4oAUwdJ++oND6xLAWU0uFr8\r\nKp+t87AQEZkIlJltThspIA1+BuB4w9MjdaB0FCd3lajllP1Rh/lnFzweekx6\r\nxcCXL+3TfSPfrCh1DV3cwmj2QO4AvHoIbFw=\r\n=Acg2\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.x.x"},"exports":{"deploy":"./dist/deploy","networks":"./networks","artifacts":"./artifacts","contracts":"./contracts","deployments":"./deployments"},"gitHead":"bb9f0b3f17e62e361600e130833a7f974a0688b9","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","publish":"yarn build && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn build","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.0.0-dev.1_1683136887668_0.2685504799889551","host":"s3://npm-registry-packages"}},"1.6.11-dev.2":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"d89d321f45061fb84539e814adf16881ec069c69","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.2.tgz","fileCount":197,"integrity":"sha512-eSP0FWDJhd/6sTdX4qas888v2Bb4OsW0PD+LtVpM6IYMeXfywo5F4fCX6/CyBq/tTVobIedj6Sk9doY6c4yjYQ==","signatures":[{"sig":"MEUCIQCobsDLiV4AWFgcYILUnNIY2P5yfFn5NAzOfIP5TfrDKgIgVafgFnW4V922Vqc685tCbV0KdgFZjyjDgblleqnkAuc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13110334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkU7NnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUWBAAkfAKhKQ7daGyHTx4X7T/8V+1hipuq2WMJKEwOm+T3jQuRRlf\r\nPPvn6CRIZPc4WiG1taUhUGK161+xhNp7BTM3MlpcjRJ/k5mgzcIvO0hi06cn\r\nh3oJo38YFaMmKGwcrWNM34SY5DI5rEjHc+uV6McIv0MhIrYzC9YGwXdr+0/3\r\nTFpY5cAyqoQBnWTIsdRtpxr0dKv+OT2Yo9ew2TTLRamaymUVTOfbw1V+ZYYv\r\nKY0+zk/e+MTy9UtqZE8Ozt9Km8izPYSAvnC72t3QQIxuzgFj3lYPPLucYFnX\r\nS74eECswwpPMNZc5/2O59AYukPtvFK3ngJnvap1j1T+vuMYhog3xE46HhTW2\r\nZb2rpEJi83AJwELQtcT/oxTVoiWuD6qaYEa0vFU9eOpyjthN3Tk2r2QbGFvb\r\ntqgqmSNcZAmkzLS1UnDHrdJDAIVfUkc8ZpZ00Tyj/Hc+UOvNOSEMO1fZEVuL\r\nhvSIytUeOZ4IJzzPxzklSqsEMup/f/kW8IINyDtbxQXnqe6LSy5FUqn4uMDi\r\nuvGBLKy068S3x0qb6F0dALFLhkPiii1tEL4565oeNVeLpmQGqxOV1v9Kvc64\r\n5g6aT6jhqdMhbbdK3tbbM5EuYcSmC9beJFsWXZh5VmoqOEh8ZaF3BeJtZ1Qu\r\np/CGGOcleeIus9p0b263vBFzfb3EBOY7W+Q=\r\n=Ibx7\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.x.x"},"exports":{"deploy":"./dist/deploy","networks":"./networks","artifacts":"./artifacts","contracts":"./contracts","deployments":"./deployments"},"gitHead":"a0b4434dc5499fc78ee318d4447a35966d3c39b8","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","publish":"yarn build && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn build","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.2_1683207015203_0.9346054485447273","host":"s3://npm-registry-packages"}},"1.6.11-dev.3":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"583fffcac68510a4ad5fe3ebd3661662ec8f7600","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.3.tgz","fileCount":197,"integrity":"sha512-w/9/iKKfjucLz3bA/0jQbYJweNYQf422z/dpnHcFrVkYE+WbelOkaH8ifPqSSlQQqLTDaPhrNdhRqpJyhhlvHQ==","signatures":[{"sig":"MEYCIQCHFoaeomhSTOgiOeGTdpOneVN2irG9OeZQXEr0euVp+gIhANNdOAHKRrPNsjtof+9vig3bmsahauQ8zQk2IDjLvPIg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13110301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkU8W1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVwg//bIeMMjjo7YpXDO95bfTcVXbHxrCwi4MErzjmHJjqdVKsVqlb\r\n9BxPWFuIHBrlaXd1fjaChkeH47oeXM9S+69six/2hH8GO4obBg1s8iJMIDVs\r\n/0KRtiQiuuQe7ruK4U1NNZFRTFxTWWnduZfM3HBWNsrw/SqrmSaZgGrqeEcw\r\nh7xr9MwI31a/39wfVIBLFBxU+6+ZAIplt/+pEz0M3B4JGRz3jQINEurvyE8z\r\nh23XF2DNBwswBpcxUSH9X8yH0yj02HamFI9Svoto2YsQ1xAvaA23Fq9fkKee\r\nau62jFsfBwnpD7WHHDQrKkBYS+sZ1IqOUtxCQNky04aJ0WnFSKwzHETKnTqW\r\nEWcPJDCckfis1DCtJysgNI/a9y6vNEx4CA8WKnAYHs+TdvDhmKnjX7C4vGht\r\nZxgBiTIqzxPOdTggY+JPK786bdvv15bYQi3cUidigeixKqzGXc3yYMtL5zqp\r\nNVwIi1p15ZHdvmJpr8XCNGQwyUIWEUXwcLOKFCSTzgE8VP1xoM3rAiMWA8Px\r\niNFAUoHg/4ubFeaVhiCj8HuZl/H5f4KIw2RMOkqVm0gMSwZGvGzpcTyYtF2w\r\njC80xtPAEulQ9VGyX2j0+SdOm1YK3u4Ggc30/ztt0ewsdDEmKT3EjqXQIZfP\r\ngAJrtbE11W83Uf2LWceeKwP68VOCBmUIPw4=\r\n=Bs4w\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.x.x"},"exports":{"deploy":"./dist/deploy","networks":"./networks","artifacts":"./artifacts","contracts":"./contracts","deployments":"./deployments"},"gitHead":"11c354f216ad873759e875546be0f05293378f92","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","publish":"yarn build && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.3_1683211700793_0.16778903813236323","host":"s3://npm-registry-packages"}},"1.6.11-dev.4":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.4","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8f6d1a1d8bd1f3404f86ea4b3b79c11eda08b398","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.4.tgz","fileCount":197,"integrity":"sha512-2LsUaMwUCQiAB7l62OOxj/POXupEixBhAnDjsbu8+K2GDKwHsWw8wiBpbYz9px43XOyHde8MEJpSg8jclBtWGg==","signatures":[{"sig":"MEQCIEvoDCnP0epF5aHcAKa6dvV6KmCzpBIH2aHFsyiPQhZpAiB0pxMMT7kuLvaKgbm+I4IX9ujDF/kl/jqKAEn1AYTAIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13041212},"engines":{"node":">=14.x.x"},"exports":{"deploy":"./dist/deploy","networks":"./networks","artifacts":"./artifacts","contracts":"./contracts","deployments":"./deployments"},"gitHead":"8fa1becb9b1c512e0b68d73dff09ee4aa172c882","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","publish":"yarn build && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.4_1683321949932_0.20866809577793233","host":"s3://npm-registry-packages"}},"1.6.11-dev.5":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.5","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"1a4733edce73c0fb4fbd33f89204af8669653656","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.5.tgz","fileCount":78,"integrity":"sha512-sTw05UMsasxXq/YX70PU+Vu7v9Fktt2tJDxXzyHD1HfdC3ndnEEx0ija0YRoltnZJVqlpyHT1hboGtcfOvFSLQ==","signatures":[{"sig":"MEQCIGaO2LzvMt3htfnYHcdYmuTop/xT5+qLA0tduhLllBAmAiBF8gyLgEuUTAguKTHIPp9Xwo08tTsoq61J1Ce0dTiRjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3694245},"engines":{"node":">=14.x.x"},"exports":{"deploy":"./dist/deploy","networks":"./networks","artifacts":"./artifacts","contracts":"./contracts","deployments":"./deployments"},"gitHead":"3c009fef41b309377e1097a9888e823f0b7fd5fa","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","publish":"yarn build && yarn npm publish","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","shelljs":"^0.8.5","solhint":"^3.3.7","ts-node":"^10.8.1","fs-extra":"^10.1.0","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","commitizen":"^4.2.4","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","@types/fs-extra":"^9.0.13","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.5_1683549290408_0.081827083880184","host":"s3://npm-registry-packages"}},"1.6.11-dev.6":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.6","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"380526f946a238f5b3131ed00f5dbbd951f81936","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.6.tgz","fileCount":207,"integrity":"sha512-mdB4d/uWwRTsovxybvStMlNWggKbqDYXW/fMob0Wm1dQSzDSKKxYYQOKese9yl9mMKxocVZy9b3NvPN/UEiQ6Q==","signatures":[{"sig":"MEUCIQCG5HRG6Ya/db09vbCokSBiQakyPMVsSoRiZwehAFudOQIgYXrsMzlqTpdoHVBEoiJ46IiPZbKgS+C9K7qQ30NyBVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13067265},"engines":{"node":">=14.x.x"},"gitHead":"38e39733578ae065d8d97ef9bd0290569268e27d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.6_1683659081584_0.30498305976621465","host":"s3://npm-registry-packages"}},"1.6.11-dev.7":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.7","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"f9984f9d2f6c3d14d602ded83772d8819fdaf7fa","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.7.tgz","fileCount":207,"integrity":"sha512-1MQ8JWJoHaMYta43V8xW6R0ipYhWaTeH+jVvYuHdrGg7pLr0eKUdsLOCWRfhOQcrjUJcYW3SACqOn/r3WIwYLg==","signatures":[{"sig":"MEYCIQC/p+Wt9j9P6VibWrsFRdfPsb5LCvw6A+PrbpnCazUBPgIhAJOJtr6yL3GXNWf8Fsy7rpnXfUCPz+nygIobjEpiJOkv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103024},"engines":{"node":">=14.x.x"},"gitHead":"67a5520616a74b6eabfd04bd5e12ef143576f79c","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.7_1683803418227_0.19612785650745712","host":"s3://npm-registry-packages"}},"1.6.11-dev.8":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.8","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"07504f6a2e7ccb05d1b6fb4c6d6c235feb78b634","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.8.tgz","fileCount":206,"integrity":"sha512-+dov1sFPoLQEBnOEuumvxeNdjHhpSqB1iM8+ZBLV3UdykcxF8M3Md5g70TVW6SHT6vCIicdHVF6iQKfT/q8gQg==","signatures":[{"sig":"MEQCIHsDkfOMaYdlydE2prHQ4oC3DTLFF8GLkw6iMSEFz4rMAiAnbPvT9WI1QvYdriQ6TFKIIwVZUpqTt8ixlvfV1ZW1vw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13189327},"engines":{"node":">=14.x.x"},"gitHead":"161ec659a015b69f44142c5917bcd92744524d42","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.8_1685094191994_0.08689305221775334","host":"s3://npm-registry-packages"}},"1.6.11-dev.9":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.9","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.9","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"6d67ca7471f44bbea673d0b42f22443fa6935bcb","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.9.tgz","fileCount":206,"integrity":"sha512-F3kW+GdrThhGnupForRHpVAWL9slCO38bVmgxjDOY7Ln/NfFZ+VgXDHtL8YvgOQBcG19msOIs8VGTcT6A6kqhQ==","signatures":[{"sig":"MEUCIQCzTGuEE9HkZQHiA3sdZxN+AG+w6hR+Plgi5Rfh8hYWxQIgPaVbtNzVGbm/WvzWB7QECyJfemjDb9PJoujNwIu5Tss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13178695},"engines":{"node":">=14.x.x"},"gitHead":"1c5a390dc4a3a6c4124dcf770eacad61dbcb79ea","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.9_1685100532384_0.4511868119578122","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@venusprotocol/oracle","version":"1.0.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.0.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"700fdeef7fa907cbc521123f89494cbe1e37f0fe","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.0.0.tgz","fileCount":208,"integrity":"sha512-0E0+Q6FZKRK56d8HdHXQV94M23S1mPxsfCtx+er24AlE1yutlLEVTkOiuSmJv4J8KXPTvfzQs6mrzrDnw5Mcvg==","signatures":[{"sig":"MEQCIHp276ppc5/OfBuC25thQse77KSENZBJT5SyqXQlfYVEAiAY6IDu0FeuRAbNBvq0omB46GkS+tBfHkYGvqrgKaUJDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13233921},"engines":{"node":">=14.x.x"},"gitHead":"df67ac5fa9f9b6759b445000da87c8ae1a2de16d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.0.0_1685113222385_0.22248019553958054","host":"s3://npm-registry-packages"}},"1.6.11-dev.10":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.10","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.10","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"f4e6574da7fbfd26bd3bdc68cb28f69f8dbc8a20","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.10.tgz","fileCount":89,"integrity":"sha512-3UjTcAyPdyZIpccevRxxIAzQp3UAQJpsROUJFjD0iDBtOetQh95pJiUp/accoFj/mBvd7xtvj0YbouOtfVgXoQ==","signatures":[{"sig":"MEYCIQCCUJDZmY522UXygkYQ0Ij818rlfydcOwtObhLCR4RKGwIhAJGgAQ5LGJqf7iYVQxotRdYD/0EmcVnUbSDF7Do1XQsn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3862977},"engines":{"node":">=14.x.x"},"gitHead":"d4e2241081e072b51bbc35785bd9b2af62c10673","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.10_1685451767697_0.43077443909621027","host":"s3://npm-registry-packages"}},"1.6.11-dev.11":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.11","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.11","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8902c0c3712e37a8deaba8246f31c8c8eda2503b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.11.tgz","fileCount":208,"integrity":"sha512-FQzV9lAcB1ltUC6kUtPGzxuflftvZQT0D2JRSfaPP2STkTzDnMnvGoE1jtj+8bOAg8lNqINy03hmRdO1X2DvvA==","signatures":[{"sig":"MEQCICSQGVa6KHkSB26bgXbeqSypA6C+OBb7vl110tp5Hiu2AiA36lKuMYrEPD+8UBqia7UJsX2fOT4jAxFFaRwaZTnTaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13236159},"engines":{"node":">=14.x.x"},"gitHead":"dbfcb503bce4ee29bf5d6fc326c38941bc5e5721","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.11_1685455870793_0.6514318183904202","host":"s3://npm-registry-packages"}},"1.6.11-dev.12":{"name":"@venusprotocol/oracle","version":"1.6.11-dev.12","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11-dev.12","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a56897ed939423c913e7de453d9edd0662843917","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11-dev.12.tgz","fileCount":208,"integrity":"sha512-S3MpXHZebnO06xdCJauZm8AI08orJe+DeQOQh+aBpO5FXaq5eVQnF36boRmRHDZKgJjPj83C6+VXSDtDTeDAUA==","signatures":[{"sig":"MEYCIQCRZSgXiwmcTGS1GaYqVcfsNKPKqU2LebAiE6bI38gNKgIhALFk3hiFDx5CS3I23/qvCwXlPJA8FFN7Z841Kr8anQPR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13254871},"engines":{"node":">=14.x.x"},"gitHead":"419502111d4fef5a164874f98b919503a3cfe202","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11-dev.12_1686653718541_0.8723741548575934","host":"s3://npm-registry-packages"}},"1.6.11":{"name":"@venusprotocol/oracle","version":"1.6.11","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.11","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"32988f7235d46558b76032d96d1ef33d121415c6","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.11.tgz","fileCount":89,"integrity":"sha512-CAR9CSMk8h+wFZ5xrbiWSKpTIEoLWd3W9OMHuVY6zw2b4dtGZMZZ1I5LHEIyqwqQRB7czVuGKKQlZaSaLZF5ug==","signatures":[{"sig":"MEUCIQD4V2zRqyVn5yZns/M/pNacD7sGdSpQyo2QlIuB01IBzgIgRTXXy12TJawDRKFnnnGRE12pOeEpPuTvKc453CYY4hk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3868172},"engines":{"node":">=14.x.x"},"gitHead":"c6490af87babd72481b2e8519fe1e7497f2a7bf7","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.11_1686654345644_0.46329346387215864","host":"s3://npm-registry-packages"}},"1.6.12-dev.1":{"name":"@venusprotocol/oracle","version":"1.6.12-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.12-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"788f0484d030caffe7d15df19e44446520626f00","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12-dev.1.tgz","fileCount":89,"integrity":"sha512-TCRqPiLBxuFi4WqUNC+XxuUpEx/6B0ouhcTcLO9IxSkuOpYpDhn3fS/VesOG4p9VyPSEJLbk07MOxvahC87F/w==","signatures":[{"sig":"MEUCIQCtkEkFkqEBzcKqNIl79z10roup3ShEyVYDKwkGO3rOGAIgMXvZ1m9B2bjG06H62SVehdQbj4FcFWRn94apeW17f00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3868085},"engines":{"node":">=14.x.x"},"gitHead":"090d76504038b98ca446d424dc3ba76ef58908bb","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12-dev.1_1686912253739_0.5467239689343701","host":"s3://npm-registry-packages"}},"1.6.12":{"name":"@venusprotocol/oracle","version":"1.6.12","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.12","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"48f32aeb6b1ab35b8ab62d3aeeb1ba9d7baa1dba","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12.tgz","fileCount":208,"integrity":"sha512-ebxgE1S+5yW5zCjMP2ZzIxL9a/ksuz2p7Lqi5PcZeu7KrhlT/fiqHCnhrZJuB7Y1Y/rzZKOqbHEl9gtJ8XTubw==","signatures":[{"sig":"MEQCIFph7BZ1cFeYjwwQjsuU89QSuTlmgcopRBErs1z6O3PZAiBnO/CVnuPeQzL2bPNmYcK+iZpjyxBcygeOxY11iJUpQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13258441},"engines":{"node":">=16.x.x"},"gitHead":"a36a047babf44cbbbb77a19bc9ea48cb4c38b016","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12_1687274562916_0.9750606990633774","host":"s3://npm-registry-packages"}},"1.6.12-dev.2":{"name":"@venusprotocol/oracle","version":"1.6.12-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.12-dev.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"13abb7e574b21b6af5d605ffe142f4d26a85a7b8","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12-dev.2.tgz","fileCount":208,"integrity":"sha512-Tsd4Ehs/vQq1NiOL7TFG/kvt707NRQUVipgh/C6bFhHfFrnnFNc1rq5fcMrtfNfnwifTmDONffQ/9/STw7D+4A==","signatures":[{"sig":"MEUCIQCqhMR5bpGOsQ8aCNCS1Au7sYMw5bdqhrZQU9PYH9hU8AIgdh725v6/ZR/bYlQkUT+p30/GksDpdoIMSOhOvYe8cIk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13258447},"engines":{"node":">=16.x.x"},"gitHead":"6f7a3d8769c28881661953e7ee3299b1d5b31e17","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12-dev.2_1687346498880_0.42642924807162097","host":"s3://npm-registry-packages"}},"1.6.12-dev.3":{"name":"@venusprotocol/oracle","version":"1.6.12-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.6.12-dev.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"23e4a9f05e116fdf468eff2618e3336676286d13","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12-dev.3.tgz","fileCount":89,"integrity":"sha512-2q+5fgmY7M+XqwfdSBUC+R8RV7+J0jw2LWEEyzCtwHNz+V/pOB4uMSonPyXraz3y2h0DyuqoudxD8k7bWN74ZQ==","signatures":[{"sig":"MEQCIGVrwvTCsgpfRoidtp4riDcRqfyVy5Q3MZBECS5wIH3QAiBK84X1G2R0ZmDW9nWN8csG15W0jMiWEaVIB3ZNhj/mqQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3864277},"engines":{"node":">=16.x.x"},"gitHead":"0038f22f61731ddc5d6ad841b7139183c85a09e8","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12-dev.3_1688463732465_0.1591445658808457","host":"s3://npm-registry-packages"}},"1.6.12-dev.4":{"name":"@venusprotocol/oracle","version":"1.6.12-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.6.12-dev.4","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e06b2df8f5146f3ef1743835df5efd5e292ae48b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12-dev.4.tgz","fileCount":208,"integrity":"sha512-jIq84MeTDMpejsuVRnLF8GQfTIjprO7gKt9sZGUg6GfEUIxHI3gJHenFACPsP+iZayRyqvk5UnhpO1XPY+SEng==","signatures":[{"sig":"MEYCIQC40rqZKyqE1QbC8k8/GW57+cuNUeEddBRNVaHR4Edx5QIhALbpYgvj6JlPRHAkhoAW8TltyjNmfOpckmIJRINqnIxx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12988248},"engines":{"node":">=16.x.x"},"gitHead":"841d85f2685f266745044f0f773ade1339448539","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.9.9","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.7.21","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12-dev.4_1688747792004_0.8458577426575951","host":"s3://npm-registry-packages"}},"1.6.12-dev.5":{"name":"@venusprotocol/oracle","version":"1.6.12-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.6.12-dev.5","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"bb212a7bdbb5272200456359914c4dd6e00a07da","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12-dev.5.tgz","fileCount":208,"integrity":"sha512-OJp3PDxsHlC0Kly9rHL5Py4lw2EF3b6DLsQEGd+x65PvndJpgr/x22glzFhqjfgRi3/VQXaCkO2sU+5ScS7+fg==","signatures":[{"sig":"MEUCIEklxjfxlkJ3UK1jVBKc9fvmNSW59X2D9X3aBcOI+SwGAiEA8lg7RLn7QBR21QDmfQycuyJ4I7t3nnNIFzqi+0jSqOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12988248},"engines":{"node":">=18.x.x"},"gitHead":"2555f3318b4f3db627e8ff467839330c0e7431f2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12-dev.5_1688990683724_0.5664393089825865","host":"s3://npm-registry-packages"}},"1.6.12-dev.6":{"name":"@venusprotocol/oracle","version":"1.6.12-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.6.12-dev.6","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"095c2a0756d20b9cc81be7f2b356c86da3332d0e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12-dev.6.tgz","fileCount":208,"integrity":"sha512-nickYBn7TFB0yySb7yzXohYNFBhk7Z1Ny6MUeOY0goWQt88yPNj25uJZgAirohthHUNvJm04LZVPhWc7T4zdVg==","signatures":[{"sig":"MEUCIQCBwcunpQbfQXlvgS17zOUVgxSza17VXWVohpKT6LgrFgIgeUkYxPowRbQQOyLBXnSOjvugG5HBbUuCb2yogBgjkM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13004384},"engines":{"node":">=18.x.x"},"gitHead":"7d72332b806b09b515c48b344193ef9b2ac14bdd","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12-dev.6_1689073800831_0.5339325661921215","host":"s3://npm-registry-packages"}},"1.6.12-dev.7":{"name":"@venusprotocol/oracle","version":"1.6.12-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.6.12-dev.7","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"61ee0d671cb72b2fdc757f87e9fd0e3706f95cf3","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.12-dev.7.tgz","fileCount":208,"integrity":"sha512-FMeItU4QI70DCjMfDgA215c8B6URyDhDX95550sxllZaTWvA0+1VZhMvvDRkRLbP4UMZizslw0VRFyGcnsV1rA==","signatures":[{"sig":"MEUCICXzAu3ahIOcaa32UMP3bqyY2UQekVhbXoOI6Cjf4USPAiEAmq1fMbpn2eJNqD8/RlKla2gSWZJQOg63dC5xptfOCaU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13013136},"engines":{"node":">=18.x.x"},"gitHead":"8170de97b2a84f88299ae932329a252825f2e01b","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.12-dev.7_1689168681641_0.25189080590657564","host":"s3://npm-registry-packages"}},"1.7.0-dev.1":{"name":"@venusprotocol/oracle","version":"1.7.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a771aba50fcdbb99175338c902a46d05fa23e7e4","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.0-dev.1.tgz","fileCount":208,"integrity":"sha512-KqD/cIUPOwZyy/K1A8XUKjQhJZMiAv4R1M9vgArGxDJO2R8Kv66X82pjp36Pipfhsy5+xz88r1z+NC3zaA80HQ==","signatures":[{"sig":"MEUCIFaecueW5DuiyLgrkaEXPnI3if5DNjsL0RfMLK3ENbwhAiEAm0HdLALNirLkQ+kwzuI1EFcd+RKvJVzZD5KIeMp1v7Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103655},"engines":{"node":">=18.x.x"},"gitHead":"ab93adadcc02421d18a78bfe1ac761697e6fa17d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.0-dev.1_1689264298898_0.9328899561881618","host":"s3://npm-registry-packages"}},"1.7.0-dev.2":{"name":"@venusprotocol/oracle","version":"1.7.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.0-dev.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"13d482a94b633cbb6df94fd1f64a8467dd5ad1a0","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.0-dev.2.tgz","fileCount":208,"integrity":"sha512-KJpVZX2YuAwrgpVeYGt3GemyIGX6UeZqh83sxZLlQqhml7PnDHwqOY/Lc3LkBKGQd5AcwC7z+IeLHWoF2SVWCA==","signatures":[{"sig":"MEUCIQC2khOv7i1SOytxqXTYGDDumePR90ldOgJxUtUp/14eSwIgcg5KOze5/vKDM47QUqATeWJ98QfTsbUunSyqOuWzsvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103829},"engines":{"node":">=18.x.x"},"gitHead":"c0f0b08c5b6d011ab9e93329db0700464ead73d2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.0-dev.2_1689327682795_0.9170384888459788","host":"s3://npm-registry-packages"}},"1.7.0-dev.3":{"name":"@venusprotocol/oracle","version":"1.7.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.0-dev.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"d210f955fa495ec37e787c0633c7e073a2d974f0","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.0-dev.3.tgz","fileCount":208,"integrity":"sha512-ZU9RyDW5iQYNlxP0wV66JtAysJECO50YOXJZB+9Sg7co5oge0ItufHGK2fuP1FJLDSulzau51CIpHP5tflhMAg==","signatures":[{"sig":"MEUCIQD4FJfqLvxKjQNMzJe1RDZSJc6r2oMCo/W+e8OTI0406wIgS/+TRBit0NEUyvMjIjIqZmfJIfuGpEs4hvgjp6Eu+DY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103510},"engines":{"node":">=18.x.x"},"gitHead":"90d0082b35431f6d303852b0b87dbf429e9fcd50","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.0-dev.3_1689591642165_0.7627898356763239","host":"s3://npm-registry-packages"}},"1.6.13":{"name":"@venusprotocol/oracle","version":"1.6.13","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":"","_id":"@venusprotocol/oracle@1.6.13","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"9083e2bee7be7f6b3f96b8381165897aca9df4fb","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.6.13.tgz","fileCount":208,"integrity":"sha512-cG3grTphmgv64b01kkDM6/k4JlHslIhB3c27Cz3w4mU3W0jin8Cdv5SAVVv5W0kLI/zEZGS1+jc3LmMGvchAgg==","signatures":[{"sig":"MEQCIBIl6sbBCOjRxoY8d0pclMjHsO1freSJx6jsev+DJlM3AiB8CERonGfrZT7JKYhiYOFf2o2aXlTf1CKSblyA5eVhhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13258441},"engines":{"node":">=18.x.x"},"gitHead":"8e6be780584b5c1d3bdf012001b2a019169fded6","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.6.13_1689600657652_0.6948885349469649","host":"s3://npm-registry-packages"}},"1.7.0-dev.4":{"name":"@venusprotocol/oracle","version":"1.7.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.0-dev.4","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a54f0ca2278e562765b121d331cfd38c253854db","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.0-dev.4.tgz","fileCount":208,"integrity":"sha512-7sfX94hvIX0S6Q6n9F7O78Ry3UQDe7nof5Y/CpSGMfUGNiINLwZ+H4A23LNL/qNFRCWdWTxjq5Ya+jXNN2v57A==","signatures":[{"sig":"MEUCIQCKtyfuIOl5D3qcCmGL+MLh3LwvxSNkonZ5mhgEAU8iKQIgdhjjRkqvaJsOBbtR28MQ0kRkWce5k1Yyg6cHVVekj8g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103687},"engines":{"node":">=18.x.x"},"gitHead":"2c7fced07a45681eb09531b26d8e807ef124a3e2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.0-dev.4_1689621805569_0.1988224917148509","host":"s3://npm-registry-packages"}},"1.7.0-dev.5":{"name":"@venusprotocol/oracle","version":"1.7.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.0-dev.5","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"012d05c34074b0bacfe4c5cdc869eeae29aa74a3","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.0-dev.5.tgz","fileCount":208,"integrity":"sha512-lO6tOHv4vil+A/N7Q+ZW3gZnpa2mQxFvC7tzRbvFshKhH/2hCYCvid8VisESJMrQv02O0v8I8T5Y2659kAxYQg==","signatures":[{"sig":"MEYCIQDj1Xb1xUopnjJdrUjnr3aRX5YJmZXYx65Iw9CnpDTN5QIhAMGBnsWp38fjEHkjZFuH7J5RUs1yrE/YNjURndUkF5iH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103687},"engines":{"node":">=18.x.x"},"gitHead":"3a07389fe7f2e575388435ed3c1ffd45c787f142","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.0-dev.5_1689681403958_0.19781679888832127","host":"s3://npm-registry-packages"}},"1.7.0-dev.6":{"name":"@venusprotocol/oracle","version":"1.7.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.0-dev.6","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a43da47c7a1d7bd7cdcf9779293480c158de8e3d","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.0-dev.6.tgz","fileCount":208,"integrity":"sha512-X7+lVuB1Q5YuY3Orw8xKDwPkIrYIr35QDG6+3uGSjCXXKnnDHd7R4kttf2CX/Wg0qEStRPSHmcjFbEDy1K2CAg==","signatures":[{"sig":"MEUCIF+dz73e+evp1RZ9GRMJrSD9qi8f9Rb9u4dT50FZTzswAiEA4g+j5Y9go1o9+ZIo60I8mM05dANZ341UlW04E6wzyag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103687},"engines":{"node":">=18.x.x"},"gitHead":"24189a5f0a19eddb4735d7597dbe0eb4f17e709a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.0-dev.6_1689955549281_0.21973356984837822","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"@venusprotocol/oracle","version":"1.7.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"b6a0e9b0c24065e03a8c2952eab0ab60c0a52cdb","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.0.tgz","fileCount":208,"integrity":"sha512-fYheUQGFz2L/6IQs53CAy/KxrWGD/EP90L0RTqR1R9Fw5bkM0cu9rVIDjn0g/WFpkIQdrKY1upldvJ/QpPiOHg==","signatures":[{"sig":"MEUCIDRTuG1tnFgJ5DWO2JaYROPi29puFrY+m4tbcfTqPv4WAiEApaRqwn6v/4QquzYI0OlAb7O17cESTKB51urmyGuFF68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13103681},"engines":{"node":">=18.x.x"},"gitHead":"92f08e60844efa0e50c1588dab6c16bc1726434d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.0_1689956270881_0.7677685486845924","host":"s3://npm-registry-packages"}},"1.7.1-dev.1":{"name":"@venusprotocol/oracle","version":"1.7.1-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.1-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8ecafbef85428e07af95d862b8777178094e45ad","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.1-dev.1.tgz","fileCount":208,"integrity":"sha512-tg6md9Eh+HmUpRQgPrSeFwyDsMX5f0CyzfzALL8OCtlnan2k8ciY69ayB1XmmFuelHwT3Df22V08m7zRwfGKEQ==","signatures":[{"sig":"MEUCIQCON+/4xITo2i5+bhDY2IIXXNYE2NnNLQ7Q8GwoTP+QWwIgDCJ58rPo0p/EK+/r5iB2UftpfhP4AQTwyLeMVHcjUKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13105743},"engines":{"node":">=18.x.x"},"gitHead":"b30f9ebb7e5ca7d5fffff541fc240047a83760e1","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.1-dev.1_1690293391307_0.38285223848045513","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"@venusprotocol/oracle","version":"1.7.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"15dd0fad1c429c980635ad9be91f4d5840d1eca2","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.1.tgz","fileCount":208,"integrity":"sha512-XItsjasPcblrZZ4w7TiKXlkQ4S/IYSlzFzLvzwGkPxD92a7djBV/Jf63rnxeo+dzCerlmjClcrFor5EbvrmIWg==","signatures":[{"sig":"MEUCIA2cVawph6SbWe+I/xwFTbu1y7Jwp0x2unBoT9PpUydeAiEAnPvjbA3yNA7d/cc/DnwziXqmVdOHS0IWWFlgRPjT2Uc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13105737},"engines":{"node":">=18.x.x"},"gitHead":"dd3fe43c5a54778c852abba441a41a86e11620dd","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.16.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.1_1690293766096_0.7466966072734853","host":"s3://npm-registry-packages"}},"1.7.2-dev.1":{"name":"@venusprotocol/oracle","version":"1.7.2-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.2-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"3d564c1d29bbcdc4ff6a178b15244231245ed61e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.2-dev.1.tgz","fileCount":208,"integrity":"sha512-GTyRkbnPgNVB9lEdf4Mpc+RNGmyKWkoLXNWiXyGnbDmev4fvMFmEsSGwi5WgAKY9pKTUks+IYa8lSjDXO1yeFA==","signatures":[{"sig":"MEQCICKvro+05nZHYD76dxn+bgtZhUI0uHGVTahHgPICJCdGAiBBEreHhXUQf3o7oB7xVPS+634i4e85Trp4Zxl1rxR5dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13037127},"engines":{"node":">=18.x.x"},"gitHead":"75b2ff2b5ae53c8141b84e1d8496595fbd851f2e","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.17.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.2-dev.1_1690892163961_0.16596652971366677","host":"s3://npm-registry-packages"}},"1.7.2":{"name":"@venusprotocol/oracle","version":"1.7.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"2ade28e477a2af18b209f32b7a042030cc3edfad","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.2.tgz","fileCount":208,"integrity":"sha512-fTa0yMtKMxq5Vx3TDKecCYjP4CR42Dr/bYWDb7YE7mugEx91oHriCGX+yYddSBA6lzaXLugRdzz5D+OUr83hTg==","signatures":[{"sig":"MEUCIQDCCcdGOnJwVLmuKZWED/otK0h+4XyzhCTmpmm5WydiWQIgKNkAvYlXgj4GcFrJmr5HkDPAvbVrN0btwJCVzk0UdbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13037121},"engines":{"node":">=18.x.x"},"gitHead":"ed577adebf1a21cead724f0dcc74f131d991da75","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.17.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^0.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.2_1690909308255_0.8805765461752098","host":"s3://npm-registry-packages"}},"1.7.3-dev.1":{"name":"@venusprotocol/oracle","version":"1.7.3-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.3-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"54cb525d26f01872c778fc368c0f729fee78df5b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.3-dev.1.tgz","fileCount":208,"integrity":"sha512-RGS7RbTclscgdrgkCX6qSWoI+5/TDZ7xwz+8yZCPG6tF5ColKal+lV+gHy/OH7nhUG4ioLdT8wSQjOHNJZjbew==","signatures":[{"sig":"MEQCIAEdterfoYt+eXumPLNfmit9sQSQdTIWGuG544PCayvRAiAOnry/ur8UsS2TE5+JeBYwVxWt2WgwLU1hVDa00SH3rQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13052610},"engines":{"node":">=18.x.x"},"gitHead":"174cf11778b733f9b5fe21ee487b77b0a6c3d036","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.3-dev.1_1696859651316_0.552975846204337","host":"s3://npm-registry-packages"}},"1.7.3":{"name":"@venusprotocol/oracle","version":"1.7.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8eeb011c489a3252100d837c825cd88c302ee138","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.3.tgz","fileCount":208,"integrity":"sha512-BnWUp5bRQJLdJndv5dDj4KjX/K8JZUH57BLXkHXuPajRSaV2PkAFbpmhC7MK3TZnJd/RKManBsQuJsLHqETvhg==","signatures":[{"sig":"MEUCIH6aZN1oq2E3KWJYbORm4kl+6rGoVzrfUYPccXvK+ov5AiEAu+sqbN8+A/aY7QHobeM4u9PkdOZ7Wl1iBu+5/NNQb80=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13052604},"engines":{"node":">=18.x.x"},"gitHead":"7e07406ebf3a4cf18fad685970ee557f643d6687","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.3_1697728588921_0.8079679612130473","host":"s3://npm-registry-packages"}},"1.7.4-dev.1":{"name":"@venusprotocol/oracle","version":"1.7.4-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.7.4-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"d0f79f5f4c040782aff10b5f33881c822558c66a","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.7.4-dev.1.tgz","fileCount":214,"integrity":"sha512-NPKMLUhRILw/4GAzR+zHnWbsUh4q2rr8vTBO3QUULFk4He5ADJJaiesh5Oi81rurz2ehxhrgmDPN4eSxFm0sTw==","signatures":[{"sig":"MEUCIHpOwExsQSGYaKGR9IrYnUnUm9ABqOQsqrdgP4CNgSksAiEAkAc24/5pqxYPRbPn8pYeoxTQOKExoEtrMeMJPAb+P+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13507558},"engines":{"node":">=18.x.x"},"gitHead":"97e06447d33667a76f9735b2c9b8a4c9b7985bc2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","ethereum-waffle":"^3.4.4","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-waffle":"^2.0.3","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.7.4-dev.1_1698912494857_0.7757509030297831","host":"s3://npm-registry-packages"}},"1.8.0-dev.1":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"40f79828e111a2be7792fb644162efc22d46576a","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.1.tgz","fileCount":232,"integrity":"sha512-kYdMkawrNB4HSVZoBOyaRGG7oXgRYLUPrBJ/yHRGYI09KXDx+STIV+HZP8ZiFDlGEGpXozjTPqU0pZuabhInaQ==","signatures":[{"sig":"MEUCIAQt5/K2hRJBoK6KOOIiTn3hrxX61UR4lr3TM7d6+4KkAiEAngzC31ommLhJe9n5IymVnVCATgSy4ZpUOIqyIor9Nlw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14575832},"engines":{"node":">=18.x.x"},"gitHead":"8be411ce8f8090908796dbc95db16f7fbeb2d785","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && tsc --declaration && hardhat compile","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.1_1700828812649_0.9421714541696309","host":"s3://npm-registry-packages"}},"1.8.0-dev.2":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"85ccd6af9227a461158c8ddcffde6226c69b52c6","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.2.tgz","fileCount":924,"integrity":"sha512-mjqs8Zlx+I+KR0Q7mCzzc/Okon9bcLF0NNSry6lvxZigd8EG5sBGcgs9gE1fhsgWsvB2qk+IqjwCQZoJgJV+pg==","signatures":[{"sig":"MEUCIEh2VwBq0zxKxWmkfJgHoXBqOtpmGwFcbz59jHt6kav5AiEAlhDEw05JRIFgNxGDuu3Jty75zmQxKW+toZF4eBMrVyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18525041},"engines":{"node":">=18.x.x"},"gitHead":"f063a35831ef60b60126383c28fbe223950aa5c9","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.2_1701100652518_0.010935267199301046","host":"s3://npm-registry-packages"}},"1.8.0-dev.3":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8c14e6c897fd5e43dafe4abd14aa1387772abb61","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.3.tgz","fileCount":924,"integrity":"sha512-MeEM5N3OcLiIS47StPHa1vrSWqoMfMvwiIy0m+05CTs6Xm+DtJUPim4LXga9c5IUBxj5pBZnzLAFBG6wUdF57g==","signatures":[{"sig":"MEUCIGdHDE/DKKFWJ5a25/FG5bxYHE7PqhygacBb4JMhD54OAiEA8IgPaMWHKFZq5rD1XhTrHlSvwu9+MYOnSbT30byNHYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18525471},"engines":{"node":">=18.x.x"},"gitHead":"c1454f1c6a63e77c0d9dc33349a3f1f3d0d5e4cb","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.3_1701250928210_0.9660688699350801","host":"s3://npm-registry-packages"}},"1.8.0-dev.4":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.4","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"7a6307073266024abba69d93d121b217f58cad5b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.4.tgz","fileCount":928,"integrity":"sha512-nR0L3XeoNkUpfLqB8yUcz+lHgjdmYqUGqzjjmQOHczBEPNBs1Nyi6mqa0s3AyyCSx2EOH7Dg3vNqRG40X8T8Gg==","signatures":[{"sig":"MEUCIGkOIuPk2ztqLU/OehSFr1+dGuZ8YROen9y4jOswNO3+AiEAgwkOB9rZzNOMxpOI7NlE47p58AjzvRTNw4v25XXXUGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18529964},"engines":{"node":">=18.x.x"},"gitHead":"720bedaa7eff6969c644b158863e4871499d856a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.4_1701443247570_0.6284004436572719","host":"s3://npm-registry-packages"}},"1.8.0-dev.5":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.5","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"211efbfc2166c9f5ecfc78c8b334be9fb3363099","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.5.tgz","fileCount":928,"integrity":"sha512-hNJ9uJ191fUwQAeeay9i9/HSi0nOKh2SlUUi00NAGs46tqfOQkzCPvBNULHdgGi8z640Qnwf7ACZrjbb/Z/tdg==","signatures":[{"sig":"MEUCIQDVMYMsKgOrSr+d3fxWwvSt2kBlzwG1jPt4ZZ5EUtaz9gIgdrGQyxl30oMbI2DMYy0yuDmzD2v7uNlyBntmimD4RE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18544182},"engines":{"node":">=18.x.x"},"gitHead":"1c78188157b5e690e1439d235e122518b7778287","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.5_1701783063439_0.8890786345531576","host":"s3://npm-registry-packages"}},"1.8.0-dev.6":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.6","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"bb73098905282285e0e5d1355fe131e78417f58d","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.6.tgz","fileCount":928,"integrity":"sha512-okgf/0ElknLvX41Lpy7v0G7lLNqYx01w9a39vXY048w7/TLuULAxoTtMXwZbagrU/8F7U+p+7aOcH8DKgHNdsw==","signatures":[{"sig":"MEQCIB90hABERSXqw9crdnb2QWu+E4GjURWdTEZCeB8XUECyAiBlLCuMoPtu+aJTkFSv7dQpOh11sFecmGvi63pl22oxjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18587464},"engines":{"node":">=18.x.x"},"gitHead":"af0d9cafb9bb1c5a4f01f6882aee019830958831","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.6_1701845573152_0.35564838033422785","host":"s3://npm-registry-packages"}},"1.8.0-dev.7":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.7","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"37957ba51f372059757bfc1a1e403c5662d9ace1","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.7.tgz","fileCount":941,"integrity":"sha512-56iW0M6JSlJGkur/yeM7gMDH39GeVCe1Lxsewb6m0mikao0Wi1/yW/dF/o/EGW/YMDJ1pPGmwp6iHJrmGZsxFA==","signatures":[{"sig":"MEUCIQC7E8OflYV8CFfwKHjpj8AoF3frI/OD5o/P3oa1/djp1gIgHirUD8Asn2QF90vvWN1LF4/+D0WC2gM2h7QtjFDvVvE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19670043},"engines":{"node":">=18.x.x"},"gitHead":"73d3d10607e05e14ff1af004b10d377698b14f5b","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"0.7.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.8","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.7_1702017854694_0.6849843894321341","host":"s3://npm-registry-packages"}},"1.8.0-dev.8":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.8","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"4d4f227fff685af20af454d6587fdd61382dcedb","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.8.tgz","fileCount":941,"integrity":"sha512-q7s62dif8yTXrTIGqQpVYPcdkqHbqTiwwNUp4C0mx1vmGc5Im3pV+Alp7uJ0z/5Obwmrd0s2Nft+rcydHkLRNg==","signatures":[{"sig":"MEUCIFClm4Zzt3omOYuAV2a8vO+nIUSK9XZlRfwxZ5NL9cpRAiEA1pjF856qEu1LA1DPpHVr4jKg0LwxMEdvOhnbDMxqx6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19669658},"engines":{"node":">=18.x.x"},"gitHead":"d62868a9fba29e3e3b8bffc8f18b8cb0a8fe1593","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.8_1702313653077_0.7495490960392064","host":"s3://npm-registry-packages"}},"1.8.0-dev.9":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.9","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.9","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"40d4f09c7782327f151480e9c6e1ef9eaf55eb2c","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.9.tgz","fileCount":941,"integrity":"sha512-vwYL1auuF30LpYQIW49bOtAUJncXno7gFqx3ONB8tDPN2z+NLsQr9UexrqPULrFCv4PfuCCzIn/GkbyzsGZcwA==","signatures":[{"sig":"MEUCIAhTKAPcMvGdM/XofcSW5TiLxFnQKINR758EVtaedf+3AiEAqAyPTDYqzg8KsdwQeZ6ijNRC5p0cpYft34psoP96zyw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19670133},"engines":{"node":">=18.x.x"},"gitHead":"f13e3af4eb9410c5be84160306f850453d7d0a6a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.9_1702386689999_0.9937977949506474","host":"s3://npm-registry-packages"}},"1.8.0-dev.10":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.10","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.10","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"51fb640f2e9eba973da60a7f2923f6a17c733436","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.10.tgz","fileCount":941,"integrity":"sha512-Obrb+qd+OTSAsgk94r5HhikJz0Jdvx9+Hx8qc+Fwj4otLZ2ix24d9sEXRN0kuULxG62Tv6XlmkcRE3drFGZW3A==","signatures":[{"sig":"MEYCIQCyNPvsAIi9t8TwSqB5WvGYUhIFSLs2t3bFjvfe2DGxQwIhAOlcSCnB+L0/JNaI+m7TXhoD/E3m18pln0lZPDNRlPWB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19669317},"engines":{"node":">=18.x.x"},"gitHead":"a8049bedebf1e71cafe53442fbb89d3a3377f6dd","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.10_1702647388058_0.21026975884421684","host":"s3://npm-registry-packages"}},"1.8.0-dev.11":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.11","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.11","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"ca36df557a0eb69afa02d549bd9a14a5eeee993b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.11.tgz","fileCount":945,"integrity":"sha512-Hxv3wxb2sgWIBddGeIV1gLYC4E8HCm+6kAZByKiGWTxGaFsLd9xi/jnv6pImr1o9x0Ikd1eJfVoO008aVs6BUA==","signatures":[{"sig":"MEYCIQCG7lQ3lkGRBMvt+25Rdbn59YA/7Ju6VtomIfQotVWhZAIhANe+06Zdw0iUwvuEW0gkpAEf1iws8wgbcG/m277zss06","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19765080},"engines":{"node":">=18.x.x"},"gitHead":"0d541f336dc3f17b93f7de25eff0f6d82717e253","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.11_1702903959700_0.42722565064604123","host":"s3://npm-registry-packages"}},"1.8.0-dev.12":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.12","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.12","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"f8380587c23622816ad86dc0ae36b8d7a387595c","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.12.tgz","fileCount":945,"integrity":"sha512-jIXRzNslQOkEDV2P2pNHL5QhL6Twvxoqrt9eNVH0z+laKmjpMq6xOrdG1Cyn503rZrk3Vg2W2ARKnw352F0KZw==","signatures":[{"sig":"MEUCIBmOnsIV0Ol88NqHUPgcPct46yYRZHs0oRDhVKmvRRHlAiEAtZvpcIVCVnWBC1QLjxVPMH4Ki4iTWaOeLJ5XZ95BohM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19669127},"engines":{"node":">=18.x.x"},"gitHead":"05f39954d6651c1aed4ede0c8d261bbe5fad5847","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.12_1702965311832_0.8220887585693155","host":"s3://npm-registry-packages"}},"1.8.0-dev.13":{"name":"@venusprotocol/oracle","version":"1.8.0-dev.13","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0-dev.13","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"6851218b7d2820c969c81f097978c52098ab218d","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0-dev.13.tgz","fileCount":961,"integrity":"sha512-uMrXN47o4II0uaP5VEdibGRCnlyT9bsyyrwO0sVZcQ9MvYEnxndfw7Vr1U0kjqSE0EnSOa9s9xP8gi5l4noZ/w==","signatures":[{"sig":"MEUCIBnfSY4VT/U8joSpHJyvs8OU7AxRBo8Tz1labH8h/6hoAiEA5IqTHdocx97KBpDhSbqsgiFpXSKNxBV8KxRWO3myKrw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21097071},"engines":{"node":">=18.x.x"},"gitHead":"d639eb535f1a50fe2daa62515a772d736b954f9a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0-dev.13_1703619456697_0.23403181019550523","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"@venusprotocol/oracle","version":"1.8.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.8.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"b5fd5b7c200153b2c62743ac0c80d3ee556d4447","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.8.0.tgz","fileCount":961,"integrity":"sha512-/Z2XhSJZO4vRKxJ1Fw/KSzA0c9Vxmk8GhNFrlyY4QwtdfvYeKkUu5lTUMx0k+DMNP41fx9JFX3ED67Rmo5CYNA==","signatures":[{"sig":"MEYCIQDeb1yUZ/G2blZC/l1Y7IXkQ0daoBs7+G/mblrseaAEJwIhAJCc+A2yixuip3p/BdhxIuuAAhhrhUPoWQ3XBvsVAUJH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21097064},"engines":{"node":">=18.x.x"},"gitHead":"1e9210e4f349f5dec37ae3b191a15b6873225c07","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.8.0_1703756924070_0.8312795712229055","host":"s3://npm-registry-packages"}},"1.9.0-dev.1":{"name":"@venusprotocol/oracle","version":"1.9.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.9.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"2448ee51eddaaf4631862ef49edd0c20cc197294","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.9.0-dev.1.tgz","fileCount":987,"integrity":"sha512-vCY2Ek2/vIOcvpJVQsF8G08aCdq45ZxULHpbJj2+x+7H4HjyyBe3uugV8bJT6eWEWYYXStKbV2EaCzthBif5Vg==","signatures":[{"sig":"MEYCIQCxn9jYyawmdLbJsjHcrX0N+pLnvWGvJE7ckSTslnAE0QIhANZMUv6WBX5tD6CcQNRVqa183rWGmhsJkReJDEK6NpaH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21299692},"engines":{"node":">=18.x.x"},"gitHead":"30296bf293983d2db27c1bd5af5d6d070fd27017","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.9.0-dev.1_1705924912972_0.7805987516046806","host":"s3://npm-registry-packages"}},"1.9.0-dev.2":{"name":"@venusprotocol/oracle","version":"1.9.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.9.0-dev.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"5c9d7083aea8d8aee2f6dc98fed0cfc933d77187","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.9.0-dev.2.tgz","fileCount":991,"integrity":"sha512-uBIP0/WXPlWSr9FaEav4SoEhqHUucDodo61+uBys/ugd9eVwfBSsENbLoBC9L64PkipzHgH6Xq8a1ySHrvJjYQ==","signatures":[{"sig":"MEUCIACQsDeqqAenE9xbF6jufdtHeldrsJPYyLdp/mibD7QaAiEAu78QgGxoaRKe6Wkka9mqAFUIfvJeC3Blhoma/XauuQ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21453859},"engines":{"node":">=18.x.x"},"gitHead":"618ecf2ba10d12ff68942008b23af6625fcdc742","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0-dev.9","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.9.0-dev.2_1706010419395_0.4648428122502124","host":"s3://npm-registry-packages"}},"1.9.0-dev.3":{"name":"@venusprotocol/oracle","version":"1.9.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.9.0-dev.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"0fc8801777489011f7dc94b30707776fe4878d19","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.9.0-dev.3.tgz","fileCount":991,"integrity":"sha512-zPmq4/j06xkmzfxCmVeQH6bgdlMyHrUj4xtnBcHRShuQK8uNxTQDKmdJKUo1AuIstOHKzIET5RKqp+3DDo3Wiw==","signatures":[{"sig":"MEQCIG4ElZZIfwANEWUsPlpynVaS0xvZO6R8/Qz2WlsjoXvTAiBU6gEy6LhMTcEPSXhXho0mW0jmc2AGlroWHX+o8TcUJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21453853},"engines":{"node":">=18.x.x"},"gitHead":"ad4482e353305a2d544e6c128ee37dc230ff7616","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.9.0-dev.3_1706034048985_0.669670817327769","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"@venusprotocol/oracle","version":"1.9.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.9.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"7a9b46cb3909523c33eca0729719a3c5dade03ad","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.9.0.tgz","fileCount":991,"integrity":"sha512-K6W2AQG60AstBHyR9XL6RzeQ7mfXaUhsLzqAMaWnHplBK9rSZnBIUuLyhnI466T6lqFZKffZXk+tc1Wfctg1cQ==","signatures":[{"sig":"MEUCIB/6HGMD49K1kEg1oqjl5A08lePf7pRK5yGSQyq02weBAiEA42Fz9empWVYipFW0zoGfBYcLS+h/3DXUGSEy0ipHHjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21453847},"engines":{"node":">=18.x.x"},"gitHead":"bd7878ccaa282d2cebe35af96b68d0168a995eeb","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.9.0_1706034713744_0.5542749562867237","host":"s3://npm-registry-packages"}},"1.10.0-dev.1":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"24abd19292bb82430fe7e249da12eb67243d67c7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.1.tgz","fileCount":1004,"integrity":"sha512-ByvlEBYASAv1VosSHbOGEYDMqwtV5y6kXLd81/vwuIJa/UnPlxZDOVLbMIHTgREJoQ+xk7i48bkG9PyQt5lOOg==","signatures":[{"sig":"MEYCIQCxqRA0O5jsDz9mZMWeRQQL9p7MKvRYM0O1tVtz7OaB6wIhAK79y08DPH+MM4cJHU90YERtdyhejWUv2YO4ls9EsvUl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22627728},"engines":{"node":">=18.x.x"},"gitHead":"2cec7102d197689c44b7b3ad5533368b600daf21","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.1_1706245803531_0.7516931954082458","host":"s3://npm-registry-packages"}},"1.10.0-dev.2":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"5f23c6f41856b6ca92664378251544149eadcc22","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.2.tgz","fileCount":1008,"integrity":"sha512-dJH41LfZnGPmNc8+FqIkfXkGMQSaytb5hYVK1DhN/0f0KKL5hb0pKR1q4beZgtQMfon+h/D9luzMvtP/lbmGqg==","signatures":[{"sig":"MEUCIDSwXMTodninE3xhp40OLRbrGFtl5rfZDPvrpjWgTYaUAiEA6Av1X9JJ7FmprDZl4CT34ccfD+cwXwswZc4ohSbcfRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23006853},"engines":{"node":">=18.x.x"},"gitHead":"33e249b7630b21218df346799ec08e3a1e8c61b6","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.2_1706801854485_0.37648170968472017","host":"s3://npm-registry-packages"}},"1.10.0-dev.3":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e2ece9b7e1405a1e9aa6bf5d41ad7169222b31f3","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.3.tgz","fileCount":1008,"integrity":"sha512-6+WZQn2owuAJSOL303NJKB2GsQ9Su7ZHIqNValxW3IWQElVVEAB7RNLF372TQi6aaD2ONU+vGOaCkcoVRvpq7A==","signatures":[{"sig":"MEQCICiZNHG7FgbSr2q97tlrtApLMQSeQYyPH5wYan/88HwsAiAFeJbl7jvOHcofuR4X2pjk33QbPByzkXGKEVnRmDz/0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23007656},"engines":{"node":">=18.x.x"},"gitHead":"d9a2b96786558339454a71fef4db3afa82522996","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.3_1707128627581_0.949838275855365","host":"s3://npm-registry-packages"}},"1.10.0-dev.4":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.4","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a42a5816b333241bd8fa3077c585134ee001df85","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.4.tgz","fileCount":1008,"integrity":"sha512-G19PaFr3EvqQe8IRPMz5laNJmQZ0P+xPWX0yPMP6xsLl+SwI7l2p8qHVn6xEQ169tmapkHokl4ZXEFOvRqueLg==","signatures":[{"sig":"MEUCIQCYH2K/yFQ1hp6q91MsK6t+zjHqZMTsl9IThK4msHWb1gIgDEAAivEbfUhVh2BQF7SzTDaZeiHuf37OstopLIH2KVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23007656},"engines":{"node":">=18.x.x"},"gitHead":"d2a494c262bf034605e255fff144ff5e348289b9","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.4_1707306486737_0.0875119355124685","host":"s3://npm-registry-packages"}},"1.10.0-dev.5":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.5","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"6ad7891d6bb1ded789453e5f9b401c6da13abec7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.5.tgz","fileCount":949,"integrity":"sha512-ZIr3rwvDxD+ZxSirLGAFNTUfd8CqvDQtlyA52lbzi76i+yNCWJZxBam6I3isrsPNvkbQMfX6rIOO6uef2zxpfQ==","signatures":[{"sig":"MEYCIQCi2zvk/ICbAW0ixqcT7A2076i/opKfU8p7C1FehnyihAIhALr+24T0G1Y22Cdhak6K2NoQfq6mKQPwEaqryrLZu1NF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21031900},"engines":{"node":">=18.x.x"},"gitHead":"72717871454264e846cf17bfc4c0e024be62f1cf","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.5_1708427350434_0.18011356585138616","host":"s3://npm-registry-packages"}},"1.10.0-dev.6":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.6","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"d9643e32c78fa6158409bcaca10a4b21f772d1db","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.6.tgz","fileCount":949,"integrity":"sha512-/RvcLSJk22hgkb6dRbffBFoq0EKiDUT2RKrXDUA+aaj2Wgsnb/iCHXZuy9y/tLTaUFVSTklzcLDpAKvr5ddSGg==","signatures":[{"sig":"MEUCIQCe8uZY2I4krbfPYgfY4wuKWVxZhS7DY/mtLM9LdaB23wIgD88ITdQdrZOYoFhFu/zgAf396GW237mmuBbvVYHOuJc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21031900},"engines":{"node":">=18.x.x"},"gitHead":"612053978c0f42f04f4ef0b3ae82fdc43e32114c","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.6_1708531369363_0.39987241443284427","host":"s3://npm-registry-packages"}},"1.10.0-dev.7":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.7","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"b4d38c3c7c7c1cf90c6a88fd95189136db85ca3b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.7.tgz","fileCount":953,"integrity":"sha512-S9wQMOdNr7arMioM8zz3irA99dC/YriGKnsXAUyGi/gmeFbK4uROEv7eIvllEvcEs8lPJNHpzYAwjibKutsz1A==","signatures":[{"sig":"MEUCIF41+nnkvu0zUad9dy6+3+3eMUXDv1a2+87I+qdZC2ZWAiEA9ayDwrOWl5npoTdnsIo4qc2Sv7bW6m1Tvs2rZZzh8Kc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21219249},"engines":{"node":">=18.x.x"},"gitHead":"4cf3928da648b060405ac6eb91acf704cf3d4678","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.7_1708618102217_0.6136971278991175","host":"s3://npm-registry-packages"}},"1.10.0-dev.8":{"name":"@venusprotocol/oracle","version":"1.10.0-dev.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0-dev.8","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"c7a738cb8ac8350de649ef649b99bf97e65adda2","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0-dev.8.tgz","fileCount":953,"integrity":"sha512-VPkZk1Ctq1PU/q4KozXkEidpJevLq3nWHuHSN2JRdgUOl6Yf54yQlT9inh15DkzvBb83IsvoxhlnNPPoVbMzog==","signatures":[{"sig":"MEUCIQDWr9KoakPL9P8Os22ljxcEPHUeGYVdEeJ5dE77XuO4vwIgTjMrMUhqY3ghIbJpKITldPAHAImSV5yIEI9RAjbqOyk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21220623},"engines":{"node":">=18.x.x"},"gitHead":"1db0ce59112b573f46de7284b3087d84f7be6a13","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0-dev.8_1708620661127_0.013525512849739574","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"@venusprotocol/oracle","version":"1.10.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.10.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"67d3174b99ea0339a1895e21cbe9b981aa60a957","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.10.0.tgz","fileCount":953,"integrity":"sha512-zuwEhmfW0zfUkNc7n7AlBt9geuzxXYfcT9nbVJ9ZJMTlW0sEz6nWpIyzS3pcOeLP9lozCBjZMnRX1r6GdCJLMQ==","signatures":[{"sig":"MEYCIQDTJnZPYiv1B6Q9x88b91syS8pE7wdChcEffY2bVi4zVwIhAO49H7iprHv94K2MmoUlkIRCGIwST4Th2hy1V6ewrxq8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21220617},"engines":{"node":">=18.x.x"},"gitHead":"eeabd90293a881b4eeb47d2d9df67983d784b5cf","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.10.0_1708621190299_0.3196098884605909","host":"s3://npm-registry-packages"}},"1.11.0-dev.1":{"name":"@venusprotocol/oracle","version":"1.11.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@1.11.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"66214c006772791362a44063e019b0e13db450d8","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-1.11.0-dev.1.tgz","fileCount":964,"integrity":"sha512-v2BwdbvCeHTTgzYt2ilL4qhjI17i2xBwsDzjYoqyV+s1BTeQg/GwGnCsJU4o8OrFIjwMeNZxM1GoyDNay5BqvA==","signatures":[{"sig":"MEYCIQCivKoyrry3Kn4lhz39IgqPFZlzIFcBFCYvnp0pH8GTxQIhANEYv2eMiKIcyToXR/m0Tkcr6dXKVh2SQ9BJ2lIcAe5t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21836105},"engines":{"node":">=18.x.x"},"gitHead":"6774e1739779cc15502b64f7a2e71733659ebfcf","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.19.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"1.3.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^1.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_1.11.0-dev.1_1711092116888_0.25241942863551725","host":"s3://npm-registry-packages"}},"2.0.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.0.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.0.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"433c6fb4a60e58d0a6cf0adaf246abbbc42bdd09","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.0.0-dev.1.tgz","fileCount":964,"integrity":"sha512-QaQcTYtL/qDUpAVt74NsWAElJIGgN2aJgdWebjBWub/rHdXqUyeKwIBkF4aISYUiyMj12Ut8foopHEtuI8P7wg==","signatures":[{"sig":"MEQCIHZkaVPHDkaacjGr31f1chbM2XONbk+zk8vyLBgJHTPGAiA4G67karpOgtctFkWND+KVZ26DFSMrnVWLU4StIpR4Aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22911694},"engines":{"node":">=18.x.x"},"gitHead":"6c29284a8d999bc42c11e8303863ba2cabd1e7fa","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.0.0-dev.1_1712744359372_0.4892970969247885","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@venusprotocol/oracle","version":"2.0.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.0.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"751344ca4da11d99bc02e57b9443290a669d2b64","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.0.0.tgz","fileCount":964,"integrity":"sha512-LehotLy6gtxaryNUmPp9d9XkndTNWWmoUROnEWf5uHxeidd3JWPfx32O5N4rzzEjNL4IFFEacyd8MZFPGD3NbQ==","signatures":[{"sig":"MEQCIHsAmoFASg5FsqmwSGSF5i44QU7nucYMTpeEtXHNEwJnAiBL0zrs+L8aH+ULamnC2GE8ImLF29YUqCT5KWQSfinLfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22911688},"engines":{"node":">=18.x.x"},"gitHead":"2d32f7cf3ab2ace3470fc812d47c1e5d0ccc31e5","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.0.0_1712745076923_0.9150970822224338","host":"s3://npm-registry-packages"}},"2.1.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.1.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.1.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"a93b80507e2fe3154fd84e06750d674220f17d5b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.1.0-dev.1.tgz","fileCount":1244,"integrity":"sha512-Lc1rWpIYTacUDM6H/N9pMFD5IN1Icm/69DROW3ggMb+JRBD2+4FtEhM0O+Ftw/P8ROQzT6NvLcsLVu4zigMpAA==","signatures":[{"sig":"MEUCIQC+zwKsiAqGAMhj5/1K/VqcG0zEgiEGXvu6Gao2XRVbCAIgfHB9HYH6JIZESUs9ma5vq2uaGyhUDU6yTJfj9pThY+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26342972},"engines":{"node":">=18.x.x"},"gitHead":"c1616c664ccbb81577cf4cabd382d6735000f21f","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.1.0-dev.1_1713203492128_0.4400496360880717","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@venusprotocol/oracle","version":"2.1.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.1.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"2524cb8e7b83982b9ece044f20ee55f0e26fcdd6","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.1.0.tgz","fileCount":1244,"integrity":"sha512-9xscmtQAtEq0EKG/9x8hWTgTLHE9aGOwOk1jh2hErhoka78+zfFUqFD8fzwC+G0Wt0IQ6XJklGXkQ+0a168e+A==","signatures":[{"sig":"MEQCIH1j3goHQDnqI/NbEOwYBR+mgev+42i5CTFp4EnU0jffAiAC1EYqh/euiYDbF0KjIqUG2v6k+j166NdP4vIoZy9+6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26342966},"engines":{"node":">=18.x.x"},"gitHead":"bc8530424b8219b9c9bbc83ca73bc63486a3950d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.1","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.1.0_1713260024328_0.5510303643741044","host":"s3://npm-registry-packages"}},"2.2.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.2.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.2.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"2f11d67abc780f841fa2b38c98a2d4090eb9c75c","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.2.0-dev.1.tgz","fileCount":1262,"integrity":"sha512-3hagTA8PMHHzXGtxcKPaY1s4h00wTmxueTUogRE/Qfe07QvGbcBqQWfCorLf/EpYg1/2Ul787U6x8waCcSupvQ==","signatures":[{"sig":"MEQCIHa5CxJ6bkFOzJmpIq7sklAv7Go3QEI+LlRfbkip9yhnAiAQeWFFO0Ai//k20EBYdZfz9kzCU4Qy5MRhvmya4zvr0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27583513},"engines":{"node":">=18.x.x"},"gitHead":"c2a83a664579a0245b79fcb6ac9437f14a56f50f","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.2.0-dev.1_1713366885338_0.58031185523858","host":"s3://npm-registry-packages"}},"2.2.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.2.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.2.0-dev.2","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e4777a0146662e808c0550eb589fb7e6238dc725","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.2.0-dev.2.tgz","fileCount":1323,"integrity":"sha512-YGSTA71kQdNloX31kdaUfnjKOGPLb36qrnM5Gtrogt4HbcbS+Ch8+LF2b07qritj1qXNeFQCaSp4/6usbFjJ/A==","signatures":[{"sig":"MEUCICCI3xl3I1F2sYdz1Jy1x+Lmwk6oEruCj780sMB86gzPAiEA0ejbz0yUw4AGb/ZXbwWtBhK96bdzuFykmyMN2hQ546o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30520507},"engines":{"node":">=18.x.x"},"gitHead":"a16f9b3d4d70b1139c111769672ef49b4ddefc46","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.2.0-dev.2_1713956054868_0.47304541435784264","host":"s3://npm-registry-packages"}},"2.2.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.2.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.2.0-dev.3","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"c04beea89cbf916eaa07578ef75fb8d22372a315","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.2.0-dev.3.tgz","fileCount":1323,"integrity":"sha512-F9QaBNJ+uPzL8+KlCgbJJXGVwSZ7JbEiZz7LnHcct6ZxdXceGhaY+t+gb9r7OItzIw2iwPB4UVsC7AoSL5vLgg==","signatures":[{"sig":"MEQCIA+eZ/EE8ecshsLZsLZl+vg8Tm4NlA9yqAZpkUpyMazlAiAbAL1CZ71ekjpBxdkS7XIatmUHAglb+QHESfz2eser9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30520507},"engines":{"node":">=18.x.x"},"gitHead":"f83ee001c03bc9f8f1d4a3cafc3f4364d241ee45","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.2.0-dev.3_1713967369212_0.03667514412702677","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@venusprotocol/oracle","version":"2.2.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.2.0","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"ecf9d197fe6debbfa1a81f2a8e218742d7a06813","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.2.0.tgz","fileCount":1323,"integrity":"sha512-/cEYMZAbziAq6+jeDC9qwCALnBg7qEICtP8f0yPRAyGzrMNhJTKi28NjkGCM1BRvJx70gyQ1b22+nuIPJo2olA==","signatures":[{"sig":"MEYCIQD93vZKL/BrOvp6cHvM+3221svBeVJJKF+OQFEBkSV0rwIhALaUgXbECj3MVXIjEXcNkL0dWOYkBwBRPuMEHmkbM1iz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30520501},"engines":{"node":">=18.x.x"},"gitHead":"fab050fdb0822b2ea74a845b347eb415c4e6be1d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.2.0_1714039664448_0.0791914559488951","host":"s3://npm-registry-packages"}},"2.3.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.3.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.3.0-dev.1","maintainers":[{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e7f1c9e4e6dd713650f87df7e79a1aacbedefbdd","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.3.0-dev.1.tgz","fileCount":1344,"integrity":"sha512-KCtEwv64nDBd1JBdXN8d9xr/MBI1xGxlGzZDyyCgCLKsDCq2NvRoz8D9tceROanTnYFOuphAkifrBhQdMucl4g==","signatures":[{"sig":"MEQCIAIsygUHmEFK6opVrltyq3LnXI9FQobMhcrvvSDpSagZAiBzvCJxP+Bzs4EcTzobe9RNgibmhgc+Mg5BxFJ+z6vqlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31135358},"engines":{"node":">=18.x.x"},"gitHead":"a33c8dc5e3c6c5719cf3e8734f1564e7ffe34886","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"coreyar","email":"coreyarice@gmail.com"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.3.0-dev.1_1714058458037_0.5676041487371533","host":"s3://npm-registry-packages"}},"2.3.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.3.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.3.0-dev.2","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"52bd53fc728898dcda015e7989408251cd35f394","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.3.0-dev.2.tgz","fileCount":1364,"integrity":"sha512-6jRKEIiM89Swx6uuiQOTOisamD8qaC5GyuUvICr63PqsKK4OrbmVmwRKmU+tPWbNe4MC8JJUlDoyHNdu6y1Oag==","signatures":[{"sig":"MEUCIDoJamxxvyqQRP8wOYfOtuxeOLP9GE2OXQJ5/Ko8m5AsAiEAiyPlqlURwUbk0SY+lF9Jdw6Ye/QNLpvTCqUgFNP7MhQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31943403},"engines":{"node":">=18.x.x"},"gitHead":"c6215f91305119bcd5f409c9e1bc1f3ccdfb1413","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.3.0-dev.2_1715002848553_0.673652599481642","host":"s3://npm-registry-packages"}},"2.3.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.3.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.3.0-dev.3","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e8fd99f512428be1cd126bfd7d2e3da11648fdbd","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.3.0-dev.3.tgz","fileCount":1368,"integrity":"sha512-d4RnpZWSWgewizeaTtaP662953iJBSg2PDyUcUyhWX83N51d3JN2c2ecilKcperxbfKuIG2PcJgRcHMfHF4X+Q==","signatures":[{"sig":"MEUCIQC8hRWVfqoKtKr0cTJiPD+9PcgZaCzFHz/T0O6+viDyawIgWP4Mx+omi2gtHP+1+MaVuo8bvOIzkmL0O427/A8WqVo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32126421},"engines":{"node":">=18.x.x"},"gitHead":"62229e1a03d8fec4bf5c9d522a4f268a1a69e0ab","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.3.0-dev.3_1715176156178_0.963365543172763","host":"s3://npm-registry-packages"}},"2.3.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.3.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.3.0-dev.4","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"be9833939789a5b5eb5ae9aa0c5ac3b1e53865fa","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.3.0-dev.4.tgz","fileCount":1372,"integrity":"sha512-MOGtV+prAMMUpwiD19cGCW0lYR9GbDIuiFOcyO2rq53L2/ji5FNdk0h97b8ltOOOmPAaNYloWSdRX5CKvs/f5g==","signatures":[{"sig":"MEUCIQDv0Wc0oaA87mx7snltJCsuVkEYPpuC2CW7oVDyY7OEHwIga1m+ZCZ9pTNfF9xoEliGHjskTmgucHJ8UOQhwFx+Of8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32532940},"engines":{"node":">=18.x.x"},"gitHead":"742e695ab083c34677bffc870a1745a8bb9f05ff","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.3.0-dev.4_1716210209128_0.9768825747632879","host":"s3://npm-registry-packages"}},"2.3.0-dev.5":{"name":"@venusprotocol/oracle","version":"2.3.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.3.0-dev.5","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"ea839e909e49e0ac562721a87e84166b66977940","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.3.0-dev.5.tgz","fileCount":1372,"integrity":"sha512-p2SP5zTGmsvx1jOIfPhSyo+5jA+2NDaH6IZN5cvYgCIPwmIeIj6+b5mBC9EgGM4kDKkbkV5f6freQpTzcfPq0w==","signatures":[{"sig":"MEUCIQC0ZszVDc/i9HXiPGyZ49oZIC3bMEO96YYlqJWSTtmS3gIgLHDP+Rz+uglFbJ8KlT7qZ3wFqsYuM5Mago+YbqKacfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32532940},"engines":{"node":">=18.x.x"},"gitHead":"e3ef2fe944891bd76678b0b210474b0397a2688a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.2","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.0.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.3.0-dev.5_1716573941830_0.7085650873060678","host":"s3://npm-registry-packages"}},"2.3.0-dev.6":{"name":"@venusprotocol/oracle","version":"2.3.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.3.0-dev.6","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"520fe90554d87fdadd50a8d4d0955d8685cfe9cf","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.3.0-dev.6.tgz","fileCount":1392,"integrity":"sha512-BS+WpYvsiCfqgfMC3fInAsa5y2A3qnrsxNljsgjvhmpcZuLtmUf09e9nRhiUplWhnr/myHnojM4Bay+frfaMww==","signatures":[{"sig":"MEQCIAD3saEK/zoPiq75n9AxbnJfobRse408i7qDUFyjzVvzAiB7ENbtyxsFg+qah2E2t+1mwqo3qjWVZbhUf85WgbxHFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34495687},"engines":{"node":">=18.x.x"},"gitHead":"d995645fb53437209d728d67e9797b1ff8e64231","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.3","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.3.0-dev.6_1716907300087_0.5471364448509808","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@venusprotocol/oracle","version":"2.3.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.3.0","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"442ca74c71ac657f2975d946f1cbf33012cee9de","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.3.0.tgz","fileCount":1392,"integrity":"sha512-eE3Xe1oYisg5hJzvE74KtqRPVhWy9q3vBmy77MOa5Ea0rjAXj9LWvOOiLg7U0GiJw4oW97hzYuYp96BEUWW3WQ==","signatures":[{"sig":"MEYCIQCAOgs+3G/oJVTFNN6dJ/hBGwle4Nz1x7U/hlTKHHScFwIhAIkBevHxdrSdIDiFPxxh1ESqx37SQlLyBzd52ZHKXbwK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34495681},"engines":{"node":">=18.x.x"},"gitHead":"e67ed62cc41bc2dff5d4ad11ceced830b5abb05f","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.3","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.3.0_1717156593298_0.9134900464458642","host":"s3://npm-registry-packages"}},"2.4.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.4.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.4.0-dev.1","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"9a9bc8f9413377ae485afda959237dfebb91524f","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.4.0-dev.1.tgz","fileCount":1410,"integrity":"sha512-u9BYnRrUOMpNVRuMfNu8xj+k2Jm3xxdYd8EX2CmsVEOneABnpmN/wOdxbCpCDIsIja9R4TZKMI9050g83F06mQ==","signatures":[{"sig":"MEYCIQDdIVSFF+LOWlYG9F8HEJIpzJ4hja0wIY3zsD4N1KvqsAIhAKJdIlOEsSxThotZLmWxcfviSZAPCrFEQ8zSl2UG5Qth","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35625087},"engines":{"node":">=18.x.x"},"gitHead":"158aa8463f44977a9c50ef6344024375c0d7da05","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.3","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.4.0-dev.1_1718695487959_0.3554652524720985","host":"s3://npm-registry-packages"}},"2.4.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.4.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.4.0-dev.2","dist":{"shasum":"3032504acb887c48bfc3ba3cb400a2f2d80c9c9c","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.4.0-dev.2.tgz","fileCount":1442,"integrity":"sha512-kgVQXo8XmlhOrtj8jNldo3FPRLEdWdjo7aOqIlqpmXkLRxxoJt32Fbf9ORzYWrrCIO45CALfya+1JxbykRC76Q==","signatures":[{"sig":"MEYCIQD0S0ispFKECNOdywj/LDKTbPoQ5J7jgKP/NONObwej2AIhAJgdubjyLFjHtE1zXa8khvs9iEEQFJBeK7B5jkE0FEof","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37071809},"engines":{"node":">=18.x.x"},"gitHead":"7783ddd3c318a27d8c01f75edb4e0af57d5ebb36","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.3","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.4.0-dev.2_1718891530761_0.6313789888873758","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@venusprotocol/oracle","version":"2.4.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.4.0","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e1c9fe63be54c0fad5a5aa58d7aba9bbdf74107a","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.4.0.tgz","fileCount":1442,"integrity":"sha512-0R6WtAm5rcf7GHK6m9u5YUBzpTqiAnma33SdVypHpHdl6wUtT74QWCpxf9+iMS+FcZeK9/C0AAuP0zz/JKrM/g==","signatures":[{"sig":"MEYCIQD2rr1xQkUO9a2lNnWXr5I6aFaQhuKGwwQzkt/4XqHjgwIhALEcF7Tt0v7S24PGqk4DweE5ukpoZaaNmhLf3GemnqSk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37071803},"engines":{"node":">=18.x.x"},"gitHead":"7e8cbb45de85728813dbe8151257fb22a692e10b","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.4.0_1721311256915_0.814151027048446","host":"s3://npm-registry-packages"}},"2.5.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.1","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"17346729dfd757ed505a01d8b20ad79534db7947","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.1.tgz","fileCount":1566,"integrity":"sha512-QyhAWo8dmgg9+4MN8LVo0ygoZgEXR3d5DqyJ/cM/ugoeF8+GM8xAHSJ+g57mLvHFHMU6TvedcshiRgOSdP7/+g==","signatures":[{"sig":"MEQCIF4WdaPHlKQtLxzKwAB3tvzH0ZYz1Re1cvcRN8A2TvMxAiAXAB7sE/QaWoEKjGt1xJqI8HkgOTvLpQjpGptS9ieQgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38393736},"engines":{"node":">=18.x.x"},"gitHead":"a3e4c3172b68022d6f07792f5ac9912cc2a9286b","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.11.14","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.1_1722424832095_0.8806112667091259","host":"s3://npm-registry-packages"}},"2.5.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.2","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"5fbbb9ef2435d5368762bcb48ff3105fd236454f","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.2.tgz","fileCount":1566,"integrity":"sha512-V4UJzznEXID+A91UhUYDcgrT6YrZu7rIJmu+xvW/EeZLguDPOM9mUiLaanBTGr/XGxGDFhhSEwqJnbuM/4QPVQ==","signatures":[{"sig":"MEUCIH31PKwh0Qtep0vtZaEtxtsL89bHH3aRBQtqweeneLmnAiEAhX0TW2BLX8VCI932l7+uaH4wMUtJDns+uHUD2wCmUTA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38393735},"engines":{"node":">=18.x.x"},"gitHead":"4bf621e6a63c910f70e3be65ed8d750e2b1ced46","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"^2.16.1","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"^2.3.4","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@semantic-release/changelog":"^6.0.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.20.0","@commitlint/config-conventional":"^17.0.3","@typescript-eslint/eslint-plugin":"^5.27.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.2_1722506178461_0.18663280552662265","host":"s3://npm-registry-packages"}},"2.5.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.3","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"30571bcf328247c3488217c8a8e34e1b74aba0a3","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.3.tgz","fileCount":2140,"integrity":"sha512-4GBhKrJYlgoJZc4bIDOyQnydTpodAwSmoopbWjjIzXK8cGiAE+xigxcZrN7fJnzTr1sn3HBrjTwWCEDrGGLsoA==","signatures":[{"sig":"MEUCIQDr1SDqtmuhFfJzTSTBAOk2x0tZF0g7iK+1eSp+VBihgAIgAhZS9E7dHibvt9zkVshRYWXooCHKzt6AzlVLeLtZO1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51285496},"engines":{"node":">=18.x.x"},"gitHead":"54aef5e8423b0f9bc06ec1a20b6c5259129f4fa0","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.3_1722851097662_0.5806699747169319","host":"s3://npm-registry-packages"}},"2.5.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.4","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"de2ac57a537cbdad8f9a8fd813437d00ef9c0447","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.4.tgz","fileCount":2198,"integrity":"sha512-VZ1B0Xr43Ihu6XHwJouwgPQLQ3FsnpHpKDxGGCCieOKrxvXCNSiDrswuLJ7G7JQy5ght94u0bBJvAoMqf+oDUQ==","signatures":[{"sig":"MEUCIQCzxsi8hoUmpFUBwiCG4DVJU94Q0WNGqnGKK6TLKj5V8QIgL08H942wy7tsD7gGN6Icr4SJYQ4dhyu2FVESUDADSg0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52682311},"engines":{"node":">=18.x.x"},"gitHead":"bd09e77982a66c8568faa4bf86cc21c8bfed8db2","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.4_1724411676463_0.7132018095086687","host":"s3://npm-registry-packages"}},"2.5.0-dev.5":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.5","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"f363195b615a213aaacddaea6781b65d3d5c67cf","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.5.tgz","fileCount":2209,"integrity":"sha512-WQrRPOlwgOtrybTdeH2JFsSOtYC67SuW+R9INnXSqwFEfLyNfoskrQh+hfF4V5jsFY3xsMp1mdjUj2o1V3Au8A==","signatures":[{"sig":"MEUCIQCv1x8ZHHQIGqrFWw1kYwGqEj7UgZDExgGEBAC1C2QGKAIgaNAsTBWjPJUlarF9VBG9OGfCMxJXjboSqrmNJzdToic=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53293508},"engines":{"node":">=18.x.x"},"gitHead":"f4fc8e88624e4f89f446ee73705d7c28cdf06f15","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.1.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.5_1724734896096_0.8657188633516284","host":"s3://npm-registry-packages"}},"2.5.0-dev.6":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.6","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"2c3bc6e8ec617e86adaa9d423548a727e28f3081","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.6.tgz","fileCount":2226,"integrity":"sha512-7iGARXrJZnCATT0NPhZlTbnWfYrVUrg9V/n4qjxaZhMRmdwcxBPQxHvDmWjXTU2YAC8PU4OvxllKVMGuvQiTxg==","signatures":[{"sig":"MEUCIG3UYGMnKsN1nLyCPSvY5sPG1/Vt4t7LVL/fgBM7x35rAiEA2Jgn5qPfvHBdHL2thETiRt/tAbU0CGfvqo2XhfQW42Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55349103},"engines":{"node":">=18.x.x"},"gitHead":"cc5062f7e13ee1ff2f26f7ab1681541daf3707b7","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0-dev.4","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.6_1724736051850_0.48588879798203677","host":"s3://npm-registry-packages"}},"2.5.0-dev.7":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.7","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"0727979f5e2ffc05b1dfb5c9c96a0b4ff27c63fc","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.7.tgz","fileCount":2226,"integrity":"sha512-xmvat6IQaBuNNYNt5yjFQP/88VCqvhx4rB9akGWDp7Ft0wtssRK5BHnzTdcFq8gW4IPuVOURbg7IIyKOdmTtWw==","signatures":[{"sig":"MEUCID4hRVfULkxlswYKkwMVs+uS12z7qz3cy59gRaFrn/NhAiEA2OVFIf69BEimaFnUkA5lEtAVwfBnuXS/xv9MUysTrmw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55349103},"engines":{"node":">=18.x.x"},"gitHead":"ea0f2a7383cc30cc6b732f662b8bb67289bac345","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0-dev.4","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.7_1724743581941_0.7764510953670845","host":"s3://npm-registry-packages"}},"2.5.0-dev.8":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.8","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"5ecf00f0e7ee8b791faa66579f1ee685b2285672","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.8.tgz","fileCount":2233,"integrity":"sha512-WXGWjvA7xOBWjwzmlJyO4KzRvBl+OQGQyexwVklZ3U5i9M0Tk2nEaU0hL9Oyu2gKeycUq4aS/skHTST8fJicCQ==","signatures":[{"sig":"MEYCIQD2T4xdK+QvHNdgGKIgBiD4zWbB5whKnXEyPz+f1TJSyQIhAIQ4cxdc8o5pdQHxtzqTy6Z025SAzCCiQ9NsYLUOCKNz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55923289},"engines":{"node":">=18.x.x"},"gitHead":"e2925cc2d13b0d1bc1bbd4d1620919b4e7077e26","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^6.0.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0-dev.4","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.8_1725870877243_0.08974109705841737","host":"s3://npm-registry-packages"}},"2.5.0-dev.9":{"name":"@venusprotocol/oracle","version":"2.5.0-dev.9","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0-dev.9","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"5a22772877f164d77fd6050b250d54b12c2d62dc","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0-dev.9.tgz","fileCount":2233,"integrity":"sha512-qRm5B7itUMwv0Tba5HXWmn01vC6h/u9oLveAbiZ+Ai7YJRV+h6XCWM5slzlWOApB0qzevYjHZALYUKy3K3+XBQ==","signatures":[{"sig":"MEYCIQCGcP4EOuauNICOUP1c9LJItmQEtw9Y8JNzW5GrDlwmGQIhANeO2mDNFJ/0hW5HUQ0bdNXeQti5WVgVzXf+IZkgkWGR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55923817},"engines":{"node":">=18.x.x"},"gitHead":"a2c927bbb535d3e4bdb8f133229d43b1385c21f3","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0-dev.9_1725975299582_0.7333928232577542","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"@venusprotocol/oracle","version":"2.5.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.0","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"059e0ffa596dbc592a18ec2f8b5a2482540ce2bc","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.0.tgz","fileCount":2233,"integrity":"sha512-jwquSB7RWiwIXdU5mtBjIl5jJ3ce51dD9XKwqnD+CkaxRofHdJ9kDQmRwP6730rLTx3Fs1HjF3J4jqxPgIcI7Q==","signatures":[{"sig":"MEYCIQDmEHavGeroTsikYwwQ6UJR5w1jewi1CGEUWS9Ud1oV4QIhAIF9CuEuFZIqbx6X87axfDfoWDHM2z4BzuVe3oxc/i4p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55923811},"engines":{"node":">=18.x.x"},"gitHead":"58c592bbf1eb210a9f9247fee0950f8ec57d3fec","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.0_1725978325199_0.7512656025550182","host":"s3://npm-registry-packages"}},"2.5.1-dev.1":{"name":"@venusprotocol/oracle","version":"2.5.1-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.1-dev.1","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"4803da7fc7df956988962978cfefee5d3ec302df","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.1-dev.1.tgz","fileCount":2237,"integrity":"sha512-iUX4qtQX7yBPXoDUKpzfEJmGvwazUwefg+Db8EJm2b78EV+aOYuiL5zCLTq1Z+rRbjKzPU8jIqsydaI2Mss1ZQ==","signatures":[{"sig":"MEUCIHfBOP0gYPAZH0z1GpCga86FwgfLKHTofp7KM5iT4DSOAiEA+HaZ04WnsFtH2C+PiM76OWaPj0ZYjY6+0UIGXn7oJSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55931285},"engines":{"node":">=18.x.x"},"gitHead":"49d0b0e0ca1f95e140e26af4a82b6d835c9a48cf","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.1-dev.1_1725994876402_0.029374666768357427","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"@venusprotocol/oracle","version":"2.5.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.5.1","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"76d3c4a666ab20f7b42219367d36111df8e193fe","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.5.1.tgz","fileCount":2237,"integrity":"sha512-sIkgnNwn9UltBTTptowhZ1ZzPmVZFCZciUWXEo9WD6Pq0jFjv0RvW171VxaqEJKNvGit4jKC2DWoxdXxYXDC4g==","signatures":[{"sig":"MEUCIFk0hryiBTacZkWZbAZ0ricWWxt5Zef+t4Bn7bN76uEeAiEA+VLKNRJ8P1UNo1IgzpqK6f88ZKcl/kgDlY8XqYub47Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55931279},"engines":{"node":">=18.x.x"},"gitHead":"3c90ce95d34e030447bec7964588bbc2d9ce42a9","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.5.1_1725995093322_0.8053776239213424","host":"s3://npm-registry-packages"}},"2.6.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.6.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.6.0-dev.1","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"e79dc7cd575805a6fd58e8cb5c0e844c57c414bd","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.6.0-dev.1.tgz","fileCount":2254,"integrity":"sha512-avUDmWNcc8vfEFwy+bvBkNv0eu+Anguq+jqLt89chpOiJ1I6fg5vzLV3diZUc3LUlUC+Bu1I83PV3Hr4w/kheQ==","signatures":[{"sig":"MEUCIQCYBL0/TvDLImmlu6Tq4BRYy9xMOP8k20UbBTdXxcxqlQIgaBl30FDHCuJYT/lVjM6NXdTXV7ZKtjR+xxiZbKLhzec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57124398},"engines":{"node":">=18.x.x"},"gitHead":"f48e9926c743246845b87feb443c1c27dd6a7b20","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.6.0-dev.1_1726150803057_0.09625272783670713","host":"s3://npm-registry-packages"}},"2.6.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.6.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.6.0-dev.2","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"38d057dcec404e314693256aa6a326e31d4b3e5f","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.6.0-dev.2.tgz","fileCount":933,"integrity":"sha512-jqIQHhumfMQ8RdvuykYkXzi21s5cosNAp1dYCBxmIbIY5H09boGaCa6/elmPSIohz8PqoYuNPNO7isBC8y5VlQ==","signatures":[{"sig":"MEUCIDQAL6f9KqdVioasep1JKLCo1CynsRd05Zy4WUAcG3CJAiEA5MBb07w8h9eNMCsDzhzMUvSRj4a4TkGbGtbOtvJdpes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50632822},"engines":{"node":">=18.x.x"},"gitHead":"9181e4d2bdd23a619ccf3499266fc00f070cbef8","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.6.0-dev.2_1726852749076_0.937985731247696","host":"s3://npm-registry-packages"}},"2.6.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.6.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.6.0-dev.3","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"55142f0c5d243f2984c64378cb964542cd0209d1","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.6.0-dev.3.tgz","fileCount":959,"integrity":"sha512-kKaDRttjDXsFD/Eq5Fxlk0X0Ir9kraf6U498OWhIOGi/+93JpZu+DSVcN1MMUfC+ikKQqmIcxq0CI47EBnlcdQ==","signatures":[{"sig":"MEQCIGVVJ4lY2YtVSPDPdqn4mVd5K0ODDEGy9pJIIX7hhy09AiA5gc8qSa4IEmGNhpUS4g2MXQstItauTKMLIRSS9YjsNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52469458},"engines":{"node":">=18.x.x"},"gitHead":"060715fe973fd32d6a7efd5f9a0ff2883d659d31","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.3.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.6.0-dev.3_1727170254108_0.015426261839680544","host":"s3://npm-registry-packages"}},"2.6.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.6.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.6.0-dev.4","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"1b25cb2dae41fbeaca17c33d69e77a74e05a9d8e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.6.0-dev.4.tgz","fileCount":959,"integrity":"sha512-HMTcJ6QpZWCKqz+MmfWeW9WWJLu8f3wk21RdyvRFcQcktX49T8naWxQlRcPaAnPQ/FcpWbUGdXafl8JtBCxXqA==","signatures":[{"sig":"MEUCIQDbmNToBn5aCT88YGsmhMUe3wOtY4WsmPlDEdj88qEaQAIgUaQXbw2J+VFb1zi5Vd/6YH8g6uP6thukfAcX2Vkw1rc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52469458},"engines":{"node":">=18.x.x"},"gitHead":"b1820566c9dc437cd7545bd83b3ffbd21ca41a23","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.6.0-dev.4_1728556958864_0.40516942627301167","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"@venusprotocol/oracle","version":"2.6.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.6.0","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"5d15949214c9b33856f3e2c3f12fef18efdef068","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.6.0.tgz","fileCount":959,"integrity":"sha512-8NnCYBHBmSDhbRsyoWFVLtjJh0o4hb03s8OHKce70ZqsdOLb7C7rfhRCD7msv+TaM4dEpZDEqKvQ0uAR6MmL+Q==","signatures":[{"sig":"MEUCICUflqMjyycRl/euB30Y8Yk7VAXY6SSJju+6gjIRfgSlAiEA9PUk9A60xmsMSYtvgjKAi0Rz2rLDfe//gSJPAkvRr4M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52469452},"engines":{"node":">=18.x.x"},"gitHead":"dcb7986b81998f2ff7f71448228812711d9f71e6","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.6.0_1728557453294_0.85329423378589","host":"s3://npm-registry-packages"}},"2.7.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.7.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0-dev.1","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8cb92bbbc3bca43636e5c2bce4a4c6e59750118d","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0-dev.1.tgz","fileCount":981,"integrity":"sha512-IRFptDHwu8+SUi4eLznh0w7NlmhUuPzUtA/cCEL9bQUp4I8OZSsbpzqKrTcR+hf7LG5yuJ09F3xyK4AGUbXObg==","signatures":[{"sig":"MEUCIQDzLPGBArOiVCjLkeA55Uttl6nBQKXdHwWzS1o/KOZcMwIgf3YCjOVzn/L14Qm68k2nxkWBxgbi5UzLAzhfvJX9wWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53034455},"engines":{"node":">=18.x.x"},"gitHead":"bc150d996920967d5a64be2964c6697be61e4761","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0-dev.1_1731091198812_0.05147880058048915","host":"s3://npm-registry-packages"}},"2.7.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.7.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0-dev.2","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"df727946bd7029e185b3e4e521b760f408358d38","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0-dev.2.tgz","fileCount":993,"integrity":"sha512-mW8zYT3g2l3rdqDNT/EkHAaQ4F/jlludCMaJS6K7gIcRjg3Pmn24iiMDuncES5nfnGRYPacrP0bGIkY3o/Q+oA==","signatures":[{"sig":"MEQCIDWY6MWKtr7FaWcQhxM4G9yoaDTFOWi8J/yma4HZK+lZAiAu0erD7xZ3S4900gkwacw48/lP4gsoD0hJh28H28Cl/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53946694},"engines":{"node":">=18.x.x"},"gitHead":"260c7cf4b2e40a137454d7cbc8546900ef7f5007","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0-dev.2_1731924218282_0.13768680707734693","host":"s3://npm-registry-packages"}},"2.7.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.7.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0-dev.3","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"c992af0f2be115a3dc22cf050293bda3b6c6d84a","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0-dev.3.tgz","fileCount":993,"integrity":"sha512-VEXmN4XkHcgZlfQC6ufsxZ/fOO/5rM+6F1/w+eFXNmgquvuXxarq/C8oTctXYqHvs2k2S21l3497UzSXUWgXuA==","signatures":[{"sig":"MEUCIQDrDYka42IIoNZv5gx5bCJi/w+VeQjv2l3Ra6qMNFPhRgIgTIlDVct5O8VKgrKhuTDIcsnK/GmsUcYL23mSy7mJnu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53944136},"engines":{"node":">=18.x.x"},"gitHead":"cf8f828ab3b61b9ef0705adc40988d9b9a0c659f","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0-dev.3_1732019976369_0.8816495400368118","host":"s3://npm-registry-packages"}},"2.7.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.7.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0-dev.4","maintainers":[{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"coreyar","email":"coreyarice@gmail.com"}],"dist":{"shasum":"8ee877bb5ab09c13d01146f16372e9464257a106","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0-dev.4.tgz","fileCount":1011,"integrity":"sha512-M5anjpUXOgpBthnWsisG1KVtD6eweiI9kLoTuFxWmkZFz8PnaIeLuY3W2gXo4epFRDa6NxYYDOh47q5rlZhRlA==","signatures":[{"sig":"MEUCIQDCghk4XDMYV1rOdSmbhnGJXiM86dWepG23+r58co0AQQIgGtVNHPCBekKzVr7as/nmgv3MxZWT6ZVVNRJ968cvYn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55406472},"engines":{"node":">=18.x.x"},"gitHead":"3bcd00f6f0c1a8a7c0984fe68bbd1841767fd82d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0-dev.4_1732274378962_0.7026153050790398","host":"s3://npm-registry-packages"}},"2.7.0-dev.5":{"name":"@venusprotocol/oracle","version":"2.7.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0-dev.5","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"770b9be97c8c9edcaaa940f984654ce7a6501d3a","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0-dev.5.tgz","fileCount":1021,"integrity":"sha512-3YIymirypGRWcRnmaR2fqaBtMXubBpR2aPRCnYUJLWItsTfwKfZfKVp1SGaC7Ui6eYX0iwLRh6uBT+GqGULS/Q==","signatures":[{"sig":"MEQCIGzWFkY7Ie6xeji0eEzSilBv/ZUTOs8UwRXtO6fuFbrEAiAyHhP+dg0cb/Uh7cJSjmQgrw9T2zdP7fbEvvz2XymLsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55725359},"engines":{"node":">=18.x.x"},"gitHead":"42da4ba1702f3b731551a81da6f6765f848d3c39","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0-dev.5_1733386442404_0.3431234978484732","host":"s3://npm-registry-packages"}},"2.7.0-dev.6":{"name":"@venusprotocol/oracle","version":"2.7.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0-dev.6","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"209a02ea0e3dd908ce9daf7f479af574b127d602","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0-dev.6.tgz","fileCount":1040,"integrity":"sha512-+zTc9e7dN8ds6h3z83si4Yr9h5m/F16xSWfmcdqqJGpZ9JiVeFXHfo/X+6FHVy9ysjRl03ErZXgMZEhum38fzg==","signatures":[{"sig":"MEQCIH8KT7/xP6PabZMV+z3i0Uz2SUIsPnkErCmDy0gAkYkGAiBKdllqvHMLCtjj0AS+BWLy0J0djbYzMDF1LeMDsXQInQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57417084},"engines":{"node":">=18.x.x"},"gitHead":"b68676a67727c1c3dcb940bcb0d15d9e91182bf5","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0-dev.6_1733983248314_0.7082787986970915","host":"s3://npm-registry-packages-npm-production"}},"2.7.0-dev.7":{"name":"@venusprotocol/oracle","version":"2.7.0-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0-dev.7","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"7eab5292c999757b9610df49447828956679d6ad","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0-dev.7.tgz","fileCount":1050,"integrity":"sha512-iLjRQRR95xGSDTudEMflgfDqRoi4yEz9KZL84V2gB4TDhlZJhMNGrhgoHmY4Xpbk8pkIsrSpES8cxDuyI9iLhQ==","signatures":[{"sig":"MEUCIFKs9PNXc4xunvfbj2DRw50H3pF7733WTRsAmvCwhWk5AiEAlevTzzYmMjrszZUsTGYiZF1R18HGlbG501RTF/T6n9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57646409},"engines":{"node":">=18.x.x"},"gitHead":"ceec9be3751ba2c40588aece3d73db03e5809bf9","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0-dev.7_1734014409101_0.5485833741009032","host":"s3://npm-registry-packages-npm-production"}},"2.7.0":{"name":"@venusprotocol/oracle","version":"2.7.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.7.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"e307e8b5f7a4a529a701bb011ac62d00db51f220","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.7.0.tgz","fileCount":1050,"integrity":"sha512-rMVkTGrtz1KNKrvgw1NE4dIW3pHQEHX/TcF6KsMzziCIx/6dHZqOsa8RDH4Bg8TeKSieknZ8pKdH+wJHIDTZmw==","signatures":[{"sig":"MEUCIBdmJhJGLrYl1Qk1pHoIgqWtXGc9gDx6hWOwV+fxejELAiEA8Y/bwD6VOdjf0B1erAR9UmvTIFwHn875PajdnqFEBRE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57646403},"engines":{"node":">=18.x.x"},"gitHead":"dcbfae73e014f5958722cf2ee6a8048ceab32c1f","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"18.20.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.7.0_1734020966155_0.5820538497408243","host":"s3://npm-registry-packages-npm-production"}},"2.8.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.8.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.8.0-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"a0d89ab7d1b1ab91aec639ade1d552bf5de9933e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.8.0-dev.1.tgz","fileCount":1050,"integrity":"sha512-0xj+FZH4G6LKckdYC/Q8HrbiR7dcBxTdeLKdHQYM0wDn4gA8lWi+RGVOf1c2r4Ud7U6bnW8KvBrrgNbQUz23uQ==","signatures":[{"sig":"MEUCIQDhWF1x4C4tn9dwir76x1tmbAxi0Ohnw9KaH+JY17SKRQIgEM70S0vIkaX/nJiN7tDtm/zeG4GfsjzAakW6dOCM3ho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57797950},"engines":{"node":">=18.x.x"},"gitHead":"44af3cd0708274843462dd28cca46312efea5e9b","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.1","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.8.0-dev.1_1735295635930_0.00993768550663443","host":"s3://npm-registry-packages-npm-production"}},"2.8.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.8.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.8.0-dev.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"e371a676795ba726ad5adeaf323d3c1cffd26de7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.8.0-dev.2.tgz","fileCount":1075,"integrity":"sha512-rBWBDoFE9P7e94T1btb7l9lkZEilmS2JfFGsbZLN1Em4QwZ9usfb/tyhYiV8PtznB0ZqiEbzhavEB0kOjPe/yw==","signatures":[{"sig":"MEUCIQC0fQ1FJyGU7jLMivpnE4tZJwOL4LcvsekjYmEcuKPldgIgZKdFcTQ/8F2UMOEwZ/F9fLvHJL9VdSD9ZHkIluzYnl8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59179898},"engines":{"node":">=18.x.x"},"gitHead":"c202988c2323fc2dd909709c1a6bfad77c0550cf","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.1","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.8.0-dev.2_1735305046104_0.4211675926633074","host":"s3://npm-registry-packages-npm-production"}},"2.8.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.8.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.8.0-dev.3","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"01fa8628ad2720df454fdaf1ed5d9d46e533eacd","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.8.0-dev.3.tgz","fileCount":1096,"integrity":"sha512-YargZYTsbAdvLEOG+vl00wFFgDgyJceqNykkJ83eB4fZ1/94qj+XHVLhXdhzLl4xexvsE7BjIFVTbiaXFiBFYg==","signatures":[{"sig":"MEQCIHskiIYVbCkLPyF6SOMeDhCLtY1GprPC5dsw69KHEwVkAiA+ed4Kkgmqn/nTzcxuxRbAEw9ZffPoA2gU4z6skyHy0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59950029},"engines":{"node":">=18.x.x"},"gitHead":"de3c5a9ad4f7259870864dac1b6837e8908d799e","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.1","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.8.0-dev.3_1735549435589_0.19380020053606106","host":"s3://npm-registry-packages-npm-production"}},"2.8.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.8.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.8.0-dev.4","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"d638befcb1a7ccb40ffe338d28fcbb75ceb199f4","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.8.0-dev.4.tgz","fileCount":1104,"integrity":"sha512-FtryK/Uxq0/fTH0OY8EHFHj005bxIXh6LqwBNPRTRHSNQ5y/lWe6MQzkeb5EEJMEMtdetPwfu2/MlJDXrQ4xFQ==","signatures":[{"sig":"MEYCIQC06fdVvFTP36+klAAZEasZ46ua21mYiVE/hOLiDuV91gIhALA5m7+uaQCSdMqvxCNAs2D34AlZUrg4FynQmlaLU9yG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":60684495},"engines":{"node":">=18.x.x"},"gitHead":"5de812c1a7e2557851bd3a06f5ea62556d182b49","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.1","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.8.0-dev.4_1737540277972_0.11805956331518375","host":"s3://npm-registry-packages-npm-production"}},"2.8.0-dev.5":{"name":"@venusprotocol/oracle","version":"2.8.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.8.0-dev.5","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"6c5a3501015f4dc6713ee5969d36d24b1fa9526b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.8.0-dev.5.tgz","fileCount":1112,"integrity":"sha512-vb329fawXC1kZL/qpn3kJO6/ejzD0A2zxFA/IKKwwnKjScUAQuVyAmGzP9wNQzFeeNeSX1pNzpIRlgqn9lw/HA==","signatures":[{"sig":"MEUCIQCc2VNFseevrERGCALBYTSyKVU7lK5B0We3QNuHWot0jwIgbqJMnP63xsach6ypNmMEYImX33AI3GCbNcOeMm3IhXo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":61278588},"engines":{"node":">=18.x.x"},"gitHead":"f07ec188ce750551974f6bef98dfcc9c1ce74595","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.8.0-dev.5_1738172045489_0.8836052354479431","host":"s3://npm-registry-packages-npm-production"}},"2.8.0-dev.6":{"name":"@venusprotocol/oracle","version":"2.8.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.8.0-dev.6","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"e00c2ebf9ab7b6cc18cd2b25707a27caf4b15e52","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.8.0-dev.6.tgz","fileCount":1120,"integrity":"sha512-o5bv4YdqckkSKnuCyAwIhc3MN6pL42y8xQ+ti6kAo3KdTzOF0Ho9VMkvsOS+Fxtz/B8xI+hZr6l45nvbJEP7FA==","signatures":[{"sig":"MEYCIQDRvb3dQw3huOPEVTDWh0tqg9PrC6d4xLKQdpZox5V0hAIhAJSdIfloFtd2lfmzJZfe2O25enS8UHl8zs9ZTu4I+ikf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":61872576},"engines":{"node":">=18.x.x"},"gitHead":"7b836a1d1dbe45ca957937f75b77f214fd3d338a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.8.0-dev.6_1738253654286_0.5982718030489178","host":"s3://npm-registry-packages-npm-production"}},"2.8.0":{"name":"@venusprotocol/oracle","version":"2.8.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.8.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"0872fdf713c2f26a77465f2ce7cc170e7c5142b2","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.8.0.tgz","fileCount":1120,"integrity":"sha512-GLgAa2SPxi1ct00hOpN53vgXOce8Vkj76Ol/SX98uMT3uG12nfhnUtSbLgvqpMwruuF+iUPD+i6nFhVhVQBpDQ==","signatures":[{"sig":"MEUCIDLu4lgsCJovm4BHFOxnuiYdzYk2SDdS5u1RajFDwiYtAiEA+pMMGq5CfGtXe7n7UNgGf0nPwScdJ6hJPZR1ViI9cRw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":61872570},"engines":{"node":">=18.x.x"},"gitHead":"5fb14f56f88d6feb32d7be1266d26a6bbc33f94e","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.8.0_1738254531285_0.7765906360117827","host":"s3://npm-registry-packages-npm-production"}},"2.9.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.9.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.9.0-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"d2a7c24ca43f1740d34d84fe420741e2e2f545d7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.9.0-dev.1.tgz","fileCount":1135,"integrity":"sha512-SPA77pA1UIY0YZ/E0sVVwja7i/SEwKDaXPDVDf8Fs0hpmxUJWdZzgtuQTOYaAyXZuU8+Cc66AD1d8AaRW8O8RA==","signatures":[{"sig":"MEUCIDbucoZf0b5enfGI2jq3hSgqGTgE7S1zd+/M+qpigDigAiEA3+6Xy4WFx/g+80f+OpWv5lXdNJz2s9T//HDV/A5cPzs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":63073066},"engines":{"node":">=18.x.x"},"gitHead":"dbc3c4db00e27946964b9481ac8278c3fea53050","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.9.0-dev.1_1738933995378_0.029985815102097524","host":"s3://npm-registry-packages-npm-production"}},"2.9.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.9.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.9.0-dev.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"64381548b1309781202e250be9227798ea97add5","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.9.0-dev.2.tgz","fileCount":1135,"integrity":"sha512-fQ9To1aZVSWhLUqrZWBH0x5JQb6tImrv2kAyh4TEuXfSAQyG/G056ZkcrA5xIm6ph4XQdgTpkjIUB+aci8AX6Q==","signatures":[{"sig":"MEQCIDV3KcMdSYF6czDzx25lvlI64Pzi304tAfjwnk756N2TAiAEgOhPJykgREodqiICIinLhfVQvj+3wvuX/dd+XBtPbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":63073066},"engines":{"node":">=18.x.x"},"gitHead":"6c4d9856bd4832e0aa7b15c5db4741ffcc1a489a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.8.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.9.0-dev.2_1738943072210_0.5232872865896416","host":"s3://npm-registry-packages-npm-production"}},"2.9.0":{"name":"@venusprotocol/oracle","version":"2.9.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.9.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"d045930c560db4b234d866be78907afa4aa1c8b2","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.9.0.tgz","fileCount":1135,"integrity":"sha512-XKesUrZ3BD6jPZpnM5NHGuFRcIhCnaL3hMa3HGYOSwwx7yS2+C9b0duSIEFVSEvfEhi63smzLBqjMnfdCefEaA==","signatures":[{"sig":"MEUCIQCED5hosGmeHu4N/0OlnXpzLnJPBSTLBQMo3lnWoLJikgIgF+bfQF5pkbY6TZj2NuB3VcwHnQa+n9vaC1WveWGV5uw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":63073060},"engines":{"node":">=18.x.x"},"gitHead":"d2ffda30dfcbba64cafe6d28ee7bf0215cd35446","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.8.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.9.0_1738943208914_0.974794469346101","host":"s3://npm-registry-packages-npm-production"}},"2.10.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.10.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.10.0-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"6d4242c88f991c4e8e8d7381492340f6322cc3f7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.10.0-dev.1.tgz","fileCount":1149,"integrity":"sha512-BKCPU2Ss+k0/2Pt1Rj2d9EADWnnoY8m0t4SpJRN5zUdWGysYfup4INIpg3ny5mrz+G1OvxqaLZxrpAZPtCry4g==","signatures":[{"sig":"MEUCIQDjVHk40tVxILIJWz9o6zrWExcHGbMFgKqQ2JvQLMCi9AIgLz33hvW1P+qbmNK5szvAIgQ8KH+rhPDe/ZJvlk2C6/k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":63383475},"engines":{"node":">=18.x.x"},"gitHead":"7e14f10528a7e1930e21c638a187ca0ce4107214","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.8.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.10.0-dev.1_1739125131178_0.18466245439812434","host":"s3://npm-registry-packages-npm-production"}},"2.10.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.10.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.10.0-dev.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"9ab6f3710a73454844f55b5741b769fe5556f11d","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.10.0-dev.2.tgz","fileCount":1163,"integrity":"sha512-rDZPhWEWwcKc5SjDMtCQKJtkTjHQlxIdFzJgu4pt7LZ9JRz8iWXtT9j8GpLbq6V6StxDmM5JFhYPQLE3yvRr5Q==","signatures":[{"sig":"MEUCIQCsGZ/ZMTkQkBl3OYkB7JQpZifLB6howJUkWS9a+vXtbwIgJy2k8gzH4SfZH/4xexcjx6JX/f3eBxvesr/W0IKzzp4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":64488471},"engines":{"node":">=18.x.x"},"gitHead":"39f0d621e0abdbbf31b67ad6a5b4429277a1b268","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.10.0-dev.2_1739286339905_0.4379109339659881","host":"s3://npm-registry-packages-npm-production"}},"2.10.0":{"name":"@venusprotocol/oracle","version":"2.10.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.10.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"f02970c3964f345d162047c6bf081f1ce501283f","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.10.0.tgz","fileCount":1163,"integrity":"sha512-vgnwW8KrADNeXZj6TGL+ICQsNxmMewPQjUDPcP1nCiRmnB50ddcZrOJSBUSwPomRge6wy+KVsIsLN0ujYU1kpQ==","signatures":[{"sig":"MEYCIQCnUaA0rkVUGLr+2PoLMvbchnwlf3thKGFDLWPbrZJXzAIhALv66SGaDKi5GhsDAoaflwxTUWaYzuQa3SFTTy2yyQsI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":64488465},"engines":{"node":">=18.x.x"},"gitHead":"c4bd1d95b5989c8f8938812471ab715df77c6b1e","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.1.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.10.0_1739287161444_0.28789189766006085","host":"s3://npm-registry-packages-npm-production"}},"2.11.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.11.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.11.0-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"788f0760e23fe1d1a551bdb742c01d2aa2fdddfc","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.11.0-dev.1.tgz","fileCount":1163,"integrity":"sha512-Qmh1reoAHSITUH63tBkPW6I6fJNMfxMgdSxbPGiYlj9FlA7oDfDEvhU32HPEbzv4axX+Sm6OMRvCs0i1ZJvysA==","signatures":[{"sig":"MEUCIAZf4mwhix9WHsAi6XSmx0HHQ4U5WEh4UBkGjIZDer62AiEA8d9jx4Z7Y1/YKapT46WldtTEitaePRAculaO+f9X8nI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":64488471},"engines":{"node":">=18.x.x"},"gitHead":"c9c78449c976be690a966630dcddb5bcd9b6131d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.11.0-dev.1_1739558497572_0.9133420313638265","host":"s3://npm-registry-packages-npm-production"}},"2.11.0":{"name":"@venusprotocol/oracle","version":"2.11.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.11.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"50c6381da02b2aaabbc54917aec483465fdc23b7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.11.0.tgz","fileCount":1163,"integrity":"sha512-HSGm99u1rq1DTHxz7KVacK0RAkaIhjcgPmOIJxzH9hRbJFqKKZ6ybL9rOUFyO/0t456ppTKCdiLCuuN4D/rhKw==","signatures":[{"sig":"MEUCIQCgSPATSQLCqHdHyMeyvnGgDM/+1/wvjPKFIFQF5cPIqAIgZz4aQrrXgBRZiq8G3qajoxjMcC4a0vvQTlkOv7Y13iA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":64488465},"engines":{"node":">=18.x.x"},"gitHead":"571a8b0297f3ca32ed37846f08357f0dbcbf556a","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.19.5","module-alias":"^2.2.2","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.3.5","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.11.0_1739559920359_0.4926803030109077","host":"s3://npm-registry-packages-npm-production"}},"2.12.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.12.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.12.0-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"725f9d09f91810d61522c1b45569aa91ac2d5274","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.12.0-dev.1.tgz","fileCount":1186,"integrity":"sha512-bp+KUbZGjLNawrDjkWeYSEytKOHITI8ByE0ElKNxqXu7Qi4jOpyJZmIiu47+XFFWVkWscykBd/xP+rXQQNhBVA==","signatures":[{"sig":"MEYCIQCcQ4mnYTKpEG4CY4PY4h8H9iPEexaVURQvSwDPQ0agkwIhAO5+JMT+XgW+Lw9dcVehtEPnoeEIiekEdSBvgzHpy47I","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":65545800},"engines":{"node":">=18.x.x"},"gitHead":"a325ad20549109e0242a8b29ad6580b3d7990af5","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.12.0-dev.1_1740134387426_0.14073500459152744","host":"s3://npm-registry-packages-npm-production"}},"2.12.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.12.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.12.0-dev.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"51a2e54c5f64a1bcca71671f9eb3f0799d712a33","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.12.0-dev.2.tgz","fileCount":1200,"integrity":"sha512-eSGbdwpUSmKojjCW/tNAGDlwx9RFnG/6xmLiqyGJ/f8DMH5QjrTnVEM0ii4K7yUppSzHR+Pja/BuVwuFPRq7qQ==","signatures":[{"sig":"MEUCIQC8RN8sU7oq8uxoyn1Cr3hfJ1Xibh1QS/ru4r4RVlZZRwIgMWWG1yIYJxcQ52ZND7YFfcMfCXjKJJBHMPmctZB+3zM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":66788971},"engines":{"node":">=18.x.x"},"gitHead":"e89efe228bd10fcf0b4c386ad42e1269cb14ab04","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.12.0-dev.2_1740139002562_0.8470781632747464","host":"s3://npm-registry-packages-npm-production"}},"2.12.0":{"name":"@venusprotocol/oracle","version":"2.12.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.12.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"57e034d1081433e0206906e5e39dd03d33b37483","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.12.0.tgz","fileCount":1200,"integrity":"sha512-uvNNBEalzczlyr5eqGE7S12KwZ5YXbWsDHRtDlbw1YVU9g05OcvdbGt/dhXQAgeRJqkDG1S2/gJA+Og6IlLU8w==","signatures":[{"sig":"MEUCIQDQA9WggRWQ0CranrgrWzxA1A6TZd/GMvinnKTWZyRLAQIgbWu47jJsp8YP/u6koL3E6uokNJGv3ZDKJ4A6xBpqTNU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":66788965},"engines":{"node":">=18.x.x"},"gitHead":"cf2a465cfc5c47d010d7ab565d15cd713294dd09","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.18.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.12.0_1740144463894_0.9078267001392581","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"d3a060b0fdde05969b59ffa13a5679bb7e37e47a","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.1.tgz","fileCount":1218,"integrity":"sha512-g024nl1UWV4pJiDd6iuWjeWTxaFBAfqqdvB4X43yJ9Us5rCRj9oiKMwpo5yEGKFFeim85Dbp12CYrrSStlehIQ==","signatures":[{"sig":"MEYCIQDYZXdvq0W7fhJSBetTvSmJ0E0rAYlsk0m7QCIzYCzVjQIhAOawahTmDP9smeI6Dff6F9zv3TdiCda9oKx5Uf+NuUdn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":68253717},"engines":{"node":">=18.x.x"},"gitHead":"c8c74e90d702d470ebb19e962443fad0e054c9b4","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.18.3","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.1_1741282933791_0.7359762425204188","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"ebd01f74c2e7bcd9e4f16e2399fe4194055283c2","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.2.tgz","fileCount":1240,"integrity":"sha512-1LBCTuRoj5qFJeQ8lwss3Pw03yVQZVlqV/FM++tjjRlRH9dO4QMd9DgTQpMGqJseOr6aaKCZijAAbV9BtXJpeg==","signatures":[{"sig":"MEQCIEsd+oOwIGRuCrhYVyXofMxC9Nhrv4vLQKuRYVHHgAnEAiB3tuv746uB7rU21cMhZeHtA3AgimRloQO8iFTilP3VEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":68997068},"engines":{"node":">=18.x.x"},"gitHead":"5ebb7187478a71cefb8bac602ecf2b2367159057","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.18.3","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.2_1741605361890_0.9251866489513105","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.3","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"cde1bff9692c8d2881f746ccedca890c58436f4e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.3.tgz","fileCount":1257,"integrity":"sha512-8OoVkUFBRKSgsR2z6pXTyuXFr4FRzQHBwf8PNpwORY2/lOxeIBvs4RjKi1Vo/ODGSN8mUEqBMRJRbkWSAOcAgA==","signatures":[{"sig":"MEQCIGe2rI8FjLEwFcpR8ZR+ca0vCl2m3+PuFOS5BW1B3E5cAiA4ZbFbHmCJf8Cl7Q8Q0w7t24AhymCkNYOpWBMv72CrWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":70390927},"engines":{"node":">=18.x.x"},"gitHead":"a829098bd67e1e4df5e337fa772ba61429b93eb1","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.18.3","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.3_1742318089343_0.4316268443374247","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.4","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"fc5c2720103610fd022a7e79362f0b5aedb9ad21","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.4.tgz","fileCount":1298,"integrity":"sha512-L1Ccm5WiY6Kj2jqVq2HzfdWsxZw3AL63kl2GgNcZB79+CM2Sz/hy7Waeq9vzILQZeDNgtlYaak7aeZQa1VTIJQ==","signatures":[{"sig":"MEYCIQDycwl2Ww/e892zTmdfNE+tgtrvyYb6EesCW64IBeq6VgIhAOdNDqqvZPVCqg9nviD5/H3xzEjDB/EShbQQEOcjvJSD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":72356003},"engines":{"node":">=18.x.x"},"gitHead":"4860827492708687e1e658e8e3c609304379ba3b","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.4_1742543791679_0.963713582893903","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.5":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.5","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"f87f2d4b4c6685da5f63805d36b90b479995e6e7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.5.tgz","fileCount":1327,"integrity":"sha512-3RDE4sFWFOss+6bN7ZB3ZQmv55o4Och3DKIH1aYNWWVa5BvTPkOsGq8OL/4LmFgnpu/5fWSORtSXvkEI3fAElQ==","signatures":[{"sig":"MEUCIQCdjT4yGldcmyiyfpWitIwH6BYexR9hg2wmiqr79vOkuAIgFLx/DbMEosHiG8sP0uRI++RJhgMEkBH02pzPUsNSoXE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":74388031},"engines":{"node":">=18.x.x"},"gitHead":"dc87c245e5733be09dd3186ac07a19e4ff2af4fe","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.5_1744724964788_0.31225972739453156","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.6":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.6","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"4de7fa256298da55c84e733bb0d58afe0f5df0f7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.6.tgz","fileCount":1344,"integrity":"sha512-YtMCUFagUb2b6IHuVtuB9chn1OlZzwtE4LQ4OtuKJ4gdqsHs0ijPjW6R5USssVAJkh16/1LhIyxBoG3B1UJuhQ==","signatures":[{"sig":"MEQCIB1K+LwAVjDjtCE99qW8SRVANjXOwMLGERdsUrRgRGozAiAAvPTDmryLE1fU/pEEhqHmR7/VhBF6Cr0QaYlDwIJo9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75750737},"engines":{"node":">=18.x.x"},"gitHead":"3f906875af265416467eddc85a07c2cc330fa1dd","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.1","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.6_1746777493967_0.5635073142779106","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.7":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.7","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"4c0c6b3a7a903ada9a74065343545fd46f351596","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.7.tgz","fileCount":1356,"integrity":"sha512-V4+OttCfUBUjMPs5A1z+/kwkAAV1bCHmM/LXqpNIZM94NntzC0OrfJutGp8z48vBkuNMIW3R9WUsX96HiWN8Zg==","signatures":[{"sig":"MEUCIQC7kNczn1W4zY+06tdEachYUu7e5zX/1UmDHKkUtdGyUwIgSxLNE5wEoCspmJOrxdaTvjihkqYsmqoI7AIIx0fSVzk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76469349},"engines":{"node":">=18.x.x"},"gitHead":"3cf07f50dc5d2631e0fe2d7fabc7579b0ae7cd35","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.15","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.15","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^0.7.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.7_1748940737759_0.7641016082480367","host":"s3://npm-registry-packages-npm-production"}},"2.13.0-dev.8":{"name":"@venusprotocol/oracle","version":"2.13.0-dev.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0-dev.8","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"40e30c0ccf00609beef11c0a2be40e7f1df96265","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0-dev.8.tgz","fileCount":1260,"integrity":"sha512-E5E1ehor9dtjtY4dUdrV8KP6m4x3Da/9QAeHQmqMo8ebgM5sogZImtRU0PfUUBlBiIqbugyN4Lna+X6QNkcikQ==","signatures":[{"sig":"MEYCIQCk8nig8TBWn2+JRh5hJ7o7g3oS94Uf65FqI+CMdQ4ybAIhAJybJwnWC0DWIlHW0wSMIU5Vhte+V7jOHg22/di/SyEZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80363647},"engines":{"node":">=18.x.x"},"gitHead":"024bd52a877b96a9e6923f4045b1cdb8aa4ddfea","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","actor":{"name":"toolsvenus","type":"user","email":"tools@venus.io"},"email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0-dev.8_1751022081087_0.7073744586094979","host":"s3://npm-registry-packages-npm-production"}},"2.13.0":{"name":"@venusprotocol/oracle","version":"2.13.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.13.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"999090a2d7f0eb18780f1365251f91f25ae37ef6","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.13.0.tgz","fileCount":1260,"integrity":"sha512-XHlEoJzeFOi/+zsbjLspqhGurOrTJTGm6gVoDobbVQNJrds81yPEE2hgrtTwCLi6bUzEYm30FEGon1agI/zwIQ==","signatures":[{"sig":"MEUCIEORxBzzxAKHSXvkFt4ctGOjhsPA+dbxp/lnkim0XLfTAiEAhPhhg/i1/hN10D8C+yvw0BjvWVwOYanS876IaZzy0Mk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80363641},"engines":{"node":">=18.x.x"},"gitHead":"0fbc3ad326698be89766f7f1c2c540c02a6ad496","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","actor":{"name":"toolsvenus","type":"user","email":"tools@venus.io"},"email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.2","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.13.0_1751353744148_0.5631314227358082","host":"s3://npm-registry-packages-npm-production"}},"2.14.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.14.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.14.0-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"bb20beaf2ab370615be325b017b8a226b4c31062","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.14.0-dev.1.tgz","fileCount":1239,"integrity":"sha512-I9e7V40k21+GQCOkJP/3+tzH1lgdMn1/QZWj5Ss2wSa3qwP1zeHAc/rFZeF7i7c+pWe0JlEE9dHJBdsN3KZE/A==","signatures":[{"sig":"MEUCIQDzeqlERzJ5eiIouB7FQ7HzT2S45lCuB4BZ07RixV/crAIgAInUyj4neERi/fbwnu1pX49/Txp08eZN1nvnqF6AetM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78857416},"engines":{"node":">=18.x.x"},"gitHead":"95eea272acc5b3bf17dbdb06a688ae4a534c46e5","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.4","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.14.0-dev.1_1754889848927_0.31193860434386367","host":"s3://npm-registry-packages-npm-production"}},"2.14.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.14.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.14.0-dev.2","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"942894ff4885d0caf747928607138f3fe40d3621","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.14.0-dev.2.tgz","fileCount":1249,"integrity":"sha512-egbR/QU2kOKCY8zyy0wVt4U17byWwCCaSpqapv6C4+OusIBWOs6pixf8XN1bBlD+PzcZtJITbC+LiI3LWPRR4g==","signatures":[{"sig":"MEUCIDBaR04FkBm/9YQQy6vm/sT7O7RtEzO+cYSCdrw9bjSeAiEA6KKgdy3sELMggBg/0+sHql6E9eEU1lS+1xjQiewVgCo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":79795637},"engines":{"node":">=18.x.x"},"gitHead":"6c775e69a1ec9568749793d59f37f9f2a26c9596","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.9.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.14.0-dev.2_1759142383656_0.37432608037302817","host":"s3://npm-registry-packages-npm-production"}},"2.14.0":{"name":"@venusprotocol/oracle","version":"2.14.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.14.0","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"0d442aba4460f7f09699b7436cfe8a75e3e8cb58","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.14.0.tgz","fileCount":1249,"integrity":"sha512-sIGNu9TacVG9WEqDP8GCnZ0I941P02MBAurqE148ENArMGpj+yvYXFbafwEoh3nXZRONjypVQKe1hFJNkQd+NA==","signatures":[{"sig":"MEUCICy46VAcld27Rsv7cE531TzVYsxvY/vYZrvwrCTy4mu7AiEAmvGfs7hMZE+/U2eSXqJq4XpoR2iGG1UDkpK7NUWHhDM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":79795639},"engines":{"node":">=18.x.x"},"gitHead":"14be16854577feb440faa566ea877c80dfebabcc","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.14.0_1759148890104_0.7206849294462012","host":"s3://npm-registry-packages-npm-production"}},"2.14.1-dev.1":{"name":"@venusprotocol/oracle","version":"2.14.1-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.14.1-dev.1","maintainers":[{"name":"coreyar","email":"coreyarice@gmail.com"},{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"kkirka","email":"kirill@venus.io"}],"dist":{"shasum":"f12457358e5bfef9c4753cebf09c1f0a32249ce2","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.14.1-dev.1.tgz","fileCount":1249,"integrity":"sha512-Mn8JnwRs2dNjW96FD+Wxjio61ABbVTPqZemCnc/YSvf778h4+KEz1pzRLQAa5vsvsBKjSdcJEDEPFGpeP5CdQQ==","signatures":[{"sig":"MEUCIQDRfmziLUQ5ttuglN5OPP03+bgNuOCFhCmsaiCdituJhgIgbhX27/4Hti9T4K0Qvuu8wZZLVxryRb5TJmcf++yYRJ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":79795645},"engines":{"node":">=18.x.x"},"gitHead":"ed9fcd05c89e34c2e9ac557186b2567b30b845c0","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.14.1-dev.1_1759152402670_0.7861681526927038","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.1","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"dist":{"shasum":"3b24c0a3e2e50281c054eda0572b71ed3d8c3f7b","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.1.tgz","fileCount":1262,"integrity":"sha512-cu7bo1VTCgPglfpsVV91ty1wXrZVJ8laS5AT0iGyPK5J25Rh+3IfJIdtmnzqd/nthkUwDoxNZrB9uywW3HE49A==","signatures":[{"sig":"MEUCIQCnGdSSzB0eLLtXHM+A/yt9VUfLTrI/vWlTU21YoQ9g7wIgbwqmzzbw9BP25BjNyviqOpc7GQWmpvG29c+odylxtq8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80870585},"engines":{"node":">=18.x.x"},"gitHead":"da9d5cc37a5d0a31a0b5a7147d011d56f9e15fe1","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@nomiclabs/hardhat-etherscan":"^3.1.0","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.1_1760631974279_0.3157400513133297","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.2","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"chechuvenus","email":"jesus@venus.io"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"dist":{"shasum":"2110167b9437b45bcdfa7250443d04e83aa0cc13","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.2.tgz","fileCount":1262,"integrity":"sha512-lOmXsCSVxz7mooFQhHzPvk4EHyYgXw+ZNkKHaQImRF3YvKNWRYPgtbpBmix9v5Z8ZsQim+SxB4l7zZHKM/Hceg==","signatures":[{"sig":"MEYCIQCYQOc5zIGYHsPOZ0ohBmcg5GrOeHEMzPvB4F8NmA+8CgIhAKUYDPwry1RpctUhT1C56WfU4CGTNdiB1+8Vpr69K2OQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80865410},"engines":{"node":">=18.x.x"},"gitHead":"1c4b0e596d5db5a2b9d5ee0b3e5bea72809f43ec","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.2_1760956304015_0.07266191160391444","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.3","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"dist":{"shasum":"5a6ac7176da272b47a06a844f33f5d54080a4ad5","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.3.tgz","fileCount":1260,"integrity":"sha512-OFgtaO9HxYxVG1l2x4mKVCDsfBUpYMsAImtvV1bqJGZQH92gLwn4yjsVghU38wMSAa2auSNa/tGjp+E0rztzlg==","signatures":[{"sig":"MEUCIQCABCsYAWwvWqXMf7NhqIG/qU2vPd+OHbwP/jVcwzT5kQIgT3AudwWBxKaidhLJZHe1drjmzG5IQemvSWi6etyYlXk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80788317},"engines":{"node":">=18.x.x"},"gitHead":"2c8947220fc616e0370e51fd323f89ba985655ba","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.3_1761549054315_0.10631816014187279","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.4","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"270c90e78fa6073d75a693c9cd81977b9819f5a0","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.4.tgz","fileCount":1260,"integrity":"sha512-5ZhPSpE/H3cbEvtwgjYaVzQVbYBu6enkpG8vQ15AcOyXH0mz1C5ILHhF5w/wonHy4Il/7esPuUk4HFrD9f3m9Q==","signatures":[{"sig":"MEUCIQDDWG5UNFRgQI7FPRkC8EbSkCv1xwCG59vQDtry6g5+6QIgOqJa0zlvwujW+CONqTxOHuB3Z9sAYkQ8CaG8hri8gPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80788376},"engines":{"node":">=18.x.x"},"gitHead":"2df94aa4f29f8d8e2aa5a86f0e63bd94d932622e","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"8.19.4","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^19.0.3","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^9.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.1","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.4_1762206466181_0.15809653812633662","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-slim-dev.4":{"name":"@venusprotocol/oracle","version":"2.15.0-slim-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-slim-dev.4","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"6ac04ad57a5fb6690f6874f0a32db86d1438380e","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-slim-dev.4.tgz","fileCount":237,"integrity":"sha512-wvbsyRmOx65yWidO7hYKc7VlM9SllyzwjT/16Dqx6GfiBbAAN2UU4LOtDfQz1hriQHQD1CG6wVpe/WL0RKo3fw==","signatures":[{"sig":"MEYCIQDCNMNeqlyfzTt3/aFjC6OTBIB3kxgMfjDsh6FoQMeOjwIhAJkZ8Qxxz+IAjlI9d9LeKlFeNEH+xXUq9QDt3WiP0007","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-slim-dev.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3734838},"engines":{"node":">=18.x.x"},"gitHead":"2df94aa4f29f8d8e2aa5a86f0e63bd94d932622e","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"toolsvenus","email":"tools@venus.io"},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"10.8.2","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"20.19.5","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-slim-dev.4_1762206472446_0.1265745858724121","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.5":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.5","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"filip.m-venus","email":"filip.m@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"494790e784b538cc4fa7d9c3a6d5c639d7d51dc5","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.5.tgz","fileCount":1273,"integrity":"sha512-aQ4lxtoeGlWirB+/n0gcUTYW16cs/vToOAxB5ie+pjH+Xw/X15BTrga0VU036qdTWI5I2v+xyijqrr8RqcJLkw==","signatures":[{"sig":"MEYCIQC7hWPx0OLXzPPVcHDHYFlxeysuw1powWvsADC7Ml4c0QIhAOE5d0mGn1f65ZibWWmizzIQBEceLvFzSe+9k++iO3rF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-dev.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81050825},"engines":{"node":">=18.x.x"},"gitHead":"c7cf14d542f8943be2d3045de51254faf5d9e21f","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.5_1767949131323_0.23068740790901776","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-slim-dev.5":{"name":"@venusprotocol/oracle","version":"2.15.0-slim-dev.5","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-slim-dev.5","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"filip.m-venus","email":"filip.m@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"c670d0934e240551aa972afd8b1fb22ac429e1c4","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-slim-dev.5.tgz","fileCount":240,"integrity":"sha512-NP9EwrDlZC0EQYvj7++VyOvVuAHiVRQigKfrzdeg4mhTxM8xbUOlBQ5XQBmtTO9tzVoC3tVI//HyIOAnUEomMQ==","signatures":[{"sig":"MEUCIQCtQTqxDTP0L6jmOdkCVnlRmcgn5INfKim+tzOHOE1AowIgAzdO52hEfm+9MBMdTaI0OD6m24wFQf8m+9u3P0HVkkE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-slim-dev.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3762073},"engines":{"node":">=18.x.x"},"gitHead":"c7cf14d542f8943be2d3045de51254faf5d9e21f","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-slim-dev.5_1767949139679_0.4037792753870675","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.6":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.6","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"filip.m-venus","email":"filip.m@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"5db6de993f0c94bfe379390f9e1f8ff91686bfd7","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.6.tgz","fileCount":1281,"integrity":"sha512-nJXJqA8jXJyYoXEbaCkcw1uw31JzWoP71t983nIFl26SXcQy+MHrFik1wwdYu6tGsQ+jiIMu1IqsVjRvO7jEHQ==","signatures":[{"sig":"MEQCIBKkljx1uzJfjbb9r3xVz6vkiCgzd6xv2nAqIgEVnv0fAiBR+vj9cCoRpFruX2lFOzCSoYcx3CZKa+sk26psQPfGYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-dev.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81583832},"engines":{"node":">=18.x.x"},"gitHead":"15ff4fc06ea47b12c4ba669ce6ef56e1f113b674","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.6_1768987937806_0.2592986168804514","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-slim-dev.6":{"name":"@venusprotocol/oracle","version":"2.15.0-slim-dev.6","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-slim-dev.6","maintainers":[{"name":"narayanprusty","email":"arsenal.narayan@gmail.com"},{"name":"toolsvenus","email":"tools@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"filip.m-venus","email":"filip.m@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"8881074b765569b87c5b9af61cc41ae1f4e07251","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-slim-dev.6.tgz","fileCount":240,"integrity":"sha512-mDs8IyIGSmtKbWtXyonDUxVOzqtQg/QxoEao1pY25VlGtx5MRVxlAOW7fXwBTdrB0C2HanNJqhp5n82+tiHHBQ==","signatures":[{"sig":"MEUCIQCUGg7m4Z6w2vtfmvHNQXtfannBsKU5JMXUnhbPnf/6NAIgP2JAGCqJizV4JaPYZ1IEzWMxDK3IEAhKoHq3+DNb1U0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-slim-dev.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3762354},"engines":{"node":">=18.x.x"},"gitHead":"15ff4fc06ea47b12c4ba669ce6ef56e1f113b674","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-slim-dev.6_1768987946000_0.5608623536450776","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.7":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.7","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"ffbb81bf0ed24d52a97aff9b02f63d153102a4cc","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.7.tgz","fileCount":1299,"integrity":"sha512-6SGPkxiMW97Igjy4+lUMF8EKSTBVZVyARVy1lrCKnLF7AOROfqbcLBq3sYdV6CD90pHac2xZrOpS1kmybpS/bA==","signatures":[{"sig":"MEUCIQDl2ifKsw5dndyS1R3LTFiu4zINYSoWouBcW5KnTnSj1gIgE5DoA5jb8eQTFPgHW9b15/dKpTUsLh2HScpQ+uptv6g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-dev.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82636580},"engines":{"node":">=18.x.x"},"gitHead":"bbd7ad7abb7d3c951acf27c05170318a4c99003d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.7_1776389745140_0.5010838383105811","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-slim-dev.7":{"name":"@venusprotocol/oracle","version":"2.15.0-slim-dev.7","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-slim-dev.7","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"831b0486bc27108d87367d881751ab6acc9480a0","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-slim-dev.7.tgz","fileCount":240,"integrity":"sha512-ErcX77sFjV01rP0FELa2s8nW00vh+9p82FYrT5fHVWmXZHKc2wxBxehC3tVANWf9xDqPPhEJMa1jpMU4Uz5tng==","signatures":[{"sig":"MEYCIQDU/Kb83nYzg3D5apJDjvkM3GO4s/JOu+EZ/fZaVhNFfwIhAP/QAdZGu6sXUWT38ee1vXmWED6ZWOqOPHB1wAWxzStB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-slim-dev.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3763102},"engines":{"node":">=18.x.x"},"gitHead":"bbd7ad7abb7d3c951acf27c05170318a4c99003d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.12.1","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-slim-dev.7_1776389753897_0.392409131204154","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-dev.8":{"name":"@venusprotocol/oracle","version":"2.15.0-dev.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-dev.8","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"24cf5481a3d1f70ea699e0fe444e7b1a4782b93f","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-dev.8.tgz","fileCount":1328,"integrity":"sha512-rcMJGk8n/kzD9t2sl8DqnpjMIHBRwctJNgZQtMD+w85Ps4v+8wdDlMTBTKTp/w7xcd9xxxxNidnGBMt502aT3Q==","signatures":[{"sig":"MEYCIQD7gfdfphMwcdy4TsMdw6aw1yUSAWCA2D8OtcwIxJrWDgIhAOrDlhgab++cB7uZTzSmqdKJB4zBRILkrF+vYtd7PVjC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-dev.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88065173},"engines":{"node":">=18.x.x"},"gitHead":"3b0ca341856fae9ed2f9a6b8102fd2922e3d42df","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-dev.8_1778077198342_0.0004912988537340013","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-slim-dev.8":{"name":"@venusprotocol/oracle","version":"2.15.0-slim-dev.8","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-slim-dev.8","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"a3e6dcfb3e00bc00de8831f46ebc3ae061db9d81","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-slim-dev.8.tgz","fileCount":249,"integrity":"sha512-S0mj8nnLGKpv2ZpMmAHNmSdwbqKnPNgwa61zhNFpO42HgvhuGB1SslFmtHwhFOT+oJ/1h1jIDCK27XVZW9fF6g==","signatures":[{"sig":"MEUCICSmMeODI5QQEVeQZz8XtyS1mKmmvUK5ZwycUEh4LnUyAiEA9YWWbHqB+xSRBa3bL0WeL3/2rQHVyxFvqjaN6Kz4sw8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-slim-dev.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4219335},"engines":{"node":">=18.x.x"},"gitHead":"3b0ca341856fae9ed2f9a6b8102fd2922e3d42df","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.13.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-slim-dev.8_1778077207427_0.8652389035886145","host":"s3://npm-registry-packages-npm-production"}},"2.15.0":{"name":"@venusprotocol/oracle","version":"2.15.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"1edbee1768c6a56b2ebb4b3a3cac97de40113823","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0.tgz","fileCount":1328,"integrity":"sha512-EODAeZIFhvJT+NK9Ebnrresmlp/ssrnZrcLpOhZ62xgUB9FHygrnNLeaZIg+cw9quakRbOVvFz+X+WXtachadg==","signatures":[{"sig":"MEYCIQCcM4CWV4Li+eBB4u0B9rwku7wqvU7a6L4M+V7ubT1dPQIhAK8I0odGcBxmrPZrjeiyLKz2alnesDKoTXdtMqQu9eRJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88065167},"engines":{"node":">=18.x.x"},"gitHead":"866f161a06aa0e677773f00e87b6fa7d1ad34b2d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0_1778136373824_0.02258471670929607","host":"s3://npm-registry-packages-npm-production"}},"2.15.0-slim":{"name":"@venusprotocol/oracle","version":"2.15.0-slim","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.15.0-slim","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"edbbaac68c4fe5d77021782560dd7418695d4282","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.15.0-slim.tgz","fileCount":249,"integrity":"sha512-g5Om3HYKqhEFSBKDaNxItq3U/oBR4Hqw6jxWYJ3pPYjGT889oEvk3A5RcYnOzx2l8vJbv9hs+/ri2HLmgNNYaA==","signatures":[{"sig":"MEUCIQDXqdhIGie9sPMzEPVsCtPsYPVnyF5U/O0yNfksuacGkAIgdc9iYGz0oIsLnBMjfx59c1BL/qxRicrMILtZLk0swk8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.15.0-slim","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4219329},"engines":{"node":">=18.x.x"},"gitHead":"866f161a06aa0e677773f00e87b6fa7d1ad34b2d","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.14.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.15.0-slim_1778136382447_0.3508768913219307","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-dev.1":{"name":"@venusprotocol/oracle","version":"2.16.0-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0-dev.1","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"dd69548a4fd95229be57ee08369b8e49b2d1c9d0","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-dev.1.tgz","fileCount":1331,"integrity":"sha512-AJB2p78PotxjhfUjn7HIgdiCQko2wV35j1UiWoKsQx/SliBCZN0D2RjkUc/nqJLCdhu0nlohIuMm6aRKFOiTfA==","signatures":[{"sig":"MEYCIQDRcMuJ0I24U7PRNPuP+kCZkknVTHYUcJA/NfnbpnDLTgIhAPCHEsjxqhiRx9GOOG2wpj3bHBbsyU40kLCK2eBMpzr6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-dev.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88316998},"engines":{"node":">=18.x.x"},"gitHead":"6c112fc841836d58a1c5cff81b4acdd3a78e2bd7","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0-dev.1_1781686220290_0.1588813218777121","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-slim-dev.1":{"name":"@venusprotocol/oracle","version":"2.16.0-slim-dev.1","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0-slim-dev.1","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"0be74d1f642b14eb5afb1941409c540e44e68890","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-slim-dev.1.tgz","fileCount":249,"integrity":"sha512-3Jq9t2Rvc6NHaleuojoP2XpzUGeaL7KzNHHr0lm/aFz7OI4yI+PcRAAxV6AULLm9JTpSUBPFnk/N6UGh0jb7gQ==","signatures":[{"sig":"MEUCIDM+IqvlbpYpjrd20v7OAgjfmOPp0u0RLRjknkEV/KWcAiEA8RYQ9hWGOvLYp2U1P7h1rl2tvcP+tT3kJK+ODw9ixjc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-slim-dev.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4219551},"engines":{"node":">=18.x.x"},"gitHead":"6c112fc841836d58a1c5cff81b4acdd3a78e2bd7","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.17.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0-slim-dev.1_1781686229761_0.5326704540607574","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-dev.2":{"name":"@venusprotocol/oracle","version":"2.16.0-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0-dev.2","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"85e9e4698c926a387814b8d796f59099b3ce2e73","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-dev.2.tgz","fileCount":1331,"integrity":"sha512-mW48Guw7YPROIa2hFgG1y0ewtCa6/jOswxMY94xP+eWNmPwckI1FVEc53t6k534kMhkr1Q2OEuZ4g+MIjxD6hA==","signatures":[{"sig":"MEQCIAP17IgtsXDX5a8Ribi8wiE4NjFGaxPfLPB+pJ2xZsJ0AiB3gAaXpFizUJCVwE5ekS0oWStLEy5G0J0boHEpC8+02g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-dev.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88445604},"engines":{"node":">=18.x.x"},"gitHead":"970cf4241284365e1533a2055765b0b1259c611c","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0-dev.2_1783074142399_0.0343216874202521","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-slim-dev.2":{"name":"@venusprotocol/oracle","version":"2.16.0-slim-dev.2","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0-slim-dev.2","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"1b363c30781d8d71eb04549cf72c19ef75e7df0d","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-slim-dev.2.tgz","fileCount":249,"integrity":"sha512-+ob843SwEshOJ+nrGFY03XXdcv3hxTTcOY86kSONZhZOF/HcTdB2ra+DFInTSBr+qNFEFwGkndBmaJbPa08l+w==","signatures":[{"sig":"MEYCIQC+bFh98/9vBpxbHG55m1OJaDrJpfw70De4vdk9kuzaewIhAMAElijKNHvXz6xNClpK4JdafETTILPYJyad5jWpTqba","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-slim-dev.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4244225},"engines":{"node":">=18.x.x"},"gitHead":"970cf4241284365e1533a2055765b0b1259c611c","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.18.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0-slim-dev.2_1783074158480_0.8994754497517885","host":"s3://npm-registry-packages-npm-production"}},"2.16.0":{"name":"@venusprotocol/oracle","version":"2.16.0","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"8d9e3250149f6183e2c227060742b290ff10e377","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0.tgz","fileCount":1331,"integrity":"sha512-glqLXVBTL5zTSZsdw71aE3UZrH8CeRZfv5tKapZhP5Yi1in8HfKoNoWMqEji4lgBGCUArZJ85jVG9SesNDi8PA==","signatures":[{"sig":"MEUCID6OOXK7YMYEaD/uy7Jwakd65uiiXGbLtxEiOudhyEGrAiEA+eREmlg8aastm1JMS7eDhnAhl2Iph9zmniJemaHD4K8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88445598},"engines":{"node":">=18.x.x"},"gitHead":"d40a4133247eda414ae5d0ccea2d29d110659829","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0_1783489043432_0.35950071486524027","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-slim":{"name":"@venusprotocol/oracle","version":"2.16.0-slim","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0-slim","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"0de66d5f1212ed5c8c2e542835d82cb6eb4587f8","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-slim.tgz","fileCount":249,"integrity":"sha512-heFfSmOfcFtvoVIO2OhuN3hfpyG3kB0diqq94ir7ctlYYlK9e+8Qwm007pa5QBUPkAwXNY6fA3yGYycFvQcqPg==","signatures":[{"sig":"MEUCIQDYDDcsj91JxriHgtXjHeZFfWPVlGxmBeljcHycGZhdlQIgD6kZf2ZDEpSSMXGrW1Wc6yACcdnT9ZblK8DJM0QyUes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-slim","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4244219},"engines":{"node":">=18.x.x"},"gitHead":"d40a4133247eda414ae5d0ccea2d29d110659829","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.18.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0-slim_1783489051943_0.34656354674661083","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-dev.3":{"name":"@venusprotocol/oracle","version":"2.16.0-dev.3","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0-dev.3","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"aaffd6511a8ebea021d5b98d9a662e6ed2ffca6d","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-dev.3.tgz","fileCount":1341,"integrity":"sha512-4MxZyw4Ou7dp/Yn6+qhtx8SCP2bFaXMbJ4XxvZR5hSqadnYuw5lZjwGHahkpbagfwN1tqoq51I6Hv+K9jwS/Tg==","signatures":[{"sig":"MEQCIFj+Jb69cwniAR9sepFl1k42Rhxxh1bE6/wBoL69s9UsAiAs4Jok/YuUiI5SmpMmL4lT4MrCnYs1JwF97WXDBg3OzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-dev.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":89158525},"engines":{"node":">=18.x.x"},"gitHead":"3b01b104b7056590fc3813cc272f7700bd999c88","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0-dev.3_1786513221261_0.42932861793210564","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-dev.4":{"name":"@venusprotocol/oracle","version":"2.16.0-dev.4","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"author":{"name":"Venus"},"_id":"@venusprotocol/oracle@2.16.0-dev.4","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"homepage":"https://github.com/VenusProtocol/oracle#readme","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"dist":{"shasum":"559bbf9c2ce2924cc6ee250a5bbbf0ea86aeb5eb","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-dev.4.tgz","fileCount":1344,"integrity":"sha512-kT0NdwArfzC92Sijh4ZY/TB8LUcQp64OD6OE2yQ3iYypCB+LdkEgQmtsl3itBQdjdP3vCSgo9CJgiZwatKSTCg==","signatures":[{"sig":"MEYCIQCCiJLVOe0Vd2tvvO8O7PLnU5QawxH6hAmOpZkDNkjo2gIhAPJpEUtlqTgXTsKznkh5kqvLbh09FoFNoPaGDGiss9ER","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-dev.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":89410344},"engines":{"node":">=18.x.x"},"gitHead":"117ed14e516a6e0bc8a814f239dfdffd9811d834","scripts":{"lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","test":"npm run compile && hardhat test","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","docgen":"hardhat docgen","verify":"hardhat etherscan-verify","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prepare":"husky install","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","postinstall":"yarn patch-package","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","hardhat:coverage":"hardhat coverage","configure:testnet":"hardhat --network bsctestnet deploy --tags configure"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"_npmVersion":"11.7.0","description":"Venus Protocol Price Oracle","directories":{},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"_nodeVersion":"22.14.0","dependencies":{"ethers":"^5.6.8","hardhat":"2.22.18","module-alias":"^2.2.2","patch-package":"^8.0.0","hardhat-deploy":"^0.12.4","solidity-docgen":"^0.6.0-beta.29","@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@openzeppelin/contracts":"^4.6.0","@venusprotocol/venus-protocol":"^9.7.0","@venusprotocol/solidity-utilities":"^2.0.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"packageManager":"yarn@3.2.0","readmeFilename":"README.md","devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","husky":"^8.0.1","mocha":"^10.0.0","dotenv":"^16.0.1","eslint":"^8.17.0","lodash":"^4.17.21","solhint":"^3.3.7","ts-node":"^10.8.1","prettier":"^2.6.2","cross-env":"^7.0.3","typechain":"^8.1.0","typescript":"^4.7.3","@types/chai":"^4.3.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","ts-generator":"^0.1.1","zksync-ethers":"^5.9.1","@commitlint/cli":"^17.0.3","semantic-release":"^25.0.2","@types/sinon-chai":"^3.2.9","solidity-coverage":"^0.8.4","@typechain/hardhat":"^6.1.0","@ethersproject/bytes":"^5.6.1","@typechain/ethers-v5":"^10.1.0","eslint-plugin-import":"^2.22.2","@semantic-release/git":"^10.0.1","hardhat-deploy-ethers":"^0.3.0-beta.13","eslint-config-prettier":"^8.5.0","solhint-plugin-prettier":"^0.0.5","@ethersproject/bignumber":"^5.6.2","@ethersproject/providers":"^5.6.8","prettier-plugin-solidity":"^1.0.0","@nomiclabs/hardhat-ethers":"^2.2.1","@typescript-eslint/parser":"^5.27.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^15.0.0","@matterlabs/hardhat-zksync":"^0.2.0","@semantic-release/changelog":"^6.0.3","hardhat-dependency-compiler":"^1.2.1","@ethersproject/abstract-signer":"^5.6.2","@openzeppelin/hardhat-upgrades":"^1.22.0","@commitlint/config-conventional":"^17.0.3","@matterlabs/hardhat-zksync-solc":"^1.2.1","@nomicfoundation/hardhat-verify":"^2.0.14","@typescript-eslint/eslint-plugin":"^5.27.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@trivago/prettier-plugin-sort-imports":"^3.2.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/oracle_2.16.0-dev.4_1786539571140_0.01220352892617571","host":"s3://npm-registry-packages-npm-production"}},"2.16.0-dev.5":{"name":"@venusprotocol/oracle","description":"Venus Protocol Price Oracle","repository":{"type":"git","url":"git+ssh://git@github.com/VenusProtocol/oracle.git"},"version":"2.16.0-dev.5","author":{"name":"Venus"},"engines":{"node":">=18.x.x"},"scripts":{"clean":"shx rm -rf ./artifacts ./cache ./coverage ./coverage.json && hardhat clean && hardhat clean --config hardhat.config.zksync.ts","commit":"git-cz","compile":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile && hardhat compile --config hardhat.config.zksync.ts","hardhat:coverage":"hardhat coverage","deploy:testnet":"hardhat --network bsctestnet deploy --tags deploy","configure:testnet":"hardhat --network bsctestnet deploy --tags configure","verify":"hardhat etherscan-verify","lint":"yarn lint:sol && yarn lint:ts && yarn prettier:check","lint:sol":"solhint --config ./.solhint.json  \"contracts/**/*.sol\"","lint:ts":"eslint --ignore-path ./.eslintignore --ext .js,.ts .","prettier":"prettier --config ./.prettierrc.yaml --write \"**/*.{js,json,md,sol,ts,yaml,yml}\"","prettier:check":"prettier --check --config ./.prettierrc.yaml \"**/*.{js,json,md,sol,ts,yaml,yml}\"","test":"npm run compile && hardhat test","typechain":"cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain","build":"rm -rf dist && hardhat compile && hardhat compile --config hardhat.config.zksync.ts && tsc --declaration","docgen":"hardhat docgen","prepare":"husky install","postinstall":"yarn patch-package"},"dependencies":{"@chainlink/contracts":"^0.5.1","@defi-wonderland/smock":"2.4.0","@nomicfoundation/hardhat-network-helpers":"^1.0.8","@openzeppelin/contracts":"^4.6.0","@openzeppelin/contracts-upgradeable":"^4.7.3","@venusprotocol/governance-contracts":"^2.13.0","@venusprotocol/solidity-utilities":"^2.0.0","@venusprotocol/venus-protocol":"^9.7.0","ethers":"^5.6.8","hardhat":"2.22.18","hardhat-deploy":"^0.12.4","module-alias":"^2.2.2","patch-package":"^8.0.0","solidity-docgen":"^0.6.0-beta.29"},"devDependencies":{"@commitlint/cli":"^17.0.3","@commitlint/config-conventional":"^17.0.3","@ethersproject/abstract-signer":"^5.6.2","@ethersproject/bignumber":"^5.6.2","@ethersproject/bytes":"^5.6.1","@ethersproject/providers":"^5.6.8","@matterlabs/hardhat-zksync":"^0.2.0","@matterlabs/hardhat-zksync-solc":"^1.2.1","@matterlabs/hardhat-zksync-verify":"^1.8.0","@nomicfoundation/hardhat-chai-matchers":"^1.0.4","@nomicfoundation/hardhat-verify":"^2.0.14","@nomiclabs/hardhat-ethers":"^2.2.1","@openzeppelin/hardhat-upgrades":"^1.22.0","@semantic-release/changelog":"^6.0.3","@semantic-release/git":"^10.0.1","@trivago/prettier-plugin-sort-imports":"^3.2.0","@typechain/ethers-v5":"^10.1.0","@typechain/hardhat":"^6.1.0","@types/chai":"^4.3.1","@types/debug":"^4.1.12","@types/mocha":"^9.1.1","@types/node":"^17.0.42","@types/sinon-chai":"^3.2.9","@typescript-eslint/eslint-plugin":"^5.27.1","@typescript-eslint/parser":"^5.27.1","chai":"^4.3.6","cross-env":"^7.0.3","cz-conventional-changelog":"^3.3.0","dotenv":"^16.0.1","eslint":"^8.17.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.22.2","hardhat-dependency-compiler":"^1.2.1","hardhat-deploy-ethers":"^0.3.0-beta.13","husky":"^8.0.1","lint-staged":"^13.0.1","lodash":"^4.17.21","mocha":"^10.0.0","prettier":"^2.6.2","prettier-plugin-solidity":"^1.0.0","semantic-release":"^25.0.2","shx":"^0.3.4","solhint":"^3.3.7","solhint-plugin-prettier":"^0.0.5","solidity-coverage":"^0.8.4","ts-generator":"^0.1.1","ts-node":"^10.8.1","typechain":"^8.1.0","typescript":"^4.7.3","zksync-ethers":"^5.9.1"},"keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"packageManager":"yarn@3.2.0","publishConfig":{"access":"public","provenance":true},"resolutions":{"hardhat":"2.22.18","@defi-wonderland/smock":"2.4.0"},"readmeFilename":"README.md","gitHead":"88c557920d00b1d18d4115b2f26e2d7bd08802d5","_id":"@venusprotocol/oracle@2.16.0-dev.5","bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"homepage":"https://github.com/VenusProtocol/oracle#readme","_nodeVersion":"22.14.0","_npmVersion":"11.7.0","dist":{"integrity":"sha512-mh9swmo9iA/gqcoy+CZ2QEZZZXolLK3ICg9Myf2I/3qJsAxFtP5C5ryEjMIj8FAPKopacCmqY6llDTGlfhKtmg==","shasum":"0ea7b8078846a3f5ad6cd0ee6fc4b63370f49c96","tarball":"https://registry.npmjs.org/@venusprotocol/oracle/-/oracle-2.16.0-dev.5.tgz","fileCount":1354,"unpackedSize":90241396,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@venusprotocol%2foracle@2.16.0-dev.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCID/uZ4QJ/TTQTQCedzUw7xHjPcO1z8ULqscbqIHCU4ZWAiB6qb9L22TDxcY77KdhlD2aJ4RTEaDUozU6YS94jkmOOQ=="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2eaf662-2aa9-48b2-beeb-54f252ba784c"}},"directories":{},"maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/oracle_2.16.0-dev.5_1787804276810_0.5345842586019518"},"_hasShrinkwrap":false}},"time":{"created":"2022-09-27T18:08:24.519Z","modified":"2026-08-27T04:17:57.468Z","1.1.0":"2022-09-27T18:08:24.793Z","1.1.1":"2022-09-27T18:26:05.931Z","1.1.2":"2022-09-27T18:47:12.792Z","1.1.3":"2022-09-27T19:29:22.110Z","1.2.0":"2022-09-28T12:51:22.634Z","1.2.1":"2022-11-14T20:49:55.820Z","1.2.2":"2022-11-14T21:00:37.759Z","1.2.3":"2022-11-14T21:19:04.769Z","1.3.0":"2022-11-16T19:50:20.601Z","1.3.1":"2022-11-16T20:25:24.312Z","1.3.2":"2022-11-16T20:32:28.399Z","1.3.3":"2022-11-17T21:48:31.114Z","1.4.0":"2022-11-21T20:05:55.430Z","1.4.1":"2022-11-25T18:51:14.816Z","1.5.0":"2023-01-16T14:10:04.434Z","1.5.1":"2023-01-16T17:32:02.645Z","1.6.0":"2023-02-13T19:06:21.002Z","1.6.1":"2023-02-22T12:48:11.846Z","1.6.2":"2023-03-17T10:38:27.860Z","1.6.3":"2023-03-17T10:41:42.295Z","1.6.4":"2023-03-17T10:42:44.591Z","1.6.5":"2023-03-17T10:43:57.234Z","1.6.6":"2023-03-17T10:50:18.367Z","1.6.7":"2023-03-20T09:30:33.424Z","1.6.8":"2023-03-20T09:32:50.606Z","1.6.9":"2023-03-20T11:44:55.729Z","1.6.10":"2023-03-20T12:01:55.082Z","1.0.0-dev.1":"2023-05-03T18:01:27.908Z","1.6.11-dev.2":"2023-05-04T13:30:15.536Z","1.6.11-dev.3":"2023-05-04T14:48:21.077Z","1.6.11-dev.4":"2023-05-05T21:25:50.311Z","1.6.11-dev.5":"2023-05-08T12:34:50.663Z","1.6.11-dev.6":"2023-05-09T19:04:41.846Z","1.6.11-dev.7":"2023-05-11T11:10:18.481Z","1.6.11-dev.8":"2023-05-26T09:43:12.263Z","1.6.11-dev.9":"2023-05-26T11:28:52.747Z","1.0.0":"2023-05-26T15:00:22.639Z","1.6.11-dev.10":"2023-05-30T13:02:47.963Z","1.6.11-dev.11":"2023-05-30T14:11:11.185Z","1.6.11-dev.12":"2023-06-13T10:55:18.881Z","1.6.11":"2023-06-13T11:05:45.928Z","1.6.12-dev.1":"2023-06-16T10:44:14.026Z","1.6.12":"2023-06-20T15:22:43.366Z","1.6.12-dev.2":"2023-06-21T11:21:39.119Z","1.6.12-dev.3":"2023-07-04T09:42:12.761Z","1.6.12-dev.4":"2023-07-07T16:36:32.224Z","1.6.12-dev.5":"2023-07-10T12:04:44.108Z","1.6.12-dev.6":"2023-07-11T11:10:01.060Z","1.6.12-dev.7":"2023-07-12T13:31:21.968Z","1.7.0-dev.1":"2023-07-13T16:04:59.268Z","1.7.0-dev.2":"2023-07-14T09:41:23.084Z","1.7.0-dev.3":"2023-07-17T11:00:42.407Z","1.6.13":"2023-07-17T13:30:58.105Z","1.7.0-dev.4":"2023-07-17T19:23:25.885Z","1.7.0-dev.5":"2023-07-18T11:56:44.166Z","1.7.0-dev.6":"2023-07-21T16:05:49.563Z","1.7.0":"2023-07-21T16:17:51.174Z","1.7.1-dev.1":"2023-07-25T13:56:31.679Z","1.7.1":"2023-07-25T14:02:46.472Z","1.7.2-dev.1":"2023-08-01T12:16:04.236Z","1.7.2":"2023-08-01T17:01:48.549Z","1.7.3-dev.1":"2023-10-09T13:54:11.625Z","1.7.3":"2023-10-19T15:16:29.198Z","1.7.4-dev.1":"2023-11-02T08:08:15.242Z","1.8.0-dev.1":"2023-11-24T12:26:53.104Z","1.8.0-dev.2":"2023-11-27T15:57:32.751Z","1.8.0-dev.3":"2023-11-29T09:42:08.549Z","1.8.0-dev.4":"2023-12-01T15:07:27.957Z","1.8.0-dev.5":"2023-12-05T13:31:03.825Z","1.8.0-dev.6":"2023-12-06T06:52:53.400Z","1.8.0-dev.7":"2023-12-08T06:44:14.925Z","1.8.0-dev.8":"2023-12-11T16:54:13.426Z","1.8.0-dev.9":"2023-12-12T13:11:30.377Z","1.8.0-dev.10":"2023-12-15T13:36:28.383Z","1.8.0-dev.11":"2023-12-18T12:52:39.938Z","1.8.0-dev.12":"2023-12-19T05:55:12.098Z","1.8.0-dev.13":"2023-12-26T19:37:36.926Z","1.8.0":"2023-12-28T09:48:44.388Z","1.9.0-dev.1":"2024-01-22T12:01:53.230Z","1.9.0-dev.2":"2024-01-23T11:46:59.676Z","1.9.0-dev.3":"2024-01-23T18:20:49.266Z","1.9.0":"2024-01-23T18:31:54.132Z","1.10.0-dev.1":"2024-01-26T05:10:03.807Z","1.10.0-dev.2":"2024-02-01T15:37:34.728Z","1.10.0-dev.3":"2024-02-05T10:23:47.870Z","1.10.0-dev.4":"2024-02-07T11:48:06.976Z","1.10.0-dev.5":"2024-02-20T11:09:10.690Z","1.10.0-dev.6":"2024-02-21T16:02:49.713Z","1.10.0-dev.7":"2024-02-22T16:08:22.559Z","1.10.0-dev.8":"2024-02-22T16:51:01.446Z","1.10.0":"2024-02-22T16:59:50.577Z","1.11.0-dev.1":"2024-03-22T07:21:57.144Z","2.0.0-dev.1":"2024-04-10T10:19:19.660Z","2.0.0":"2024-04-10T10:31:17.254Z","2.1.0-dev.1":"2024-04-15T17:51:32.395Z","2.1.0":"2024-04-16T09:33:44.601Z","2.2.0-dev.1":"2024-04-17T15:14:45.744Z","2.2.0-dev.2":"2024-04-24T10:54:15.223Z","2.2.0-dev.3":"2024-04-24T14:02:49.457Z","2.2.0":"2024-04-25T10:07:44.693Z","2.3.0-dev.1":"2024-04-25T15:20:58.262Z","2.3.0-dev.2":"2024-05-06T13:40:48.879Z","2.3.0-dev.3":"2024-05-08T13:49:16.482Z","2.3.0-dev.4":"2024-05-20T13:03:29.473Z","2.3.0-dev.5":"2024-05-24T18:05:42.114Z","2.3.0-dev.6":"2024-05-28T14:41:40.383Z","2.3.0":"2024-05-31T11:56:33.604Z","2.4.0-dev.1":"2024-06-18T07:24:48.314Z","2.4.0-dev.2":"2024-06-20T13:52:11.160Z","2.4.0":"2024-07-18T14:00:57.298Z","2.5.0-dev.1":"2024-07-31T11:20:32.433Z","2.5.0-dev.2":"2024-08-01T09:56:18.857Z","2.5.0-dev.3":"2024-08-05T09:44:57.976Z","2.5.0-dev.4":"2024-08-23T11:14:36.954Z","2.5.0-dev.5":"2024-08-27T05:01:36.533Z","2.5.0-dev.6":"2024-08-27T05:20:52.363Z","2.5.0-dev.7":"2024-08-27T07:26:22.320Z","2.5.0-dev.8":"2024-09-09T08:34:37.761Z","2.5.0-dev.9":"2024-09-10T13:35:00.349Z","2.5.0":"2024-09-10T14:25:25.583Z","2.5.1-dev.1":"2024-09-10T19:01:17.042Z","2.5.1":"2024-09-10T19:04:53.769Z","2.6.0-dev.1":"2024-09-12T14:20:03.583Z","2.6.0-dev.2":"2024-09-20T17:19:09.529Z","2.6.0-dev.3":"2024-09-24T09:30:54.487Z","2.6.0-dev.4":"2024-10-10T10:42:39.280Z","2.6.0":"2024-10-10T10:50:53.575Z","2.7.0-dev.1":"2024-11-08T18:39:59.548Z","2.7.0-dev.2":"2024-11-18T10:03:38.672Z","2.7.0-dev.3":"2024-11-19T12:39:36.652Z","2.7.0-dev.4":"2024-11-22T11:19:39.279Z","2.7.0-dev.5":"2024-12-05T08:14:02.833Z","2.7.0-dev.6":"2024-12-12T06:00:49.143Z","2.7.0-dev.7":"2024-12-12T14:40:09.486Z","2.7.0":"2024-12-12T16:29:26.466Z","2.8.0-dev.1":"2024-12-27T10:33:56.219Z","2.8.0-dev.2":"2024-12-27T13:10:46.517Z","2.8.0-dev.3":"2024-12-30T09:03:55.860Z","2.8.0-dev.4":"2025-01-22T10:04:38.261Z","2.8.0-dev.5":"2025-01-29T17:34:05.860Z","2.8.0-dev.6":"2025-01-30T16:14:14.660Z","2.8.0":"2025-01-30T16:28:52.042Z","2.9.0-dev.1":"2025-02-07T13:13:15.739Z","2.9.0-dev.2":"2025-02-07T15:44:32.557Z","2.9.0":"2025-02-07T15:46:49.445Z","2.10.0-dev.1":"2025-02-09T18:18:51.526Z","2.10.0-dev.2":"2025-02-11T15:05:41.012Z","2.10.0":"2025-02-11T15:19:21.848Z","2.11.0-dev.1":"2025-02-14T18:41:37.882Z","2.11.0":"2025-02-14T19:05:20.728Z","2.12.0-dev.1":"2025-02-21T10:39:48.256Z","2.12.0-dev.2":"2025-02-21T11:56:42.931Z","2.12.0":"2025-02-21T13:27:44.210Z","2.13.0-dev.1":"2025-03-06T17:42:14.137Z","2.13.0-dev.2":"2025-03-10T11:16:02.351Z","2.13.0-dev.3":"2025-03-18T17:14:49.749Z","2.13.0-dev.4":"2025-03-21T07:56:31.997Z","2.13.0-dev.5":"2025-04-15T13:49:25.084Z","2.13.0-dev.6":"2025-05-09T07:58:14.285Z","2.13.0-dev.7":"2025-06-03T08:52:18.186Z","2.13.0-dev.8":"2025-06-27T11:01:21.458Z","2.13.0":"2025-07-01T07:09:04.628Z","2.14.0-dev.1":"2025-08-11T05:24:09.249Z","2.14.0-dev.2":"2025-09-29T10:39:44.024Z","2.14.0":"2025-09-29T12:28:10.420Z","2.14.1-dev.1":"2025-09-29T13:26:43.045Z","2.15.0-dev.1":"2025-10-16T16:26:14.630Z","2.15.0-dev.2":"2025-10-20T10:31:44.337Z","2.15.0-dev.3":"2025-10-27T07:10:55.238Z","2.15.0-dev.4":"2025-11-03T21:47:46.602Z","2.15.0-slim-dev.4":"2025-11-03T21:47:52.661Z","2.15.0-dev.5":"2026-01-09T08:58:51.929Z","2.15.0-slim-dev.5":"2026-01-09T08:58:59.886Z","2.15.0-dev.6":"2026-01-21T09:32:18.284Z","2.15.0-slim-dev.6":"2026-01-21T09:32:26.198Z","2.15.0-dev.7":"2026-04-17T01:35:46.073Z","2.15.0-slim-dev.7":"2026-04-17T01:35:54.078Z","2.15.0-dev.8":"2026-05-06T14:19:58.887Z","2.15.0-slim-dev.8":"2026-05-06T14:20:07.653Z","2.15.0":"2026-05-07T06:46:14.273Z","2.15.0-slim":"2026-05-07T06:46:22.642Z","2.16.0-dev.1":"2026-06-17T08:50:20.649Z","2.16.0-slim-dev.1":"2026-06-17T08:50:29.979Z","2.16.0-dev.2":"2026-07-03T10:22:22.766Z","2.16.0-slim-dev.2":"2026-07-03T10:22:38.708Z","2.16.0":"2026-07-08T05:37:23.746Z","2.16.0-slim":"2026-07-08T05:37:32.105Z","2.16.0-dev.3":"2026-08-12T05:40:21.595Z","2.16.0-dev.4":"2026-08-12T12:59:31.473Z","2.16.0-dev.5":"2026-08-27T04:17:57.152Z"},"bugs":{"url":"https://github.com/VenusProtocol/oracle/issues"},"author":{"name":"Venus"},"homepage":"https://github.com/VenusProtocol/oracle#readme","keywords":["blockchain","ethereum","hardhat","smart-contracts","solidity"],"repository":{"url":"git+ssh://git@github.com/VenusProtocol/oracle.git","type":"git"},"description":"Venus Protocol Price Oracle","maintainers":[{"name":"toolsvenus","email":"tools@venus.io"},{"name":"aditya_venus","email":"aditya@venus.io"},{"name":"debugger022","email":"manmeet.singh@venus.io"},{"name":"gleiser-venus","email":"gleiser@venus.io"},{"name":"fred-venus","email":"fred@venus.io"}],"readme":"","readmeFilename":""}