Skip to content

Commit

Permalink
966, fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoElement committed Dec 27, 2024
1 parent 629284d commit 340b0b5
Show file tree
Hide file tree
Showing 3 changed files with 4,459 additions and 4,718 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class WalletLinkWalletAdapter extends EvmWalletAdapter<ProviderInterface>

public async activate(): Promise<void> {
try {
// @ts-ignore
const [address] = await this.wallet.request<[string]>({ method: 'eth_requestAccounts' });
const chainId = (await this.wallet.request({ method: 'eth_chainId' })) as string;
this.isEnabled = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface RankedBlockchain {
export const notEvmChangeNowBlockchainsList = {};

export const defaultBlockchainsList: BlockchainName[] = [
BLOCKCHAIN_NAME.SONEIUM_TESTNET,
BLOCKCHAIN_NAME.UNICHAIN_SEPOLIA_TESTNET,
BLOCKCHAIN_NAME.SEPOLIA,
BLOCKCHAIN_NAME.BERACHAIN,
Expand Down
Loading

0 comments on commit 340b0b5

Please sign in to comment.