Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Aug 9, 2023
1 parent 106e2d3 commit 9c425ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ You can run the binary directly
--node-api=/ip4/{NODE_IP}/tcp/3453 \
--msg-api=/ip4/{MESSAGER_IP}/tcp/39812 \
--market-api=/ip4/{MARKET_IP}/tcp/41235 \
--miner-api=/dns/miner/tcp/12308 \
--wallet-api={WALLET_TOKEN}:/ipv4/{WALLET_IP}/tcp/5678/http \
--miner-api=/ip4/{MINER_IP}/tcp/12308 \
--wallet-api={WALLET_TOKEN}:/ip4/{WALLET_IP}/tcp/5678/http \
--auth-api=http://{AUTH_IP}:8989 \
--damocles-api=/ip4/{DAMOCLES_MANAGER_IP}/tcp/1789 \
--common-token={CHAIN_SERVICE_TOKEN} \
Expand All @@ -67,7 +67,7 @@ run \
--node-api=/ip4/{NODE_IP}/tcp/3453 \
--msg-api=/ip4/{MESSAGER_IP}/tcp/39812 \
--market-api=/ip4/{MARKET_IP}/tcp/41235 \
--miner-api=/dns/miner/tcp/12308 \
--miner-api=/ip4/{MINER_IP}/tcp/12308 \
--wallet-api={WALLET_TOKEN}:/ip4/{WALLET_IP}/tcp/5678/http \
--auth-api=http://{AUTH_IP}:8989 \
--damocles-api=/ip4/{DAMOCLES_MANAGER_IP}/tcp/1789 \
Expand Down
4 changes: 0 additions & 4 deletions dashboard/README.md

This file was deleted.

1 change: 0 additions & 1 deletion dashboard/src/logo.svg

This file was deleted.

2 changes: 0 additions & 2 deletions dashboard/src/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


const filPrefix = ["a", "f", "p", "n", "μ", "m", ""]
const powerPrefix = ["", "K", "M", "G", "T", "P", "E"]

Expand Down

0 comments on commit 9c425ea

Please sign in to comment.