Working with multiple environments
Motivation
Gamma config JSON
{
"Environments": {
"local": {
"VirtualChain": 42,
"Endpoints": ["localhost"]
},
"testnet1": {
"VirtualChain": 90043,
"Endpoints": ["http://192.168.1.1", "http://192.168.2.2:8080"]
},
"testnet2": {
"VirtualChain": 3007,
"Endpoints": ["http://10.1.1.122", "https://node-example.com", "http://another.io:8081"]
}
}
}Choosing environment in Gamma CLI
Last updated