diff --git a/deps/std/encoding/base58.ts b/deps/std/encoding/base58.ts index 66333c9b0..b2361fcb0 100644 --- a/deps/std/encoding/base58.ts +++ b/deps/std/encoding/base58.ts @@ -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"