{"id":19864377,"url":"https://github.com/balmy-protocol/uniswap-v3-oracle","last_synced_at":"2025-08-24T19:38:48.714Z","repository":{"id":37960033,"uuid":"488296494","full_name":"Balmy-protocol/uniswap-v3-oracle","owner":"Balmy-protocol","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-11T19:43:09.000Z","size":1443,"stargazers_count":21,"open_issues_count":3,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-15T10:57:52.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Balmy-protocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-03T17:08:37.000Z","updated_at":"2025-02-23T22:13:59.000Z","dependencies_parsed_at":"2024-05-07T19:49:58.913Z","dependency_job_id":null,"html_url":"https://github.com/Balmy-protocol/uniswap-v3-oracle","commit_stats":null,"previous_names":["balmy-protocol/uniswap-v3-oracle","mean-finance/uniswap-v3-oracle"],"tags_count":1,"template":false,"template_full_name":"defi-wonderland/solidity-hardhat-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Funiswap-v3-oracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Funiswap-v3-oracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Funiswap-v3-oracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Funiswap-v3-oracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balmy-protocol","download_url":"https://codeload.github.com/Balmy-protocol/uniswap-v3-oracle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251992747,"owners_count":21677020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T15:18:29.969Z","updated_at":"2025-05-02T05:31:07.759Z","avatar_url":"https://github.com/Balmy-protocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Lint](https://github.com/Balmy-protocol/uniswap-v3-oracle/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Balmy-protocol/uniswap-v3-oracle/actions/workflows/lint.yml)\n[![Tests](https://github.com/Balmy-protocol/uniswap-v3-oracle/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/Balmy-protocol/uniswap-v3-oracle/actions/workflows/tests.yml)\n[![Slither Analysis](https://github.com/Balmy-protocol/uniswap-v3-oracle/actions/workflows/slither.yml/badge.svg?branch=main)](https://github.com/Balmy-protocol/uniswap-v3-oracle/actions/workflows/slither.yml)\n\n# StaticOracle\n\nStaticOracle is a tool developed under Uniswap's grant program that aims to help developers integrate easily and fast with Uniswap's v3 TWAP oracles.\n\nThis is done by leveraging already existing [WeightedOracleLibrary](https://github.com/Uniswap/v3-periphery/pull/146) implemented by [Nicolás Chamo](https://github.com/nchamo).\n\nStaticOracle will allow developers to:\n\n- Prepare a set of pools (for example: by a token pair and a fee tier) to support a certain period of time (for example: 60 seconds).\n- Quote a TWAP for a set of pools (for example: by a token pair and a fee tier, or addresses).\n\n## Package\n\nThe package will contain:\n\n- Artifacts can be found under `@balmy/uniswap-v3-oracles/artifacts`\n- Compatible deployments for [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) plugin under the `@balmy/uniswap-v3-oracle/deployments` folder.\n- Typescript smart contract typings under `@balmy/uniswap-v3-oracle/typechained`\n\n## Documentation\n\nEverything that you need to know as a developer on how to use StaticOracle can be read in the [documented interface](./solidity/interfaces/IStaticOracle.sol).\n\n## Installation\n\nTo install with [**Hardhat**](https://github.com/nomiclabs/hardhat) or [**Truffle**](https://github.com/trufflesuite/truffle):\n\n#### YARN\n\n```sh\nyarn install @balmy/uniswap-v3-oracle\n```\n\n### NPM\n\n```sh\nnpm install @balmy/uniswap-v3-oracle\n```\n\n### Deployment Registry\n\nContract deployed at the same address `0xB210CE856631EeEB767eFa666EC7C1C57738d438` accross the following networks:\n\n- [Ethereum Rinkeby](https://rinkeby.etherscan.io/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Ethereum Goerli](https://goerli.etherscan.io/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Ethereum Mainnet](https://etherscan.io/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Optimism Mainnet](https://optimistic.etherscan.io/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Optimism Kovan](https://kovan-optimistic.etherscan.io/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Arbitrum Mainnet](https://arbiscan.io/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Arbitrum Rinkeby](https://testnet.arbiscan.io/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Polygon Mainnet](https://polygonscan.com/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Polygon Mumbai](https://mumbai.polygonscan.com/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n- [Base Goerli](https://goerli.basescan.org/address/0xB210CE856631EeEB767eFa666EC7C1C57738d438)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalmy-protocol%2Funiswap-v3-oracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalmy-protocol%2Funiswap-v3-oracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalmy-protocol%2Funiswap-v3-oracle/lists"}