Skip to content

Commit 97a3d4b

Browse files
committed
update to ogmios v6
1 parent 40bd760 commit 97a3d4b

File tree

6 files changed

+68
-700
lines changed

6 files changed

+68
-700
lines changed

dist/esm/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
"name": "@jpg-store/lucid-cardano",
3-
"version": "0.12.3",
3+
"version": "0.13.0",
44
"license": "MIT",
55
"description": "This is a fork of the original Lucid repo compiled into CommonJS. For more information check https://github.com/spacebudz/lucid",
66
"repository": "https://github.com/jpg-store/lucid",

dist/esm/src/types/types.d.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { C } from "../core/mod.js";
2-
type CostModel = Record<string, number>;
3-
export type CostModels = Record<PlutusVersion, CostModel>;
2+
export type CostModels = Record<PlutusVersion, Array<number>>;
43
export interface Configuration {
54
enableChangeSplitting: boolean;
65
changeNativeAssetChunkSize: number;
@@ -252,4 +251,3 @@ export type Metadata = {
252251
decimals?: number;
253252
};
254253
};
255-
export {};

0 commit comments

Comments
 (0)