Merge pull request #1267 from gnosis/hot-fix/#1262-update-balancerPool-sApp
(Hotfix) Update Balancer Pool IPFS URL
This commit is contained in:
commit
2f688a2488
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "safe-react",
|
"name": "safe-react",
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"description": "Allowing crypto users manage funds in a safer way",
|
"description": "Allowing crypto users manage funds in a safer way",
|
||||||
"website": "https://github.com/gnosis/safe-react#readme",
|
"website": "https://github.com/gnosis/safe-react#readme",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
|
@ -23,7 +23,7 @@ export const staticAppsList: Array<{ url: string; disabled: boolean }> = [
|
||||||
//Balancer Exchange
|
//Balancer Exchange
|
||||||
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmfPLXne1UrY399RQAcjD1dmBhQrPGZWgp311CDLLW3VTn`, disabled: false },
|
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmfPLXne1UrY399RQAcjD1dmBhQrPGZWgp311CDLLW3VTn`, disabled: false },
|
||||||
//Balancer Pool
|
//Balancer Pool
|
||||||
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmSiUgsYQE6y4ADZQtKuVCwszvUeeHnaRc7kmQMZRiF4ZH`, disabled: false },
|
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmaTucdZYLKTqaewwJduVMM8qfCDhyaEqjd8tBNae26K1J`, disabled: false },
|
||||||
// Compound
|
// Compound
|
||||||
{ url: `${gnosisAppsUrl}/compound`, disabled: false },
|
{ url: `${gnosisAppsUrl}/compound`, disabled: false },
|
||||||
// Idle
|
// Idle
|
||||||
|
|
Loading…
Reference in New Issue