Skip to content

Commit

Permalink
Update mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrotner authored Jan 13, 2022
1 parent 7038e14 commit 47ead5f
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.8.1/packages/web3/types/index.d.ts"
import Web3 from 'https://deno.land/x/web3@v0.8.1/packages/web3/src/index.js';
// @deno-types="https://deno.land/x/web3@v0.8.3/packages/web3/types/index.d.ts"
import Web3 from 'https://deno.land/x/web3@v0.8.3/packages/web3/src/index.js';

export default Web3;

0 comments on commit 47ead5f

Please sign in to comment.