Skip to content

Commit 5674f62

Browse files
authored
fix: support mobile view for starknet and fuel address (#358)
* use CopyAddress instead * fix error
1 parent d45a719 commit 5674f62

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import CopyAddress from "../../../components/CopyAddress";
2+
13
# Price Feed Contract Addresses on Fuel
24

35
Pyth is currently deployed on Fuel Testnet.
46

5-
| Network | Contract address |
6-
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7-
| Fuel Testnet | [`0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a`](https://app.fuel.network/contract/0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a) |
7+
| Network | Contract address |
8+
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9+
| Fuel Testnet | <CopyAddress address={`0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a`} url="https://app.fuel.network/contract/0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a" /> |
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import CopyAddress from "../../../components/CopyAddress";
2+
13
# Price Feed Contract Addresses on Starknet
24

35
Pyth is currently deployed on Starknet Testnet.
46

5-
| Network | Contract address |
6-
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7-
| Starknet Testnet | [`0x07f2b07b6b5365e7ee055bda4c0ecabd867e6d3ee298d73aea32b027667186d6`](https://sepolia.voyager.online/contract/0x07f2b07b6b5365e7ee055bda4c0ecabd867e6d3ee298d73aea32b027667186d6) |
7+
| Network | Contract address |
8+
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9+
| Starknet Testnet | <CopyAddress address={`0x07f2b07b6b5365e7ee055bda4c0ecabd867e6d3ee298d73aea32b027667186d6`} url="https://sepolia.voyager.online/contract/0x07f2b07b6b5365e7ee055bda4c0ecabd867e6d3ee298d73aea32b027667186d6" /> |

0 commit comments

Comments
 (0)