Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Dec 5, 2023
1 parent 501b26f commit 28e2904
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ Be sure to secure your key to prevent unauthorized use in the Covalent platform
<AddressActivityListView address="0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de" />
<NFTWalletTokenListView
address="0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de"
chain_names={[
"eth-mainnet",
"matic-mainnet",
"bsc-mainnet",
"avalanche-mainnet",
"optimism-mainnet",
]}
chain_names={[
"eth-mainnet",
"matic-mainnet",
"bsc-mainnet",
"avalanche-mainnet",
"optimism-mainnet",
]}
/>
</GoldRushProvider>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export default meta;

export const NFTWalletTokenList: Story = {
args: {
chain_names: [
"eth-mainnet",
],
chain_names: ["eth-mainnet"],
address: "0x1ae705a28f1cca0363b5d709159220aa2fe551de",
},
};
Expand All @@ -29,6 +27,5 @@ export const MultiChainNFTWalletTokenList: Story = {
"optimism-mainnet",
],
address: "0x1ae705a28f1cca0363b5d709159220aa2fe551de",
}
},
};

0 comments on commit 28e2904

Please sign in to comment.