diff --git a/stellar/utils.js b/stellar/utils.js index e0dd2184..597e04fb 100644 --- a/stellar/utils.js +++ b/stellar/utils.js @@ -15,7 +15,7 @@ const { Option } = require('commander'); const { CosmWasmClient } = require('@cosmjs/cosmwasm-stargate'); const { ethers } = require('hardhat'); const { - utils: { arrayify, hexlify }, + utils: { arrayify }, BigNumber, } = ethers;