Skip to content

Commit d050195

Browse files
committed
refactor: remove arbitrumSepolia from wagmiNetworks and clean up imports
1 parent 3bdbefc commit d050195

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/utils/wagmiNetworks.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
import {
2-
AppKitNetwork,
3-
arbitrumSepolia,
4-
arbitrum,
5-
} from '@reown/appkit/networks';
1+
import { AppKitNetwork, arbitrum } from '@reown/appkit/networks';
62

7-
export { arbitrumSepolia, arbitrum } from '@reown/appkit/networks';
3+
export { arbitrum } from '@reown/appkit/networks';
84

95
export const bellecour: AppKitNetwork = {
106
id: 0x86,
@@ -29,7 +25,6 @@ export const bellecour: AppKitNetwork = {
2925

3026
const wagmiNetworks = {
3127
bellecour,
32-
arbitrumSepolia,
3328
arbitrum,
3429
};
3530

0 commit comments

Comments
 (0)