We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0f073 commit 497caafCopy full SHA for 497caaf
src/components/pages/vaults/constants/addresses.ts
@@ -5,9 +5,7 @@ export const KATANA_CHAIN_ID = 747474
5
*************************************************************************************************/
6
export const SPECTRA_MARKET_VAULT_ADDRESSES = [
7
'0x80c34BD3A3569E126e7055831036aa7b212cB159', //vbUSDC
8
- '0xE007CA01894c863d7898045ed5A3B4Abf0b18f37', //vbETH
9
- '0x9A6bd7B6Fd5C4F87eb66356441502fc7dCdd185B', //vbUSDT
10
- '0x93Fec6639717b6215A48E5a72a162C50DCC40d68' //AUSD
+ '0x9A6bd7B6Fd5C4F87eb66356441502fc7dCdd185B' //vbUSDT
11
].map((addr) => addr.toLowerCase())
12
13
export const PENDLE_MARKET_VAULT_ADDRESSES = [
0 commit comments