Skip to content

Commit

Permalink
Update wagmi.ts
Browse files Browse the repository at this point in the history
kehiy authored Jun 22, 2024
1 parent a9d8896 commit 14cfba1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/wagmi/wagmi.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
import { getDefaultConfig } from '@rainbow-me/rainbowkit';
import { polygonAmoy } from 'viem/chains';
import { polygon } from 'viem/chains';


export const config = getDefaultConfig({
appName: 'Wrapto',
projectId: '339296f0d3af3f76bce150594097de48',
projectId: '412518712bdfdffa4c475e1d23133393',
chains: [
// mainnet,
polygonAmoy,
// polygon,
// optimism,
// arbitrum,
// base,
// zora,
// sepolia
polygon,
],
ssr: false,
});

0 comments on commit 14cfba1

Please sign in to comment.