Skip to content

Commit

Permalink
fix: new split contract address, RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
agazso committed Oct 4, 2023
1 parent ed3500f commit e99a352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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://xdai.fairdatasociety.org/',
provider: 'https://gnosis-erigon.apyos.dev/',
explorer: {
name: 'Blockscout',
url: 'https://gnosis.blockscout.com',
Expand All @@ -93,7 +93,7 @@ const gnosisBlockchain: BlockchainNetwork = {
},
],
objects: {
splitterFactory: '0xCdE164E4274Ee30dA21cf5407B8FB37A265f623C',
splitterFactory: '0x99873C280c0c4A5460AB781e4bcD06f6B5f35717',
},
}

Expand Down

0 comments on commit e99a352

Please sign in to comment.