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

Commit

Permalink
chore: add base58 dep comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kratico committed Dec 14, 2022
1 parent 702e53a commit 3f2a88d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/std/encoding/base58.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// export * from "https://deno.land/[email protected]/encoding/base58.ts"
// export * from "https://deno.land/[email protected]/encoding/base58.ts"
// TODO: use [email protected]/encoding/base58.ts when https://github.com/denoland/deno_std/pull/2982 is released
export * from "https://raw.githubusercontent.com/kratico/deno_std/main/encoding/base58.ts"

0 comments on commit 3f2a88d

Please sign in to comment.