@drift-labs/sdk-browser 2.157.0-beta.6 → 2.157.0-beta.7
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/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.157.0-beta.
|
|
1
|
+
2.157.0-beta.7
|
|
@@ -830,7 +830,7 @@ exports.MainnetSpotMarkets = [
|
|
|
830
830
|
symbol: 'syrupUSDC',
|
|
831
831
|
marketIndex: 57,
|
|
832
832
|
poolId: 0,
|
|
833
|
-
oracle: new web3_js_1.PublicKey('
|
|
833
|
+
oracle: new web3_js_1.PublicKey('6cvX4Sgcuw53y8yYXLcpAjZ7fn1VcLKojVS23tor9sVx'),
|
|
834
834
|
oracleSource: types_1.OracleSource.PYTH_LAZER,
|
|
835
835
|
mint: new web3_js_1.PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
|
|
836
836
|
precision: new anchor_1.BN(10).pow(numericConstants_1.SIX),
|
|
@@ -830,7 +830,7 @@ exports.MainnetSpotMarkets = [
|
|
|
830
830
|
symbol: 'syrupUSDC',
|
|
831
831
|
marketIndex: 57,
|
|
832
832
|
poolId: 0,
|
|
833
|
-
oracle: new web3_js_1.PublicKey('
|
|
833
|
+
oracle: new web3_js_1.PublicKey('6cvX4Sgcuw53y8yYXLcpAjZ7fn1VcLKojVS23tor9sVx'),
|
|
834
834
|
oracleSource: types_1.OracleSource.PYTH_LAZER,
|
|
835
835
|
mint: new web3_js_1.PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
|
|
836
836
|
precision: new anchor_1.BN(10).pow(numericConstants_1.SIX),
|
package/package.json
CHANGED
|
@@ -950,7 +950,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
950
950
|
symbol: 'syrupUSDC',
|
|
951
951
|
marketIndex: 57,
|
|
952
952
|
poolId: 0,
|
|
953
|
-
oracle: new PublicKey('
|
|
953
|
+
oracle: new PublicKey('6cvX4Sgcuw53y8yYXLcpAjZ7fn1VcLKojVS23tor9sVx'),
|
|
954
954
|
oracleSource: OracleSource.PYTH_LAZER,
|
|
955
955
|
mint: new PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
|
|
956
956
|
precision: new BN(10).pow(SIX),
|