Skip to content

Commit

Permalink
Updated web wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed Oct 22, 2024
1 parent 7782dab commit 4b69fd2
Show file tree
Hide file tree
Showing 10 changed files with 3,442 additions and 13,494 deletions.
2 changes: 1 addition & 1 deletion cmd/faucet/faucet.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Nuklai. All rights reserved.
// See the file LICENSE for licensing terms.

package main
Expand Down
7 changes: 7 additions & 0 deletions web_wallet/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { MetaMaskInpageProvider } from '@metamask/providers'

declare global {
interface Window {
ethereum?: MetaMaskInpageProvider
}
}
Loading

0 comments on commit 4b69fd2

Please sign in to comment.