Skip to content

Commit

Permalink
Update Sepolia subgraph and multicall
Browse files Browse the repository at this point in the history
  • Loading branch information
timjrobinson committed Jul 6, 2023
1 parent 0dabe3d commit 07cc3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions balancer-js/src/lib/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
chainId: Network.SEPOLIA, //11155111
addresses: {
contracts: {
multicall: '0x25eef291876194aefad0d60dff89e268b90754bb',
multicall: '0xcA11bde05977b3631167028862bE2a173976CA11',
...addressesByNetwork[Network.SEPOLIA].contracts,
},
tokens: {
Expand All @@ -346,7 +346,7 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
},
urls: {
subgraph:
'https://api.studio.thegraph.com/proxy/24660/balancer-sepolia-v2/v0.0.1',
'https://api.studio.thegraph.com/query/24660/balancer-sepolia-v2/version/latest',
},
thirdParty: {
coingecko: {
Expand Down

0 comments on commit 07cc3ec

Please sign in to comment.