Commit 28c3643a authored by shajiaiming's avatar shajiaiming

add node info

parent 129ba6a9
...@@ -59,6 +59,7 @@ return [ ...@@ -59,6 +59,7 @@ return [
'scheme' => 'http', 'scheme' => 'http',
'host' => '39.100.69.229', 'host' => '39.100.69.229',
'port' => 8901, 'port' => 8901,
'execer' => 'user.p.tschain.token',
'contractName' => 'user.p.tschain.user.wasm.dice' 'contractName' => 'user.p.tschain.user.wasm.dice'
], ],
'b_wallet' => [ 'b_wallet' => [
...@@ -66,6 +67,13 @@ return [ ...@@ -66,6 +67,13 @@ return [
'host' => '47.98.245.85', 'host' => '47.98.245.85',
'port' => 8901, 'port' => 8901,
'contractName' => 'user.p.game.user.wasm.lucky' 'contractName' => 'user.p.game.user.wasm.lucky'
],
'hl_wallet'=> [
'scheme' => 'http',
'host' => '47.89.12.159',
'port' => 8901,
'execer' => 'user.p.healthylifechain.coins',
'contractName' => ''
] ]
] ]
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment