Made it so mainnet is selected as primary network
Some checks failed
CI / Foundry project (push) Has been cancelled
Some checks failed
CI / Foundry project (push) Has been cancelled
This commit is contained in:
parent
e0b99b9d39
commit
a5fd3d9e21
@ -9,9 +9,9 @@ export const config = getDefaultConfig({
|
|||||||
appName: 'RainbowKit App',
|
appName: 'RainbowKit App',
|
||||||
projectId: 'YOUR_PROJECT_ID',
|
projectId: 'YOUR_PROJECT_ID',
|
||||||
chains: [
|
chains: [
|
||||||
baseSepolia,
|
|
||||||
foundry,
|
|
||||||
base,
|
base,
|
||||||
|
foundry,
|
||||||
|
baseSepolia,
|
||||||
],
|
],
|
||||||
ssr: true,
|
ssr: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user