Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions deploys.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Addresses

| Contract Name | Address | Networks |
| ----------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| ArrakisV2 | 0x7F346F1eB7a65fF83f51B3FD76dCc70979e6DF38 | [Ethereum][ae], [Matic][ap], [Optimism][ao], [Arbitrum][aa], [Base][aba], [Sepolia][as], [Goerli][ag], [BSC][ab] |
| ArrakisV2Beacon | 0x1D91F6D917ec51dE53A5789c34fFF777a58759B6 | [Ethereum][be], [Matic][bp], [Optimism][bo], [Arbitrum][ba], [Base][bba], [Sepolia][bs], [Goerli][bg], [BSC][bb] |
| ArrakisV2Factory | 0xECb8Ffcb2369EF188A082a662F496126f66c8288 | [Ethereum][fe], [Matic][fp], [Optimism][fo], [Arbitrum][fa], [Base][fba], [Sepolia][fs], [Goerli][fg], [BSC][fb] |
| ArrakisV2Helper | 0x89E4bE1F999E3a58D16096FBe405Fc2a1d7F07D6 | [Ethereum][he], [Matic][hp], [Optimism][ho], [Arbitrum][ha], [Base][hba], [Sepolia][hs], [Goerli][hg], [BSC][hb] |
| ArrakisV2Resolver | 0x535C5fDf31477f799366DF6E4899a12A801cC7b8 | [Ethereum][re], [Matic][rp], [Optimism][ro], [Arbitrum][ra], [Base][rba], [Sepolia][rs], [Goerli][rg], [BSC][rb] |
| Contract Name | Address | Networks |
| ----------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| ArrakisV2 | 0x7F346F1eB7a65fF83f51B3FD76dCc70979e6DF38 | [Ethereum][ae], [Matic][ap], [Optimism][ao], [Arbitrum][aa], [Base][aba], [Sepolia][as], [Goerli][ag], [BSC][ab], [Gnosis][an] |
| ArrakisV2Beacon | 0x1D91F6D917ec51dE53A5789c34fFF777a58759B6 | [Ethereum][be], [Matic][bp], [Optimism][bo], [Arbitrum][ba], [Base][bba], [Sepolia][bs], [Goerli][bg], [BSC][bb], [Gnosis][bn] |
| ArrakisV2Factory | 0xECb8Ffcb2369EF188A082a662F496126f66c8288 | [Ethereum][fe], [Matic][fp], [Optimism][fo], [Arbitrum][fa], [Base][fba], [Sepolia][fs], [Goerli][fg], [BSC][fb], [Gnosis][fn] |
| ArrakisV2Helper | 0x89E4bE1F999E3a58D16096FBe405Fc2a1d7F07D6 | [Ethereum][he], [Matic][hp], [Optimism][ho], [Arbitrum][ha], [Base][hba], [Sepolia][hs], [Goerli][hg], [BSC][hb], [Gnosis][hn] |
| ArrakisV2Resolver | 0x535C5fDf31477f799366DF6E4899a12A801cC7b8 | [Ethereum][re], [Matic][rp], [Optimism][ro], [Arbitrum][ra], [Base][rba], [Sepolia][rs], [Goerli][rg], [BSC][rb], [Gnosis][rn] |

[//]: # "These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax"
[ae]: https://etherscan.io/address/0x7F346F1eB7a65fF83f51B3FD76dCc70979e6DF38#code
Expand Down Expand Up @@ -49,3 +49,8 @@
[fs]: https://sepolia.etherscan.io/address/0xECb8Ffcb2369EF188A082a662F496126f66c8288#code
[hs]: https://sepolia.etherscan.io/address/0x89E4bE1F999E3a58D16096FBe405Fc2a1d7F07D6#code
[rs]: https://sepolia.etherscan.io/address/0x535C5fDf31477f799366DF6E4899a12A801cC7b8#code
[an]: https://gnosisscan.io/address/0x7f346f1eb7a65ff83f51b3fd76dcc70979e6df38#code
[bn]: https://gnosisscan.io/address/0x1D91F6D917ec51dE53A5789c34fFF777a58759B6#code
[fn]: https://gnosisscan.io/address/0xECb8Ffcb2369EF188A082a662F496126f66c8288#code
[hn]: https://gnosisscan.io/address/0x89E4bE1F999E3a58D16096FBe405Fc2a1d7F07D6#code
[rn]: https://gnosisscan.io/address/0x535C5fDf31477f799366DF6E4899a12A801cC7b8#code
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arrakisfi/v2-core",
"version": "1.2.0",
"version": "1.2.1",
"description": "Arrakis V2 Automated Market Maker",
"license": "BUSL-1.1",
"main": "dist/src/addresses.js",
Expand Down