mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix infura env var
This commit is contained in:
parent
7a9e658d03
commit
a29ec8a219
@ -1,4 +1,4 @@
|
||||
INFURA_PROJECT_ID="xxx"
|
||||
GATSBY_INFURA_PROJECT_ID="xxx"
|
||||
|
||||
# Local config
|
||||
NODE_URI='http://localhost:8545'
|
||||
|
@ -13,5 +13,5 @@ module.exports = {
|
||||
},
|
||||
// Main, Rinkeby, Kovan
|
||||
networks: [1, 4, 42],
|
||||
infuraProjectId: process.env.INFURA_PROJECT_ID
|
||||
infuraProjectId: process.env.GATSBY_INFURA_PROJECT_ID
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user