File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
target_chains/ethereum/entropy_sdk/solidity Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,9 @@ npm install @pythnetwork/entropy-sdk-solidity
16
16
## Setup
17
17
18
18
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 ) .
20
20
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:
29
22
30
23
``` solidity
31
24
IEntropy entropy = IEntropy(<address>);
You can’t perform that action at this time.
0 commit comments