Skip to content

Commit

Permalink
chore: change mainnet rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgabrielgsp committed Mar 2, 2024
1 parent dc2294f commit 21d086d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sysweb3-keyring/src/initial-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export const initialNetworksState = {
57: {
chainId: 57,
label: 'Syscoin Mainnet',
url: 'https://blockbook.elint.services/',
url: 'https://blockbook.syscoin.org',
default: true,
currency: 'sys',
apiUrl: '',
explorer: 'https://blockbook.elint.services/',
explorer: 'https://blockbook.syscoin.org',
slip44: 57,
isTestnet: false,
},
Expand Down

0 comments on commit 21d086d

Please sign in to comment.