Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FOMO3D
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
RichardW
FOMO3D
Commits
64e1bedf
Commit
64e1bedf
authored
Aug 12, 2018
by
gudqs7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network
parent
cd8b5d9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
truffle.js
truffle.js
+19
-2
No files found.
truffle.js
View file @
64e1bedf
...
...
@@ -9,13 +9,30 @@ module.exports = {
gas
:
7500000
,
network_id
:
"*"
// Match any network id
},
ropste
n
:
{
kova
n
:
{
gas
:
8000000
,
provider
:
function
()
{
return
new
HDWalletProvider
(
mnemonic
,
"https://kovan.infura.io/v3/
{{your_apiKey}}
"
)
"https://kovan.infura.io/v3/
09c30ad18ed145c3997b0621e1816909
"
)
},
network_id
:
3
},
ropsten
:
{
// gas: 8000000,
provider
:
function
()
{
return
new
HDWalletProvider
(
mnemonic
,
"https://ropsten.infura.io/v3/09c30ad18ed145c3997b0621e1816909"
)
},
network_id
:
2
},
mainnet
:
{
gas
:
7500000
,
provider
:
function
()
{
return
new
HDWalletProvider
(
mnemonic
,
"https://mainnet.infura.io/v3/09c30ad18ed145c3997b0621e1816909"
)
},
network_id
:
1
}
},
solc
:
{
...
...
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