Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Update syscoin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored Aug 9, 2023
1 parent ddc9554 commit 5eba72e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/chains/src/syscoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export const syscoin = {
http: ['https://rpc.syscoin.org'],
websocket: ['wss://rpc.syscoin.org/wss']
},
public: { http: ['https://syscoin.public-rpc.com/'] },
ankr: { http: ['https://rpc.ankr.com/syscoin'] },
public: { http: ['https://syscoin.public-rpc.com'] },
},
blockExplorers: {
default: { name: 'SyscoinExplorer', url: 'https://explorer.syscoin.org' },
Expand Down

0 comments on commit 5eba72e

Please sign in to comment.