@paimaexample/npm-midnight-indexer 0.3.67 → 0.3.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/indexer-standalone/run.sh +0 -11
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# Start of Selection
|
|
2
|
-
export LEDGER_NETWORK_ID="Undeployed"
|
|
3
|
-
export SUBSTRATE_NODE_WS_URL="ws://localhost:9944"
|
|
4
|
-
export APP__INFRA__SECRET=$(openssl rand -hex 32 | tr 'a-f' 'A-F')
|
|
5
|
-
export FEATURES_WALLET_ENABLED="true"
|
|
6
|
-
export APP__INFRA__NODE__URL="ws://localhost:9944"
|
|
7
|
-
export CONFIG_FILE="./config.yaml"
|
|
8
|
-
|
|
9
|
-
rm -rf ./data/indexer.sqlite
|
|
10
|
-
|
|
11
|
-
./indexer-standalone-macos-arm64 \
|