Skip to content

Commit

Permalink
displayedAssets property mistake in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Sep 26, 2023
1 parent b00ec4f commit 85e4372
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,18 @@ The settings are described in more detailed in the Sequence Kit documentation.
showEmailInput: true,
miniAuthOptions: ['google', 'discord', 'facebook', 'apple'],
authOptions: ['metamask', 'wallet-connect'],
// limits the digital assets displayed on the assets summary screen
displayedAssets: [
{
contractAddress: ethers.constants.AddressZero,
chainId: 137,
},
{
contractAddress: '0x631998e91476da5b870d741192fc5cbc55f5a52e',
chainId: 137
}
],
};
// limits the digital assets displayed on the assets summary screen
displayedAssets: [
{
contractAddress: ethers.constants.AddressZero,
chainId: 137,
},
{
contractAddress: '0x631998e91476da5b870d741192fc5cbc55f5a52e',
chainId: 137
}
],
}

<KitProvider config={kitConfig}>
Expand Down
24 changes: 12 additions & 12 deletions packages/kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,18 @@ The settings are described in more detailed in the Sequence Kit documentation.
showEmailInput: true,
miniAuthOptions: ['google', 'discord', 'facebook', 'apple'],
authOptions: ['metamask', 'wallet-connect'],
// limits the digital assets displayed on the assets summary screen
displayedAssets: [
{
contractAddress: ethers.constants.AddressZero,
chainId: 137,
},
{
contractAddress: '0x631998e91476da5b870d741192fc5cbc55f5a52e',
chainId: 137
}
],
};
},
// limits the digital assets displayed on the assets summary screen
displayedAssets: [
{
contractAddress: ethers.constants.AddressZero,
chainId: 137,
},
{
contractAddress: '0x631998e91476da5b870d741192fc5cbc55f5a52e',
chainId: 137
}
],
}

<KitProvider config={kitConfig}>
Expand Down

0 comments on commit 85e4372

Please sign in to comment.