Skip to content

Commit

Permalink
fix: remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-yw committed Sep 14, 2024
1 parent a4d5858 commit 40b4130
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/telescope/src/generators/create-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
getTypesHelper,
jsonSafe,
decimal,
cosmjsDecimal,
} from '../helpers';

const version = process.env.NODE_ENV === 'test' ? 'latest' : pkg.version;
Expand Down
4 changes: 0 additions & 4 deletions packages/telescope/src/helpers/decimals.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export const cosmjsDecimal = `
export { Decimal } from "@cosmjs/math";
`;

export const decimal = `
// START agoric-sdk patch
// The largest value we need is 18 (Ether).
Expand Down

0 comments on commit 40b4130

Please sign in to comment.