diff --git a/deploys.md b/deploys.md index fe8fd83..9919462 100644 --- a/deploys.md +++ b/deploys.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 52ffd3c..425d7fe 100644 --- a/package.json +++ b/package.json @@ -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",