Skip to content

Commit 9c3f86b

Browse files
authored
Update mod.ts
1 parent 9649125 commit 9c3f86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @deno-types="https://deno.land/x/[email protected].0/packages/web3/types/index.d.ts"
2-
import Web3 from 'https://deno.land/x/[email protected].0/packages/web3/src/index.js';
1+
// @deno-types="https://deno.land/x/[email protected].2/packages/web3/types/index.d.ts"
2+
import Web3 from 'https://deno.land/x/[email protected].2/packages/web3/src/index.js';
33

44
export default Web3;

0 commit comments

Comments
 (0)