Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
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
1
Merge Requests
1
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
guxukai
baas-ide
Commits
0d9675f2
Commit
0d9675f2
authored
Nov 11, 2019
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suggested changes
parent
cd4d1f79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
run.ts
remix-tests/src/run.ts
+1
-3
No files found.
remix-tests/src/run.ts
View file @
0d9675f2
...
...
@@ -44,11 +44,9 @@ commander
log
.
info
(
'verbosity level set to '
+
commander
.
verbose
.
blue
)
}
let
web3
=
new
Web3
()
le
t
provider
=
new
Provider
()
cons
t
provider
=
new
Provider
()
await
provider
.
init
()
web3
.
setProvider
(
provider
)
// web3.setProvider(new web3.providers.HttpProvider('http://localhost:8545'))
// web3.setProvider(new web3.providers.WebsocketProvider('ws://localhost:8546'))
if
(
!
fs
.
existsSync
(
filename
))
{
console
.
error
(
filename
+
' not found'
)
...
...
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