Skip to content

Commit

Permalink
chored: removed passage code
Browse files Browse the repository at this point in the history
  • Loading branch information
Teja2045 committed Nov 6, 2023
1 parent 4997cf5 commit b70cec8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 194 deletions.
3 changes: 0 additions & 3 deletions frontend/src/txns/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
} from '@cosmjs/stargate';
import { TxRaw } from 'cosmjs-types/cosmos/tx/v1beta1/tx';
import { GeneratedType, Registry } from '@cosmjs/proto-signing';
import { MsgClaim } from './passage/msg_claim';
import { Msg } from '../types/types';
import { GAS_FEE } from '../utils/constants';

Expand All @@ -29,8 +28,6 @@ export async function signAndBroadcastAmino(
registry.register(v[0], v[1]);
});

registry.register('/passage3d.claim.v1beta1.MsgClaim', MsgClaim);

const cosmJS = await SigningStargateClient.connectWithSigner(rpcURL, wallet, {
registry: registry,
});
Expand Down
191 changes: 0 additions & 191 deletions frontend/src/txns/passage/msg_claim.ts

This file was deleted.

0 comments on commit b70cec8

Please sign in to comment.