We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c98bc commit 0306d05Copy full SHA for 0306d05
src/lib/pyth/LibPyth.sol
@@ -78,6 +78,7 @@ library LibPyth {
78
/// Berkshire Hathaway Class B (BRK-B)
79
bytes32 constant PRICE_FEED_ID_EQUITY_US_BRK_B_USD =
80
0xe21c688b7fc65b4606a50f3635f466f6986db129bf16979875d160f9c508e8c7;
81
+ // slither-disable-next-line too-many-digits
82
uint256 constant PRICE_FEED_SYMBOL_INTORASTRING_EQUITY_US_BRK_B_USD =
83
0x934571756974792e55532e42524b2d422f555344000000000000000000000000;
84
/// SPDR Portfolio S&P 500 ETF (SPLG)
0 commit comments