Skip to content

Commit

Permalink
Merge pull request #215 from pollum-io/chore/change-mainnet-rpc
Browse files Browse the repository at this point in the history
chore: update sysweb3-keyring version
  • Loading branch information
lucasgabrielgsp authored Mar 13, 2024
2 parents dc2294f + 366801e commit c766859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sysweb3-keyring/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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 c766859

Please sign in to comment.