Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eguajardo committed Jul 22, 2024
1 parent 0ab4f75 commit c149bee
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions cosmwasm/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ const { DirectSecp256k1HdWallet } = require('@cosmjs/proto-signing');
const { MsgSubmitProposal } = require('cosmjs-types/cosmos/gov/v1beta1/tx');
const { StoreCodeProposal, InstantiateContractProposal, InstantiateContract2Proposal } = require('cosmjs-types/cosmwasm/wasm/v1/proposal');
const { AccessType } = require('cosmjs-types/cosmwasm/wasm/v1/types');
const {
getSaltFromKey,
isString,
isStringArray,
isKeccak256Hash,
isNumber,
toBigNumberString,
printInfo,
prompt,
} = require('../evm/utils');
const { getSaltFromKey, isString, isStringArray, isKeccak256Hash, isNumber, toBigNumberString, printInfo } = require('../evm/utils');
const { normalizeBech32 } = require('@cosmjs/encoding');

const governanceAddress = 'axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj';
Expand Down

0 comments on commit c149bee

Please sign in to comment.