Skip to content

Commit

Permalink
typo : sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
leekt committed Feb 22, 2024
1 parent 003378f commit 7a4d576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const getSupportedChains = (): UnvalidatedChain[] => [
},
{
name: "sepolia",
projectId: process.env.SEPOILA_PROJECT_ID || null,
projectId: process.env.SEPOLIA_PROJECT_ID || null,
viemChainObject: sepolia,
type: Network.testnet
},
Expand Down

0 comments on commit 7a4d576

Please sign in to comment.