Skip to content

Commit 6d09338

Browse files
authored
fix: syrupUSDC wrong oracle pubkey (#2100)
1 parent b2507e4 commit 6d09338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
950950
symbol: 'syrupUSDC',
951951
marketIndex: 57,
952952
poolId: 0,
953-
oracle: new PublicKey('GqqkoqHU5pqgTvL88xSCipH9txbPETyzvAvybQ3zRpzw'),
953+
oracle: new PublicKey('6cvX4Sgcuw53y8yYXLcpAjZ7fn1VcLKojVS23tor9sVx'),
954954
oracleSource: OracleSource.PYTH_LAZER,
955955
mint: new PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
956956
precision: new BN(10).pow(SIX),

0 commit comments

Comments
 (0)