@chain-registry/interfaces
Advanced tools
Comparing version 0.49.14 to 0.50.0
@@ -6,3 +6,3 @@ export interface Asset { | ||
denom_units: DenomUnit[]; | ||
type_asset?: "sdk.coin" | "cw20" | "erc20" | "ics20" | "snip20" | "snip25" | "bitcoin-like" | "evm-base" | "svm-base" | "substrate" | "unknown"; | ||
type_asset: "sdk.coin" | "cw20" | "erc20" | "ics20" | "snip20" | "snip25" | "bitcoin-like" | "evm-base" | "svm-base" | "substrate" | "unknown"; | ||
address?: string; | ||
@@ -40,2 +40,7 @@ base: string; | ||
twitter?: string; | ||
telegram?: string; | ||
discord?: string; | ||
github?: string; | ||
medium?: string; | ||
reddit?: string; | ||
}; | ||
@@ -42,0 +47,0 @@ } |
@@ -89,3 +89,2 @@ export interface Peer { | ||
website?: string; | ||
update_link?: string; | ||
status?: "live" | "upcoming" | "killed"; | ||
@@ -130,4 +129,2 @@ network_type?: "mainnet" | "testnet" | "devnet"; | ||
cosmwasm?: Cosmwasm; | ||
ibc_go_version?: string; | ||
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[]; | ||
ibc?: Ibc; | ||
@@ -156,4 +153,2 @@ genesis?: { | ||
cosmwasm?: Cosmwasm; | ||
ibc_go_version?: string; | ||
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[]; | ||
ibc?: Ibc; | ||
@@ -160,0 +155,0 @@ binaries?: Binaries; |
{ | ||
"name": "@chain-registry/interfaces", | ||
"version": "0.49.14", | ||
"version": "0.50.0", | ||
"description": "Chain Registry interfaces", | ||
@@ -36,3 +36,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
], | ||
"gitHead": "e9f9f9807ccb6b789f07fe2c8ba90ab33d77f588" | ||
"gitHead": "e1ab4151c2b4d006e0171fd88986b89ae8514fc6" | ||
} |
@@ -13,3 +13,3 @@ # @chain-registry/interfaces | ||
<a href="https://www.npmjs.com/package/@chain-registry/interfaces"><img height="20" src="https://img.shields.io/npm/dt/@chain-registry/interfaces"></a> | ||
<a href="https://www.npmjs.com/package/@chain-registry/interfaces"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=packages%2Ftypes%2Fpackage.json"></a> | ||
<a href="https://www.npmjs.com/package/@chain-registry/interfaces"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=v2%2Fpackages%2Finterfaces%2Fpackage.json"></a> | ||
</p> | ||
@@ -16,0 +16,0 @@ |
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
17562