Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

2 changed files with 4 additions and 6 deletions

View File

@ -2,8 +2,6 @@ FROM node:20-bullseye
WORKDIR /app WORKDIR /app
RUN apt-get update && apt-get install -y netcat
# Copy the application code # Copy the application code
COPY . . COPY . .

View File

@ -1,13 +1,13 @@
[upstream] [upstream]
rpcEndpoint = "http://localhost:26657" rpcEndpoint = "http://localhost:26657"
chainId = "laconic_9000-1" chainId = "laconic_9000-1"
denom = "alnt" denom = "photon"
prefix = "laconic" prefix = "laconic"
gasPrice = "1" gasPrice = "0.01"
faucetKey = "" faucetKey = ""
[server] [server]
port = 3000 port = 3000
transferAmount = 10000000000 # 1 * 10^10 alnt transferAmount = 1000000
periodTransferLimit = 30000000000 # 3 * 10^10 alnt periodTransferLimit = 3000000
dbDir = "db" dbDir = "db"