Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .turbo/cookies/11.cookie
Empty file.
Empty file removed .turbo/cookies/12.cookie
Empty file.
Empty file removed .turbo/cookies/4.cookie
Empty file.
Empty file removed .turbo/cookies/5.cookie
Empty file.
Empty file removed .turbo/cookies/6.cookie
Empty file.
Empty file removed .turbo/cookies/7.cookie
Empty file.
Empty file removed .turbo/cookies/8.cookie
Empty file.
Empty file removed .turbo/cookies/9.cookie
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/web/src/lib/dynamic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function toDynamicEvmNetwork(chain: typeof intuitionTestnet | typeof intuitionMa
}

const dynamicEvmNetworks = [
toDynamicEvmNetwork(intuitionTestnet, { testnet: true }),
toDynamicEvmNetwork(intuitionMainnet, { testnet: false }),
toDynamicEvmNetwork(intuitionTestnet, { testnet: true }),
];

export function RootProviders({ children }: PropsWithChildren) {
Expand Down
3 changes: 2 additions & 1 deletion apps/web/src/lib/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ function withMulticall(chain: Chain): Chain {
}

export const CHAINS: Chain[] = [
withMulticall(intuitionTestnet as unknown as Chain),
withMulticall(intuitionMainnet as unknown as Chain),
withMulticall(intuitionTestnet as unknown as Chain),

];

export const wagmiConfig = createConfig({
Expand Down
Loading