@lit-protocol/accs-schemas
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -14,3 +14,3 @@ { | ||
"chain": { | ||
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet"] | ||
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet", "cheqdMainnet", "cheqdTestnet", "juno"] | ||
}, | ||
@@ -17,0 +17,0 @@ "method": { |
@@ -14,3 +14,3 @@ { | ||
"chain": { | ||
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet"] | ||
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet", "cheqdMainnet", "cheqdTestnet", "juno"] | ||
}, | ||
@@ -17,0 +17,0 @@ "method": { |
{ | ||
"name": "@lit-protocol/accs-schemas", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "types": "./types/index.d.ts", |
@@ -9,3 +9,3 @@ /** | ||
path: string; | ||
chain: 'cosmos' | 'kyve' | 'evmosCosmos' | 'evmosCosmosTestnet'; | ||
chain: 'cosmos' | 'kyve' | 'evmosCosmos' | 'evmosCosmosTestnet' | 'cheqdMainnet' | 'cheqdTestnet' | 'juno'; | ||
method?: string; | ||
@@ -12,0 +12,0 @@ parameters?: string[]; |
35556