Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cosmos): bump SDK versions of cosmos chains to latest #336

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions electron/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ process.env.PUBLIC = app.isPackaged
: join(process.env.DIST_ELECTRON, '../public');

/* eslint-disable @typescript-eslint/unbound-method */
import { Atom, Tatom } from '@bitgo-beta/sdk-coin-atom';
import { Bld, Tbld } from '@bitgo-beta/sdk-coin-bld';
import { Hash, Thash } from '@bitgo-beta/sdk-coin-hash';
import { Injective, Tinjective } from '@bitgo-beta/sdk-coin-injective';
import { Sei, Tsei } from '@bitgo-beta/sdk-coin-sei';
import { Tia, Ttia } from '@bitgo-beta/sdk-coin-tia';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hw about osmo and zeta ?

Copy link
Contributor Author

@Vijay-Jagannathan Vijay-Jagannathan Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, curious how I don't have it in - locally it seems to be updated and there is nothing to commit/push

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^@DinshawKothari ignore above comment. So for both osmo/zeta I used the alpha versions when I first made the change, so that's why you don't see it here.

import { Atom, Tatom } from '@bitgo/sdk-coin-atom';
import { Bld, Tbld } from '@bitgo/sdk-coin-bld';
import { Hash, Thash } from '@bitgo/sdk-coin-hash';
import { Injective, Tinjective } from '@bitgo/sdk-coin-injective';
import { Sei, Tsei } from '@bitgo/sdk-coin-sei';
import { Tia, Ttia } from '@bitgo/sdk-coin-tia';
import { AbstractUtxoCoin } from '@bitgo/abstract-utxo';
import { BitGoAPI } from '@bitgo/sdk-api';
import { Ada, Tada } from '@bitgo/sdk-coin-ada';
Expand Down
Loading
Loading