Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
offshiftXFT
protocol-main
Commits
6754edfa
Commit
6754edfa
authored
3 years ago
by
XFT-dev
Browse files
Options
Download
Email Patches
Plain Diff
updated
parent
b3c3a7e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
backend/Shifting/Ethereum/hardhat.config.js
backend/Shifting/Ethereum/hardhat.config.js
+4
-4
backend/Shifting/Moonbeam/hardhat.config.js
backend/Shifting/Moonbeam/hardhat.config.js
+1
-1
No files found.
backend/Shifting/Ethereum/hardhat.config.js
View file @
6754edfa
...
...
@@ -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
:
[
""
],
}
}
};
...
...
This diff is collapsed.
Click to expand it.
backend/Shifting/Moonbeam/hardhat.config.js
View file @
6754edfa
...
...
@@ -22,7 +22,7 @@ module.exports = {
moonbase
:
{
url
:
`https://rpc.testnet.moonbeam.network`
,
chainId
:
1287
,
accounts
:
[
"
0xf2dd7d26b19893e60a3dcf313f6d02ce3ef2e9c6af2e6e67fb814f4f850a5774
"
],
accounts
:
[
""
],
}
}
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment