Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Aug 25, 2023
1 parent 1b68a0b commit 07b433c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/helpers/cosmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export const IBC_USDC_DENOM = process.env.IBC_USDC_DENOM || 'uibcusdc';
export const COSMOS_DENOM = process.env.COSMOS_DENOM || 'uatom';
export const IBC_RELAYER_NEUTRON_ADDRESS =
'neutron1mjk79fjjgpplak5wq838w0yd982gzkyf8fxu8u';
export const ADMIN_MODULE_ADDRESS = 'neutron1hxskfdxpp5hqgtjj6am6nkjefhfzj359x0ar3z'
export const ADMIN_MODULE_ADDRESS =
'neutron1hxskfdxpp5hqgtjj6am6nkjefhfzj359x0ar3z';

// BalancesResponse is the response model for the bank balances query.
type BalancesResponse = {
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/proposal.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { google } from '../generated/proto';
import Any = google.protobuf.Any;
import {ADMIN_MODULE_ADDRESS} from "./cosmos";
import { ADMIN_MODULE_ADDRESS } from './cosmos';

export type ParamChangeProposalInfo = {
title: string;
Expand Down

0 comments on commit 07b433c

Please sign in to comment.