@everlend/ulp
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -16,3 +16,3 @@ "use strict"; | ||
exports.LiquidityPoolsProgram = LiquidityPoolsProgram; | ||
LiquidityPoolsProgram.PUBKEY = new web3_js_1.PublicKey('sFPqhpo9CJ4sCMPwsaZwmC25WERMW27x1M1be3DY5BM'); | ||
LiquidityPoolsProgram.PUBKEY = new web3_js_1.PublicKey('ULPo9DYcrWaAG9XGPwDoLP52qgzfaxKq1QConw2AQV6'); | ||
//# sourceMappingURL=program.js.map |
{ | ||
"name": "@everlend/ulp", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@everlend/common": "^0.0.1", | ||
"@everlend/common": "workspace:^0.0.1", | ||
"@solana/spl-token": "^0.1.5", | ||
@@ -42,2 +42,2 @@ "@solana/web3.js": "^1.16.1", | ||
} | ||
} | ||
} |
@@ -12,3 +12,3 @@ import { PublicKey } from '@solana/web3.js' | ||
export class LiquidityPoolsProgram extends Program { | ||
static readonly PUBKEY = new PublicKey('sFPqhpo9CJ4sCMPwsaZwmC25WERMW27x1M1be3DY5BM') | ||
static readonly PUBKEY = new PublicKey('ULPo9DYcrWaAG9XGPwDoLP52qgzfaxKq1QConw2AQV6') | ||
} |
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
102883
- Removed@everlend/common@0.0.1(transitive)