From 248f207bd1538481a046e3f04884d2580eaabf54 Mon Sep 17 00:00:00 2001 From: bayge Date: Mon, 18 Nov 2024 21:00:02 +0700 Subject: [PATCH] Update addresses for new deployment --- pkg/README.md | 20 ++++++++++---------- pkg/seawater/src/lib.rs | 4 ++-- web/src/config/contracts.ts | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pkg/README.md b/pkg/README.md index 5e52bc5b..5885095e 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -43,17 +43,17 @@ Longtail is Arbitrum's cheapest and most rewarding AMM. | Deployment name | Deployment address | |--------------------------------|--------------------------------------------| -| Longtail AMM | 0xd706b85c571330af8495174664d04D6d8551F9D5 | -| Longtail NFT manager | 0xd36A5BA112dCBD0fCae76f7A159a0CA9C71e00Ee | +| Longtail AMM | 0x2A4a912970b780C29cf5b97aaD45ea5f98A07341 | +| Longtail NFT manager | 0x0000000000000000000000000000000000000000 | | Permit2 router | 0x2246431582087b930F2CE561c34deb8E7e5c44bE | -| Swaps implementation | 0x7717e32db762818b86b47a213c1461c56ab2d4b6 | -| Swaps permit2 A implementation | 0x5992090411265add042b29dc361dee05e5606db6 | -| Quotes implementation | 0xf6120b79c5541806b1b4c619fbb8dcfdf32cfa20 | -| Positions implementation | 0x0721157b712f90085a006eb56f44e5b22b374501 | -| Update position implementation | 0x149c6ead35c4e60a090dad3dcb458f2b2e5f18a8 | -| Admin implementation | 0x24afbecec87a98a214edecdc11250668f15cef0b | -| Adjust position implementation | 0x6de9c5025c107057b63ffe15dcfe28604f27e4f1 | -| Swaps permit2 B implementation | 0x03af6a949f68e1ede06b63c8b43e6082689171cf | +| Swaps implementation | 0xc28bbb1f15fa27d32c6c892928cef984fdafae90 | +| Swaps permit2 A implementation | 0xbc005f1d3b52b939a91954159320df6bed66ce17 | +| Quotes implementation | 0xc8730b8ca0bc8631c75d2df6dec6244fafa2ccfd | +| Positions implementation | 0x69300b5761a79ced0322c3f0b7d6092ef0da5309 | +| Update position implementation | 0xac59e975cd18bc44b6abc9fc37b14ff28f59fd42 | +| Admin implementation | 0xa1c554281564dfbd574a2cafc3456b90ae4dd981 | +| Adjust position implementation | 0x57470a0f95d4843adea37ec47b8e6a0616e45a58 | +| Swaps permit2 B implementation | 0x0000000000000000000000000000000000000000 | ##### Leo contract deployments diff --git a/pkg/seawater/src/lib.rs b/pkg/seawater/src/lib.rs index 27a66f62..24b9e2f0 100644 --- a/pkg/seawater/src/lib.rs +++ b/pkg/seawater/src/lib.rs @@ -1088,7 +1088,7 @@ impl Pools { } #[allow(non_snake_case)] - pub fn send_token_to_sender_9603_F_18_B( + pub fn send_token_to_sender( &mut self, token: Address, amount: U256, @@ -1105,7 +1105,7 @@ impl Pools { } #[allow(non_snake_case)] - pub fn send_amounts_from_sender_3_D_F_81_C_E_5( + pub fn send_amounts_from_sender( &mut self, token: Address, recipients: Vec<(Address, U256)>, diff --git a/web/src/config/contracts.ts b/web/src/config/contracts.ts index f46429f4..df2cc91c 100644 --- a/web/src/config/contracts.ts +++ b/web/src/config/contracts.ts @@ -35,7 +35,7 @@ const chainContracts: { }, }, 98985: { - amm: { address: "0xd706b85c571330af8495174664d04D6d8551F9D5" }, + amm: { address: "0x2A4a912970b780C29cf5b97aaD45ea5f98A07341" }, leo: { address: "0x487fad81909176b559a45fcad7ffeae1ea13cf0d" }, ownershipNFTs: { address: "0xd36A5BA112dCBD0fCae76f7A159a0CA9C71e00Ee" }, },