@bloks/constants
Advanced tools
Comparing version 3.5.93 to 3.5.95
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.93", | ||
"version": "3.5.95", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "0a632dd6a20aef390b20a279cda5b7a894d8c5ba" | ||
"gitHead": "e41eb5cba11dfd042e0f5e6561d4fb593f728f91" | ||
} |
const DEFAULT_ENDPOINTS = [ | ||
'https://telos.caleos.io', | ||
'https://telosapi.eosmetal.io', | ||
'https://api.tlos.goodblock.io', | ||
@@ -8,10 +10,13 @@ 'https://api.eos.miami', | ||
const ACTIONS_ENDPOINTS = [ | ||
'https://telos.caleos.io', | ||
'https://api.tlos.goodblock.io', | ||
'https://api.eos.miami', | ||
'https://api.tlos.goodblock.io' | ||
'https://telosapi.eosmetal.io' | ||
] | ||
const TRANSACTIONS_ENDPOINTS = [ | ||
'https://telos.caleos.io', | ||
'https://api.tlos.goodblock.io', | ||
'https://api.eos.miami' | ||
'https://api.eos.miami', | ||
'https://telosapi.eosmetal.io' | ||
] | ||
@@ -23,4 +28,4 @@ | ||
protocol: 'https', | ||
host: 'api.eos.miami', | ||
httpEndpoint: 'https://api.eos.miami', | ||
host: 'telos.caleos.io', | ||
httpEndpoint: 'https://telos.caleos.io', | ||
blockchain: 'eos' | ||
@@ -27,0 +32,0 @@ }] |
58582
1835