Skip to content

Commit

Permalink
Add solana to Arkham chains list (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinoConti authored Feb 27, 2025
1 parent 8eaf459 commit 89e962b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/arkham.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export interface IArkhamResponse {
ethereum?: IArkhamInfoByChain;
optimism?: IArkhamInfoByChain;
polygon?: IArkhamInfoByChain;
solana?: IArkhamInfoByChain;
// bitcoin?: IArkhamInfoByChain;
// tron?: IArkhamInfoByChain;
// flare?: IArkhamInfoByChain;
Expand All @@ -52,6 +53,7 @@ export const ARKHAM_CHAIN_NAME: Partial<Record<ChainId, keyof IArkhamResponse>>
[chainToChainId("Ethereum")]: "ethereum",
[chainToChainId("Optimism")]: "optimism",
[chainToChainId("Polygon")]: "polygon",
[chainToChainId("Solana")]: "solana",
};

export interface IArkhamRelayerCheck {
Expand Down

0 comments on commit 89e962b

Please sign in to comment.