Skip to content

Commit

Permalink
update sdk readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfirefist committed Dec 15, 2023
1 parent a5f7544 commit dff7582
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions target_chains/ethereum/entropy_sdk/solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ To use the SDK, you need the address of an Entropy contract on your blockchain a
The following table lists the current deployments of entropy.

```
| Chain | Entropy Address | Provider |
|-----------------|--------------------------------------------|--------------------------------------------|
| avalanche-fuji | 0xD42c7a708E74AD19401D907a14146F006c851Ee3 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
| optimism-goerli | 0x28F16Af4D87523910b843a801454AEde5F9B0459 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
| eos-evm-testnet | 0xD42c7a708E74AD19401D907a14146F006c851Ee3 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
| arbitrum-goerli | 0xd9eAcfFB8e80b7193042499485EF8369b08E85B6 | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
| Chain | Entropy Address | Provider |
|-------------------|--------------------------------------------|--------------------------------------------|
| lightlink-pegasus | 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a | 0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344 |
```

Choose one of these networks and instantiate an `IEntropy` contract in your solidity contract:
Expand Down

0 comments on commit dff7582

Please sign in to comment.