diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c7dd54c90..393dcd029 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -875,7 +875,7 @@ jobs: # This is to capture any new networks added into the integ-test suite - name: Run Integration tests - run: npm run integ-test -- -t 'quote for other networks * (?!(mainnet|optimism|arbitrum|polygon|sepolia|celo|bnb|avalanche|base|blast|zora|zksync|worldchain|astrochain-sepolia))' + run: npm run integ-test -- -t 'quote for other networks * (?!(mainnet|optimism|arbitrum|polygon|sepolia|celo|bnb|avalanche|base|blast|zora|zksync|worldchain|unichain-sepolia))' env: # We don't know which new networks will be added, so we have no way to provider RPC URL ahead of time # This will make remaining networks integ-test suite to fail, and dev is expected to manually add RPC URL for the new network diff --git a/src/util/addresses.ts b/src/util/addresses.ts index a24e80037..ead4e5940 100644 --- a/src/util/addresses.ts +++ b/src/util/addresses.ts @@ -99,7 +99,7 @@ export const NEW_QUOTER_V2_ADDRESSES: AddressMap = { [ChainId.WORLDCHAIN]: CHAIN_TO_ADDRESSES_MAP[ChainId.WORLDCHAIN].quoterAddress, // TODO: deploy view-only-quoter to worldchain [ChainId.UNICHAIN_SEPOLIA]: - CHAIN_TO_ADDRESSES_MAP[ChainId.UNICHAIN_SEPOLIA].quoterAddress, // TODO: deploy view-only-quoter to astrochain + CHAIN_TO_ADDRESSES_MAP[ChainId.UNICHAIN_SEPOLIA].quoterAddress, // TODO: deploy view-only-quoter to unichain sepolia [ChainId.UNICHAIN]: CHAIN_TO_ADDRESSES_MAP[ChainId.UNICHAIN].quoterAddress, // TODO: deploy view-only-quoter to unichain }; diff --git a/test/integ/routers/alpha-router/alpha-router.integration.test.ts b/test/integ/routers/alpha-router/alpha-router.integration.test.ts index 3bbb19493..d0232596c 100644 --- a/test/integ/routers/alpha-router/alpha-router.integration.test.ts +++ b/test/integ/routers/alpha-router/alpha-router.integration.test.ts @@ -3852,7 +3852,7 @@ describe('quote for other networks', () => { // Blast doesn't have DAI or USDC yet // Zora doesn't have DAI // Zksync doesn't have liquid USDC/DAI pool yet - // astrochain sepolia doesn't have liquid USDC/DAI pool yet + // unichain sepolia doesn't have liquid USDC/DAI pool yet return; }