Skip to content

Commit fb2f110

Browse files
committed
fix localflare rpc configs
1 parent 719ffd5 commit fb2f110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/docker/entrypoint_rosetta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [ "$MODE" = "online" ]; then
5656
sleep 1
5757
done
5858

59-
jq --arg c "${ROSETTA_FLARE_ENDPOINT}" '.rpc_endpoint=$c' "${ROSETTA_CONFIG_PATH}" | sponge "${ROSETTA_CONFIG_PATH}"
59+
jq --arg c "${ROSETTA_FLARE_ENDPOINT}" '.rpc_base_url=$c' "${ROSETTA_CONFIG_PATH}" | sponge "${ROSETTA_CONFIG_PATH}"
6060

6161
fi
6262

server/rosetta-cli-conf/localflare/server-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"mode": "online",
3-
"rpc_endpoint": "http://127.0.0.1:9650",
3+
"rpc_base_url": "http://127.0.0.1:9650",
44
"network_name": "localflare",
55
"genesis_block_hash": "0xc5d448ab94a1aafc9c18ad314ee306cb87d1f7030136d4eb072b145d772fd00c",
66
"chain_id": 162

0 commit comments

Comments
 (0)