Skip to content

Commit

Permalink
Revert "Added Metamask example to README (#61)" (#62)
Browse files Browse the repository at this point in the history
This reverts commit ef6588c.
  • Loading branch information
MaxMustermann2 authored Oct 27, 2022
1 parent 84ffed0 commit b525819
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ Implementation of the Wallet that does not use any pk or mnemonic.
import { HttpProvider, WSProvider } from '@harmony-js/network'
import { Key, HarmonyShards, HARMONY_RPC_SHARD_0_URL, HARMONY_RPC_WS } from 'harmony-marketplace-sdk'

// Using with Metamask
const key = new Key(window.ethereum)

// Using a HttpProvider with a string url.
const key = new Key(new HttpProvider('https://api.harmony.one'))

Expand Down

0 comments on commit b525819

Please sign in to comment.