Skip to content

Commit

Permalink
fix: use another RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
agazso committed Oct 3, 2023
1 parent ee9e317 commit ed3500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/adapters/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const chiadoBlockchain: BlockchainNetwork = {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const gnosisBlockchain: BlockchainNetwork = {
name: 'Gnosis',
provider: 'https://gnosis-erigon.apyos.dev/',
provider: 'https://xdai.fairdatasociety.org/',
explorer: {
name: 'Blockscout',
url: 'https://gnosis.blockscout.com',
Expand Down

0 comments on commit ed3500f

Please sign in to comment.