We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89444bc commit 91b4233Copy full SHA for 91b4233
1 file changed
examples/ethereum/app/provider.tsx
@@ -85,12 +85,12 @@ export default function Provider({
85
]}
86
// @ts-ignore
87
wallets={_wallets}
88
- assetLists={[{
89
- ...assetList,
90
- ...sepoliaAssetList,
91
- ...holeskyAssetList,
92
- ...bscAssetList
93
- }]}
+ assetLists={[
+ assetList,
+ sepoliaAssetList,
+ holeskyAssetList,
+ bscAssetList
+ ]}
94
signerOptions={{}}
95
>
96
{children}
0 commit comments