We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdbefc commit d050195Copy full SHA for d050195
src/utils/wagmiNetworks.ts
@@ -1,10 +1,6 @@
1
-import {
2
- AppKitNetwork,
3
- arbitrumSepolia,
4
- arbitrum,
5
-} from '@reown/appkit/networks';
+import { AppKitNetwork, arbitrum } from '@reown/appkit/networks';
6
7
-export { arbitrumSepolia, arbitrum } from '@reown/appkit/networks';
+export { arbitrum } from '@reown/appkit/networks';
8
9
export const bellecour: AppKitNetwork = {
10
id: 0x86,
@@ -29,7 +25,6 @@ export const bellecour: AppKitNetwork = {
29
25
30
26
const wagmiNetworks = {
31
27
bellecour,
32
33
28
arbitrum,
34
};
35
0 commit comments