Skip to content

Commit 00e2a02

Browse files
authored
[entropy] Remove warning in SDK docs (#1309)
1 parent a4b9cb7 commit 00e2a02

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/ethereum/entropy_sdk/solidity/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ The Pyth Entropy Solidity SDK allows you to generate secure random numbers on th
44
interacting with the Pyth Entropy protocol.
55
This SDK can be used for any application that requires random numbers, such as NFT mints, gaming, and more.
66

7-
**WARNING**: The Entropy protocol is currently in testnet. It is **NOT INTENDED** for use in production applications.
8-
Use this protocol at your own risk.
9-
107
## Install
118

129
####Truffle/Hardhat

target_chains/ethereum/entropy_sdk/solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/entropy-sdk-solidity",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "Generate secure random numbers with Pyth Entropy",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)