1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

travis fix

This commit is contained in:
Matthias Kretschmann 2020-07-15 16:13:09 +02:00
parent 2b90f0b08e
commit fbb24e196e
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -14,5 +14,5 @@ module.exports = {
},
// Main, Rinkeby, Kovan
networks: [1, 4, 42],
infuraProjectId: process.env.GATSBY_INFURA_PROJECT_ID
infuraProjectId: process.env.GATSBY_INFURA_PROJECT_ID || 'xxx'
}