diff --git a/packages/sysweb3-keyring/package.json b/packages/sysweb3-keyring/package.json index 6c9ba9e..60fb55a 100644 --- a/packages/sysweb3-keyring/package.json +++ b/packages/sysweb3-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@pollum-io/sysweb3-keyring", - "version": "1.0.478", + "version": "1.0.479", "description": "Keyring Manager for UTXO and Web3 Wallets", "main": "cjs/index.js", "types": "types/index.d.ts", diff --git a/packages/sysweb3-keyring/src/initial-state.ts b/packages/sysweb3-keyring/src/initial-state.ts index a5d5e5b..754247a 100644 --- a/packages/sysweb3-keyring/src/initial-state.ts +++ b/packages/sysweb3-keyring/src/initial-state.ts @@ -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, },