Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepuppy committed Nov 28, 2023
1 parent 73d803c commit 875a6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions v4-client-js/examples/noble_example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ async function test(): Promise<void> {
console.log('Balances');
console.log(JSON.stringify(coins));

// IBC from noble

const ibcFromNobleMsg: EncodeObject = {
typeUrl: '/ibc.applications.transfer.v1.MsgTransfer',
value: {
Expand Down
5 changes: 0 additions & 5 deletions v4-client-js/src/clients/noble-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ export class NobleClient {
private stargateClient?: SigningStargateClient;
private wallet?: LocalWallet;

/**
* @description Connect to a validator client
*
* @returns The validator client
*/
static async connect(
restEndpoint: string,
wallet: LocalWallet,
Expand Down

0 comments on commit 875a6bc

Please sign in to comment.