Skip to content

Commit 6423b12

Browse files
committed
Check module addresses
1 parent d5d397f commit 6423b12

File tree

224 files changed

+497
-461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+497
-461
lines changed

__fixtures__/issues/98/out/98.client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import { CosmWasmClient, SigningCosmWasmClient, ExecuteResult } from "@cosmjs/cosmwasm-stargate";

__fixtures__/issues/98/out/98.react-query.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import { UseQueryOptions, useQuery } from "@tanstack/react-query";

__fixtures__/issues/98/out/98.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
export type Uint128 = string;

__fixtures__/issues/98/out/bundle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import * as _0 from "./98.types";

__output__/abstract/apps/autocompounder/Autocompounder.client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import { CamelCasedProperties } from "type-fest";
88
import { SigningCosmWasmClient, ExecuteResult } from "@cosmjs/cosmwasm-stargate";
99
import { AbstractQueryClient, AbstractAccountQueryClient, AbstractAccountClient, AppExecuteMsg, AppExecuteMsgFactory, AbstractClient } from "@abstract-money/abstract.js";
1010
import { StdFee, Coin } from "@cosmjs/amino";
1111
import { Decimal, AssetEntry, BondingPeriodSelector, Duration, InstantiateMsg, ExecuteMsg, Uint128, AnsAsset, QueryMsg, MigrateMsg, Expiration, Timestamp, Uint64, ArrayOfTupleOfStringAndArrayOfClaim, Claim, ArrayOfClaim, Addr, PoolAddressBaseForAddr, AssetInfoBaseForAddr, PoolType, Config, PoolMetadata } from "./Autocompounder.types";
12-
import { AutocompounderQueryMsgBuilder, AutocompounderExecuteMsgBuilder } from "./Autocompounder.msg-builder";
12+
import { AutocompounderQueryMsgBuilder, AutocompounderExecuteMsgBuilder } from "./Autocompounder.message-builder";
1313
export interface IAutocompounderAppQueryClient {
1414
moduleId: string;
1515
accountQueryClient: AbstractAccountQueryClient;

__output__/abstract/apps/autocompounder/Autocompounder.message-composer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import { Coin } from "@cosmjs/amino";

__output__/abstract/apps/autocompounder/Autocompounder.react-query.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import { UseQueryOptions, useQuery, useMutation, UseMutationOptions } from "@tanstack/react-query";

__output__/abstract/apps/autocompounder/Autocompounder.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
export type Decimal = string;

__output__/abstract/apps/etf-prefix/Etf.client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import { CamelCasedProperties } from "type-fest";
88
import { SigningCosmWasmClient, ExecuteResult } from "@cosmjs/cosmwasm-stargate";
99
import { AbstractQueryClient, AbstractAccountQueryClient, AbstractAccountClient, AppExecuteMsg, AppExecuteMsgFactory, AbstractClient } from "@abstract-money/abstract.js";
1010
import { StdFee, Coin } from "@cosmjs/amino";
1111
import { Decimal, InstantiateMsg, ExecuteMsg, Uint128, AssetInfoBaseForString, AssetBaseForString, QueryMsg, MigrateMsg, StateResponse } from "./Etf.types";
12-
import { EtfQueryMsgBuilder, EtfExecuteMsgBuilder } from "./Etf.msg-builder";
12+
import { EtfQueryMsgBuilder, EtfExecuteMsgBuilder } from "./Etf.message-builder";
1313
export interface IEtfTestQueryClient {
1414
moduleId: string;
1515
accountQueryClient: AbstractAccountQueryClient;

__output__/abstract/apps/etf-prefix/Etf.message-composer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* This file was automatically generated by @cosmwasm/ts-codegen@latest.
2+
* This file was automatically generated by @abstract-money/ts-codegen@latest.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4-
* and run the @cosmwasm/ts-codegen generate command to regenerate this file.
4+
* and run the @abstract-money/ts-codegen generate command to regenerate this file.
55
*/
66

77
import { Coin } from "@cosmjs/amino";

0 commit comments

Comments
 (0)