Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
remove dnt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Jun 22, 2023
1 parent 7495277 commit 34bae15
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion _tasks/dnt_examples_import_map.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"imports": {
"@noble/ed25519": "../deps/ed25519.ts",
"asserts": "../deps/std/testing/asserts.ts"
}
}
2 changes: 1 addition & 1 deletion examples/sign/ed25519.eg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*/

import { MultiAddress, westendDev } from "@capi/westend-dev"
import * as ed from "@noble/ed25519"
import { assert } from "asserts"
import { createDevUsers, ExtrinsicSender, is, Scope } from "capi"
import { signature } from "capi/patterns/signature/polkadot"
import * as ed from "../../deps/ed25519.ts"

const { alexa, billy } = await createDevUsers()
const scope = new Scope()
Expand Down
1 change: 0 additions & 1 deletion import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"scopes": {
"examples/": {
"@noble/ed25519": "./deps/ed25519.ts",
"asserts": "./deps/std/testing/asserts.ts",
"capi": "./mod.ts",
"capi/patterns/compat/pjs_sender": "./patterns/compat/pjs_sender.ts",
Expand Down

0 comments on commit 34bae15

Please sign in to comment.