-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathserver.sample.json
102 lines (102 loc) · 3.62 KB
/
server.sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"coins": {
"aion": {
"networks": {
"mainnet": {
"jsonrpc": "https://aion.api.nodesmith.io/v1/mainnet/jsonrpc?apiKey=c8b8ebb4f10f40358b635afae72c2780",
"explorer_api": "https://mainnet-api.theoan.com",
"explorer": "https://mainnet.theoan.com/#/transaction",
"remote_api": "https://www.chaion.net/makkii"
},
"amity": {
"jsonrpc": "https://aion.api.nodesmith.io/v1/mastery/jsonrpc?apiKey=c8b8ebb4f10f40358b635afae72c2780",
"explorer_api": "https://amity-api.theoan.com",
"explorer": "https://amity.theoan.com/#/transaction",
"remote_api": "http://45.118.132.89:8080"
}
}
},
"btc": {
"networks": {
"BTC": {
"insight_api": "https://insight.bitpay.com/api",
"explorer": "https://insight.bitpay.com/tx",
"broadcast": "https://api.blockcypher.com/v1/btc/main/txs/push?token=718a0597d85f48259c457136eecb80da"
},
"BTCTEST": {
"insight_api": "https://test-insight.bitpay.com/api",
"explorer": "https://test-insight.bitpay.com/tx/",
"broadcast": "https://test-insight.bitpay.com/api/tx/send"
},
"LTC": {
"insight_api": "https://insight.litecore.io/api",
"explorer": "https://insight.litecore.io/tx",
"broadcast": "https://api.blockcypher.com/v1/ltc/main/txs/push?token=718a0597d85f48259c457136eecb80da"
},
"LTCTEST": {
"insight_api": "https://testnet.litecore.io/api",
"explorer": "https://testnet.litecore.io/tx",
"broadcast": "https://insight.litecore.io/api/tx/send"
}
}
},
"eth": {
"networks": {
"mainnet": {
"jsonrpc": "https://mainnet.infura.io/v3/64279947c29a4a8b9daf61f4c6c426b5",
"explorer_api": {
"provider": "ethplorer",
"url": "http://api.ethplorer.io",
"key": "freekey"
},
"explorer": {
"provider": "etherchain",
"url" : "https://www.etherchain.org/tx"
},
"remote_api": "https://www.chaion.net/makkii"
},
"ropsten": {
"jsonrpc": "https://ropsten.infura.io/v3/64279947c29a4a8b9daf61f4c6c426b5",
"explorer_api": {
"provider": "etherscan",
"url": "https://api-ropsten.etherscan.io/api",
"key": "W97WSD5JD814S3EJCJXHW7H8Y3TM3D2UK2"
},
"explorer": {
"provider": "etherscan",
"url": "https://api-ropsten.etherscan.io/tx",
"key": "W97WSD5JD814S3EJCJXHW7H8Y3TM3D2UK2"
},
"remote_api": "http://45.118.132.89:8080"
},
"pokket": {
"jsonrpc": "http://45.118.132.89:8080/pokketchain",
"explorer_api": {
"provider": "etherscan",
"url": "https://api-ropsten.etherscan.io/api",
"key": "W97WSD5JD814S3EJCJXHW7H8Y3TM3D2UK2"
},
"explorer": {
"provider": "etherscan",
"url": "https://api-ropsten.etherscan.io/tx"
},
"remote_api": "http://45.118.132.89:8080"
}
}
},
"trx": {
"networks": {
"mainnet": {
"trongird_api": "https://api.trongrid.io",
"explorer_api": "https://apilist.tronscan.org/api",
"explorer": "https://tronscan.org/#/transaction"
},
"shasta": {
"trongird_api": "https://api.shasta.trongrid.io",
"explorer_api": "https://api.shasta.tronscan.org/api",
"explorer": "https://shasta.tronscan.org/#/transaction"
}
}
}
}
}