diff --git a/.changeset/monad-abil-apr.md b/.changeset/monad-abil-apr.md new file mode 100644 index 000000000..1ff87a4a3 --- /dev/null +++ b/.changeset/monad-abil-apr.md @@ -0,0 +1,5 @@ +--- +'backend': patch +--- + +add Monday.trade aBIL APR on monad diff --git a/config/monad.ts b/config/monad.ts index 55cd5af50..0d210d602 100644 --- a/config/monad.ts +++ b/config/monad.ts @@ -315,6 +315,18 @@ export default { }, ], }, + { + name: 'aBIL', + url: 'https://mainnet-api.monday.trade/rwa/api/v2/stock-yield/aBIL', + scale: 100, + extractors: [ + { + type: 'path', + token: '0x4fc5b9f8933597d3ecf84d0611687e1dc8dd576f', + path: '$.data.apr', + }, + ], + }, ], }, },