Skip to content

Commit

Permalink
net conf
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Nov 16, 2023
1 parent 93170c7 commit fbfc84a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 2 additions & 0 deletions deployment.config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
],
"gap": 450,
"epoch": 900
"xdcparentnet": "https://devnetstats.apothem.network/devnet",
"xdcsubnet": "https://devnetstats.apothem.network/subnet"
}
6 changes: 3 additions & 3 deletions hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require("@nomiclabs/hardhat-waffle");
require("hardhat-gas-reporter");
require("dotenv").config();
const network = require("./network.config.json");
const network = require("./deployment.config.json");
/**
* @type import('hardhat/config').HardhatUserConfig
*/
Expand Down Expand Up @@ -32,14 +32,14 @@ module.exports = {
],
},
xdcdevnet: {
url: network["xdcdevnet"],
url: "https://devnetstats.apothem.network/devnet",
accounts: [
process.env.PRIVATE_KEY ||
"1234567890123456789012345678901234567890123456789012345678901234",
],
},
xdctestnet: {
url: network["xdctestnet"],
url: "https://erpc.apothem.network/",
accounts: [
process.env.PRIVATE_KEY ||
"1234567890123456789012345678901234567890123456789012345678901234",
Expand Down
6 changes: 0 additions & 6 deletions network.config.json

This file was deleted.

0 comments on commit fbfc84a

Please sign in to comment.