Skip to content

Commit

Permalink
some unichain sepolia replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv committed Nov 21, 2024
1 parent 9db9208 commit ee0b78f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/util/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ee0b78f

Please sign in to comment.