@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.
- package/dist/state.js +1 -1
- 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("
|
|
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