Skip to content

Commit

Permalink
fix: fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPretorius committed Apr 17, 2023
1 parent 108a875 commit b32e1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:latest
FROM --platform=linux/amd64 node:18

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion faucet.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import cors from 'cors';
import * as path from 'path';
import { DirectSecp256k1HdWallet } from '@cosmjs/proto-signing';
import { SigningStargateClient } from '@cosmjs/stargate';
import { TxRaw } from 'cosmjs-types/cosmos/tx/v1beta1/tx';
import { TxRaw } from 'cosmjs-types/cosmos/tx/v1beta1/tx.js';
import { FrequencyChecker } from './checker';
import dotenv from 'dotenv';
import { getSignerData } from './store';
Expand Down

0 comments on commit b32e1c9

Please sign in to comment.