Update balancer pool management app with new keys (#1819)

This commit is contained in:
Daniel Sanchez 2021-01-27 20:19:32 +01:00 committed by GitHub
parent 621401bc82
commit e3adb24825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export const staticAppsList: Array<StaticAppInfo> = [
},
// Balancer Pool
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmaTucdZYLKTqaewwJduVMM8qfCDhyaEqjd8tBNae26K1J`,
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmQsmxUVtcEWmKcXxKwYsZFKJ2kDdqqjqdExujiGY1g3tV`,
disabled: false,
networks: [ETHEREUM_NETWORK.MAINNET],
},