forked from ava-labs/avalanche-postman-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExample-Avalanche-Environment.postman_environment.json
99 lines (99 loc) · 2.06 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"id": "bcdd0bd7-4c02-4bfd-a3dc-fa0a49791867",
"name": "Example-Avalanche-Environment",
"values": [
{
"key": "protocol",
"value": "http",
"enabled": true
},
{
"key": "host",
"value": "localhost",
"enabled": true
},
{
"key": "port",
"value": "9650",
"enabled": true
},
{
"key": "avalancheUsername",
"value": "YOUR_USERNAME",
"enabled": true
},
{
"key": "avalanchePassword",
"value": "YOUR_PASSWORD",
"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": "YOUR_PASSWORD",
"enabled": true
},
{
"key": "privkey",
"value": "PrivateKey-ewoqjP7PxY4yr3iLTpLisriqt94hdyDFNgchSxGGztUrTXtNN",
"enabled": true
},
{
"key": "authPassword",
"value": "YOUR_PASSWORD",
"enabled": true
},
{
"key": "cchainbech32address",
"value": "C-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u",
"enabled": true
},
{
"key": "customSubnetID",
"value": "j87H8JFHc3wWQ8FQ3P8gGyu9UHdPcz3BcqNTvJKUG6AJ6DDpF",
"enabled": true
},
{
"key": "memo",
"value": "2ug3siZMAGvW7bvgsaV4NZtvCSF8iuCnRGavujqT32qJ3AW",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-05-06T12:16:42.269Z",
"_postman_exported_using": "Postman/8.3.1"
}