Skip to content

Commit

Permalink
added INK to wallet activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunya authored Dec 29, 2024
1 parent a086579 commit b765b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/requirements/WalletActivity/WalletActivityForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const COVALENT_CHAINS = new Set<Chain>([
"ROOTSTOCK",
"MODE",
"LISK",
"INK",
])

const walletActivityRequirementTypes: SelectOption[] = [
Expand Down Expand Up @@ -134,6 +135,7 @@ const WalletActivityForm = ({
"ROOTSTOCK",
"MODE",
"LISK",
"INK",
]

for (const covalentChain of COVALENT_CHAINS.values()) {
Expand Down

0 comments on commit b765b00

Please # to comment.