Skip to content

Commit

Permalink
fix: remove default override
Browse files Browse the repository at this point in the history
  • Loading branch information
isordo committed Nov 21, 2023
1 parent 85f492f commit aad1b54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/dapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@

// WC no matching key/topic errors override
window.addEventListener('unhandledrejection', function (e) {
event.preventDefault();
x.error('Error occurred: ' + e.reason.message)
})

Expand Down Expand Up @@ -212,7 +211,7 @@
},
featuredWallets: ['kukai', 'metamask', 'airgap'],
network: {
type: beacon.NetworkType.GHOSTNET
type: beacon.NetworkType.MAINNET
}
// matrixNodes: ['test.papers.tech', 'test2.papers.tech', 'matrix.papers.tech']
// matrixNodes: ['beacon-node-0.papers.tech:8448']
Expand Down

0 comments on commit aad1b54

Please sign in to comment.