diff --git a/config/plasma.ts b/config/plasma.ts index a4d64e3e7..0001d46a6 100644 --- a/config/plasma.ts +++ b/config/plasma.ts @@ -146,9 +146,11 @@ export default { ], }, { - url: 'https://api-platform-analytics.metastreet.xyz/v2/usdai/dashboard/apy', + url: 'https://api.usd.ai/usdai/dashboard/current-apy', scale: 100, - extractors: [{ type: 'path', token: '0x0b2b2b2076d95dda7817e785989fe353fe955ef9', path: '$' }], + extractors: [ + { type: 'path', token: '0x0b2b2b2076d95dda7817e785989fe353fe955ef9', path: '$.result' }, + ], }, { name: 'tcUSDT0',