Skip to content

Commit

Permalink
updated mod.ts version (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrotner authored Jul 27, 2022
1 parent a114acd commit 0fd65c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @deno-types="https://deno.land/x/web3@v0.9.2/packages/web3/types/index.d.ts"
import Web3 from 'https://deno.land/x/web3@v0.9.2/packages/web3/src/index.js';
// @deno-types="https://deno.land/x/web3@v0.11.1/packages/web3/types/index.d.ts"
import Web3 from 'https://deno.land/x/web3@v0.11.1/packages/web3/src/index.js';

export default Web3;

0 comments on commit 0fd65c6

Please sign in to comment.