@dahlia-labs/token-utils
Advanced tools
Comparing version 0.9.11 to 0.9.12
@@ -58,5 +58,5 @@ import type { ChainId, Network } from "@dahlia-labs/celo-contrib"; | ||
*/ | ||
export declare type TokenMap = { | ||
export type TokenMap = { | ||
[c in ChainId]: Token; | ||
}; | ||
//# sourceMappingURL=token.d.ts.map |
@@ -15,7 +15,7 @@ import { Token } from "./token"; | ||
*/ | ||
export declare type OriginChain = typeof ORIGIN_CHAINS[number]; | ||
export type OriginChain = typeof ORIGIN_CHAINS[number]; | ||
/** | ||
* Token extensions with additional information. | ||
*/ | ||
export declare type TokenExtensions = { | ||
export type TokenExtensions = { | ||
readonly website?: string; | ||
@@ -60,3 +60,3 @@ readonly bridgeContract?: string; | ||
*/ | ||
export declare type TokenInfo = { | ||
export type TokenInfo = { | ||
readonly chainId: number; | ||
@@ -63,0 +63,0 @@ readonly address: string; |
@@ -58,5 +58,5 @@ import type { ChainId, Network } from "@dahlia-labs/celo-contrib"; | ||
*/ | ||
export declare type TokenMap = { | ||
export type TokenMap = { | ||
[c in ChainId]: Token; | ||
}; | ||
//# sourceMappingURL=token.d.ts.map |
@@ -15,7 +15,7 @@ import { Token } from "./token"; | ||
*/ | ||
export declare type OriginChain = typeof ORIGIN_CHAINS[number]; | ||
export type OriginChain = typeof ORIGIN_CHAINS[number]; | ||
/** | ||
* Token extensions with additional information. | ||
*/ | ||
export declare type TokenExtensions = { | ||
export type TokenExtensions = { | ||
readonly website?: string; | ||
@@ -60,3 +60,3 @@ readonly bridgeContract?: string; | ||
*/ | ||
export declare type TokenInfo = { | ||
export type TokenInfo = { | ||
readonly chainId: number; | ||
@@ -63,0 +63,0 @@ readonly address: string; |
{ | ||
"name": "@dahlia-labs/token-utils", | ||
"description": "Token-related math and transaction utilities.", | ||
"version": "0.9.11", | ||
"version": "0.9.12", | ||
"repository": { | ||
@@ -29,3 +29,3 @@ "type": "git", | ||
"dependencies": { | ||
"@dahlia-labs/celo-contrib": "^0.9.11", | ||
"@dahlia-labs/celo-contrib": "^0.9.12", | ||
"@ubeswap/token-math": "^5.2.1", | ||
@@ -45,3 +45,3 @@ "tiny-invariant": "^1.3.1", | ||
"jsbi": "^4.3.0", | ||
"typescript": "^4.8.3" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96948