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
3a93babc
Commit
3a93babc
authored
Sep 18, 2019
by
linj
Committed by
vipwzw
Sep 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update address for js
parent
bccbf066
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
test-rpc.sh
plugin/dapp/js/cmd/build/test-rpc.sh
+9
-2
No files found.
plugin/dapp/js/cmd/build/test-rpc.sh
View file @
3a93babc
...
@@ -9,8 +9,12 @@ MAIN_HTTP=""
...
@@ -9,8 +9,12 @@ MAIN_HTTP=""
function
init
()
{
function
init
()
{
ispara
=
$(
echo
'"'
"
${
MAIN_HTTP
}
"
'"'
| jq
'.|contains("8901")'
)
ispara
=
$(
echo
'"'
"
${
MAIN_HTTP
}
"
'"'
| jq
'.|contains("8901")'
)
beneficiary
=
12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv
beneficiary_key
=
0xf146df80206194c81e0b3171db6aa40c7ad6182a24560698d4871d4dc75223ce
beneficiary_key
=
0x4257d8692ef7fe13c68b65d6a52f03933db2fa5ce8faf210b5b8b80c721ced01
beneficiary
=
1DwHQp8S7RS9krQTyrqePxRyvaLcuoQGks
chain33_applyCoins
"
${
beneficiary
}
"
10000000000
"
${
MAIN_HTTP
}
"
#paracross_get_money 12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv
#//beneficiary=12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv
#beneficiary_key=0x4257d8692ef7fe13c68b65d6a52f03933db2fa5ce8faf210b5b8b80c721ced01
#owner=14KEKbYtKKQm4wMthSK9J4La4nAiidGozt
#owner=14KEKbYtKKQm4wMthSK9J4La4nAiidGozt
#owner_key=CC38546E9E659D15E6B4893F0AB32A06D103931A8230B0BDE71459D2B27D6944
#owner_key=CC38546E9E659D15E6B4893F0AB32A06D103931A8230B0BDE71459D2B27D6944
echo
"ipara=
$ispara
"
echo
"ipara=
$ispara
"
...
@@ -24,6 +28,9 @@ function init() {
...
@@ -24,6 +28,9 @@ function init() {
manager_name
=
"user.p.para."
${
manager_name
}
manager_name
=
"user.p.para."
${
manager_name
}
user_game
=
"user.p.para."
${
user_game
}
user_game
=
"user.p.para."
${
user_game
}
super_manager
=
0xc34b5d9d44ac7b754806f761d3d4d2c4fe5214f6b074c19f069c4f5c2a29c8cc
super_manager
=
0xc34b5d9d44ac7b754806f761d3d4d2c4fe5214f6b074c19f069c4f5c2a29c8cc
## fee
local
main_ip
=
${
MAIN_HTTP
//8901/8801
}
chain33_applyCoins
"
${
beneficiary
}
"
10000000000
"
${
main_ip
}
"
fi
fi
exec_addr
=
$(
curl
-ksd
'{"method":"Chain33.ConvertExectoAddr","params":[{"execname":"'
${
exec_name
}
'"}]}'
${
MAIN_HTTP
}
| jq
-r
".result"
)
exec_addr
=
$(
curl
-ksd
'{"method":"Chain33.ConvertExectoAddr","params":[{"execname":"'
${
exec_name
}
'"}]}'
${
MAIN_HTTP
}
| jq
-r
".result"
)
echo
"exec_addr=
${
exec_addr
}
"
echo
"exec_addr=
${
exec_addr
}
"
...
...
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