-
Notifications
You must be signed in to change notification settings - Fork 17
/
environment_testnet.json
123 lines (123 loc) · 3.5 KB
/
environment_testnet.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "Testnet",
"servers": {
"nodeUrl": "https://nodes-testnet.wavesnodes.com",
"dataUrl": "https://api.testnet.wavesplatform.com",
"spamUrl": "https://raw.githubusercontent.com/wavesplatform/waves-community/master/Scam%20tokens%20according%20to%20the%20opinion%20of%20Waves%20Community.csv",
"matcherUrl": "https://matcher-testnet.wavesnodes.com",
"gatewayUrl": "https://gateways-dev.wvservices.com/api"
},
"scheme": "T",
"generalAssets": [
{
"assetId": "WAVES",
"displayName": "Waves",
"isFiat": false,
"isGateway": false,
"wavesId": "WAVES",
"gatewayId": "WAVES",
"gatewayType": "",
"addressRegEx": ""
},
{
"assetId": "DWgwcZTMhSvnyYCoWLRUXXSH1RSkzThXLJhww9gwkqdn",
"displayName": "Bitcoin",
"isFiat": false,
"isGateway": true,
"wavesId": "WBTC",
"gatewayId": "BTC",
"gatewayType": "coinomat",
"addressRegEx": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}|(bc1)[a-z0-9]{25,90}"
},
{
"assetId": "BrmjyAWT5jjr3Wpsiyivyvg5vDuzoX2s93WgiexXetB3",
"displayName": "Ethereum",
"isFiat": false,
"isGateway": true,
"wavesId": "WETH",
"gatewayId": "ETH",
"gatewayType": "coinomat",
"addressRegEx": "^0x[a-fA-F0-9]{40}$"
},
{
"assetId": "D6N2rAqWN6ZCWnCeNFWLGqqjS6nJLeK4m19XiuhdDenr",
"displayName": "US Dollar",
"isFiat": true,
"isGateway": true,
"wavesId": "WUSD",
"gatewayId": "USD",
"gatewayType": "coinomat",
"addressRegEx": ""
},
{
"assetId": "AsuWyM9MUUsMmWkK7jS48L3ky6gA1pxx7QtEYPbfLjAJ",
"displayName": "Euro",
"isFiat": true,
"isGateway": true,
"wavesId": "WEUR",
"gatewayId": "EUR",
"gatewayType": "coinomat",
"addressRegEx": ""
},
{
"assetId": "BNdAstuFogzSyN2rY3beJbnBYwYcu7RzTHFjW88g8roK",
"displayName": "Litecoin",
"isFiat": false,
"isGateway": true,
"wavesId": "WLTC",
"gatewayId": "LTC",
"gatewayType": "coinomat",
"addressRegEx": "^[LM3][a-km-zA-HJ-NP-Z1-9]{26,33}$"
},
{
"assetId": "CFg2KQfkUgUVM2jFCMC5Xh8T8zrebvPc4HjHPfAugU1S",
"displayName": "Zcash",
"isFiat": false,
"isGateway": true,
"wavesId": "WZEC",
"gatewayId": "ZEC",
"gatewayType": "coinomat",
"addressRegEx": "^t1[a-zA-Z0-9]{33}"
},
{
"assetId": "8HT8tXwrXAYqwm8XrZ2hywWWTUAXxobHB5DakVC1y6jn",
"displayName": "Bitcoin Cash",
"isFiat": false,
"isGateway": true,
"wavesId": "WBCH",
"gatewayId": "BCH",
"gatewayType": "coinomat",
"addressRegEx": "^[13][a-km-zA-HJ-NP-Z1-9]{33}"
},
{
"assetId": "7itsmgdmomeTXvZzaaxqF3346h4FhciRoWceEw9asNV3",
"displayName": "TRY",
"isFiat": true,
"isGateway": true,
"wavesId": "WTRY",
"gatewayId": "TRY",
"gatewayType": "coinomat",
"addressRegEx": ""
},
{
"assetId": "DGgBtwVoXKAKKvV2ayUpSoPzTJxt7jo9KiXMJRzTH2ET",
"displayName": "DASH",
"isFiat": false,
"isGateway": true,
"wavesId": "WDASH",
"gatewayId": "DASH",
"gatewayType": "coinomat",
"addressRegEx": "^X[1-9A-HJ-NP-Za-km-z]{33}"
},
{
"assetId": "8oPbSCKFHkXBy1hCGSg9pJkSARE7zhTQTLpc8KZwdtr7",
"displayName": "Monero",
"isFiat": false,
"isGateway": true,
"wavesId": "WXMR",
"gatewayId": "XMR",
"gatewayType": "coinomat",
"addressRegEx": "^4[0-9AB][1-9A-HJ-NP-Za-km-z]{93}"
}
]
}