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
61b80cc2
Commit
61b80cc2
authored
Dec 07, 2020
by
aniket-engg
Committed by
Aniket
Dec 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contracts dir and file rename
parent
b4760add
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app.js
apps/remix-ide/src/app.js
+1
-1
examples.js
apps/remix-ide/src/app/editor/examples.js
+4
-4
No files found.
apps/remix-ide/src/app.js
View file @
61b80cc2
...
@@ -33,7 +33,7 @@ var Storage = remixLib.Storage
...
@@ -33,7 +33,7 @@ var Storage = remixLib.Storage
var
RemixDProvider
=
require
(
'./app/files/remixDProvider'
)
var
RemixDProvider
=
require
(
'./app/files/remixDProvider'
)
var
Config
=
require
(
'./config'
)
var
Config
=
require
(
'./config'
)
var
Renderer
=
require
(
'./app/ui/renderer'
)
var
Renderer
=
require
(
'./app/ui/renderer'
)
var
examples
=
require
(
'./app/editor/example
-contract
s'
)
var
examples
=
require
(
'./app/editor/examples'
)
var
modalDialogCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
modalDialogCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
FileManager
=
require
(
'./app/files/fileManager'
)
var
FileManager
=
require
(
'./app/files/fileManager'
)
var
FileProvider
=
require
(
'./app/files/fileProvider'
)
var
FileProvider
=
require
(
'./app/files/fileProvider'
)
...
...
apps/remix-ide/src/app/editor/example
-contract
s.js
→
apps/remix-ide/src/app/editor/examples.js
View file @
61b80cc2
...
@@ -250,8 +250,8 @@ contract BallotTest {
...
@@ -250,8 +250,8 @@ contract BallotTest {
`
`
module
.
exports
=
{
module
.
exports
=
{
storage
:
{
name
:
'1_Storage.sol'
,
content
:
storage
},
storage
:
{
name
:
'
contracts/
1_Storage.sol'
,
content
:
storage
},
owner
:
{
name
:
'2_Owner.sol'
,
content
:
owner
},
owner
:
{
name
:
'
contracts/
2_Owner.sol'
,
content
:
owner
},
ballot
:
{
name
:
'3_Ballot.sol'
,
content
:
ballot
},
ballot
:
{
name
:
'
contracts/
3_Ballot.sol'
,
content
:
ballot
},
ballot_test
:
{
name
:
'tests/4_Ballot_test.sol'
,
content
:
ballotTest
}
ballot_test
:
{
name
:
'tests/4_Ballot_test.sol'
,
content
:
ballotTest
}
,
}
}
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