Skip to content

Commit

Permalink
add new oracles contracts addresses (#12)
Browse files Browse the repository at this point in the history
* add new oracles contracts addresses

Signed-off-by: Jeremy Letang <[email protected]>

* chore: process oracle providers

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: Jeremy Letang <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jeremyletang authored Mar 5, 2024
1 parent 1bede92 commit 7e1e290
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 0 deletions.
66 changes: 66 additions & 0 deletions __generated__/oracle-proofs.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Pyth Oracle"
url ="https://pyth.network"
description_markdown = """
# The Pyth oracles contract
Pyth network provide many oracles prices.
"""

[oracle]
source_chain = "Ethereum"
source_chain_id = "1"
type = "eth_address"
eth_address= "0x2880ab155794e7179c9ee2e38200202908c17b43"
status = "GOOD"
status_reason = ""
first_verified = 2023-05-22T00:00:00Z
last_verified = 2023-05-22T00:00:00Z

[[proofs]]
type = "web"
format = "url"
url = "https://gnosisscan.io/address/0x2880ab155794e7179c9ee2e38200202908c17b43#code"
available = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Pyth rebased prices oracle"
url =" https://github.com/vegaprotocol/pyth-rebase-contract"
description_markdown = """
# Pyth rebased prices oracle
A simple contract providing prices from the pyth on chain oracles quoted in USDT
"""

[oracle]
source_chain = "gnosis"
source_chain_id = "100"
type = "eth_address"
eth_address= "0x719abd606155442c21b7d561426d42bd0e40a776"
status = "GOOD"
status_reason = ""
first_verified = 2023-05-22T00:00:00Z
last_verified = 2023-05-22T00:00:00Z

[[proofs]]
type = "web"
format = "url"
url = "https://gnosisscan.io/address/0x719abd606155442c21b7d561426d42bd0e40a776#code"
available = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Uniswap price sources"
url ="https://github.com/jeremyletang/uniswap_price_source"
description_markdown = """
# Uniswap price source
A smart contract providing prices from uniswap v3 pools
"""

[oracle]
source_chain = "Ethereum"
source_chain_id = "1"
type = "eth_address"
eth_address= "0xBEDBC6302eAFFd4032Dd1DF94e326F7ecb9Ff4f9"
status = "GOOD"
status_reason = ""
first_verified = 2023-05-22T00:00:00Z
last_verified = 2023-05-22T00:00:00Z

[[proofs]]
type = "web"
format = "url"
url = "https://etherscan.io/address/0xbedbc6302eaffd4032dd1df94e326f7ecb9ff4f9#code"
available = true

0 comments on commit 7e1e290

Please sign in to comment.