-
Notifications
You must be signed in to change notification settings - Fork 54
/
Example_Avalanche_Environment.postman_environment.json
74 lines (74 loc) · 1.52 KB
/
Example_Avalanche_Environment.postman_environment.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"id": "be0a4966-834c-471f-9576-94d4b9b9f421",
"name": "Example_Avalanche_Environment",
"values": [
{
"key": "http",
"value": "http",
"enabled": true
},
{
"key": "host",
"value": "localhost",
"enabled": true
},
{
"key": "port",
"value": "9650",
"enabled": true
},
{
"key": "avalancheUsername",
"value": "my_username",
"enabled": true
},
{
"key": "avalanchePassword",
"value": "my_$tr0ng_p@ssw0rd",
"enabled": true
},
{
"key": "avalanceBlockchainId",
"value": "2VvmkRw4yrz8tPrVnCCbvEK1JxNyujpqhmU6SGonxMpkWBx9UD",
"enabled": true
},
{
"key": "avalancheNodeId",
"value": "NodeID-7Xhw2mDxuDS44j42TCB6U5579esbSt3Lg",
"enabled": true
},
{
"key": "avalancheSubnetId",
"value": "2bGsYJorY6X7RhjPBFs3kYjiNEHo4zGrD2eeyZbb43T2KKi7fM",
"enabled": true
},
{
"key": "avaxAssetId",
"value": "2TrXx5kLGWa9RP3RiYWi7VkmNbppwPU4DCmTdqwuKzGFE7fsvP",
"enabled": true
},
{
"key": "xchainAddress",
"value": "X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u",
"enabled": true
},
{
"key": "pchainAddress",
"value": "P-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u",
"enabled": true
},
{
"key": "cchainAddress",
"value": "0x820891f8b95daf5ea7d7ce7667e6bba2dd5c5594",
"enabled": true
},
{
"key": "cchainPassphrase",
"value": "my_$tr0ng_p@ssw0rd",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-08-18T20:58:11.842Z",
"_postman_exported_using": "Postman/7.30.1"
}