Skip to content

Commit

Permalink
feat(abracadabra): Add support for gmLINK cauldron on Arbitrum (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmDreamy authored Dec 13, 2023
1 parent 77cfb61 commit 89cb5c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/adaptors/abracadabra/cauldrons.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ const POOLS = {
collateralPoolId: 'f3fa942f-1867-4028-95ff-4eb76816cd07',
symbol: "ARB-USDC",
}, // gmARB
{
version: 4,
address: '0x66805F6e719d7e67D46e8b2501C1237980996C6a',
collateralPoolId: 'dffb3514-d667-4f2f-8df3-f716ebe09c93',
symbol: "LINK-USDC",
}, // gmLINK
],
},
avax: {
Expand Down

0 comments on commit 89cb5c1

Please sign in to comment.