Skip to content

Commit

Permalink
Merge pull request #733 from 0xbigz/add-solana-drift-to-routerAddresses
Browse files Browse the repository at this point in the history
Update routerAddresses.ts: add solana drift protocol
  • Loading branch information
0xngmi authored Sep 22, 2023
2 parents 8a37510 + 14136cc commit ae993c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions users/routers/routerAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2676,5 +2676,15 @@ export default ([
]
}
},
{
"id":"970",
"name": "Drift",
"addresses":{
"solana":[
"dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH", // dex program id
"VAULtLeTwwUxpwAw98E6XmgaDeQucKgV5UaiAuQ655D", // vaults program id
]
}
},

] as ProtocolAddresses[]).filter(isAddressesUsable)

0 comments on commit ae993c1

Please sign in to comment.