Skip to content

Commit

Permalink
Merge pull request #825 from paraswap/fix/BACK-1751
Browse files Browse the repository at this point in the history
fix/BACK 1751
  • Loading branch information
KanievskyiDanylo authored Nov 5, 2024
2 parents 6949275 + 5da6c96 commit beb7249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "3.10.3",
"version": "3.11.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
2 changes: 1 addition & 1 deletion src/dex/balancer-v2/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const BalancerConfig: DexConfigMap<DexParams> = {
vaultAddress: '0x20dd72ed959b6147912c2e529f0a0c651c33c9ce',
},
[Network.OPTIMISM]: {
subgraphURL: 'FsmdxmvBJLGjUQPxKMRtcWKzuCNpomKuMTbSbtRtggZ7',
subgraphURL: 'F5jeL2nMXZt5LU6kSway7Vi2PTUcqDbw1gMQEbrmiVdJ',
vaultAddress: '0xBA12222222228d8Ba445958a75a0704d566BF2C8',
},
},
Expand Down

0 comments on commit beb7249

Please sign in to comment.