Commit c081d5fe authored by shajiaiming's avatar shajiaiming

add chain info

parent 15e9a31b
......@@ -12,8 +12,8 @@ return [
* 非小号数据爬取地址
*/
'feixiaohao_domain' => 'https://www.feixiaohao.com',
'feixiaohao_page' => [
'assets' => '/assets/', //代币
'feixiaohao_page' => [
'assets' => '/assets/', //代币
'currencies' => '/currencies/', //币种详情
'coinmarket' => '/coinmarket/', //上市交易所
],
......@@ -21,28 +21,28 @@ return [
/**
* 爬虫数据缓存时间
*/
'curl_cache_time' => [
'exchange' => 3600 * 3 * 24,
'curl_cache_time' => [
'exchange' => 3600 * 3 * 24,
'exchange_count' => 3600 * 3 * 24,
'quotation' => 60,
'quotation' => 60,
],
'http_proxy' => [
'http_proxy' => [
'host' => '127.0.0.1',
'port' => '8118',
'use' => true,
'use' => true,
],
'chain' => [
'scheme' => 'http',
'host' => '39.98.51.242',
'port' => 8901,
],
'chain33' =>[
'scheme' => 'http',
'host' => '39.98.163.4',
'port' => 8801,
],
'chain' => [
'scheme' => 'http',
'host' => '39.98.51.242',
'port' => 8901,
],
'chain33' => [
'scheme' => 'http',
'host' => '39.98.163.4',
'port' => 8801,
],
'chain_parallel' => [
'primary' => [
'scheme' => 'https',
......@@ -57,57 +57,57 @@ return [
'wasm' => [
'bn_wallet' => [
'scheme' => 'http',
'host' => '47.75.33.69',
'port' => 8901,
'host' => '47.75.33.69',
'port' => 8901,
'execer' => 'user.p.bitnasdaqchain.none',
'contractName' => 'user.p.bitnasdaqchain.user.wasm.lucky2'
],
'ts_wallet' => [
'scheme' => 'http',
'host' => '39.100.69.229',
'port' => 8901,
'host' => '39.100.69.229',
'port' => 8901,
'execer' => 'user.p.tschain.token',
'contractName' => 'user.p.tschain.user.wasm.dice'
],
'b_wallet' => [
'scheme' => 'http',
'host' => '47.244.141.185',
'port' => 8901,
'host' => '47.244.141.185',
'port' => 8901,
'contractName' => 'user.p.game.user.wasm.lucky'
]
]
],
'h5_activity' => [
'h5_activity' => [
'ZWG_GUESS_NEWBEE' => [
'from' => '1MNwSHugmoBcGxqfU8Gt4excUg68DA7hYE', //转币地址
'to' => '14o9MHrrLfpsXf7wu4H4YRwvy84fjd7uaj', //新手 0.001个bty投一次
'to_normal' => '1415uErzSxEVXdfcYLc9ud6G377iStd2xL', //2 个bty投一次
'amount' => 0.001,
'note' => '',
'isToken' => false,
'token' => '',
'award_normal' => 0.1,
'award_beta' => 1,
'from' => '1MNwSHugmoBcGxqfU8Gt4excUg68DA7hYE', //转币地址
'to' => '14o9MHrrLfpsXf7wu4H4YRwvy84fjd7uaj', //新手 0.001个bty投一次
'to_normal' => '1415uErzSxEVXdfcYLc9ud6G377iStd2xL', //2 个bty投一次
'amount' => 0.001,
'note' => '',
'isToken' => false,
'token' => '',
'award_normal' => 0.1,
'award_beta' => 1,
'award_isToken' => true,
'award_token' => 'ZWGYBA',
'award_token' => 'ZWGYBA',
'do_award_step' => 10, //开奖区块步进
],
],
'service' => [
'service' => [
'ZhaobiService' => [ //找币接口
'validatecode' => [ //接口名称
'method' => 'POST',
'scheme' => 'https',
'host' => 'api.biqianbao.top',
'port' => '',
'path' => '/api/send/validatecode',
'host' => 'api.biqianbao.top',
'port' => '',
'path' => '/api/send/validatecode',
],
'pc_url' => 'https://www.zhaobi.site',
'h5_url' => 'https://m.zhaobi.xyz'
],
'OssService' => [
'url' => 'https://service.biqianbao.net/upload',
'url' => 'https://service.biqianbao.net/upload',
]
],
......@@ -118,6 +118,13 @@ return [
'port' => 8801,
'platform_id' => 1,
'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