Skip to content

Commit

Permalink
Update constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoBazzani committed Nov 7, 2024
1 parent 59c51ec commit 947e1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const NETWORKS = {
AMOY: {
name: "amoy",
id: "80002",
url: `${process.env.ALL_CAPS_NAME_HOST}`,
url: `${process.env.AMOY_HOST}`,
privKey: `${process.env.PRIV_KEY}`,
},
};
Expand Down

0 comments on commit 947e1e3

Please sign in to comment.