Skip to content

Commit 8cf5a4f

Browse files
docs: remove unnecessary code (#1313)
1 parent 005af51 commit 8cf5a4f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/course/dev-connect.zh-CN.md

-7
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ import { WagmiWeb3ConfigProvider } from "@ant-design/web3-wagmi";
7474
- import { Address } from "@ant-design/web3";
7575
+ import { Address, NFTCard } from "@ant-design/web3";
7676

77-
const config = createConfig({
78-
chains: [mainnet],
79-
transports: {
80-
[mainnet.id]: http(),
81-
},
82-
});
83-
8477
export default function Web3() {
8578
return (
8679
<WagmiWeb3ConfigProvider>

0 commit comments

Comments
 (0)