We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719ffd5 commit fb2f110Copy full SHA for fb2f110
server/docker/entrypoint_rosetta.sh
@@ -56,7 +56,7 @@ if [ "$MODE" = "online" ]; then
56
sleep 1
57
done
58
59
- jq --arg c "${ROSETTA_FLARE_ENDPOINT}" '.rpc_endpoint=$c' "${ROSETTA_CONFIG_PATH}" | sponge "${ROSETTA_CONFIG_PATH}"
+ jq --arg c "${ROSETTA_FLARE_ENDPOINT}" '.rpc_base_url=$c' "${ROSETTA_CONFIG_PATH}" | sponge "${ROSETTA_CONFIG_PATH}"
60
61
fi
62
server/rosetta-cli-conf/localflare/server-config.json
@@ -1,6 +1,6 @@
1
{
2
"mode": "online",
3
- "rpc_endpoint": "http://127.0.0.1:9650",
+ "rpc_base_url": "http://127.0.0.1:9650",
4
"network_name": "localflare",
5
"genesis_block_hash": "0xc5d448ab94a1aafc9c18ad314ee306cb87d1f7030136d4eb072b145d772fd00c",
6
"chain_id": 162
0 commit comments