Skip to content

Commit 91b4233

Browse files
committed
fix assetList issue
1 parent 89444bc commit 91b4233

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/ethereum/app/provider.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ export default function Provider({
8585
]}
8686
// @ts-ignore
8787
wallets={_wallets}
88-
assetLists={[{
89-
...assetList,
90-
...sepoliaAssetList,
91-
...holeskyAssetList,
92-
...bscAssetList
93-
}]}
88+
assetLists={[
89+
assetList,
90+
sepoliaAssetList,
91+
holeskyAssetList,
92+
bscAssetList
93+
]}
9494
signerOptions={{}}
9595
>
9696
{children}

0 commit comments

Comments
 (0)