Skip to content

Commit

Permalink
chore: release types package
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 authored Mar 12, 2024
2 parents 870a48c + 2384f83 commit 1f4ca2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/squid-types",
"version": "0.1.57",
"version": "0.1.58",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type BaseChain = {
estimatedBoostRouteDuration: number;
swapAmountForGas: string;
sameChainSwapsSupported: boolean;
interchainService?: string;
nativeCurrency: {
name: string;
symbol: string;
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export interface Token {
decimals: number;
logoURI?: string;
coingeckoId?: string;
interchainTokenId?: string;
volatility: Volatility;
redstoneId?: string;
usdPrice?: number;
axelarNetworkSymbol?: string;
subGraphOnly?: boolean;
Expand Down

0 comments on commit 1f4ca2b

Please sign in to comment.