Fix/Typos in Infura env var
This commit is contained in:
parent
fe12b45039
commit
c247d0ba6d
@ -21,4 +21,4 @@ NX_DEPLOY_PRIME_URL=$DEPLOY_PRIME_URL
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_VEGA_URL = "https://lb.testnet.vega.xyz/query"
|
NX_VEGA_URL = "https://lb.testnet.vega.xyz/query"
|
||||||
NX_ETHEREUM_CHAIN_ID = 3
|
NX_ETHEREUM_CHAIN_ID = 3
|
||||||
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8";
|
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8"
|
@ -1,4 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_VEGA_URL = "https://n04.d.vega.xyz/query"
|
NX_VEGA_URL = "https://n04.d.vega.xyz/query"
|
||||||
NX_ETHEREUM_CHAIN_ID = 3
|
NX_ETHEREUM_CHAIN_ID = 3
|
||||||
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8";
|
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8"
|
@ -1,4 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_VEGA_URL = "https://api.token.vega.xyz/query"
|
NX_VEGA_URL = "https://api.token.vega.xyz/query"
|
||||||
NX_ETHEREUM_CHAIN_ID = 1
|
NX_ETHEREUM_CHAIN_ID = 1
|
||||||
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8";
|
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8"
|
@ -1,4 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_VEGA_URL = "https://n03.s.vega.xyz/query"
|
NX_VEGA_URL = "https://n03.s.vega.xyz/query"
|
||||||
NX_ETHEREUM_CHAIN_ID = 3
|
NX_ETHEREUM_CHAIN_ID = 3
|
||||||
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8";
|
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_VEGA_URL = "https://n03.stagnet2.vega.xyz/query"
|
NX_VEGA_URL = "https://n03.stagnet2.vega.xyz/query"
|
||||||
NX_ETHEREUM_CHAIN_ID = 3
|
NX_ETHEREUM_CHAIN_ID = 3
|
||||||
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8";
|
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8"
|
@ -1,4 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_VEGA_URL = "https://lb.testnet.vega.xyz/query"
|
NX_VEGA_URL = "https://lb.testnet.vega.xyz/query"
|
||||||
NX_ETHEREUM_CHAIN_ID = 3
|
NX_ETHEREUM_CHAIN_ID = 3
|
||||||
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8";
|
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8"
|
@ -6,7 +6,7 @@ export const metamask = initializeConnector<MetaMask>(
|
|||||||
(actions) => new MetaMask(actions)
|
(actions) => new MetaMask(actions)
|
||||||
);
|
);
|
||||||
|
|
||||||
const infuraId = process.env['NX_INFURA_ID '];
|
const infuraId = process.env['NX_INFURA_ID'];
|
||||||
|
|
||||||
export const walletconnect = initializeConnector<WalletConnect>(
|
export const walletconnect = initializeConnector<WalletConnect>(
|
||||||
(actions) =>
|
(actions) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user