-
Notifications
You must be signed in to change notification settings - Fork 496
/
Copy pathapi.js
50 lines (50 loc) · 2.22 KB
/
api.js
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
export default {
zeroxSepolia: 'https://sepolia.api.0x.org',
zeroxMumbai: 'https://mumbai.api.0x.org',
oneinch: 'https://api.1inch.exchange/v3.0',
limitOrders: 'https://limit-orders.1inch.exchange/v1.0',
horizon: 'https://horizon-testnet.stellar.org',
blocktrail: 'https://api.blocktrail.com/v1/tBTC',
bitpay: [
'https://api.bitcore.io/api/BTC/testnet',
// 'https://test-insight.bitpay.com/api',
// 'http://localhost:32250/btc/testnet',
// 'https://test-insight.swaponline.io/insight-api',
// 'https://invoices.swaponline.site/proxybitpay-testnet',
],
ghostscan: 'https://testnet.ghostscan.io/ghost-insight-api',
nextscan: 'https://explore.next.exchange/#',
nextExplorer: 'https://next.swaponline.io/mainnet',
nextExplorerCustom: 'https://next.swaponline.io/mainnet',
blockcypher: 'https://api.blockcypher.com/v1/btc/test3',
etherscan: 'https://api-rinkeby.etherscan.io/api',
etherscanInvoices: 'https://invoices.swaponline.site/proxyetherscan-testnet',
etherscan_ApiKey: 'GK6YHJ5NMEF67R4FTRNQS2EK3HRBP5VVHW',
bscscan: 'https://api-testnet.bscscan.com/api',
// TODO: replace proxy link
bscscanInvoices: 'https://invoices.onout.org/proxyetherscan-testnet',
bscscan_ApiKey: 'WI4QEJSV19U3TF2H1DPQ2HR6712HW4MYKJ',
maticscan: 'https://api-testnet.polygonscan.com/api',
polygon_ApiKey: '8S2R45ZWG94HI7YK9RCXSK4VCASJ4XVA15',
ftmscan: 'https://api-testnet.ftmscan.com/api',
ftm_ApiKey: 'J39MXI2KQ7YWFR3JGYHPVYK1MIH132QSXP',
avaxscan: 'https://testnet.snowtrace.io/api',
avax_ApiKey: 'BEDYVGMKPM4HXIVD16B1Z66D5R75D9AHNC',
movrscan: 'https://api-moonbase.moonscan.io/api',
movr_ApiKey: 'VHG8YAQMA78MAQKU7C73Z4UQ2A83S4IBGW',
onescan: '',
one_ApiKey: '',
amescan: '',
ame_ApiKey: '',
aurorascan: 'https://api-testnet.aurorascan.dev/api',
aurora_ApiKey: 'J9ZZ9C6FI4YHJVISBI2VYRRJ1MTU3ID45Q',
faucet: 'https://faucet.onout.org/testnet/',
btc2FAProtected: 'https://2fa.onout.org',
btcPin: 'https://2fapin.onout.org',
invoiceApi: 'https://invoices.onout.org',
multisig: 'https://multisig.onout.org',
txinfo: 'https://txinfo.onout.org',
noxon: 'https://noxon.wpmix.net',
WalletConnectProjectId: 'a23677c4af3139b4eccb52981f76ad94',
InfuraApiKey: 'fdd4494101ed4a28b41bb66d7fe9c692',
}