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
3afbe34a
Commit
3afbe34a
authored
Dec 06, 2021
by
QM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
568cffaf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
dockerRelayerBsc.sh
plugin/dapp/bridgevmxgo/cmd/build/dockerRelayerBsc.sh
+10
-10
sendTxs.go
plugin/dapp/cross2eth/boss4x/ethereum/offline/sendTxs.go
+1
-1
No files found.
plugin/dapp/bridgevmxgo/cmd/build/dockerRelayerBsc.sh
View file @
3afbe34a
...
@@ -1093,24 +1093,24 @@ function AllRelayerMainTest() {
...
@@ -1093,24 +1093,24 @@ function AllRelayerMainTest() {
# test
# test
Chain33Cli
=
${
Para8901Cli
}
Chain33Cli
=
${
Para8901Cli
}
TestChain33ToEthAssets
TestChain33ToEthAssets
#
TestETH2Chain33Assets
TestETH2Chain33Assets
TestChain33ToEthZBCAssets
TestChain33ToEthZBCAssets
TestETH2Chain33Byc
TestETH2Chain33Byc
TestETH2Chain33USDT
TestETH2Chain33USDT
Chain33Cli
=
${
Para8901Cli
}
#
Chain33Cli=${Para8901Cli}
lockBty
#
lockBty
lockChain33Ycc
#
lockChain33Ycc
# lockEth
# lockEth
lockEthByc
#
lockEthByc
lockEthUSDT
#
lockEthUSDT
# 离线多签地址转入阈值设大
# 离线多签地址转入阈值设大
offline_set_offline_token_Bty 100000000000000 10
#
offline_set_offline_token_Bty 100000000000000 10
offline_set_offline_token_Chain33Ycc 100000000000000 10
#
offline_set_offline_token_Chain33Ycc 100000000000000 10
# offline_set_offline_token_Eth 100000000000000 10
# offline_set_offline_token_Eth 100000000000000 10
offline_set_offline_token_EthByc 100000000000000 10
#
offline_set_offline_token_EthByc 100000000000000 10
offline_set_offline_token_EthUSDT 100000000000000 10
#
offline_set_offline_token_EthUSDT 100000000000000 10
EvmxgoBoss4xCLI
=
"./evmxgoboss4x --rpc_laddr http://
${
docker_chain33_ip
}
:8901 --paraName user.p.para."
EvmxgoBoss4xCLI
=
"./evmxgoboss4x --rpc_laddr http://
${
docker_chain33_ip
}
:8901 --paraName user.p.para."
DeployEvmxgo
DeployEvmxgo
...
...
plugin/dapp/cross2eth/boss4x/ethereum/offline/sendTxs.go
View file @
3afbe34a
...
@@ -58,7 +58,7 @@ func sendTxs(cmd *cobra.Command, _ []string) {
...
@@ -58,7 +58,7 @@ func sendTxs(cmd *cobra.Command, _ []string) {
ret
:=
&
DeployContractRet
{
ContractAddr
:
deployInfo
.
ContractorAddr
.
String
(),
TxHash
:
tx
.
Hash
()
.
String
(),
ContractName
:
deployInfo
.
Name
}
ret
:=
&
DeployContractRet
{
ContractAddr
:
deployInfo
.
ContractorAddr
.
String
(),
TxHash
:
tx
.
Hash
()
.
String
(),
ContractName
:
deployInfo
.
Name
}
respData
=
append
(
respData
,
ret
)
respData
=
append
(
respData
,
ret
)
if
!
checkTxStatus
(
client
,
tx
.
Hash
()
.
String
(),
deployInfo
.
Name
)
{
if
!
checkTxStatus
(
client
,
tx
.
Hash
()
.
String
(),
deployInfo
.
Name
)
{
fmt
.
Println
(
"FATAL ERROR! DEPLOY CONTRACTOR TERMINATION……:-("
)
//
fmt.Println("FATAL ERROR! DEPLOY CONTRACTOR TERMINATION……:-(")
break
break
}
}
}
}
...
...
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