Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 10, 2023
1 parent f681b8c commit dce432e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ const baseConfigs: { [network: number]: BaseConfig } = {
dexalotAuthToken: process.env.API_KEY_DEXALOT_AUTH_TOKEN || '',
adapterAddresses: {
AvalancheAdapter01: '0x745Ec73855CeC7249E5fF4c9DD81cc65b4D297a9',
AvalancheAdapter02: '0x2cdB0cDc2a9321ac2ED5b741828a5216C265Be80',
AvalancheBuyAdapter: '0x9Aa41A24A10af2a965A6D406b913a7Cd9C6886ea',
AvalancheAdapter02: '0x928eE214dB95eeD9241329F889320a21bcED6b65',
AvalancheBuyAdapter: '0x3d3131Ed7A6D4d6E765BC96D5cd416Cf2C2c075C',
},
uniswapV2ExchangeRouterAddress:
'0x53e693c6C7FFC4446c53B205Cf513105Bf140D7b',
Expand Down
2 changes: 1 addition & 1 deletion src/dex/dexalot/dexalot-e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function testForNetwork(
const tokens = Tokens[network];
const holders = Holders[network];
const nativeTokenSymbol = NativeTokenSymbols[network];
const sleepMs = 5000;
const sleepMs = 20000;

const sideToContractMethods = new Map([
[SwapSide.SELL, [
Expand Down
4 changes: 2 additions & 2 deletions tests/constants-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ export const Holders: {
BETS: '0x8cc2284c90d05578633418f9cde104f402375a65',
HATCHY: '0x14ec295ec8def851ec6e2959df872dd24e422631',
USDCe: '0x3a2434c698f8d79af1f5a9e43013157ca8b11a66',
USDC: '0xbf14db80d9275fb721383a77c00ae180fc40ae98',
USDC: '0x0d0707963952f2fba59dd06f2b425ace40b492fe',
USDTe: '0x84d34f4f83a87596cd3fb6887cff8f17bf5a7b83',
WETHe: '0xD291B51f7a1a1F4917D085F2a7731A447E4aF82D',
POPS: '0x5268c2331658cb0b2858cfa9db27d8f22f5434bc',
Expand All @@ -1081,7 +1081,7 @@ export const Holders: {
TSD: '0x691A89db352B72dDb249bFe16503494eC0D920A4',
THO: '0xc40d16c47394a506d451475c8a7c46c1175c1da1',
aAvaUSDT: '0x50B1Ba98Cf117c9682048D56628B294ebbAA4ec2',
USDT: '0x4a58555884297dcd9d2198c9fec52b4cabc90fc6',
USDT: '0x764fe7fb23f0f995c45faef5e32a4526f2028814',
aAvaWAVAX: '0x1B18Df70863636AEe4BfBAb6F7C70ceBCA9bA404',
oldFRAX: '0x4e3376018add04ebe4c46bf6f924ddec8c67aa7b',
newFRAX: '0x4e3376018add04ebe4c46bf6f924ddec8c67aa7b',
Expand Down

0 comments on commit dce432e

Please sign in to comment.