-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfigs.json
29 lines (29 loc) · 1.33 KB
/
configs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"protocolVersion": "21",
"previewHash": "21.0.0_node_20@sha256:d8546f6a3bf75b9fa4a481af6be872e3e69f59896948c537912f2bb0df3cd0d9",
"quickstartHash": "v426-latest-amd64@sha256:274395daab6fa8033b9213f152d56699358917fb01d7c7e95392a37fc00c9d01",
"networkConfig": [
{
"network": "mainnet",
"horizon_rpc_url": "https://horizon.stellar.org",
"soroban_network_passphrase": "Public Global Stellar Network ; September 2015"
},
{
"network": "standalone",
"friendbot_url": "http://stellar:8000/friendbot",
"soroban_rpc_url": "http://stellar:8000/soroban/rpc",
"soroban_network_passphrase": "Standalone Network ; February 2017"
}, {
"network": "futurenet",
"friendbot_url": "https://friendbot-futurenet.stellar.org/",
"soroban_rpc_url": "https://rpc-futurenet.stellar.org/",
"soroban_network_passphrase": "Test SDF Future Network ; October 2022"
}, {
"network": "testnet",
"horizon_rpc_url": "https://horizon-testnet.stellar.org",
"friendbot_url": "https://friendbot.stellar.org/",
"soroban_rpc_url": "https://soroban-testnet.stellar.org/",
"soroban_network_passphrase": "Test SDF Network ; September 2015"
}
]
}