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 () => { ...@@ -19,10 +19,10 @@ task("accounts", "Prints the list of accounts", async () => {
module.exports = { module.exports = {
solidity: "0.8.0", solidity: "0.8.0",
networks: { networks: {
moonbase: { rinkeby: {
url: `https://rpc.testnet.moonbeam.network`, url: ``,
chainId: 1287, chainId: 4,
accounts: ["0xf2dd7d26b19893e60a3dcf313f6d02ce3ef2e9c6af2e6e67fb814f4f850a5774"], accounts: [""],
} }
} }
}; };
......
...@@ -22,7 +22,7 @@ module.exports = { ...@@ -22,7 +22,7 @@ module.exports = {
moonbase: { moonbase: {
url: `https://rpc.testnet.moonbeam.network`, url: `https://rpc.testnet.moonbeam.network`,
chainId: 1287, 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