Skip to content

Commit

Permalink
Add opBNB to chains
Browse files Browse the repository at this point in the history
  • Loading branch information
vectorisvector committed Nov 21, 2023
1 parent 2c6d27c commit a5ae44b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import {
linea,
okc,
fantom,
opBNB,
} from "viem/chains";

const chains = {
Expand All @@ -37,6 +38,7 @@ const chains = {
linea,
okc,
fantom,
opBNB,
};

type ChainKey = keyof typeof chains;
Expand Down

0 comments on commit a5ae44b

Please sign in to comment.