Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
ab333684
Commit
ab333684
authored
Dec 09, 2021
by
QM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete sh
parent
a1d6d356
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
docker-compose-bridgevmxgo.yml
...dapp/bridgevmxgo/cmd/build/docker-compose-bridgevmxgo.yml
+6
-0
dockerRelayerBsc.sh
plugin/dapp/bridgevmxgo/cmd/build/dockerRelayerBsc.sh
+0
-0
dockerRelayerTestEvm.sh
plugin/dapp/bridgevmxgo/cmd/build/dockerRelayerTestEvm.sh
+0
-0
testcase.sh
plugin/dapp/bridgevmxgo/cmd/build/testcase.sh
+1
-1
No files found.
plugin/dapp/bridgevmxgo/cmd/build/docker-compose-bridgevmxgo.yml
View file @
ab333684
version
:
'
3'
version
:
'
3'
services
:
services
:
ganachetest
:
entrypoint
:
[
"
node"
,
"
/app/ganache-core.docker.cli.js"
,
"
-a"
,
"
20"
,
"
-b"
,
"
2"
,
"
--debug"
,
"
-m"
,
"
coast
bar
giraffe
art
venue
decide
symbol
law
visual
crater
vital
fold"
,
"
-e"
,
"
1000"
]
image
:
trufflesuite/ganache-cli:latest
# ports:
# - "8545:8545"
ebrelayera
:
ebrelayera
:
build
:
build
:
context
:
.
context
:
.
...
...
plugin/dapp/bridgevmxgo/cmd/build/dockerRelayerBsc.sh
deleted
100755 → 0
View file @
a1d6d356
This diff is collapsed.
Click to expand it.
plugin/dapp/bridgevmxgo/cmd/build/dockerRelayer
Ht
.sh
→
plugin/dapp/bridgevmxgo/cmd/build/dockerRelayer
TestEvm
.sh
View file @
ab333684
This diff is collapsed.
Click to expand it.
plugin/dapp/bridgevmxgo/cmd/build/testcase.sh
View file @
ab333684
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# shellcheck disable=SC2128
# shellcheck disable=SC2128
# shellcheck source=/dev/null
# shellcheck source=/dev/null
source
"./dockerRelayer
Bsc
.sh"
source
"./dockerRelayer
TestEvm
.sh"
source
"./paracrosstestcase.sh"
source
"./paracrosstestcase.sh"
function
bridgevmxgo
()
{
function
bridgevmxgo
()
{
...
...
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