Skip to content

Commit

Permalink
Update id and name of the alephium provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Nov 18, 2024
1 parent a8bb95d commit 15a66e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function isWalletEventMethodMatch({ method, name }: { method: string; name: stri
}

export class ProviderAlph extends InteractiveSignerProvider implements AlephiumWindowObject {
id = 'alephium';
name = 'Alephium';
id = 'onekey';
name = 'OneKey';
icon = 'https://uni.onekey-asset.com/static/logo/onekey.png';
version = '0.9.4';
_accountInfo: Account | undefined;
Expand Down

0 comments on commit 15a66e3

Please sign in to comment.