Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,16 @@ module.exports = {
network_id: 1,
gas: 500000,
provider: nanoProvider(
"https://ndfull.neufund.org/",
"https://nd.neufund.org/",
// "44'/60'/0'/0",
// "44'/60'/105'/7", // identity management (A)
// "44'/60'/105'/3", // reclaimer
// "44'/60'/105'/0", // legal rep (M)
"44'/60'/105'/2", // eurt legal manager (M)
// "44'/60'/105'/2", // eurt legal manager (M)
// "44'/60'/105'/11", //DEPLOYER (admin)
// "44'/60'/105'/10", //ETO DEPLOYER
// "44'/60'/106'/16",
// "44'/60'/106'/16"
"44'/60'/105'/12", // voting initiator (A)
"nano_live",
),
deploymentConfigOverride: {
Expand Down Expand Up @@ -270,5 +271,17 @@ module.exports = {
hardfork: "muirGlacier",
}),
},
// local forking
// yarn run ganache-cli --fork <use full archive node url here>@12238177 --unlock "0xABa4430574f2353C0A22Ca4CF2d4a122f0031245"
local_fork_live: {
network_id: 1,
host: "localhost",
port: 8545,
deploymentConfigOverride: {
ICBM_COMMITMENT_ADDRESS: "0xf432cec23b2a0d6062b969467f65669de81f4653",
UNIVERSE_ADDRESS: "0x82fb5126506b6c315fa4a7ae3d4cb8a46a1aae67",
ISOLATED_UNIVERSE: false,
},
},
},
};