Skip to content

Commit

Permalink
Merge branch 'main' into xrsv/monad-testnet-base-sepolia-support-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv authored Jan 14, 2025
2 parents 043fd56 + 4346efd commit cdd5a08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/smart-order-router",
"version": "4.12.0",
"version": "4.13.0",
"description": "Uniswap Smart Order Router",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/providers/token-fee-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const FEE_DETECTOR_ADDRESS = (chainId: ChainId) => {
return '0xbc708B192552e19A088b4C4B8772aEeA83bCf760';
case ChainId.UNICHAIN_SEPOLIA:
return '0xbc708B192552e19A088b4C4B8772aEeA83bCf760';
case ChainId.UNICHAIN:
return '0xbc708B192552e19A088b4C4B8772aEeA83bCf760';
default:
// just default to mainnet contract
return '0xbc708B192552e19A088b4C4B8772aEeA83bCf760';
Expand Down

0 comments on commit cdd5a08

Please sign in to comment.