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
RUN apt-get update && apt-get install -y netcat
# Copy the application code
COPY . .

View File

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