Skip to content

Commit

Permalink
upgrade @chain-registry/types (#104)
Browse files Browse the repository at this point in the history
* upgrade @chain-registry/types

* update @chain-registry/types
  • Loading branch information
hu-ke authored Nov 20, 2024
1 parent b09a8e0 commit 5cbab6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chain-registry": "1.18.0"
},
"dependencies": {
"@chain-registry/types": "0.16.0",
"@chain-registry/types": "^0.50.15",
"@chain-registry/utils": "^1.30.0",
"bignumber.js": "9.1.2",
"chain-registry": "^1.46.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/math/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { AssetDenomUnit, AssetList } from "@chain-registry/types";
import { DenomUnit, AssetList } from "@chain-registry/types";
import { Coin } from "osmojs/cosmos/base/v1beta1/coin";
import { Duration } from "osmojs/google/protobuf/duration";
import { Pool } from "osmojs/osmosis/gamm/v1beta1/balancerPool";
import { Gauge } from "osmojs/osmosis/incentives/gauge";
import { SuperfluidAsset } from "osmojs/osmosis/superfluid/superfluid";

export type CoinDenom = AssetDenomUnit["denom"];
export type CoinDenom = DenomUnit["denom"];

export type Exponent = AssetDenomUnit["exponent"];
export type Exponent = DenomUnit["exponent"];

export type CoinSymbol = string;

Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,11 @@
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.29.0.tgz#04751885c687df18feebfdfef446d8d45658a519"
integrity sha512-62oOUxD4tgSkv04drULpaLtCLW6IpnQ9ieNGLg5pVvbrD886yE6m3iO9ddOLqf6z6tcMFlxKxZ5c9vl6jdnIZg==

"@chain-registry/types@^0.50.15":
version "0.50.17"
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.50.17.tgz#5e85a5ebe1452a8cf57f9bd506c2e62b3d84ab2e"
integrity sha512-2J6b2C/KbKHrx4nYuj9X2IqAuNdiJ9BRD96l7URfAwK2X4U+KZbYSMQ8mvNe5SLdVexDZuBFj735suQI9xVnkQ==

"@chain-registry/utils@^1.17.0", "@chain-registry/utils@^1.29.2":
version "1.29.2"
resolved "https://registry.yarnpkg.com/@chain-registry/utils/-/utils-1.29.2.tgz#891a7cfd424303a3e631202167a608baacd99450"
Expand Down

0 comments on commit 5cbab6a

Please sign in to comment.