@dynamic-labs/types
Advanced tools
Comparing version 3.4.5 to 3.4.6
'use client' | ||
var version = "3.4.5"; | ||
var version = "3.4.6"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/types", | ||
"version": "3.4.5", | ||
"version": "3.4.6", | ||
"repository": { | ||
@@ -30,5 +30,5 @@ "type": "git", | ||
"@dynamic-labs/sdk-api-core": "0.0.559", | ||
"@dynamic-labs/assert-package-version": "3.4.5" | ||
"@dynamic-labs/assert-package-version": "3.4.6" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -5,2 +5,3 @@ import { type NetworkConfiguration } from '@dynamic-labs/sdk-api-core'; | ||
networkId: number | string; | ||
bech32Prefix?: string; | ||
}; | ||
@@ -10,4 +11,5 @@ export type EvmNetwork = Omit<GenericNetwork, 'chainId'> & { | ||
}; | ||
export type CosmosNetwork = EvmNetwork; | ||
export type NetworkConfigurationMap = { | ||
[key: string]: GenericNetwork[] | undefined; | ||
}; |
Sorry, the diff of this file is too big to display
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
373887
315
+ Added@dynamic-labs/assert-package-version@3.4.6(transitive)
+ Added@dynamic-labs/logger@3.4.6(transitive)
- Removed@dynamic-labs/assert-package-version@3.4.5(transitive)
- Removed@dynamic-labs/logger@3.4.5(transitive)