Skip to content

Commit ffbc51f

Browse files
authored
chore(evm): Entropy etherlink (#1707)
* Small addition to README * chore(evm): Add entropy for etherlink
1 parent 0e67df1 commit ffbc51f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pyth Crosschain
22

33
This repository acts as a monorepo for the various components that make up
4-
Pyth Crosschain.
4+
Pyth protocols.
55

66
Within this monorepo you will find the following subprojects:
77

@@ -29,6 +29,12 @@ However, most users will interact with the price service via a chain-specific SD
2929
For a guide on utilising this service in your project, see the chain-specific SDK
3030
and examples for your blockchain runtime in the `target_chains` directory.
3131

32+
## Fortuna
33+
34+
> [fortuna](./apps/fortuna/)
35+
36+
Fortuna is an off-chain service which can be used by [Entropy](https://pyth.network/entropy) providers.
37+
3238
## Development
3339

3440
### Pull requests

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@
8585
- chain: etherlink_testnet
8686
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509"
8787
type: EvmEntropyContract
88+
- chain: etherlink
89+
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509"
90+
type: EvmEntropyContract

0 commit comments

Comments
 (0)