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
2144f3a3
Commit
2144f3a3
authored
Dec 10, 2020
by
aniket-engg
Committed by
Aniket
Dec 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
script name update
parent
5d8fcd99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples.js
apps/remix-ide/src/app/editor/examples.js
+3
-3
No files found.
apps/remix-ide/src/app/editor/examples.js
View file @
2144f3a3
...
...
@@ -221,7 +221,7 @@ contract Ballot {
}
`
var
ballotTest
=
`// SPDX-License-Identifier: GPL-3.0
ballotTest
=
`// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.8.0;
import "remix_tests.sol"; // this import is automatically injected by Remix.
...
...
@@ -332,8 +332,8 @@ module.exports = {
storage
:
{
name
:
'contracts/1_Storage.sol'
,
content
:
storage
},
owner
:
{
name
:
'contracts/2_Owner.sol'
,
content
:
owner
},
ballot
:
{
name
:
'contracts/3_Ballot.sol'
,
content
:
ballot
},
deployWithWeb3
:
{
name
:
'scripts/deploy
WithW
eb3.js'
,
content
:
deployWithWeb3
},
deployWithEthers
:
{
name
:
'scripts/deploy
WithE
thers.js'
,
content
:
deployWithEthers
},
deployWithWeb3
:
{
name
:
'scripts/deploy
_w
eb3.js'
,
content
:
deployWithWeb3
},
deployWithEthers
:
{
name
:
'scripts/deploy
_e
thers.js'
,
content
:
deployWithEthers
},
ballot_test
:
{
name
:
'tests/4_Ballot_test.sol'
,
content
:
ballotTest
},
readme
:
{
name
:
'README.txt'
,
content
:
readme
}
}
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