@carrot-protocol/clend-rpc 0.1.27-group-refactor1-dev-ebee3bd → 0.1.27-group-refactor1-dev-9e002ee

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/state.js +1 -1
  2. package/package.json +1 -1
package/dist/state.js CHANGED
@@ -167,7 +167,7 @@ exports.JLP_MOCK_ORACLE = new anchor_1.web3.PublicKey("3DJ2iRecB6GnUjnGvooim5WQN
167
167
  // pyth
168
168
  exports.USDC_ORACLE = new anchor_1.web3.PublicKey("Dpw1EAVrSB1ibxiDQyTAW6Zip3J4Btk2x4SgApQCeFbX");
169
169
  // switchboard oracle
170
- exports.ALP_ORACLE = new anchor_1.web3.PublicKey("3NRQUp4R5QEgVKr64pzoLzbv8TTMhVrnwKLszLzsw2Vq");
170
+ exports.ALP_ORACLE = new anchor_1.web3.PublicKey("8DnWAwKPk6ZPD5sWd88JX4CdF3pKxyVqnseecDH3NDiT");
171
171
  // Token decimals
172
172
  exports.TOKEN_DECIMALS = {
173
173
  USDC: 6,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/clend-rpc",
3
- "version": "0.1.27-group-refactor1-dev-ebee3bd",
3
+ "version": "0.1.27-group-refactor1-dev-9e002ee",
4
4
  "description": "Carrot Lend RPC Client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",