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 3925e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/std/encoding/base58.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// export * from "https://deno.land/std@0.167.0/encoding/base58.ts"
export * from "https://raw.githubusercontent.com/kratico/deno_std/main/encoding/base58.ts"
// TODO: use std@0.168.0/encoding/base58.ts when https://github.com/denoland/deno_std/pull/2982 is released
export * from "https://raw.githubusercontent.com/denoland/deno_std/01696ce149463f498301782ac5e9ee322a86182c/encoding/base58.ts"

0 comments on commit 3925e81

Please sign in to comment.