Commit 6754edfa authored by XFT-dev's avatar XFT-dev
Browse files

updated

parent b3c3a7e4
......@@ -19,10 +19,10 @@ task("accounts", "Prints the list of accounts", async () => {
module.exports = {
solidity: "0.8.0",
networks: {
moonbase: {
url: `https://rpc.testnet.moonbeam.network`,
chainId: 1287,
accounts: ["0xf2dd7d26b19893e60a3dcf313f6d02ce3ef2e9c6af2e6e67fb814f4f850a5774"],
rinkeby: {
url: ``,
chainId: 4,
accounts: [""],
}
}
};
......
......@@ -22,7 +22,7 @@ module.exports = {
moonbase: {
url: `https://rpc.testnet.moonbeam.network`,
chainId: 1287,
accounts: ["0xf2dd7d26b19893e60a3dcf313f6d02ce3ef2e9c6af2e6e67fb814f4f850a5774"],
accounts: [""],
}
}
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment