Skip to content

Commit

Permalink
replace node url
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimKrukovich committed Apr 16, 2024
1 parent 812101f commit f0004d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as dotenv from "dotenv";

dotenv.config();

const RPC_URL = process.env.LOCAL_NODE_ENDPOINT;
const RPC_URL = process.env.RPC_URL;
const PRIVATE_KEY = process.env.PRIVATE_KEY;
const COINMARKETCAP_API_KEY = process.env.COINMARKETCAP_API_KEY

Expand Down

0 comments on commit f0004d9

Please sign in to comment.