Skip to content

Commit 3565ee6

Browse files
author
Dev Kalra
authored
point entropy sdk docs to pyth docs for current deployments (#1199)
1 parent 5bdc7ad commit 3565ee6

File tree

1 file changed

+2
-9
lines changed
  • target_chains/ethereum/entropy_sdk/solidity

1 file changed

+2
-9
lines changed

target_chains/ethereum/entropy_sdk/solidity/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,9 @@ npm install @pythnetwork/entropy-sdk-solidity
1616
## Setup
1717

1818
To use the SDK, you need the address of an Entropy contract on your blockchain and a randomness provider.
19-
The following table lists the current deployments of entropy.
19+
You can find current deployments on this [page](https://docs.pyth.network/documentation/entropy/evm).
2020

21-
```
22-
| Chain | Entropy Address | Provider |
23-
|-------------------|--------------------------------------------|--------------------------------------------|
24-
| lightlink-pegasus | 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
25-
26-
```
27-
28-
Choose one of these networks and instantiate an `IEntropy` contract in your solidity contract:
21+
Choose one of the networks and instantiate an `IEntropy` contract in your solidity contract:
2922

3023
```solidity
3124
IEntropy entropy = IEntropy(<address>);

0 commit comments

Comments
 (0)