Commit c081d5fe authored by shajiaiming's avatar shajiaiming

add chain info

parent 15e9a31b
...@@ -38,7 +38,7 @@ return [ ...@@ -38,7 +38,7 @@ return [
'host' => '39.98.51.242', 'host' => '39.98.51.242',
'port' => 8901, 'port' => 8901,
], ],
'chain33' =>[ 'chain33' => [
'scheme' => 'http', 'scheme' => 'http',
'host' => '39.98.163.4', 'host' => '39.98.163.4',
'port' => 8801, 'port' => 8801,
...@@ -118,6 +118,13 @@ return [ ...@@ -118,6 +118,13 @@ return [
'port' => 8801, 'port' => 8801,
'platform_id' => 1, 'platform_id' => 1,
'privkey' => '3c6129fa60f6eab51db1b57cb70980124ffeb91d72d59b300f375d76e0d03c77' 'privkey' => '3c6129fa60f6eab51db1b57cb70980124ffeb91d72d59b300f375d76e0d03c77'
],
'DAGCHAIN' => [
'scheme' => 'http',
'host' => '47.52.92.86',
'port' => 8901,
'platform_id' => 9,
'privkey' => 'ea6cabdee5c856467f17399eb5f5c7a08dd97396ee65d3c60cb697f124d1f0f8'
] ]
], ],
......
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