Skip to content

Commit

Permalink
Merge pull request #43 from tokenbound/bj/add-opgoerli-to-chains
Browse files Browse the repository at this point in the history
Add OP goerli to internal chains
  • Loading branch information
bjfresh authored Oct 16, 2023
2 parents ef05436 + d7def90 commit 08f20e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/src/utils/chainIdToChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ import {
sepolia,
optimism,
arbitrum,
optimismGoerli,
base,
gnosis,
} from 'viem/chains'

const allChains = {
mainnet,
goerli,
optimismGoerli,
polygon,
polygonMumbai,
sepolia,
Expand Down

0 comments on commit 08f20e6

Please sign in to comment.