浏览代码

[entropy] Remove warning in SDK docs (#1309)

Jayant Krishnamurthy 1 年之前
父节点
当前提交
00e2a024aa

+ 1 - 1
package-lock.json

@@ -58925,7 +58925,7 @@
     },
     "target_chains/ethereum/entropy_sdk/solidity": {
       "name": "@pythnetwork/entropy-sdk-solidity",
-      "version": "1.1.0",
+      "version": "1.1.2",
       "license": "Apache-2.0",
       "devDependencies": {
         "prettier": "^2.7.1",

+ 0 - 3
target_chains/ethereum/entropy_sdk/solidity/README.md

@@ -4,9 +4,6 @@ The Pyth Entropy Solidity SDK allows you to generate secure random numbers on th
 interacting with the Pyth Entropy protocol.
 This SDK can be used for any application that requires random numbers, such as NFT mints, gaming, and more.
 
-**WARNING**: The Entropy protocol is currently in testnet. It is **NOT INTENDED** for use in production applications.
-Use this protocol at your own risk.
-
 ## Install
 
 ####Truffle/Hardhat

+ 1 - 1
target_chains/ethereum/entropy_sdk/solidity/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/entropy-sdk-solidity",
-  "version": "1.1.0",
+  "version": "1.1.2",
   "description": "Generate secure random numbers with Pyth Entropy",
   "repository": {
     "type": "git",