diff --git a/src/config/chains/eos/index.ts b/src/config/chains/eos/index.ts index 756ea229..5f708dde 100644 --- a/src/config/chains/eos/index.ts +++ b/src/config/chains/eos/index.ts @@ -19,10 +19,10 @@ const TOKEN = { amount: 0, contract: 'eosio.token', } as Token; -const HYPERION_ENDPOINT = 'https://eos.hyperion.eosrio.io'; +const HYPERION_ENDPOINT = 'https://eos.eosusa.io'; const RPC_ENDPOINT = { protocol: 'https', - host: 'eos.hyperion.eosrio.io', + host: 'eos.eosusa.io', port: 443, }; const FUEL_RPC_ENDPOINT = { @@ -30,7 +30,7 @@ const FUEL_RPC_ENDPOINT = { host: 'eos.greymass.com', port: 443, }; -const API_ENDPOINT = 'https://example.com'; +const API_ENDPOINT = 'https://eos.greymass.com'; const S3_PRODUCER_BUCKET = 'https://telos-producer-validation.s3.amazonaws.com'; const DISPLAY_MAP = false; const THEME = { diff --git a/src/config/chains/jungle/index.ts b/src/config/chains/jungle/index.ts index 375f9465..060134c0 100644 --- a/src/config/chains/jungle/index.ts +++ b/src/config/chains/jungle/index.ts @@ -34,14 +34,14 @@ const TOKEN = { amount: 0, contract: 'eosio.token', } as Token; -const HYPERION_ENDPOINT = 'https://jungle4.cryptolions.io'; +const HYPERION_ENDPOINT = 'https://jungle.eosusa.io'; const S3_PRODUCER_BUCKET = 'https://telos-producer-validation.s3.amazonaws.com'; const RPC_ENDPOINT = { protocol: 'https', - host: 'jungle.eosusa.news', + host: 'jungle.eosusa.io', port: 443, }; -const API_ENDPOINT = 'https://jungle4.cryptolions.io'; +const API_ENDPOINT = 'https://jungle.eosusa.io'; const DISPLAY_MAP = false; const THEME = { primary: '#28417c', diff --git a/src/config/chains/ux/index.ts b/src/config/chains/ux/index.ts index dc5ee878..1fe88b41 100644 --- a/src/config/chains/ux/index.ts +++ b/src/config/chains/ux/index.ts @@ -22,7 +22,7 @@ const RPC_ENDPOINT = { host: 'ux.eosusa.io', port: 443, }; -const API_ENDPOINT = 'https://example.com'; +const API_ENDPOINT = 'https://ux.eosusa.io'; const S3_PRODUCER_BUCKET = 'https://telos-producer-validation.s3.amazonaws.com'; const DISPLAY_MAP = false; const THEME = {};