Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Jun 18, 2024
1 parent 0be0b50 commit e7cd17c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import BigNumber from 'bignumber.js';
import * as CSL from '@emurgo/cardano-serialization-lib-nodejs';
import { protocolParams } from './networkConfig';
import { protocolParams } from './networkConfig.js';

export function getTtl() {
const fullConfig = [
Expand Down

0 comments on commit e7cd17c

Please sign in to comment.