@eoscafe/light-api
Advanced tools
Comparing version 3.2.9 to 3.2.10
@@ -43,15 +43,15 @@ "use strict"; | ||
var chainToEndpoint = { | ||
eos: "https://api.light.xeos.me", | ||
telos: "https://api.light.xeos.me", | ||
eos: "https://api.light.xeos.me", | ||
jungle: "https://lightapi.eosgeneva.io", | ||
bos: "https://lightapi.eosamsterdam.net", | ||
instar: "https://lightapi.eosamsterdam.net", | ||
proton: "https://lightapi.eosamsterdam.net", | ||
wax: "https://lightapi.eosamsterdam.net", | ||
instar: "https://lightapi.eosamsterdam.net", | ||
worbli: "https://lightapi.eosamsterdam.net", | ||
xec: "https://lightapi.eosamsterdam.net", | ||
worbli: "https://lightapi.eosamsterdam.net", | ||
coffe: "https://hyperion.coffe.io", | ||
proton: "https://testnet-lightapi.eosams.xeos.me", | ||
waxtest: "https://testnet-lightapi.eosams.xeos.me", | ||
protontest: "https://testnet-lightapi.eosams.xeos.me", | ||
telostest: "https://testnet-lightapi.eosams.xeos.me", | ||
waxtest: "https://testnet-lightapi.eosams.xeos.me", | ||
coffe: "https://hyperion.coffe.io", | ||
}; | ||
@@ -58,0 +58,0 @@ var keyEndpoints = [ |
@@ -32,4 +32,4 @@ import { Balance, ChainInfo, DelegatedFrom, DelegatedTo, Linkauth, Permission, CodehashInfo } from "./common"; | ||
export declare type GetTopHolders = string[][]; | ||
export declare type GetTopRam = Array<Array<(string | number)>>; | ||
export declare type GetTopStake = Array<Array<(string | number | number)>>; | ||
export declare type GetTopRam = (string | number)[][]; | ||
export declare type GetTopStake = (string | number | number)[][]; | ||
export interface GetCodehash { | ||
@@ -36,0 +36,0 @@ [key: string]: { |
{ | ||
"name": "@eoscafe/light-api", | ||
"version": "3.2.9", | ||
"version": "3.2.10", | ||
"description": "Light API HTTP Javascript library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
51016