-
Notifications
You must be signed in to change notification settings - Fork 43
/
gas.json
46 lines (46 loc) · 919 Bytes
/
gas.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
{
"pacific-1": {
"denom": "usei",
"min_gas_price": 0.02,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.01,
"order_placement": 55000,
"order_cancellation": 55000
}
}
},
"atlantic-2": {
"denom": "usei",
"min_gas_price": 0.08,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.4,
"order_placement": 13750,
"order_cancellation": 13250
}
}
},
"arctic-1": {
"denom": "usei",
"min_gas_price": 0.02,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.1,
"order_placement": 55000,
"order_cancellation": 53000
}
}
},
"sei-devnet-3": {
"denom": "usei",
"min_gas_price": 0.1,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.01,
"order_placement": 55000,
"order_cancellation": 55000
}
}
}
}