Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit 23725e4

Browse files
committed
update default api endpoint
1 parent 29331e5 commit 23725e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/getters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Globals, Round, Season, Grant, Match, User, LoginAccount, Profile, Gran
33

44
const FUNCTIONS_BASE_URL = 'https://functions.eosn.io/v1/pomelo/'
55
const EDGE_BASE_URL = 'https://edge.pomelo.io/api'
6-
const EOSIO_BASE_URL = 'https://eos.eosn.io'
6+
const EOSIO_BASE_URL = 'https://eos.api.eosnation.io'
77

88
export async function get_globals(): Promise<Globals> {
99
const { data } = await axios.get<{rows: Globals[]}>(FUNCTIONS_BASE_URL + "globals");

0 commit comments

Comments
 (0)