Commit 1b4ed3ba authored by shajiaiming's avatar shajiaiming

新参数

parent a12e5299
...@@ -74,14 +74,7 @@ return [ ...@@ -74,14 +74,7 @@ return [
'host' => '47.244.141.185', 'host' => '47.244.141.185',
'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' => ''
// ]
] ]
], ],
'h5_activity' => [ 'h5_activity' => [
...@@ -118,6 +111,14 @@ return [ ...@@ -118,6 +111,14 @@ return [
] ]
], ],
'chain_nodes' => [
'STO' => [
'scheme' => 'http',
'host' => '118.31.109.11',
'port' => 8801,
]
],
//金色财经相关接口信息 //金色财经相关接口信息
'coindog' => [ 'coindog' => [
'accessKey' => '4e4d2dd8124d1a32524b39f017c3ff2d', 'accessKey' => '4e4d2dd8124d1a32524b39f017c3ff2d',
...@@ -134,43 +135,4 @@ return [ ...@@ -134,43 +135,4 @@ return [
], ],
'bty_fee' => 0.001, 'bty_fee' => 0.001,
'trusteeship' => [
//bwallet
'node_1' => [
'url' => 'http://47.75.94.84',
'appKey' => 'wallet',
'appSecret' => 'glu8gGXgCTlVYfDy'
],
//TS
'node_10' => [
'url' => 'https://api.travelservicechain.com',
'appKey' => 'ts',
'appSecret' => '4wuH3ZTETvVjS0kg'
],
//GBT
'node_12' => [
'url' => 'http://47.56.67.227:8800',
'appKey' => 'gbt',
'appSecret' => 'isGA5hpNEJpzJs2I'
],
//SFT
'node_13' => [
'url' => 'http://47.244.215.20:8800',
'appKey' => 'sft',
'appSecret' => 'qcGQKDyg0IfthVW2'
],
//HL
'node_15' => [
'url' => 'http://47.52.252.241:8800',
'appKey' => 'hl',
'appSecret' => '1YqtJfOC4fJN5WVI'
],
//CIC
'node_24' => [
'url' => 'http://47.52.111.136:8800',
'appKey' => 'cic',
'appSecret' => 'rD9e37VXu96t0Fb8'
]
]
]; ];
...@@ -7,4 +7,49 @@ ...@@ -7,4 +7,49 @@
*/ */
return [ return [
//查看托管用户、余额等信息 针对vue客户端
'trusteeship' => [
//bwallet
'node_1' => [
'url' => 'http://47.75.94.84',
'appKey' => 'wallet',
'appSecret' => 'glu8gGXgCTlVYfDy'
],
//TS
'node_10' => [
'url' => 'https://api.travelservicechain.com',
'appKey' => 'ts',
'appSecret' => '4wuH3ZTETvVjS0kg'
],
//GBT
'node_12' => [
'url' => 'http://47.56.67.227:8800',
'appKey' => 'gbt',
'appSecret' => 'isGA5hpNEJpzJs2I'
],
//SFT
'node_13' => [
'url' => 'http://47.244.215.20:8800',
'appKey' => 'sft',
'appSecret' => 'qcGQKDyg0IfthVW2'
],
//HL
'node_15' => [
'url' => 'http://47.52.252.241:8800',
'appKey' => 'hl',
'appSecret' => '1YqtJfOC4fJN5WVI'
],
//BN
'node_17' => [
'url' => 'https://api.bitnasdaqchain.com',
'appKey' => 'bn',
'appSecret' => 'habpOUtl3w7mtyrP'
],
//CIC
'node_24' => [
'url' => 'http://47.52.111.136:8800',
'appKey' => 'cic',
'appSecret' => 'rD9e37VXu96t0Fb8'
]
]
]; ];
\ No newline at end of file
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