Skip to content

Commit

Permalink
Update addresses for new deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Nov 18, 2024
1 parent 64834fe commit 248f207
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pkg/seawater/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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)>,
Expand Down
2 changes: 1 addition & 1 deletion web/src/config/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const chainContracts: {
},
},
98985: {
amm: { address: "0xd706b85c571330af8495174664d04D6d8551F9D5" },
amm: { address: "0x2A4a912970b780C29cf5b97aaD45ea5f98A07341" },
leo: { address: "0x487fad81909176b559a45fcad7ffeae1ea13cf0d" },
ownershipNFTs: { address: "0xd36A5BA112dCBD0fCae76f7A159a0CA9C71e00Ee" },
},
Expand Down

0 comments on commit 248f207

Please sign in to comment.