Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Aug 22, 2024
1 parent 094782a commit a32d184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const readlineSync = require('readline-sync');
const { CosmWasmClient } = require('@cosmjs/cosmwasm-stargate');
const { ethers } = require('hardhat');
const {
utils: { keccak256, hexlify },
utils: { keccak256 },
} = ethers;
const { normalizeBech32 } = require('@cosmjs/encoding');

Expand Down

0 comments on commit a32d184

Please sign in to comment.