-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new oracles contracts addresses (#12)
* 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
1 parent
1bede92
commit 7e1e290
Showing
4 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
oracle-providers/eth_address-0x2880ab155794e7179c9ee2e38200202908c17b43.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
23 changes: 23 additions & 0 deletions
23
oracle-providers/eth_address-0x719abd606155442c21b7d561426d42bd0e40a776.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
23 changes: 23 additions & 0 deletions
23
oracle-providers/eth_address-0xbedbc6302eaffd4032dd1df94e326f7ecb9ff4f9.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |