Skip to content

Commit

Permalink
Merge pull request #872 from ecadlabs/issue-871
Browse files Browse the repository at this point in the history
issue-871: Code Example Fixes for Documentation
  • Loading branch information
roxaneletourneau authored May 26, 2021
2 parents 63ca5d4 + ddb9d84 commit 5df7716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/originate.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ values={[
This requires a signer to be configured, ie:

```
import { importKey } from '@taquito/taquito-signer';
importKey("p2sk2obfVMEuPUnadAConLWk7Tf4Dt3n4svSgJwrgpamRqJXvaYcg1")
import { importKey } from '@taquito/signer';
import { TezosToolkit } from '@taquito/taquito';
const Tezos = new TezosToolkit('https://api.tez.ie/rpc/florencenet');
importKey(Tezos, "p2sk2obfVMEuPUnadAConLWk7Tf4Dt3n4svSgJwrgpamRqJXvaYcg1")
```

</TabItem>
Expand Down

0 comments on commit 5df7716

Please sign in to comment.