Skip to content

Commit 9eb4fc9

Browse files
committed
fix: minor text changes for sepolia switch
1 parent d1ef886 commit 9eb4fc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ from [Releases](https://github.com/fairDataSociety/fairdrive-desktop-app/release
9494
#### What is "Network"? Why does it have "Testnet" and "Play"? What is "Play"?
9595

9696
- Choosing this network determines the Ethereum network that will be used for ENS based portable accounts.
97-
- Currently, we only have ENS contract deployed on Goerli Blockchain. That is why "Testnet".
97+
- Currently, we have ENS contracts deployed on Goerli and Sepolia "Testnet" Blockchain. But we will officially support sepolia from now on.
9898
- We have a small play environment for the whole FDP architecture, called [fdp-play](https://github.com/fairDataSociety/fdp-play). If you want to use fdp-play behind FDA, this option is for you.
9999

100100
#### What is "Mount Location"?

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ function App() {
760760
value={network}
761761
style={{ color: 'black' }}
762762
>
763-
<MenuItem value={'testnet'}>Goerli Testnet</MenuItem>
763+
<MenuItem value={'testnet'}>Sepolia Testnet</MenuItem>
764764
<MenuItem value={'play'}>FDP play</MenuItem>
765765
</Select>
766766
</Tooltip>

0 commit comments

Comments
 (0)