Skip to content

Commit

Permalink
update to ogmios v6
Browse files Browse the repository at this point in the history
  • Loading branch information
joacohoyos committed Jul 22, 2024
1 parent 40bd760 commit 97a3d4b
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 700 deletions.
2 changes: 1 addition & 1 deletion dist/esm/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
"name": "@jpg-store/lucid-cardano",
"version": "0.12.3",
"version": "0.13.0",
"license": "MIT",
"description": "This is a fork of the original Lucid repo compiled into CommonJS. For more information check https://github.com/spacebudz/lucid",
"repository": "https://github.com/jpg-store/lucid",
Expand Down
4 changes: 1 addition & 3 deletions dist/esm/src/types/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { C } from "../core/mod.js";
type CostModel = Record<string, number>;
export type CostModels = Record<PlutusVersion, CostModel>;
export type CostModels = Record<PlutusVersion, Array<number>>;
export interface Configuration {
enableChangeSplitting: boolean;
changeNativeAssetChunkSize: number;
Expand Down Expand Up @@ -252,4 +251,3 @@ export type Metadata = {
decimals?: number;
};
};
export {};
Loading

0 comments on commit 97a3d4b

Please sign in to comment.