diff --git a/README.md b/README.md index 62fddc9..91de6fa 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ yarn add @neutron-org/neutronjsplus ## Features -- Contracts management -- Sending and receiving transactions -- Interaction with the Neutron blockchain, and much more +- Contracts management; +- Sending and receiving transactions; +- Interaction with the Neutron blockchain, and much more. ## Usage Example diff --git a/package.json b/package.json index 01ca1fb..8a9428d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@cosmos-client/cosmwasm": "^0.20.1", "@cosmos-client/ibc": "^1.2.1", "axios": "^0.27.2", + "long": "^5.2.1", "merkletreejs": "^0.3.9" }, "devDependencies": { @@ -32,7 +33,6 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "lint-staged": "^12.3.8", - "long": "^5.2.1", "prettier": "^2.6.2", "rimraf": "5.0.1", "ts-node": "^9.1.1", diff --git a/src/helpers/cosmos.ts b/src/helpers/cosmos.ts index ba6843c..d71ec53 100644 --- a/src/helpers/cosmos.ts +++ b/src/helpers/cosmos.ts @@ -31,6 +31,7 @@ import { CodeId, } from './types'; import { getContractBinary } from './env'; + const adminmodule = AdminProto.adminmodule.adminmodule; export const NEUTRON_DENOM = process.env.NEUTRON_DENOM || 'untrn';