Commit 4ee9d7d5 authored by shajiaiming's avatar shajiaiming

add node info

parent cc8c6880
...@@ -55,9 +55,18 @@ return [ ...@@ -55,9 +55,18 @@ return [
'port' => '' 'port' => ''
], ],
'wasm' => [ 'wasm' => [
'scheme' => 'http', 'ts_wallet' => [
'host' => '39.100.69.229', 'scheme' => 'http',
'port' => '8901' 'host' => '39.100.69.229',
'port' => 8901,
'contractName' => 'user.p.tschain.user.wasm.dice'
],
'fzmtest_wallet' => [
'scheme' => 'http',
'host' => '47.98.241.146',
'port' => 8901,
'contractName' => 'user.p.fzmtest.user.wasm.dice'
]
] ]
], ],
'h5_activity' => [ 'h5_activity' => [
......
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