Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 470ff31

Browse files
authoredJun 19, 2024··
(chore)(starknet) Add contract address page (#340)
* (chore)(starknet) Add contract address page * uhh pre-commit
1 parent 5cfa820 commit 470ff31

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
 

‎pages/price-feeds/contract-addresses.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The contracts are split by ecosystem into several different documents:
55

66
- [EVM](contract-addresses/evm)
77
- [Solana](contract-addresses/solana)
8+
- [Starknet](contract-addresses/starknet)
89
- [Aptos](contract-addresses/aptos)
910
- [Sui](contract-addresses/sui)
1011
- [CosmWasm](contract-addresses/cosmwasm)

‎pages/price-feeds/contract-addresses/_meta.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"evm": "EVM",
33
"solana": "Solana / SVM",
4+
"starknet": "Starknet",
45
"aptos": "Aptos",
56
"sui": "Sui",
67
"cosmwasm": "CosmWasm",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Price Feed Contract Addresses on Starknet
2+
3+
Pyth is currently deployed on Starknet Testnet
4+
5+
| Network | Contract address |
6+
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7+
| Starknet Testnet | [`0x07f2b07b6b5365e7ee055bda4c0ecabd867e6d3ee298d73aea32b027667186d6`](https://sepolia.voyager.online/contract/0x07f2b07b6b5365e7ee055bda4c0ecabd867e6d3ee298d73aea32b027667186d6) |

0 commit comments

Comments
 (0)
Please sign in to comment.