mirror of
https://github.com/oceanprotocol/ens-proxy.git
synced 2024-12-02 05:57:34 +01:00
Removing NEXT_PUBLIC_ prefix
This commit is contained in:
parent
a2ac64afa5
commit
df8ce6ad4a
@ -1 +1 @@
|
|||||||
#NEXT_PUBLIC_INFURA_PROJECT_ID="xxx"
|
#INFURA_PROJECT_ID="xxx"
|
@ -23,7 +23,7 @@ function getOceanConfig(network: string | number): Config {
|
|||||||
network === 'gaiaxtestnet' ||
|
network === 'gaiaxtestnet' ||
|
||||||
network === 2021000
|
network === 2021000
|
||||||
? undefined
|
? undefined
|
||||||
: process.env.NEXT_PUBLIC_INFURA_PROJECT_ID
|
: process.env.INFURA_PROJECT_ID
|
||||||
) as Config
|
) as Config
|
||||||
return config as Config
|
return config as Config
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user