Skip to content

Commit

Permalink
Merge pull request #140 from metagov/add-more-testnets
Browse files Browse the repository at this point in the history
add network IDs
  • Loading branch information
Rashmi-278 authored Sep 4, 2023
2 parents 036bade + fb200be commit 6ee13a9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ import validator from 'validator'
import useAxios from 'axios-hooks'
import { Button, Callout, Divider, FormGroup, HTMLSelect, InputGroup } from '@blueprintjs/core'
import FRAMEWORK_URIs from './FRAMEWORK_URIs'
import { arbitrumGoerli } from 'wagmi/dist/chains'

const networkIds = {
mainnet: 1,
goerli: 5,
optimismGoerli: 420
optimismGoerli: 420,
arbitrumGoerli: 421613,
chapel: 97

}

Expand Down

0 comments on commit 6ee13a9

Please sign in to comment.