Skip to content

Commit

Permalink
update supported chains v2, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehParyshkura2 committed Jun 21, 2024
1 parent c701a60 commit efc6c51
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 60 deletions.
131 changes: 77 additions & 54 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airdao/smart-order-router",
"version": "3.17.3-airdao.0",
"version": "3.17.3-airdao.1",
"description": "Uniswap Smart Order Router",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,16 +31,16 @@
"node": ">=10"
},
"dependencies": {
"@airdao/router-sdk": "1.6.0-airdao.1",
"@airdao/sdk-core": "4.0.7-airdao.0",
"@airdao/universal-router-sdk": "1.5.8-airdao.1",
"@airdao/v2-sdk": "3.2.3-airdao.1",
"@airdao/v3-sdk": "3.10.0-airdao.0",
"@uniswap/default-token-list": "^11.2.0",
"@uniswap/permit2-sdk": "^1.2.0",
"@airdao/router-sdk": "1.6.0-airdao.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/token-lists": "^1.0.0-beta.31",
"@uniswap/universal-router": "^1.0.1",
"@airdao/universal-router-sdk": "1.5.8-airdao.0",
"@airdao/v2-sdk": "3.2.3-airdao.0",
"@airdao/v3-sdk": "3.10.0-airdao.0",
"@airdao/sdk-core": "4.0.7-airdao.0",
"async-retry": "^1.3.1",
"await-timeout": "^1.1.1",
"axios": "^0.21.1",
Expand Down
1 change: 1 addition & 0 deletions src/util/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const V2_SUPPORTED = [
ChainId.MAINNET,
ChainId.GOERLI,
ChainId.SEPOLIA,
ChainId.AIRDAO_TEST,
];

export const HAS_L1_FEE = [
Expand Down

0 comments on commit efc6c51

Please sign in to comment.