Skip to content

Commit

Permalink
update ipfs gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Apr 6, 2022
1 parent b9dd2b0 commit b5514ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const configurations = {
homeNetworkName: 'Home Ganache',
homeNetworkId: 66,
// ipfsGateway: 'http://localhost:8080/ipfs/',
ipfsGateway: 'https://ipfs.giveth.io/ipfs/',
ipfsGateway: 'https://giveth.mypinata.cloud/ipfs/',
homeUrl: 'http://localhost:3010',
// sendErrors: false,
analytics: {
Expand Down Expand Up @@ -76,7 +76,7 @@ const configurations = {
homeNetworkName: 'Ropsten',
homeNetworkId: 3,
homeNetworkChainId: '0x3',
ipfsGateway: 'https://ipfs.giveth.io/ipfs/',
ipfsGateway: 'https://giveth.mypinata.cloud/ipfs/',
homeUrl: 'https://develop.giveth.io',
analytics: {
ga_UA: 'UA-103956937-5',
Expand Down Expand Up @@ -109,7 +109,7 @@ const configurations = {
homeNetworkName: 'Ropsten',
homeNetworkId: 3,
homeNetworkChainId: '0x3',
ipfsGateway: 'https://ipfs.giveth.io/ipfs/',
ipfsGateway: 'https://giveth.mypinata.cloud/ipfs/',
homeUrl: 'https://release.giveth.io',
analytics: {
ga_UA: 'UA-103956937-4',
Expand Down Expand Up @@ -139,7 +139,7 @@ const configurations = {
homeNetworkName: 'Mainnet',
homeNetworkId: 1,
homeNetworkChainId: '0x1',
ipfsGateway: 'https://ipfs.giveth.io/ipfs/',
ipfsGateway: 'https://giveth.mypinata.cloud/ipfs/',
homeUrl: 'https://trace.giveth.io',
analytics: {
ga_UA: 'UA-103956937-2',
Expand Down

0 comments on commit b5514ff

Please sign in to comment.