Skip to content

Commit

Permalink
Merge pull request #818 from telosnetwork/eos-endpoints
Browse files Browse the repository at this point in the history
Eos endpoints
  • Loading branch information
donnyquixotic authored Dec 12, 2023
2 parents df2e7f2 + 8a3018a commit 62d334a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/config/chains/eos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ 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 = {
protocol: 'https',
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 = {
Expand Down
6 changes: 3 additions & 3 deletions src/config/chains/jungle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/ux/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down

0 comments on commit 62d334a

Please sign in to comment.