Skip to content

Commit

Permalink
Merge pull request #508 from roll-network/chore/i246
Browse files Browse the repository at this point in the history
chore: Update chain data
  • Loading branch information
diegonzs-roll authored Mar 22, 2024
2 parents 5ae8867 + c9e38a2 commit d47f0e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-radios-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roll-network/web3': patch
---

Updated chain data
4 changes: 2 additions & 2 deletions packages/web3/src/providers/web3ProviderWagmi/chains.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Chain } from 'wagmi'
import { CHAIN_ID_FORM_TESTNET } from '../../connectors'

const rpcUrl = 'https://rpc.form.network/http'
const explorerUrl = 'https://explorer.form.network/'
const rpcUrl = 'https://form-testnet.alt.technology'
const explorerUrl = 'https://form-testnet-explorer.alt.technology'

export const formTestnet = {
id: CHAIN_ID_FORM_TESTNET,
Expand Down

0 comments on commit d47f0e5

Please sign in to comment.