Преглед изворни кода

point entropy sdk docs to pyth docs for current deployments (#1199)

Dev Kalra пре 1 година
родитељ
комит
3565ee627e
1 измењених фајлова са 2 додато и 9 уклоњено
  1. 2 9
      target_chains/ethereum/entropy_sdk/solidity/README.md

+ 2 - 9
target_chains/ethereum/entropy_sdk/solidity/README.md

@@ -16,16 +16,9 @@ npm install @pythnetwork/entropy-sdk-solidity
 ## Setup
 
 To use the SDK, you need the address of an Entropy contract on your blockchain and a randomness provider.
-The following table lists the current deployments of entropy.
+You can find current deployments on this [page](https://docs.pyth.network/documentation/entropy/evm).
 
-```
-| Chain             | Entropy Address                            | Provider                                   |
-|-------------------|--------------------------------------------|--------------------------------------------|
-| lightlink-pegasus | 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
-
-```
-
-Choose one of these networks and instantiate an `IEntropy` contract in your solidity contract:
+Choose one of the networks and instantiate an `IEntropy` contract in your solidity contract:
 
 ```solidity
  IEntropy entropy = IEntropy(<address>);