test-npm-den
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "test-npm-den", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "Test", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,2 +11,4 @@ <div align="center"> | ||
Eversol is a liquid staking protocol built on Solana. Eversol's main concept is to dedicate a percentage of the pool rewards (currently, 7% in the proposed scheme of Fees and Rewards Distribution) to the Stake Pool's Treasury, to fund the best projects being built on Solana. Unlike other stake pools, we will directly facilitate and boost the DeFi ecosystem by helping new apps and products come to life! | ||
## Installation | ||
@@ -26,6 +28,6 @@ | ||
// initializes for mainnet-beta | ||
const eSol = new Socean('mainnet-beta'); | ||
const eSol = new ESol('mainnet-beta'); | ||
// or for testnet | ||
const eSol = new Socean(); // or give 'testnet' as the argument | ||
const eSol = new ESol(); // or give 'testnet' as the argument | ||
``` | ||
@@ -32,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104442
65