Skip to content

Commit

Permalink
feat: add supported_chains data for Rabby
Browse files Browse the repository at this point in the history
use as initial example of ChainName type restriction; data ref: #13469
  • Loading branch information
wackerow committed Jul 26, 2024
1 parent d5ff390 commit 7f8dc7d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ import UnstoppableWalletImage from "@/public/images/wallets/unstoppable.png"
import XDEFIImage from "@/public/images/wallets/xdefi.png"
import ZerionImage from "@/public/images/wallets/zerion.png"

/**
* See src/data/chains.ts for available chains and names for use within
* the optional `supported_chains` array.
*/

export const walletsData: WalletData[] = [
{
last_updated: "2022-06-22",
Expand Down Expand Up @@ -1293,6 +1298,27 @@ export const walletsData: WalletData[] = [
social_recovery: false,
onboard_documentation: "",
documentation: "",
supported_chains: [
"Arbitrum One",
"Astar zkEVM",
"Aurora Mainnet",
"Base",
"Blast",
"Boba Network",
"Cyber Mainnet",
"DBK Chain",
"Fraxtal",
"Karak Mainnet",
"Metis Andromeda Mainnet",
"Mint Mainnet",
"Mode",
"Linea",
"OP Mainnet",
"Polygon zkEVM",
"Scroll",
"zkSync Mainnet",
"Zora",
],
},
{
last_updated: "2022-08-31",
Expand Down

0 comments on commit 7f8dc7d

Please sign in to comment.