ABI's from //contract/out URLs; arbsep; placement fee considers upcoming fee changes; vault detection bugfixes; order placement bugfixes; BETA

This commit is contained in:
Tim
2024-07-03 16:18:29 -04:00
parent 104b798d4f
commit d38baccd49
18 changed files with 200 additions and 170 deletions

View File

@@ -2,13 +2,16 @@ import {ethers} from "ethers";
const UNISWAPV3_POOL_INIT_CODE_HASH = '0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54'
const uniswapV3Addresses = {
1337: {
31337: { // Mockchain
factory: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
},
42161: {
1337: { // Dexorder Alpha
factory: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
},
31337: {
421614: { // Arbitrum Sepolia
factory: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
},
42161: { // Arbitrum
factory: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
},
}