@dodoex/widgets 3.10.7 → 3.10.8-cp.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/bundle-j598CJmN.css +308 -0
- package/dist/cjs/locales/en-US.js +1 -1
- package/dist/cjs/locales/zh-CN.js +1 -1
- package/dist/{helper-Cak2QzR9.js → helper-CDdYqnYt.js} +1 -1
- package/dist/{helper-CRNTsErS.cjs → helper-D0Tk3G5P.cjs} +1 -1
- package/dist/index-BDwqyy2j.js +31 -0
- package/dist/index-C71wOCbT.cjs +31 -0
- package/dist/{index-DiafEjf0.js → index-CgeFGs_X.js} +1 -1
- package/dist/index-KXT4bX4h.js +78 -0
- package/dist/{index-DBb03z_0.cjs → index-egvvkZHL.cjs} +5 -5
- package/dist/{index-Bo9URTrw.cjs → index-sLRpIrnz.cjs} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/en-US.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/types/components/CopyTooltipToast.d.ts +3 -2
- package/dist/types/components/CountdownTime.d.ts +3 -0
- package/dist/types/components/RiskDialog.d.ts +4 -4
- package/dist/types/components/RiskQuestionDialog.d.ts +13 -0
- package/dist/types/components/Swap/components/TokenCard/EtherTokenSelect.d.ts +8 -0
- package/dist/types/components/Swap/components/TokenCard/index.d.ts +3 -1
- package/dist/types/components/Table.d.ts +5 -1
- package/dist/types/components/Widget/index.d.ts +8 -1
- package/dist/types/constants/api.d.ts +4 -1
- package/dist/types/constants/localstorage.d.ts +7 -2
- package/dist/types/hooks/ConnectWallet/useWalletInfo.d.ts +1 -0
- package/dist/types/hooks/Submission/types.d.ts +10 -1
- package/dist/types/hooks/contract/useSignMessage.d.ts +6 -0
- package/dist/types/hooks/useCPFavorites.d.ts +44 -0
- package/dist/types/hooks/useRiskDialogState.d.ts +6 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/router/types.d.ts +19 -1
- package/dist/types/utils/time.d.ts +2 -0
- package/dist/types/utils/wallet.d.ts +12 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/ConfirmDialog.d.ts +11 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/ErrorTip.d.ts +5 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/IntroSettings.d.ts +13 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/IntroSettingsConfirmDialog.d.ts +14 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/OptionalSettings.d.ts +12 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/PriceSettings.d.ts +11 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/RichTextEditor/index.d.ts +8 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/TimeSettings.d.ts +11 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/components/Title.d.ts +5 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useCreateCrowdpooling.d.ts +6 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useCreateCrowdpoolingState.d.ts +9 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useGetCPIntro.d.ts +16 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useIntroSettingsValidation.d.ts +8 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useOptionalSettingsValidation.d.ts +7 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/usePriceSettingsValidation.d.ts +7 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useSaveCPIntro.d.ts +6 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useTimeSettingsValidation.d.ts +8 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/hooks/useUploadImages.d.ts +5 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/index.d.ts +1 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/reducers.d.ts +91 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingCreate/utils/imageCompression.d.ts +10 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/ActionCard.d.ts +8 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/BaseInfo.d.ts +6 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/CrowdpoolingInfo.d.ts +6 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/ProjectInfo.d.ts +4 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/RemoveDialog.d.ts +16 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/SettleConfirmDialog.d.ts +8 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/Timeline.d.ts +12 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/components/TokenInfo.d.ts +6 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/hooks/useBidCp.d.ts +11 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/hooks/useCPDetail.d.ts +13 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/hooks/useCPDynamicStatus.d.ts +9 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/hooks/useClaimCp.d.ts +8 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/hooks/useFetchCpVote.d.ts +169 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/hooks/useRemoveCp.d.ts +11 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/hooks/useSettleCp.d.ts +7 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingDetail/index.d.ts +4 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/CPCard.d.ts +7 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/CrowdpoolingOverview.d.ts +5 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/Dashboard.d.ts +18 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/LaunchCampaign.d.ts +7 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/MyCrowdpooling.d.ts +11 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/NavTabs.d.ts +11 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/VoteConfirm.d.ts +7 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/components/VoteTopList.d.ts +4 -0
- package/dist/types/widgets/CrowdpoolingWidget/CrowdpoolingList/index.d.ts +12 -0
- package/dist/types/widgets/CrowdpoolingWidget/MyCrowdpoolingList/components/OperationButton.d.ts +6 -0
- package/dist/types/widgets/CrowdpoolingWidget/MyCrowdpoolingList/components/PriceCell.d.ts +9 -0
- package/dist/types/widgets/CrowdpoolingWidget/MyCrowdpoolingList/components/ProgressCell.d.ts +8 -0
- package/dist/types/widgets/CrowdpoolingWidget/MyCrowdpoolingList/components/StatusTag.d.ts +13 -0
- package/dist/types/widgets/CrowdpoolingWidget/MyCrowdpoolingList/hooks/useMyCPList.d.ts +1 -0
- package/dist/types/widgets/CrowdpoolingWidget/MyCrowdpoolingList/index.d.ts +1 -0
- package/dist/types/widgets/CrowdpoolingWidget/helper.d.ts +29 -0
- package/dist/types/widgets/CrowdpoolingWidget/hooks/useCpCountdownTime.d.ts +14 -0
- package/dist/types/widgets/CrowdpoolingWidget/index.d.ts +1 -0
- package/dist/types/widgets/CrowdpoolingWidget/types.d.ts +105 -0
- package/package.json +13 -3
- package/dist/assets/bundle-DSSoJu9z.css +0 -297
- package/dist/index-BYPAhy0y.js +0 -31
- package/dist/index-C6SjNO4P.js +0 -78
- package/dist/index-DY5cuvxL.cjs +0 -31
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
.rmc-date-picker {
|
|
2
|
+
display: -ms-flexbox;
|
|
3
|
+
display: flex;
|
|
4
|
+
-ms-flex-align: center;
|
|
5
|
+
align-items: center;
|
|
6
|
+
padding: 10px 0;
|
|
7
|
+
}
|
|
8
|
+
.rmc-date-picker-item {
|
|
9
|
+
-ms-flex: 1;
|
|
10
|
+
flex: 1;
|
|
11
|
+
text-align: center;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.rmc-picker,
|
|
15
|
+
.rmc-multi-picker {
|
|
16
|
+
height: 238px;
|
|
17
|
+
/*34*7*/
|
|
18
|
+
}
|
|
19
|
+
.rmc-multi-picker {
|
|
20
|
+
display: -webkit-box;
|
|
21
|
+
display: flex;
|
|
22
|
+
-webkit-box-align: center;
|
|
23
|
+
align-items: center;
|
|
24
|
+
}
|
|
25
|
+
.rmc-picker-item {
|
|
26
|
+
font-size: 16px;
|
|
27
|
+
height: 34px;
|
|
28
|
+
line-height: 34px;
|
|
29
|
+
padding: 0 10px;
|
|
30
|
+
white-space: nowrap;
|
|
31
|
+
position: relative;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
color: #9b9b9b;
|
|
35
|
+
width: 100%;
|
|
36
|
+
box-sizing: border-box;
|
|
37
|
+
}
|
|
38
|
+
.rmc-picker {
|
|
39
|
+
display: block;
|
|
40
|
+
position: relative;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
width: 100%;
|
|
43
|
+
-webkit-box-flex: 1;
|
|
44
|
+
flex: 1;
|
|
45
|
+
text-align: center;
|
|
46
|
+
}
|
|
47
|
+
.rmc-picker-mask {
|
|
48
|
+
position: absolute;
|
|
49
|
+
left: 0;
|
|
50
|
+
top: 0;
|
|
51
|
+
height: 100%;
|
|
52
|
+
margin: 0 auto;
|
|
53
|
+
width: 100%;
|
|
54
|
+
z-index: 3;
|
|
55
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6)));
|
|
56
|
+
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
|
|
57
|
+
background-position: top, bottom;
|
|
58
|
+
background-size: 100% 204px;
|
|
59
|
+
background-repeat: no-repeat;
|
|
60
|
+
}
|
|
61
|
+
.rmc-picker-content {
|
|
62
|
+
position: absolute;
|
|
63
|
+
left: 0;
|
|
64
|
+
top: 0;
|
|
65
|
+
width: 100%;
|
|
66
|
+
z-index: 1;
|
|
67
|
+
}
|
|
68
|
+
.rmc-picker-indicator {
|
|
69
|
+
box-sizing: border-box;
|
|
70
|
+
width: 100%;
|
|
71
|
+
height: 34px;
|
|
72
|
+
position: absolute;
|
|
73
|
+
left: 0;
|
|
74
|
+
top: 102px;
|
|
75
|
+
z-index: 3;
|
|
76
|
+
border-top: 1PX solid #ddd;
|
|
77
|
+
border-bottom: 1PX solid #ddd;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/*!
|
|
81
|
+
* https://github.com/arqex/react-datetime
|
|
82
|
+
*/
|
|
83
|
+
|
|
84
|
+
.rdt {
|
|
85
|
+
position: relative;
|
|
86
|
+
}
|
|
87
|
+
.rdtPicker {
|
|
88
|
+
display: none;
|
|
89
|
+
position: absolute;
|
|
90
|
+
min-width: 250px;
|
|
91
|
+
padding: 4px;
|
|
92
|
+
margin-top: 1px;
|
|
93
|
+
z-index: 99999 !important;
|
|
94
|
+
background: #fff;
|
|
95
|
+
box-shadow: 0 1px 3px rgba(0,0,0,.1);
|
|
96
|
+
border: 1px solid #f9f9f9;
|
|
97
|
+
}
|
|
98
|
+
.rdtOpen .rdtPicker {
|
|
99
|
+
display: block;
|
|
100
|
+
}
|
|
101
|
+
.rdtStatic .rdtPicker {
|
|
102
|
+
box-shadow: none;
|
|
103
|
+
position: static;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.rdtPicker .rdtTimeToggle {
|
|
107
|
+
text-align: center;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.rdtPicker table {
|
|
111
|
+
width: 100%;
|
|
112
|
+
margin: 0;
|
|
113
|
+
}
|
|
114
|
+
.rdtPicker td,
|
|
115
|
+
.rdtPicker th {
|
|
116
|
+
text-align: center;
|
|
117
|
+
height: 28px;
|
|
118
|
+
}
|
|
119
|
+
.rdtPicker td {
|
|
120
|
+
cursor: pointer;
|
|
121
|
+
}
|
|
122
|
+
.rdtPicker td.rdtDay:hover,
|
|
123
|
+
.rdtPicker td.rdtHour:hover,
|
|
124
|
+
.rdtPicker td.rdtMinute:hover,
|
|
125
|
+
.rdtPicker td.rdtSecond:hover,
|
|
126
|
+
.rdtPicker .rdtTimeToggle:hover {
|
|
127
|
+
background: #eeeeee;
|
|
128
|
+
cursor: pointer;
|
|
129
|
+
}
|
|
130
|
+
.rdtPicker td.rdtOld,
|
|
131
|
+
.rdtPicker td.rdtNew {
|
|
132
|
+
color: #999999;
|
|
133
|
+
}
|
|
134
|
+
.rdtPicker td.rdtToday {
|
|
135
|
+
position: relative;
|
|
136
|
+
}
|
|
137
|
+
.rdtPicker td.rdtToday:before {
|
|
138
|
+
content: '';
|
|
139
|
+
display: inline-block;
|
|
140
|
+
border-left: 7px solid transparent;
|
|
141
|
+
border-bottom: 7px solid #428bca;
|
|
142
|
+
border-top-color: rgba(0, 0, 0, 0.2);
|
|
143
|
+
position: absolute;
|
|
144
|
+
bottom: 4px;
|
|
145
|
+
right: 4px;
|
|
146
|
+
}
|
|
147
|
+
.rdtPicker td.rdtActive,
|
|
148
|
+
.rdtPicker td.rdtActive:hover {
|
|
149
|
+
background-color: #428bca;
|
|
150
|
+
color: #fff;
|
|
151
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
152
|
+
}
|
|
153
|
+
.rdtPicker td.rdtActive.rdtToday:before {
|
|
154
|
+
border-bottom-color: #fff;
|
|
155
|
+
}
|
|
156
|
+
.rdtPicker td.rdtDisabled,
|
|
157
|
+
.rdtPicker td.rdtDisabled:hover {
|
|
158
|
+
background: none;
|
|
159
|
+
color: #999999;
|
|
160
|
+
cursor: not-allowed;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.rdtPicker td span.rdtOld {
|
|
164
|
+
color: #999999;
|
|
165
|
+
}
|
|
166
|
+
.rdtPicker td span.rdtDisabled,
|
|
167
|
+
.rdtPicker td span.rdtDisabled:hover {
|
|
168
|
+
background: none;
|
|
169
|
+
color: #999999;
|
|
170
|
+
cursor: not-allowed;
|
|
171
|
+
}
|
|
172
|
+
.rdtPicker th {
|
|
173
|
+
border-bottom: 1px solid #f9f9f9;
|
|
174
|
+
}
|
|
175
|
+
.rdtPicker .dow {
|
|
176
|
+
width: 14.2857%;
|
|
177
|
+
border-bottom: none;
|
|
178
|
+
cursor: default;
|
|
179
|
+
}
|
|
180
|
+
.rdtPicker th.rdtSwitch {
|
|
181
|
+
width: 100px;
|
|
182
|
+
}
|
|
183
|
+
.rdtPicker th.rdtNext,
|
|
184
|
+
.rdtPicker th.rdtPrev {
|
|
185
|
+
font-size: 21px;
|
|
186
|
+
vertical-align: top;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.rdtPrev span,
|
|
190
|
+
.rdtNext span {
|
|
191
|
+
display: block;
|
|
192
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
193
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */
|
|
194
|
+
-khtml-user-select: none; /* Konqueror */
|
|
195
|
+
-moz-user-select: none; /* Firefox */
|
|
196
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
197
|
+
user-select: none;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.rdtPicker th.rdtDisabled,
|
|
201
|
+
.rdtPicker th.rdtDisabled:hover {
|
|
202
|
+
background: none;
|
|
203
|
+
color: #999999;
|
|
204
|
+
cursor: not-allowed;
|
|
205
|
+
}
|
|
206
|
+
.rdtPicker thead tr:first-of-type th {
|
|
207
|
+
cursor: pointer;
|
|
208
|
+
}
|
|
209
|
+
.rdtPicker thead tr:first-of-type th:hover {
|
|
210
|
+
background: #eeeeee;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.rdtPicker tfoot {
|
|
214
|
+
border-top: 1px solid #f9f9f9;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.rdtPicker button {
|
|
218
|
+
border: none;
|
|
219
|
+
background: none;
|
|
220
|
+
cursor: pointer;
|
|
221
|
+
}
|
|
222
|
+
.rdtPicker button:hover {
|
|
223
|
+
background-color: #eee;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.rdtPicker thead button {
|
|
227
|
+
width: 100%;
|
|
228
|
+
height: 100%;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
td.rdtMonth,
|
|
232
|
+
td.rdtYear {
|
|
233
|
+
height: 50px;
|
|
234
|
+
width: 25%;
|
|
235
|
+
cursor: pointer;
|
|
236
|
+
}
|
|
237
|
+
td.rdtMonth:hover,
|
|
238
|
+
td.rdtYear:hover {
|
|
239
|
+
background: #eee;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.rdtCounters {
|
|
243
|
+
display: inline-block;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.rdtCounters > div {
|
|
247
|
+
float: left;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.rdtCounter {
|
|
251
|
+
height: 100px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.rdtCounter {
|
|
255
|
+
width: 40px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.rdtCounterSeparator {
|
|
259
|
+
line-height: 100px;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.rdtCounter .rdtBtn {
|
|
263
|
+
height: 40%;
|
|
264
|
+
line-height: 40px;
|
|
265
|
+
cursor: pointer;
|
|
266
|
+
display: block;
|
|
267
|
+
|
|
268
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
269
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */
|
|
270
|
+
-khtml-user-select: none; /* Konqueror */
|
|
271
|
+
-moz-user-select: none; /* Firefox */
|
|
272
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
273
|
+
user-select: none;
|
|
274
|
+
}
|
|
275
|
+
.rdtCounter .rdtBtn:hover {
|
|
276
|
+
background: #eee;
|
|
277
|
+
}
|
|
278
|
+
.rdtCounter .rdtCount {
|
|
279
|
+
height: 20%;
|
|
280
|
+
font-size: 1.2em;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.rdtMilli {
|
|
284
|
+
vertical-align: middle;
|
|
285
|
+
padding-left: 8px;
|
|
286
|
+
width: 48px;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.rdtMilli input {
|
|
290
|
+
width: 100%;
|
|
291
|
+
font-size: 1.2em;
|
|
292
|
+
margin-top: 37px;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.rdtTime td {
|
|
296
|
+
cursor: default;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/*!
|
|
300
|
+
* Quill Editor v2.0.3
|
|
301
|
+
* https://quilljs.com
|
|
302
|
+
* Copyright (c) 2017-2024, Slab
|
|
303
|
+
* Copyright (c) 2014, Jason Chen
|
|
304
|
+
* Copyright (c) 2013, salesforce.com
|
|
305
|
+
*/
|
|
306
|
+
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
|
|
307
|
+
|
|
308
|
+
/*# sourceMappingURL=quill.snow.css.map*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/module.exports={messages:JSON.parse("{\"+/wf6Z\":\"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth.\",\"+Jkdiu\":\"Transaction Time:\",\"+uZnU3\":\"Cross Chain\",\"/+c6tU\":\"99% Default\",\"/6L4mj\":\"Your position is empty\",\"/Ak0Fw\":[\"Opening \",[\"0\"],\"...\"],\"/BbUJ6\":\"Total Number of Traders\",\"/POTVq\":\"Token Info\",\"/cF7Rs\":\"Volume\",\"/jQctM\":\"To\",\"/k7Ttv\":[\"Receive \",[\"0\"]],\"/nzjSF\":[[\"0\"],\" pending\"],\"0+31GV\":\"Removing\",\"0O1wzf\":[\"Traders sold \",[\"0\"],\" \",[\"1\"],\", price in the pool increased to \",[\"2\"]],\"0QDjxt\":\"Balance:\",\"0RrIzN\":\"Select token\",\"0S8v3W\":\"The start time cannot be in the past\",\"0Sw1gZ\":\"Staking Rules\",\"0YxDPW\":\"Loading info...\",\"0b0AkA\":\"* Please note that the Fee Rate cannot be modified after the pool is created\",\"1+P9RR\":[\"Switch to \",[\"0\"]],\"1/LP4K\":[[\"tokenB\"],\" per \",[\"tokenA\"]],\"14s9LL\":\"Create Liquidity Mining\",\"1ABiXc\":[\"By adding liquidity you’ll earn <0>\",[\"0\"],\"</0> of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.\"],\"1PQRWr\":\"Start Time\",\"1QfxQT\":\"Dismiss\",\"1Qz63U\":\"Pool Type\",\"1gWStS\":\"Unstaking\",\"1yHVE+\":\"Adding\",\"22Xs8M\":\"Deposit Ratio\",\"237hSL\":\"Ended\",\"2IZBPB\":\"The end time must be later than the start time.\",\"2vjOqX\":\"Pools with lower transaction fees will attract more traders.\",\"34w3mT\":\"Single-Token\",\"3CsYwD\":\"Select Pool\",\"3VUfrF\":\"Selected Range\",\"3WdxUv\":\"Do not remind again\",\"3XBvkd\":\"Remove Liquidity\",\"3dP8Wx\":\"Search by address\",\"3ggd2j\":\"Asset ratio within the pool\",\"4cJ0hF\":\"Rewards\",\"4fL/V7\":\"Pay\",\"4kY4C4\":\"Due to the market condition, market price and estimated price may have a slight difference\",\"4nzwq3\":\"Search by token or pool address\",\"4ogEAw\":\"Pegged Exchange Rate\",\"4vKwIV\":\"Private Pool\",\"4xbbt/\":[[\"0\"],\" confirmed\"],\"52uNwk\":\"Creation Time\",\"54ffaC\":\"The current network is inconsistent with the wallet - please switch in wallet\",\"5CZbyC\":\"Set price range\",\"5IHTSS\":\"Full range\",\"5Nb8LL\":\"*Depending on the block time, the real amount of Daily Rewards may deviate slightly.\",\"5OKrbq\":\"Since this pool uses the PMM algorithm, which is different from the normal AMM pool mechanism, the initial price calculation is also different from AMM.\",\"5Pxzb6\":[\"Expected to start at block \",[\"0\"],\" and end at block \",[\"1\"],\". There may be slight differences between actual and expected block numbers.\"],\"5QDjef\":\"The token amount is calculated by initial price.\",\"5etEUX\":\"Max price\",\"5nL2hY\":\"Staked Tokens\",\"6+mYrD\":\"Current price impact\",\"6UYTy8\":\"Minute\",\"6V3Ea3\":\"Copied\",\"6XYkjc\":\"Edit Parameter Settings\",\"6XgEPi\":\"Hour\",\"6lss/t\":\"Pricing Model\",\"6y2TB3\":\"Liquidity\",\"70wH1Q\":\"APR\",\"72/M0o\":\"Enter the token symbol or address\",\"79D0qY\":\"Liquidity data not available.\",\"7Bj3x9\":\"Failed\",\"7C/BwI\":\"Community Treasury\",\"7IKPTP\":\"Fee includes: Cross Chain fees + Swap fees. Gas fee not included.\",\"7VpPHA\":\"Confirm\",\"7X+IbB\":\"Powered by DODO protocol\",\"7X40pG\":\"Fees (24H)\",\"7Z4WfS\":[[\"0\"],\" per \",[\"1\"]],\"7m5+6j\":\"Initial Tokens\",\"7rpoXw\":\"This token is on\",\"7y/8M6\":\"Please confirm in wallet\",\"88dol0\":\"Success Rate\",\"8OiU8L\":\"Pool Creation\",\"8Tg/JR\":\"Custom\",\"8XNsbx\":\"Higher than dynamic slippage\",\"8Z29ZO\":\"Estimated service provider fees\",\"93m8jT\":\"Basic Fee\",\"97jlEV\":\"LP Balance\",\"9D2g7k\":\"The liquidity of DODO is continuous, which is different from the discrete liquidity of UniV3. The ticks shown in the illustration are for demonstration purposes only.\",\"9yc9F+\":[\"Default value is \",[\"warnValue\"],\"%,the current slippage setting is higher than the default value, which means you are willing to accept a worse final execution price.\"],\"A1taO8\":\"Search\",\"A23gVF\":\"Points for staking LP tokens.\",\"AOhRo6\":\"DODO provides a variety of pool versions to suit your needs.\",\"APR\":\"APR\",\"APR = Reward Token Value per Year / TVL\":\"APR = Reward Token Value per Year / TVL\",\"Active\":\"Active\",\"AeZIvT\":\"You will receive\",\"AghcDJ\":\"Price impact exceeds the slippage tolerance you set. Try increasing the slippage tolerance.\",\"All Mining\":\"All Mining\",\"Amount of token rewards\":\"Amount of token rewards\",\"AxPAXW\":\"No results found\",\"AxdOHo\":\"Pair\",\"B0/2ea\":\"s\",\"B0YDoE\":\"Yes, I am sure\",\"B3mhDR\":\"Add liquidity to obtain LP tokens for mining\",\"BRi+RY\":\"Add more liquidity\",\"C1mcuF\":\"This CP has been settled by other addrs\",\"C1qIFl\":\"Liquidity Supplied\",\"CK1KXz\":\"Max\",\"CKyk7Q\":\"Go back\",\"CMHmbm\":\"Slippage\",\"CP1UAq\":\"The slippage coefficient needs to be greater than or equal to 0, and less than or equal to 1.\",\"Calculation = current rewards for a single block × number of blocks in 24h\":\"Calculation = current rewards for a single block × number of blocks in 24h\",\"CeLrge\":\"Mid Price\",\"CkfzUf\":[\"Insufficient funds - Please retry after depositing more \",[\"EtherTokenSymbol\"],\" into your wallet\"],\"CmoOxM\":\"Mining Pool Setup\",\"Copied\":\"Copied\",\"D1bhHv\":\"The pool’s market-making price is fixed\",\"D87pha\":\"Closed\",\"DPfwMq\":\"Done\",\"DPi/hO\":\"Results in a relatively fixed price.\",\"DTFrUE\":[\"Approving \",[\"0\"],\"...\"],\"DWd30U\":\"Current price\",\"DZULmp\":\"Swap Rate\",\"Da1+Da\":\"Pool not found. Please switch to another network and retry.\",\"Daily Rewards\":\"Daily Rewards\",\"Dt4Hc3\":\"Token Pair Mining\",\"Du6bPw\":\"Address\",\"DuVAxN\":[\"The area of the chart indicates the buy/sell volume of \",[\"baseSymbol\"],\" that can be carried by the market when the current price changes to the hover price.\"],\"DupCvC\":\"Added successful\",\"E4LM3N\":\"Add Initial Liquidity\",\"E6MqGy\":\"Add liquidity\",\"EQs1sJ\":\"Min price\",\"ESQO1L\":\"Pool address\",\"EU3wU4\":\"Fee tier\",\"EUBGvH\":\"Are you sure swapping to another chain?\",\"EatqP4\":\"Swaps\",\"EcVqOR\":[[\"0\"],\" Submitted\"],\"Edit\":\"Edit\",\"Eif7f6\":\"PMM Pool\",\"EkAv3P\":\"Concentrated liquidity, higher efficiency\",\"End Time\":\"End Time\",\"Ended\":\"Ended\",\"Enslfm\":\"Destination\",\"EpjpP9\":\"Released Rewards\",\"Ew+VGo\":\"The newly created mining pool can start counting APR after depositing any liquidity.\",\"F+sxb9\":\"Unapproved\",\"F18WP3\":\"Parameters\",\"F2vX4t\":[\"Users buy \",[\"0\"],\" amount:\"],\"F8yRdq\":\"More trade settings\",\"F9xwHA\":[\"Insufficient cross-chain fees, need at least \",[\"0\"],\" \",[\"1\"]],\"FHKsZF\":\"TVL\",\"FQ4aT9\":\"Add Position\",\"FQfStS\":\"Emulator\",\"FRBvjQ\":\"Transaction Pending\",\"Fdp03t\":\"on\",\"FrP5tr\":\"Suitable for stablecoins with price fluctuations within 2%\",\"GAypnX\":\"High slippage tolerance will increase the success rate of transaction, but might not get the best quote.\",\"GGPOuT\":\"set current mid price\",\"GGWsTU\":\"Canceled\",\"GSt7YT\":\"The fee rate must be between 0.01% to 10%\",\"Go back\":\"Go back\",\"Gr2anW\":\"Traders (24H)\",\"Gs02OK\":\"My Positions\",\"H7OUPr\":\"Day\",\"H9HlDe\":\"minutes\",\"HGf8fG\":\"You can set the minimum selling price for single-token pools.\",\"HTX2HV\":\"Minimum received\",\"HXBqgG\":\"Invalid price input\",\"HkWY45\":\"This pool type isn't supported on your current network. You can switch networks in your wallet to create it\",\"HuVZMK\":\"Days\",\"I0LXan\":[\"Price Impact: \",[\"0\"]],\"I0yi1d\":\"Deposit ratio is determined by the current assets ratio in the pool. The ratio does not represent the exchange price\",\"Insufficient market depth to capture the dollar value of [ {{symbols}} ]\":[\"Insufficient market depth to capture the dollar value of [ {\",[\"symbols\"],\"} ]\"],\"Invite\":\"Invite\",\"IwiTcw\":\"The price of this pool is outside of your selected range. Your position is not currently earning fees.\",\"J/hVSQ\":[[\"0\"]],\"J28zul\":\"Connecting...\",\"J39pAJ\":\"Additional Fee\",\"J7M/DA\":\"Pegged\",\"JR7wWw\":\"Equilibrium target\",\"JRgkmT\":\"End release time before adjustment\",\"JYKRJS\":\"Stake\",\"JaeUyE\":[\"Price discrepancy \",[\"lqAndDodoCompareText\"],\" between liquidity pool and the quote price on DODO.\"],\"JdNn1Y\":\"Fetching best price...\",\"Jh223O\":\"Invalid range selected. The min price must be lower than the max price.\",\"JlIjZf\":\"Liquidity Provider\",\"Joa5Dk\":\"*Collecting fees will withdraw currently available fees for you.\",\"JuzN3b\":\"Related CrowdPooling\",\"K/Ay/d\":\"Review Swap\",\"K/PgcA\":\"Select Cross Chain\",\"K8rjE/\":\"Daily rewards before adjustment\",\"KAbREa\":\"*Deflationary tokens are not supported\",\"KAbcm2\":\"Succeeded\",\"KAmxpM\":\"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote.\",\"KRnA5J\":\"Set pool parameters\",\"Kb3KaW\":\"Any Ratio\",\"KkjUUb\":\"Once created, you can adjust the pool’s market-making price at any time. This option is suitable for assets with fluctuating pegged prices. Adjusting the pool’s market-making price allows for more competitive quotes.\",\"KlvBGJ\":\"Select Tokens\",\"KsqhWn\":\"Staking\",\"KvG1xW\":\"Claiming\",\"L37FfW\":\"Create AMM V2 Position\",\"L4nQwl\":\"Suitable for stablecoins with price fluctuations within 0.5%\",\"LDprZB\":\"The slippage coefficient needs to be greater than 0, and less than 0.1.\",\"LHxwaD\":[\"The fee tier should greater than \",[\"0\"],\"%\"],\"LQ0J1B\":\"Flexible customization, take full control of liquidity\",\"LQU+Dm\":\"Risk Disclaimer\",\"LVzIav\":\"The pool’s market-making price can be adjusted\",\"Lfkqg7\":\"Stake tokens to receive mining rewards.\",\"LhMjLm\":\"Time\",\"LtI9AS\":\"Owner\",\"M9dIDb\":\"The pegged exchange rate refers to the exchange rate between two token assets where one's value is pegged/fixed by the other. For example, the pegged exchange rate between the US Dollar and USDT is 1.\",\"MU9s7M\":\"Deposit amounts\",\"MXQodB\":\"Disable Indirect Routing\",\"MZPP7t\":\"Your position has 0 liquidity, and is not earning fees.\",\"Mining Pool\":\"Mining Pool\",\"MvFS/h\":\"No pools yet? Create one!\",\"My Mining\":\"My Mining\",\"My Pools\":\"My Pools\",\"NEQTCn\":\"Share Of Pool\",\"NSCBTb\":\"The setting has been switched to swap mode\",\"NVAuTg\":\"Quote not available\",\"NXZdrO\":\"My pool share\",\"NgeSlx\":\"Learn More\",\"NjdGps\":\"Use the recommended ratio\",\"Nk6ddN\":\"Stake LP tokens and receive mining rewards.\",\"No LP pools match your criteria\":\"No LP pools match your criteria\",\"O6RUgz\":\"Fee rate\",\"OBdohg\":\"Add Liquidity\",\"OFjZGo\":\"Unstake\",\"OJOe+K\":\"Set the fee to the same as most other pools\",\"OKZP2O\":\"If there are no participants before the end, the rewards cannot be taken out anymore.\",\"OZUH85\":\"Your position will appear here.\",\"OauUE6\":\"Fetching Price...\",\"OfhWJH\":\"Reset\",\"OgKD6h\":\"Best offer\",\"OjaWXx\":\"Fresh Mining\",\"OnDEky\":\"LP Fee\",\"OuSseo\":\"Ratio Settings\",\"P+K/3O\":\"Confirming\",\"P4iKEj\":[\"The initial price needs to be greater than \",[\"min\"],\" and less than 100,000,000\"],\"PIYEqF\":\"Quantity model\",\"PLUB/s\":\"Fee\",\"PPqGw9\":\"Applicable to pegged assets with a fixed price and no fluctuation\",\"PVa3KL\":\"Position on\",\"PZqJog\":\"Confirm Cross Chain\",\"Price impact reaches <0>{priceImpact}</0>%, accept the quote\":[\"Price impact reaches <0>\",[\"priceImpact\"],\"</0>%, accept the quote\"],\"Q8W3SC\":\"Volume (1D)\",\"QNWt8A\":\"Estimated Time\",\"QNrpkx\":\"Classical AMM-like pool. Suitable for most assets.\",\"QR4/RH\":\"Swap summary\",\"QhKYKu\":\"Unknown Source\",\"QoOu4H\":\"You will also claim all rewards from this pool.\",\"QtgfjM\":\"The creator of the liquidity pool can adjust the liquidity distribution by modifying the market-making price parameters. <0>Learn more</0>\",\"R7D79P\":\"Invalid pair\",\"R9Khdg\":\"Auto\",\"Remaining rewards/Total\":\"Remaining rewards/Total\",\"Rewards\":\"Rewards\",\"RtKKbA\":\"Last\",\"RvYEUJ\":\"Suitable for synthetic assets. The liquidity is super concentrated at some price like Curve Finance.\",\"RxHSET\":\"LP Balance:\",\"S3piC2\":\"Tx\",\"S8G1qk\":\"Single\",\"SXnevP\":\"Review Cross Chain\",\"SbBMxj\":\"Share of pool\",\"Search by address\":\"Search by address\",\"SnvLL7\":\"This token doesn't appear on the token list.Make sure this is the token that you want to trade.\",\"Sta9CR\":\"Enter a percent\",\"Staked\":\"Staked\",\"Start Time\":\"Start Time\",\"Sti4vy\":\"Mining\",\"T+qgFw\":\"Price Impact\",\"T0Y2+3\":\"Select a token\",\"T5ExxV\":\"Points for LP token holders.\",\"TFOxRM\":\"Mins\",\"TGi+jm\":\"Doc\",\"TJBHlP\":\"Standard\",\"TP9/K5\":\"Token\",\"TTlkRL\":\"Lower than dynamic slippage\",\"TVL\":\"TVL\",\"TY5fM3\":\"LP Tokens\",\"TaScUS\":[\"Users sell \",[\"0\"],\" amount:\"],\"TizaRy\":\"Wallet incompatibility\",\"TvH4Ym\":[\"Bought \",[\"0\"],\" \",[\"1\"],\", price in the pool decreased to \",[\"2\"]],\"Tz0i8g\":\"Settings\",\"UE2beD\":\"Creator\",\"UN0Nip\":\"Reward Rules\",\"UPXmW+\":\"Trader\",\"URmyfc\":\"Details\",\"UbRKMZ\":\"Pending\",\"Upcoming\":\"Upcoming\",\"Users\":\"Users\",\"Uzr1HF\":[\"Connect to your \",[\"0\"],\" Wallet\"],\"V+rJKF\":\"Seconds\",\"V38hNQ\":\"Single-Token Stake Mining\",\"VXTSOE\":\"Suitable for most situations.\",\"VgOL1Z\":\"Add more to mint at least 1000 LP tokens\",\"Vmw6BM\":\"Something went wrong…<0>Refresh again</0>\",\"WI3lQ1\":\"SELECT\",\"WKj93T\":\"Select Token\",\"WYqq5A\":\"End mining\",\"WgTuci\":[\"Your position will be 100% composed of \",[\"0\"],\" at this price\"],\"When adding rewards, the number of rewards for a single block may be adjusted\":\"When adding rewards, the number of rewards for a single block may be adjusted\",\"X6T02b\":\"This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction.\",\"XPiFIY\":\"Can the pool price be adjusted?\",\"XeovX3\":\"Swap Detail\",\"Xpkm7d\":\"No ForceStop access\",\"Y0Knz4\":\"Checking this option means that the routing algorithm will only route to liquidity pools between the two tokens in the trading pair and will ignore routes with any intermediary tokens.\",\"Y7rVy0\":\"Fee Rate\",\"Y9QDtD\":\"You are making changes to the liquidity of a private pool. This is a highly discretionary operation that may cause substantial inflows/outflows of funds and changes in market prices. Please make sure you are fully aware of the implications of each parameter modification.\",\"YA4hwj\":\"Price Range\",\"YG004A\":[[\"0\"],\" deposited\"],\"YHc3B+\":\"My Liquidity\",\"YHpbe1\":\"For\",\"YUyuNp\":[[\"lqAndDodoCompareText\"],\" Price Difference\"],\"You are not currently providing liquidity for any LP pools.\":\"You are not currently providing liquidity for any LP pools.\",\"You have not create any mining\":\"You have not create any mining\",\"YvXHDU\":[\"The area of the chart indicates the buy/sell volume of \",[\"0\"],\" that can be carried by the market when the current price changes to the hover price.\"],\"Z033WN\":\"Total Swap Fee\",\"Z5HWHd\":\"On\",\"Z7ZXbT\":\"Approve\",\"Z8lGw6\":\"Share\",\"ZXvy7b\":\"Additional routing fees set by the Widget user\",\"ZgtZpB\":\"The start time is too soon, please set a later time\",\"ZhEBp4\":\"Current liquidity pool token price\",\"ZlKTEh\":[\"Reward \",[\"0\"]],\"ZlQ83E\":[\"<0>\",[\"lostRatio\"],\"</0> of the initial liquidity you provide will be burned. <1/>The closer the provided asset ratio is to the recommended ratio (\",[\"recommendRatioText\"],\"), the smaller the portion burned.\"],\"Zm56FI\":\"Maximum slippage do not exceed 50%\",\"a1AzKr\":\"For those who are looking to sell tokens and only need ask-side liquidity.\",\"a7u1N9\":\"Price\",\"aGKLPO\":\"The current network supports new pool types\",\"aIvv/z\":\"The price of this pool is within your selected range. Your position is currently earning fees.\",\"aM1tos\":\"You are creating a pool\",\"ab98Hp\":[\"Created by \",[\"0\"]],\"agPptk\":\"Medium\",\"agRWc1\":\"Minutes\",\"az8lvo\":\"Off\",\"b+KjnH\":\"Your position will not earn fees or be used in trades until the market price moves into your range.\",\"b2jAb+\":\"per\",\"bC0iyq\":\"Suitable for stablecoins with price fluctuations within 10%\",\"bEsfUQ\":\"Confirm submission\",\"bQ3cKo\":\"Select pool by tokens\",\"bUUVED\":\"Asset\",\"bXp9u3\":\"Fee Revenue\",\"bwSQI0\":\"Supply\",\"c4miqE\":\"Pool share\",\"c6TMm0\":\"Mining Type\",\"cDWXuq\":\"Settler\",\"cJtosk\":\"Remove liquidity\",\"cOvZFM\":\"Dynamic\",\"cmUrtC\":\"SEE HOW IT WORKS\",\"cnGeoo\":\"Delete\",\"cnbRVW\":[\"Initial Price \",[\"0\"],\" \",[\"1\"],\" = \",[\"2\"],\" \",[\"3\"]],\"d2CZvA\":\"Initial Price\",\"d8YnVj\":\"Guide Price\",\"dEgA5A\":\"Cancel\",\"dI46oG\":\"Auto switch network\",\"dJqd5x\":[\"Get \",[\"tokenSymbol\"]],\"dUdltF\":\"One-Click Claim\",\"dmiCGN\":\"Select Token Pair\",\"dqWPbT\":\"I have read, understand, and agree to the <0>Terms of Service</0>.\",\"dzV+zO\":\"Modify Confirmation\",\"e/bYdk\":[[\"brief\"],\" submitted\"],\"e38JNU\":\"Tips:\",\"eE0JZ4\":\"Version\",\"eK0eiF\":\"Initial asset ratio\",\"eK6I8d\":\"V2 & PMM\",\"ePK91l\":\"Edit\",\"eTUF28\":\"Min\",\"eVZ7bY\":\"Hide TVL=0 pools\",\"em6LzM\":\"Transaction rejected.\",\"evmVGu\":[\"\\\"Created by \",[\"0\"]],\"fKYdE9\":\"Results in a more volatile price.\",\"fSFt4a\":\"Token Pair\",\"fZ5Vnu\":\"Received\",\"fZFkP1\":\"My Pools\",\"fgGids\":[\"Approve \",[\"0\"]],\"fqDzSu\":\"Rate\",\"fsBGk0\":\"Balance\",\"fxRyGG\":\"fee tier\",\"g3x+cF\":\"Service update, please wait and try again\",\"gz+9Rb\":\"Gas price is too low, please adjust in your wallet and try again\",\"h3PbRN\":\"My Pool Share\",\"h4RLFN\":\"RPC node data exception\",\"h5FVz1\":\"Estimated transaction time\",\"h5pjuM\":\"Collect fees\",\"h7LgzN\":\"Connect to your wallet\",\"hCBYHP\":\"Total Fee Revenue\",\"hXzOVo\":\"Next\",\"hYgDIe\":\"Create\",\"hcNa1G\":\"Token Amount\",\"hdIg7i\":\"Select Pool Version\",\"hom7qf\":\"Claim\",\"i3Z+/Z\":\"Out of range\",\"iDGO1l\":\"Disclaimer\",\"iH8pgl\":\"Back\",\"iLj1a9\":[\"Dynamic slippage is \",[\"recommendSlippage\"],\"%,the current slippage setting is higher than the dynamic slippage, which means you are willing to accept a worse final execution price.\"],\"iPMIoT\":\"Enter an amount\",\"iaocTt\":\"Ratio\",\"j2Uisd\":\"Approving\",\"jMam5g\":[[\"0\"],\" Balance\"],\"jaH6JH\":\"Higher than default slippage\",\"jjuKOj\":\"Min Price\",\"juypHV\":\"Liquidity Providers\",\"kAC8rT\":\"High price\",\"kNeEXg\":\"Current Price\",\"kdzjmC\":[\"The mid price needs to be greater than \",[\"min\"],\" and less than 100,000,000\"],\"kf83Ld\":\"Something went wrong.\",\"kj3p6e\":\"Daily Rewards\",\"ku//5b\":\"Second\",\"l3s5ri\":\"Import\",\"l4Za6X\":\"Total Swap Volume\",\"lDgVWA\":\"Receive\",\"lJvbHq\":\"Select Network\",\"lLbR0m\":\"Simple, full-range liquidity\",\"lNYomJ\":\"AMM V2 Position\",\"lQ6r7x\":\"Confirm swap\",\"lTmG/H\":\"Minimum Received\",\"lgE483\":\"Once created, the price cannot be changed. This option applies to assets like ETH-WETH.\",\"lqTDfd\":\"Slippage Tolerance\",\"lsg9Mi\":\"Parameter Settings\",\"lt8yMa\":\"Send to:\",\"luOvdJ\":\"My Staked\",\"m16xKo\":\"Add\",\"m6RmA/\":[\"Insufficient \",[\"0\"],\" balance\"],\"m8r/Yx\":\"AMM V3\",\"mDl+W3\":\"Import Token\",\"mFXnIs\":\"The dynamic slippage is provided by DODO team through analyzing historical transactions.\",\"mObS+5\":\"Failed to get price of the token\",\"mYGY3B\":\"Date\",\"mZ4SrP\":\"Liquidity Pool\",\"me2dmq\":\"Value (USD)\",\"n25Lml\":\"Depth\",\"nIrcQi\":\"No matching pool found\",\"nTWWCZ\":\"Low\",\"nxRg31\":\"Select pair\",\"o/5/4c\":\"Once Mining has started, it cannot be stopped.\",\"o8aMNm\":\"Select a liquidity pool\",\"ojGQRC\":\"This is an official appear <0/>on the token list\",\"om+Yr9\":\"Do not select non-standard ERC20 tokens as this may lead to unknown errors!\",\"p2jbcE\":\"Create Pool\",\"p3607o\":\"Managing\",\"p7/w10\":\"Volume (24H)\",\"pHQq+U\":\"Pool Setup\",\"pKjCsP\":\"100% use your own funds and enjoy the maximum degree of flexibility.\",\"pQJBKk\":[\"The closer the provided asset ratio is to the recommended ratio (\",[\"recommendRatioText\"],\"), the smaller the portion burned.\"],\"pSQ1lM\":\"MT Fee\",\"pY/ok7\":\"All chains\",\"pdZiL7\":\"Current Market Price:\",\"peTryP\":[[\"0\"],\"-\",[\"1\"],\" is not supported. Please select another pair.\"],\"pfw0Wr\":\"ALL\",\"pwUZo2\":\"Confirming...\",\"q+Q952\":[\"Users pay \",[\"0\"],\" \",[\"1\"],\" and receive \",[\"2\"],\" \",[\"3\"],\"\\\\nPrice \",[\"4\"],\" (\",[\"5\"],\"%)\"],\"qDhDFK\":\"Traders\",\"qK7wuW\":\"Unable to SETTLE during the cooling-off period\",\"qLkska\":\"The setting has been switched to cross chain mode\",\"qiOIiY\":\"Buy\",\"qjbHuD\":[\"The current slippage protection coefficient set exceeds \",[\"0\"],\"%, which may result in losses.\"],\"qmYDVk\":\"Total Rewards\",\"r7ScnQ\":\"Connect to a wallet\",\"rAx5u1\":\"End Time\",\"rH6vg9\":\"There is no liquidity data.\",\"rQ9c+8\":[\"Output is estimated. If the price changes by more than \",[\"0\"],\" your transaction will revert.\"],\"rRDi3Y\":\"Detail\",\"rSayea\":\"APY\",\"rbsyJM\":\"AMM V2\",\"rdUucN\":\"Preview\",\"sCUx8G\":\"Select Platform\",\"sIPJGT\":\"SELECT TOKEN\",\"sNaLCG\":\"Add Token\",\"sTnImq\":\"Total Liquidity\",\"sVlqoo\":\"AMM V3 Position\",\"sjn3tj\":\"Slippage Coefficient\",\"sxkWRg\":\"Advanced\",\"syToc5\":[[\"0\"],\"/\",[\"1\"],\" Pool Tokens\"],\"t+LmjM\":\"Initial Price Alert\",\"t/YqKh\":\"Remove\",\"t3d3/V\":\"ratio is 0\",\"tKE4Ak\":\"Cross Chain Summary\",\"tMMG40\":[[\"0\"],\"% fee tier\"],\"tMVAXL\":\"SafeERC20: low-level call failed. Please contact the DODO team.\",\"tnRI9r\":\"Pool Creation Confirmation\",\"tu/fxg\":\"Claim fees\",\"tyGEMJ\":\"Amounts\",\"u1tnst\":\"Create One\",\"uAQUqI\":\"Status\",\"uEoBVI\":\"Low price\",\"uaKP0s\":[\"differs from the price quoted by DODO by \",[\"lqAndDodoCompareText\"]],\"ubzjDN\":\"Real Time\",\"udsWDJ\":\"Unsupported network - switch to trade\",\"uiuMDr\":\"Enter parameters to view the yield curve\",\"v4nCHK\":\"Paid\",\"v4wgrk\":\"Failed to add\",\"vH2C/2\":\"Swap\",\"vLyv1R\":\"Hide\",\"vOyUlD\":\"In range\",\"vXvgFK\":\"There is risk of being arbitraged if adding this liquidity.\",\"vxHMzr\":\"address\",\"wSpNR+\":\"This trading pair does not have enough historical data and has used the default dynamic slippage.\",\"wckWOP\":\"Manage\",\"wdxz7K\":\"Source\",\"wmCrk7\":\"You may modify the transaction deadline, the maximum time allowed for a trade to be processed on-chain. However, please note that this may lead to your trade executing at a subpar price, as the market price may change during that time.\",\"wtjDAR\":[[\"0\"],\" Approval Pending\"],\"x3muNy\":\"Liquidity Burn Ratio\",\"x4QVeW\":\"Percentage to remove\",\"x6GJ4a\":\"Max Slippage\",\"xEbi+8\":\"User denied transaction signature.\",\"xiqG5c\":\"ADD\",\"y1eoq1\":\"Copy link\",\"y4kfSV\":\"WARNING\",\"y5rS9U\":\"Migrate\",\"yM82Jw\":\"ForceStop exception\",\"yQ2kGp\":\"Load more\",\"yQE2r9\":\"Loading\",\"yXm1vH\":\"The initial price is different from the current market price, which may cause your pool to be arbitraged\",\"yY8wAv\":\"Hours\",\"yoR+O6\":\"V3\",\"yq+Q9s\":[\"Dynamic slippage is \",[\"recommendSlippage\"],\"% , the current slippage setting may increase the failure rate of transactions.\"],\"yx/fMc\":\"High\",\"yz7wBu\":\"Close\",\"yzjPpo\":\"Fees will be the same as in most other pools.\",\"z9t6jM\":\"Mining Pool\",\"zA6/Yq\":\"To avoid loss of rewards, please ensure that at least 1 or more participating users exist.\",\"zABfk1\":\"https://blog.dodoex.io/introducing-the-dodo-smart-slippage-3d32d13a4fef\",\"zSMRJ/\":\"Transaction Deadline\",\"zXCpR0\":\"Claim Rewards\",\"zcVtwU\":\"My Pools (PMM)\",\"zeSosD\":\"Starting price\",\"zga9sT\":\"OK\",\"zkFuIm\":\"Total Rewards=Daily Rewards*Duration\",\"znqB4T\":\"Insufficient balance\",\"zwBp5t\":\"Private\",\"zwWKhA\":\"Learn more\"}")};
|
|
1
|
+
/*eslint-disable*/module.exports={messages:JSON.parse("{\"+/wf6Z\":\"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth.\",\"+Jkdiu\":\"Transaction Time:\",\"+Q3sCZ\":\"For tokens with deflationary features enabled,<0>please check here first ></0>\",\"+RJu5O\":\"Liquidity Protection Period\",\"+TgUto\":\"Participating\",\"+jJ7wg\":\"Swap Price\",\"+uZnU3\":\"Cross Chain\",\"/+c6tU\":\"99% Default\",\"/6L4mj\":\"Your position is empty\",\"/9h/MS\":\"Please provide amount of token\",\"/Ak0Fw\":[\"Opening \",[\"0\"],\"...\"],\"/BbUJ6\":\"Total Number of Traders\",\"/ErAPN\":[[\"0\"],\" Days\"],\"/POTVq\":\"Token Info\",\"/cF7Rs\":\"Volume\",\"/jQctM\":\"To\",\"/k7Ttv\":[\"Receive \",[\"0\"]],\"/nzjSF\":[[\"0\"],\" pending\"],\"0+31GV\":\"Removing\",\"0/S2kS\":\"This is the maximum allocation amount you are allowed to spend for this campaign\",\"0O1wzf\":[\"Traders sold \",[\"0\"],\" \",[\"1\"],\", price in the pool increased to \",[\"2\"]],\"0QDjxt\":\"Balance:\",\"0RrIzN\":\"Select token\",\"0S8v3W\":\"The start time cannot be in the past\",\"0Sw1gZ\":\"Staking Rules\",\"0YxDPW\":\"Loading info...\",\"0b0AkA\":\"* Please note that the Fee Rate cannot be modified after the pool is created\",\"0caMy7\":\"History\",\"0wdd7X\":\"Join\",\"1+P9RR\":[\"Switch to \",[\"0\"]],\"1/LP4K\":[[\"tokenB\"],\" per \",[\"tokenA\"]],\"14s9LL\":\"Create Liquidity Mining\",\"1ABiXc\":[\"By adding liquidity you’ll earn <0>\",[\"0\"],\"</0> of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.\"],\"1FqYDV\":\"Full Release In\",\"1PQRWr\":\"Start Time\",\"1QfxQT\":\"Dismiss\",\"1Qz63U\":\"Pool Type\",\"1gWStS\":\"Unstaking\",\"1yHVE+\":\"Adding\",\"22Xs8M\":\"Deposit Ratio\",\"22a8V6\":\"You can add project intro after creation to boost participation.\",\"237hSL\":\"Ended\",\"2IZBPB\":\"The end time must be later than the start time.\",\"2POOFK\":\"Free\",\"2vjOqX\":\"Pools with lower transaction fees will attract more traders.\",\"34w3mT\":\"Single-Token\",\"395FtZ\":\"Settling\",\"3CsYwD\":\"Select Pool\",\"3MXV2s\":\"Claimable Amounts\",\"3VUfrF\":\"Selected Range\",\"3WdxUv\":\"Do not remind again\",\"3XBvkd\":\"Remove Liquidity\",\"3dP8Wx\":\"Search by address\",\"3ggd2j\":\"Asset ratio within the pool\",\"3hMYoS\":\"The portion of the Crowdpooling tokens that will be used to raise funds. The leftover tokens that are not sold and the sale proceeds will together create a liquidity pool after the Crowdpooling period ends.\",\"40/FCe\":\"Expected to Receive\",\"4U6HUH\":\"Contributed\",\"4cJ0hF\":\"Rewards\",\"4fL/V7\":\"Pay\",\"4kY4C4\":\"Due to the market condition, market price and estimated price may have a slight difference\",\"4nzwq3\":\"Search by token or pool address\",\"4ogEAw\":\"Pegged Exchange Rate\",\"4vKwIV\":\"Private Pool\",\"4xbbt/\":[[\"0\"],\" confirmed\"],\"5+FeN2\":\"Share URL\",\"5+JnvG\":\"Participants will receive their tokens after this time.\",\"52uNwk\":\"Creation Time\",\"54ffaC\":\"The current network is inconsistent with the wallet - please switch in wallet\",\"5CZbyC\":\"Set price range\",\"5CvVXt\":\"My Crowdpoolings\",\"5IHTSS\":\"Full range\",\"5K7VNW\":\"Confirm Vote\",\"5Nb8LL\":\"*Depending on the block time, the real amount of Daily Rewards may deviate slightly.\",\"5OKrbq\":\"Since this pool uses the PMM algorithm, which is different from the normal AMM pool mechanism, the initial price calculation is also different from AMM.\",\"5Pxzb6\":[\"Expected to start at block \",[\"0\"],\" and end at block \",[\"1\"],\". There may be slight differences between actual and expected block numbers.\"],\"5QDjef\":\"The token amount is calculated by initial price.\",\"5TSKMk\":\"Participants can only stake after the Crowdpooling period starts.\",\"5X1XPm\":\"Pool Transaction Fee\",\"5etEUX\":\"Max price\",\"5nL2hY\":\"Staked Tokens\",\"6+mYrD\":\"Current price impact\",\"6/dCYd\":\"Overview\",\"6A0Wd6\":\"Token price during the Crowdpooling campaign\",\"6IgESt\":\"Cooling-off Period\",\"6QV/gX\":\"Your participation amount must be less than or equal to your allocation\",\"6UYTy8\":\"Minute\",\"6V3Ea3\":\"Copied\",\"6XYkjc\":\"Edit Parameter Settings\",\"6XgEPi\":\"Hour\",\"6gRgw8\":\"Retry\",\"6lss/t\":\"Pricing Model\",\"6y2TB3\":\"Liquidity\",\"70wH1Q\":\"APR\",\"72/M0o\":\"Enter the token symbol or address\",\"79D0qY\":\"Liquidity data not available.\",\"7Bj3x9\":\"Failed\",\"7C/BwI\":\"Community Treasury\",\"7CvUkk\":[[\"days\"],\" Days\"],\"7F8s9O\":\"This is the trading fee rate of the liquidity pool generated at the end of the Crowdpooling campaign; by default this is set to 0.3%.\",\"7IKPTP\":\"Fee includes: Cross Chain fees + Swap fees. Gas fee not included.\",\"7VpPHA\":\"Confirm\",\"7X+IbB\":\"Powered by DODO protocol\",\"7X40pG\":\"Fees (24H)\",\"7Z4WfS\":[[\"0\"],\" per \",[\"1\"]],\"7m5+6j\":\"Initial Tokens\",\"7rpoXw\":\"This token is on\",\"7vduhK\":\"Crowdpooling Type\",\"7y/8M6\":\"Please confirm in wallet\",\"88dol0\":\"Success Rate\",\"8OiU8L\":\"Pool Creation\",\"8Tg/JR\":\"Custom\",\"8XNsbx\":\"Higher than dynamic slippage\",\"8Z29ZO\":\"Estimated service provider fees\",\"93m8jT\":\"Basic Fee\",\"97jlEV\":\"LP Balance\",\"9D2g7k\":\"The liquidity of DODO is continuous, which is different from the discrete liquidity of UniV3. The ticks shown in the illustration are for demonstration purposes only.\",\"9c4hPn\":[\"Vote for \",[\"0\"],\" / \",[\"1\"],\"?\"],\"9yc9F+\":[\"Default value is \",[\"warnValue\"],\"%,the current slippage setting is higher than the default value, which means you are willing to accept a worse final execution price.\"],\"A1taO8\":\"Search\",\"A23gVF\":\"Points for staking LP tokens.\",\"AOhRo6\":\"DODO provides a variety of pool versions to suit your needs.\",\"APR\":\"APR\",\"APR = Reward Token Value per Year / TVL\":\"APR = Reward Token Value per Year / TVL\",\"Aa+/vH\":\"Tokens to be released\",\"Active\":\"Active\",\"AeZIvT\":\"You will receive\",\"AghcDJ\":\"Price impact exceeds the slippage tolerance you set. Try increasing the slippage tolerance.\",\"All\":\"All\",\"All Mining\":\"All Mining\",\"Amount of token rewards\":\"Amount of token rewards\",\"AxPAXW\":\"No results found\",\"AxdOHo\":\"Pair\",\"B0/2ea\":\"s\",\"B0YDoE\":\"Yes, I am sure\",\"B3mhDR\":\"Add liquidity to obtain LP tokens for mining\",\"BNAKEf\":\"If this option is selected, the tokens will be locked up and released in a linear fashion instead of being fully claimable at the end of the Crowdpooling campaign.\",\"BRi+RY\":\"Add more liquidity\",\"BcSfep\":\"Search by token address or Crowdpooling address\",\"BwIdcY\":\"Remove from pool\",\"C1mcuF\":\"This CP has been settled by other addrs\",\"C1qIFl\":\"Liquidity Supplied\",\"CK1KXz\":\"Max\",\"CKyk7Q\":\"Go back\",\"CMHmbm\":\"Slippage\",\"CP1UAq\":\"The slippage coefficient needs to be greater than or equal to 0, and less than or equal to 1.\",\"CP3D8G\":\"Progress\",\"Calculation = current rewards for a single block × number of blocks in 24h\":\"Calculation = current rewards for a single block × number of blocks in 24h\",\"CbrSSe\":\"Please review your information carefully. It cannot be changed after submission. Contact our team if needed.\",\"CeLrge\":\"Mid Price\",\"CkfzUf\":[\"Insufficient funds - Please retry after depositing more \",[\"EtherTokenSymbol\"],\" into your wallet\"],\"CmoOxM\":\"Mining Pool Setup\",\"Copied\":\"Copied\",\"D1bhHv\":\"The pool’s market-making price is fixed\",\"D87pha\":\"Closed\",\"DLlAgf\":\"Launch Campaign\",\"DPfwMq\":\"Done\",\"DPi/hO\":\"Results in a relatively fixed price.\",\"DTFrUE\":[\"Approving \",[\"0\"],\"...\"],\"DWd30U\":\"Current price\",\"DZULmp\":\"Swap Rate\",\"DZsWoY\":[[\"description\"]],\"Da1+Da\":\"Pool not found. Please switch to another network and retry.\",\"Daily Rewards\":\"Daily Rewards\",\"DdGN4m\":\"Cover image\",\"DrLZRZ\":\"Confirm Project Intro\",\"Dt4Hc3\":\"Token Pair Mining\",\"Du6bPw\":\"Address\",\"DuVAxN\":[\"The area of the chart indicates the buy/sell volume of \",[\"baseSymbol\"],\" that can be carried by the market when the current price changes to the hover price.\"],\"DupCvC\":\"Added successful\",\"E4LM3N\":\"Add Initial Liquidity\",\"E4boMt\":\"Request Edit Access\",\"E6MqGy\":\"Add liquidity\",\"EQs1sJ\":\"Min price\",\"ESQO1L\":\"Pool address\",\"EU3wU4\":\"Fee tier\",\"EUBGvH\":\"Are you sure swapping to another chain?\",\"EatqP4\":\"Swaps\",\"EcVqOR\":[[\"0\"],\" Submitted\"],\"Edit\":\"Edit\",\"Eif7f6\":\"PMM Pool\",\"EkAv3P\":\"Concentrated liquidity, higher efficiency\",\"End Time\":\"End Time\",\"Ended\":\"Ended\",\"Enslfm\":\"Destination\",\"EpjpP9\":\"Released Rewards\",\"EtL5MJ\":\"Sales Ratio(%)\",\"Ew+VGo\":\"The newly created mining pool can start counting APR after depositing any liquidity.\",\"EyQ/dr\":\"Easy project fundraising options and equal access for users to participate in token launches.\",\"F+sxb9\":\"Unapproved\",\"F18WP3\":\"Parameters\",\"F2vX4t\":[\"Users buy \",[\"0\"],\" amount:\"],\"F8yRdq\":\"More trade settings\",\"F9xwHA\":[\"Insufficient cross-chain fees, need at least \",[\"0\"],\" \",[\"1\"]],\"FHKsZF\":\"TVL\",\"FQ4aT9\":\"Add Position\",\"FQfStS\":\"Emulator\",\"FRBvjQ\":\"Transaction Pending\",\"Fdp03t\":\"on\",\"FlSnoT\":\"Total Supplied by Creator\",\"FrP5tr\":\"Suitable for stablecoins with price fluctuations within 2%\",\"GAypnX\":\"High slippage tolerance will increase the success rate of transaction, but might not get the best quote.\",\"GFvXnt\":\"Allow Over-raising\",\"GGPOuT\":\"set current mid price\",\"GGWsTU\":\"Canceled\",\"GMXyNM\":\"Fold Up\",\"GSt7YT\":\"The fee rate must be between 0.01% to 10%\",\"Go back\":\"Go back\",\"Gr2anW\":\"Traders (24H)\",\"Gs02OK\":\"My Positions\",\"GsSzR4\":[[\"status\"]],\"H7OUPr\":\"Day\",\"H9HlDe\":\"minutes\",\"HGf8fG\":\"You can set the minimum selling price for single-token pools.\",\"HM56Bx\":\"Creating...\",\"HTX2HV\":\"Minimum received\",\"HXBqgG\":\"Invalid price input\",\"HbPG3U\":\"How to set up a whitelist\",\"HkWY45\":\"This pool type isn't supported on your current network. You can switch networks in your wallet to create it\",\"HuVZMK\":\"Days\",\"I0LXan\":[\"Price Impact: \",[\"0\"]],\"I0yi1d\":\"Deposit ratio is determined by the current assets ratio in the pool. The ratio does not represent the exchange price\",\"Idn0Vv\":\"Settle\",\"Insufficient market depth to capture the dollar value of [ {{symbols}} ]\":[\"Insufficient market depth to capture the dollar value of [ {\",[\"symbols\"],\"} ]\"],\"Invite\":\"Invite\",\"Is9oq6\":\"Create successfully!\",\"IwiTcw\":\"The price of this pool is outside of your selected range. Your position is not currently earning fees.\",\"J/hVSQ\":[[\"0\"]],\"J28zul\":\"Connecting...\",\"J39pAJ\":\"Additional Fee\",\"J7M/DA\":\"Pegged\",\"JR7wWw\":\"Equilibrium target\",\"JRgkmT\":\"End release time before adjustment\",\"JYKRJS\":\"Stake\",\"JaeUyE\":[\"Price discrepancy \",[\"lqAndDodoCompareText\"],\" between liquidity pool and the quote price on DODO.\"],\"JdNn1Y\":\"Fetching best price...\",\"Jh223O\":\"Invalid range selected. The min price must be lower than the max price.\",\"JlIjZf\":\"Liquidity Provider\",\"Joa5Dk\":\"*Collecting fees will withdraw currently available fees for you.\",\"JuzN3b\":\"Related CrowdPooling\",\"K/Ay/d\":\"Review Swap\",\"K/PgcA\":\"Select Cross Chain\",\"K8rjE/\":\"Daily rewards before adjustment\",\"KAbREa\":\"*Deflationary tokens are not supported\",\"KAbcm2\":\"Succeeded\",\"KAmxpM\":\"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote.\",\"KHEbGc\":\"Who is responsible to ensure that proper due diligence is done on any project in a Crowdpooling and accepts any potential loss?\",\"KRnA5J\":\"Set pool parameters\",\"KSgE2k\":\"Over-fundraising is allowed\",\"Kb3KaW\":\"Any Ratio\",\"KkjUUb\":\"Once created, you can adjust the pool’s market-making price at any time. This option is suitable for assets with fluctuating pegged prices. Adjusting the pool’s market-making price allows for more competitive quotes.\",\"KlvBGJ\":\"Select Tokens\",\"KsqhWn\":\"Staking\",\"KvG1xW\":\"Claiming\",\"L37FfW\":\"Create AMM V2 Position\",\"L4nQwl\":\"Suitable for stablecoins with price fluctuations within 0.5%\",\"LAcdSN\":\"Please always double check the address, and beware of the risk of counterfeit tokens.Click to learn more.\",\"LDprZB\":\"The slippage coefficient needs to be greater than 0, and less than 0.1.\",\"LHxwaD\":[\"The fee tier should greater than \",[\"0\"],\"%\"],\"LJslhX\":\"Token release cycle\",\"LKkq8n\":\"The number of Crowdpooling tokens that will be distributed to participants, calculated by the number of tokens supplied * sales ratio\",\"LL8USh\":\"How can I tell if a token is fake?\",\"LLAa/9\":\"Optional\",\"LQ0J1B\":\"Flexible customization, take full control of liquidity\",\"LQU+Dm\":\"Risk Disclaimer\",\"LVzIav\":\"The pool’s market-making price can be adjusted\",\"LY0a8e\":\"Project Crowdpooling\",\"Ldu/RI\":\"On Sale\",\"Lfkqg7\":\"Stake tokens to receive mining rewards.\",\"LhMjLm\":\"Time\",\"LtI9AS\":\"Owner\",\"M/yBt6\":\"Add to pool\",\"M9dIDb\":\"The pegged exchange rate refers to the exchange rate between two token assets where one's value is pegged/fixed by the other. For example, the pegged exchange rate between the US Dollar and USDT is 1.\",\"MU9s7M\":\"Deposit amounts\",\"MXQodB\":\"Disable Indirect Routing\",\"MZPP7t\":\"Your position has 0 liquidity, and is not earning fees.\",\"Mining Pool\":\"Mining Pool\",\"MvFS/h\":\"No pools yet? Create one!\",\"My CPs\":\"My CPs\",\"My Mining\":\"My Mining\",\"My Pools\":\"My Pools\",\"NEQTCn\":\"Share Of Pool\",\"NIuIk1\":\"Unlimited\",\"NSCBTb\":\"The setting has been switched to swap mode\",\"NVAuTg\":\"Quote not available\",\"NXZdrO\":\"My pool share\",\"NgeSlx\":\"Learn More\",\"NjdGps\":\"Use the recommended ratio\",\"Nk6ddN\":\"Stake LP tokens and receive mining rewards.\",\"No LP pools match your criteria\":\"No LP pools match your criteria\",\"O6RUgz\":\"Fee rate\",\"OBdohg\":\"Add Liquidity\",\"OFjZGo\":\"Unstake\",\"OFqAkw\":\"Saved successfully\",\"OJOe+K\":\"Set the fee to the same as most other pools\",\"OKZP2O\":\"If there are no participants before the end, the rewards cannot be taken out anymore.\",\"ONWvwQ\":\"Upload\",\"OZUH85\":\"Your position will appear here.\",\"OauUE6\":\"Fetching Price...\",\"OdPOhy\":\"Discord\",\"OfhWJH\":\"Reset\",\"OgKD6h\":\"Best offer\",\"OjaWXx\":\"Fresh Mining\",\"On0aF2\":\"Website\",\"OnDEky\":\"LP Fee\",\"OsyKSt\":\"Withdraw\",\"OuSseo\":\"Ratio Settings\",\"OvsVd6\":\"After Settle\",\"OyIC0Q\":\"Project name\",\"P+K/3O\":\"Confirming\",\"P4iKEj\":[\"The initial price needs to be greater than \",[\"min\"],\" and less than 100,000,000\"],\"PIYEqF\":\"Quantity model\",\"PLUB/s\":\"Fee\",\"PPqGw9\":\"Applicable to pegged assets with a fixed price and no fluctuation\",\"PSrwyv\":\"Set Price\",\"PVa3KL\":\"Position on\",\"PZqJog\":\"Confirm Cross Chain\",\"Pb5lsl\":\"True or False: It is possible that when investing in any project that there is no guarantee on performance or return. Cryptocurrency projects are highly speculative in nature and returns are not guaranteed.\",\"PjrFPe\":\"Token Information\",\"Price impact reaches <0>{priceImpact}</0>%, accept the quote\":[\"Price impact reaches <0>\",[\"priceImpact\"],\"</0>%, accept the quote\"],\"PxfO5g\":\"Crowdpooling Address\",\"Q8W3SC\":\"Volume (1D)\",\"QNWt8A\":\"Estimated Time\",\"QNrpkx\":\"Classical AMM-like pool. Suitable for most assets.\",\"QR4/RH\":\"Swap summary\",\"QWPu8l\":\"Look at the name of the token\",\"QhKYKu\":\"Unknown Source\",\"QoOu4H\":\"You will also claim all rewards from this pool.\",\"QtgfjM\":\"The creator of the liquidity pool can adjust the liquidity distribution by modifying the market-making price parameters. <0>Learn more</0>\",\"R7D79P\":\"Invalid pair\",\"R9Khdg\":\"Auto\",\"RE66Mb\":\"Set Time\",\"RP3Fep\":\"Delayed Distribution\",\"Remaining rewards/Total\":\"Remaining rewards/Total\",\"Rewards\":\"Rewards\",\"RtKKbA\":\"Last\",\"RvYEUJ\":\"Suitable for synthetic assets. The liquidity is super concentrated at some price like Curve Finance.\",\"RxHSET\":\"LP Balance:\",\"S3piC2\":\"Tx\",\"S8G1qk\":\"Single\",\"SXnevP\":\"Review Cross Chain\",\"SbBMxj\":\"Share of pool\",\"SchpMp\":\"Telegram\",\"Search by address\":\"Search by address\",\"SnvLL7\":\"This token doesn't appear on the token list.Make sure this is the token that you want to trade.\",\"Sta9CR\":\"Enter a percent\",\"Staked\":\"Staked\",\"Start Time\":\"Start Time\",\"Sti4vy\":\"Mining\",\"T+qgFw\":\"Price Impact\",\"T0Y2+3\":\"Select a token\",\"T5ExxV\":\"Points for LP token holders.\",\"TFOxRM\":\"Mins\",\"TGi+jm\":\"Doc\",\"TJBHlP\":\"Standard\",\"TP9/K5\":\"Token\",\"TTlkRL\":\"Lower than dynamic slippage\",\"TVL\":\"TVL\",\"TXI4Fi\":\"Whitelist setting\",\"TY5fM3\":\"LP Tokens\",\"TZDLPg\":\"Claimable\",\"TZlax5\":\"Cooling-off\",\"TaScUS\":[\"Users sell \",[\"0\"],\" amount:\"],\"TgGTCz\":\"% of Tokens for Sale\",\"TizaRy\":\"Wallet incompatibility\",\"TvH4Ym\":[\"Bought \",[\"0\"],\" \",[\"1\"],\", price in the pool decreased to \",[\"2\"]],\"Tz0i8g\":\"Settings\",\"U0Dg77\":\"Time to collect tokens\",\"UE2beD\":\"Creator\",\"UN0Nip\":\"Reward Rules\",\"UPXmW+\":\"Trader\",\"UR6EpX\":\"Crowdpooling not found\",\"URmyfc\":\"Details\",\"UbRKMZ\":\"Pending\",\"UmmT9r\":\"View detail<0><1/></0>\",\"Upcoming\":\"Upcoming\",\"Users\":\"Users\",\"Uzr1HF\":[\"Connect to your \",[\"0\"],\" Wallet\"],\"V+rJKF\":\"Seconds\",\"V38hNQ\":\"Single-Token Stake Mining\",\"V3tNRB\":\"Tokens for Participants\",\"VEOVWn\":\"Stocks last\",\"VRclf/\":\"Add project intro to boost participation.\",\"VXTSOE\":\"Suitable for most situations.\",\"VgOL1Z\":\"Add more to mint at least 1000 LP tokens\",\"Vmw6BM\":\"Something went wrong…<0>Refresh again</0>\",\"WEYdDv\":\"Recommended\",\"WI3lQ1\":\"SELECT\",\"WKj93T\":\"Select Token\",\"WYqq5A\":\"End mining\",\"WgTuci\":[\"Your position will be 100% composed of \",[\"0\"],\" at this price\"],\"When adding rewards, the number of rewards for a single block may be adjusted\":\"When adding rewards, the number of rewards for a single block may be adjusted\",\"X6T02b\":\"This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction.\",\"X9kySA\":\"Favorites\",\"XPiFIY\":\"Can the pool price be adjusted?\",\"XeovX3\":\"Swap Detail\",\"Xpkm7d\":\"No ForceStop access\",\"Y0Knz4\":\"Checking this option means that the routing algorithm will only route to liquidity pools between the two tokens in the trading pair and will ignore routes with any intermediary tokens.\",\"Y7rVy0\":\"Fee Rate\",\"Y9QDtD\":\"You are making changes to the liquidity of a private pool. This is a highly discretionary operation that may cause substantial inflows/outflows of funds and changes in market prices. Please make sure you are fully aware of the implications of each parameter modification.\",\"YA4hwj\":\"Price Range\",\"YG004A\":[[\"0\"],\" deposited\"],\"YHc3B+\":\"My Liquidity\",\"YHpbe1\":\"For\",\"YN7eBC\":\"Crowdpooling Settlement\",\"YPpBlT\":[\"If you spend gas help settle a Crowdpooling campaign, you could receive 0.2\",[\"0\"],\" in rewards. Liquidity pools and spot trading will be created/enabled after settlement.\"],\"YUyuNp\":[[\"lqAndDodoCompareText\"],\" Price Difference\"],\"YW7awY\":\"Cover Image (Optional)\",\"YZSIM3\":\"Price Change\",\"Ya7tMs\":\"If this option is selected, users could still put in funds and final distribution is according to their funding ratio,after reach fund-raising cap.\",\"YdRgK6\":[\"Please double check that you have the correct token contract address. Note that malicious actors can create tokens that claim to represent other projects with the same names and you may incur significant losses by trading these fake tokens.\\nCryptocurrencies are a high-risk asset class, so please always proceed with caution and beware of various risks. Participation in Crowdpooling is NOT risk-free. \",[\"0\"],\" is not liable and will not be offering compensations for any asset losses caused by factors such as project mismanagement, arbitrary and/or malicious token minting, and secondary market manipulation.\"],\"Yn3Fsb\":\"You Have Paid\",\"You are not currently providing liquidity for any LP pools.\":\"You are not currently providing liquidity for any LP pools.\",\"You have not create any mining\":\"You have not create any mining\",\"YvXHDU\":[\"The area of the chart indicates the buy/sell volume of \",[\"0\"],\" that can be carried by the market when the current price changes to the hover price.\"],\"Z033WN\":\"Total Swap Fee\",\"Z5HWHd\":\"On\",\"Z7ZXbT\":\"Approve\",\"Z8lGw6\":\"Share\",\"ZNo5k1\":\"Remaining\",\"ZXvy7b\":\"Additional routing fees set by the Widget user\",\"ZgtZpB\":\"The start time is too soon, please set a later time\",\"ZhEBp4\":\"Current liquidity pool token price\",\"ZlKTEh\":[\"Reward \",[\"0\"]],\"ZlQ83E\":[\"<0>\",[\"lostRatio\"],\"</0> of the initial liquidity you provide will be burned. <1/>The closer the provided asset ratio is to the recommended ratio (\",[\"recommendRatioText\"],\"), the smaller the portion burned.\"],\"Zm56FI\":\"Maximum slippage do not exceed 50%\",\"ZsKegi\":\"The Crowdpooling token project team\",\"ZtzQFq\":\"If someone else's settlement transaction is processed before yours, you will NOT receive the 0.2ETH, but your gas cost for that transaction will be a lot lower.\",\"a/2WDC\":\"Initial Claim Percentage (%)\",\"a1AzKr\":\"For those who are looking to sell tokens and only need ask-side liquidity.\",\"a7exEk\":\"Hard Cap\",\"a7u1N9\":\"Price\",\"aGKLPO\":\"The current network supports new pool types\",\"aIvv/z\":\"The price of this pool is within your selected range. Your position is currently earning fees.\",\"aM1tos\":\"You are creating a pool\",\"ab98Hp\":[\"Created by \",[\"0\"]],\"agPptk\":\"Medium\",\"agRWc1\":\"Minutes\",\"az8lvo\":\"Off\",\"b+KjnH\":\"Your position will not earn fees or be used in trades until the market price moves into your range.\",\"b2jAb+\":\"per\",\"bC0iyq\":\"Suitable for stablecoins with price fluctuations within 10%\",\"bEsfUQ\":\"Confirm submission\",\"bQ3cKo\":\"Select pool by tokens\",\"bUUVED\":\"Asset\",\"bXp9u3\":\"Fee Revenue\",\"bnjNJe\":\"Creating pool...\",\"bwSQI0\":\"Supply\",\"c+xCSz\":\"True\",\"c4miqE\":\"Pool share\",\"c6TMm0\":\"Mining Type\",\"cDWXuq\":\"Settler\",\"cJtosk\":\"Remove liquidity\",\"cOvZFM\":\"Dynamic\",\"cklVjM\":\"Timeline\",\"cmUrtC\":\"SEE HOW IT WORKS\",\"cnGeoo\":\"Delete\",\"cnbRVW\":[\"Initial Price \",[\"0\"],\" \",[\"1\"],\" = \",[\"2\"],\" \",[\"3\"]],\"d0rUsW\":\"Social Links\",\"d2CZvA\":\"Initial Price\",\"d8YnVj\":\"Guide Price\",\"dEgA5A\":\"Cancel\",\"dI46oG\":\"Auto switch network\",\"dJqd5x\":[\"Get \",[\"tokenSymbol\"]],\"dLsMo2\":\"Calming\",\"dUdltF\":\"One-Click Claim\",\"dmiCGN\":\"Select Token Pair\",\"dqWPbT\":\"I have read, understand, and agree to the <0>Terms of Service</0>.\",\"dvjyxF\":\"Liquidity Protection\",\"dzV+zO\":\"Modify Confirmation\",\"e/bYdk\":[[\"brief\"],\" submitted\"],\"e38JNU\":\"Tips:\",\"eE0JZ4\":\"Version\",\"eK0eiF\":\"Initial asset ratio\",\"eK6I8d\":\"V2 & PMM\",\"ePK91l\":\"Edit\",\"eTUF28\":\"Min\",\"eVZ7bY\":\"Hide TVL=0 pools\",\"em6LzM\":\"Transaction rejected.\",\"epmOGC\":\"Your Allocation\",\"eqDEQ1\":\"View More\",\"evmVGu\":[\"\\\"Created by \",[\"0\"]],\"fKYdE9\":\"Results in a more volatile price.\",\"fQY/2q\":\"How to Launch\",\"fSFt4a\":\"Token Pair\",\"fZ5Vnu\":\"Received\",\"fZFkP1\":\"My Pools\",\"fbi3rn\":\"Popular Campaigns\",\"fgGids\":[\"Approve \",[\"0\"]],\"fqDzSu\":\"Rate\",\"fsBGk0\":\"Balance\",\"fxRyGG\":\"fee tier\",\"g3x+cF\":\"Service update, please wait and try again\",\"gz+9Rb\":\"Gas price is too low, please adjust in your wallet and try again\",\"h3PbRN\":\"My Pool Share\",\"h4RLFN\":\"RPC node data exception\",\"h5FVz1\":\"Estimated transaction time\",\"h5pjuM\":\"Collect fees\",\"h7LgzN\":\"Connect to your wallet\",\"hCBYHP\":\"Total Fee Revenue\",\"hHbU2P\":\"Crowdpooling Token Name\",\"hRWvpI\":\"Claimed\",\"hXzOVo\":\"Next\",\"hYgDIe\":\"Create\",\"hbO8db\":[[\"0\"],\"%\"],\"hcNa1G\":\"Token Amount\",\"hdIg7i\":\"Select Pool Version\",\"hom7qf\":\"Claim\",\"i3Z+/Z\":\"Out of range\",\"iDGO1l\":\"Disclaimer\",\"iH8pgl\":\"Back\",\"iLj1a9\":[\"Dynamic slippage is \",[\"recommendSlippage\"],\"%,the current slippage setting is higher than the dynamic slippage, which means you are willing to accept a worse final execution price.\"],\"iPMIoT\":\"Enter an amount\",\"ia8YsC\":\"Upcoming\",\"iaocTt\":\"Ratio\",\"j2Uisd\":\"Approving\",\"jAVu0/\":\"Please contact our team to edit project intro\",\"jMam5g\":[[\"0\"],\" Balance\"],\"jVIJJT\":\"Follow your friends' suggestions\",\"jaH6JH\":\"Higher than default slippage\",\"jjuKOj\":\"Min Price\",\"juypHV\":\"Liquidity Providers\",\"kAC8rT\":\"High price\",\"kNeEXg\":\"Current Price\",\"kdzjmC\":[\"The mid price needs to be greater than \",[\"min\"],\" and less than 100,000,000\"],\"kf83Ld\":\"Something went wrong.\",\"kiVvm6\":\"Please wait and do not leave this page until the project intro is submitted. If you leave this page, changes can only be made by contacting our team.\",\"kj3p6e\":\"Daily Rewards\",\"kntVRp\":\"Check the token address with the project team's official accounts to confirm the address\",\"ktegM+\":\"Create Crowdpooling\",\"ku//5b\":\"Second\",\"l3s5ri\":\"Import\",\"l4Za6X\":\"Total Swap Volume\",\"lDgVWA\":\"Receive\",\"lJvbHq\":\"Select Network\",\"lLbR0m\":\"Simple, full-range liquidity\",\"lNYomJ\":\"AMM V2 Position\",\"lQ6r7x\":\"Confirm swap\",\"lTmG/H\":\"Minimum Received\",\"lU1fOS\":[\"No information is provided by \",[\"0\"],\" and its partners or its affiliates on its website, platforms, or any public publications that provide financial offers or advice regarding any investment products or services.\\nIf you have any questions, please refer to our Terms of Service,obtain advice from an independent financial advisor, or do not proceed if you are not fully aware of the risks involved.\\n\",[\"1\"],\" and its partners and affiliates shall not be liable for any loss incurred by you in regard to your investment or transaction on the \",[\"2\"],\" platform/services.\"],\"lgE483\":\"Once created, the price cannot be changed. This option applies to assets like ETH-WETH.\",\"lqTDfd\":\"Slippage Tolerance\",\"lsg9Mi\":\"Parameter Settings\",\"lt73F9\":\"Myself\",\"lt8yMa\":\"Send to:\",\"luOvdJ\":\"My Staked\",\"m16xKo\":\"Add\",\"m6RmA/\":[\"Insufficient \",[\"0\"],\" balance\"],\"m8Ls39\":\"Project Info\",\"m8r/Yx\":\"AMM V3\",\"mDl+W3\":\"Import Token\",\"mFXnIs\":\"The dynamic slippage is provided by DODO team through analyzing historical transactions.\",\"mObS+5\":\"Failed to get price of the token\",\"mS8IDA\":\"more details\",\"mYGY3B\":\"Date\",\"mZ4SrP\":\"Liquidity Pool\",\"me2dmq\":\"Value (USD)\",\"muxF4j\":\"Total Tokens of Poolin\",\"n25Lml\":\"Depth\",\"nIrcQi\":\"No matching pool found\",\"nOMkfk\":\"Pool Building Fee (%)\",\"nTWWCZ\":\"Low\",\"nbg7Hx\":\"Total Expected Gain\",\"nhtR6Y\":\"X (Twitter)\",\"njP3Y/\":[\"Raised \",[\"0\"],\" \",[\"1\"]],\"nxRg31\":\"Select pair\",\"o+XJ9D\":\"Change\",\"o/5/4c\":\"Once Mining has started, it cannot be stopped.\",\"o8aMNm\":\"Select a liquidity pool\",\"obrQne\":\"Raised\",\"ocUvR+\":\"False\",\"odSO14\":\"Tokens you have claimed\",\"oi4zIm\":\"Failed to load data\",\"ojGQRC\":\"This is an official appear <0/>on the token list\",\"om+Yr9\":\"Do not select non-standard ERC20 tokens as this may lead to unknown errors!\",\"p2jbcE\":\"Create Pool\",\"p3607o\":\"Managing\",\"p7/w10\":\"Volume (24H)\",\"pDgeaz\":[[\"title\"]],\"pHQq+U\":\"Pool Setup\",\"pKjCsP\":\"100% use your own funds and enjoy the maximum degree of flexibility.\",\"pQJBKk\":[\"The closer the provided asset ratio is to the recommended ratio (\",[\"recommendRatioText\"],\"), the smaller the portion burned.\"],\"pSQ1lM\":\"MT Fee\",\"pY/ok7\":\"All chains\",\"pdZiL7\":\"Current Market Price:\",\"peTryP\":[[\"0\"],\"-\",[\"1\"],\" is not supported. Please select another pair.\"],\"pfw0Wr\":\"ALL\",\"pw11kL\":\"My Share\",\"pwUZo2\":\"Confirming...\",\"pzO3Xa\":\"Total Supply\",\"q+Q952\":[\"Users pay \",[\"0\"],\" \",[\"1\"],\" and receive \",[\"2\"],\" \",[\"3\"],\"\\\\nPrice \",[\"4\"],\" (\",[\"5\"],\"%)\"],\"qDhDFK\":\"Traders\",\"qK7wuW\":\"Unable to SETTLE during the cooling-off period\",\"qLkska\":\"The setting has been switched to cross chain mode\",\"qVCm9R\":\"Tokens for Sale\",\"qiOIiY\":\"Buy\",\"qjbHuD\":[\"The current slippage protection coefficient set exceeds \",[\"0\"],\"%, which may result in losses.\"],\"qmYDVk\":\"Total Rewards\",\"r5DGtT\":\"Equitable One-stop Token Distribution \\nFair Launch with No Front-running\",\"r7ScnQ\":\"Connect to a wallet\",\"rAx5u1\":\"End Time\",\"rG3WVm\":\"Select\",\"rH6vg9\":\"There is no liquidity data.\",\"rQ9c+8\":[\"Output is estimated. If the price changes by more than \",[\"0\"],\" your transaction will revert.\"],\"rRDi3Y\":\"Detail\",\"rSayea\":\"APY\",\"rbsyJM\":\"AMM V2\",\"rdUucN\":\"Preview\",\"s7vvKT\":\"Participating in crowdfunding pool construction will charge a certain percentage of the amount of participation fee\",\"sCUx8G\":\"Select Platform\",\"sIPJGT\":\"SELECT TOKEN\",\"sNaLCG\":\"Add Token\",\"sRfATM\":\"You have to answer the following question correctly to continue using this feature.\",\"sTnImq\":\"Total Liquidity\",\"sVlqoo\":\"AMM V3 Position\",\"sjn3tj\":\"Slippage Coefficient\",\"so47+q\":[\"1 \",[\"0\"],\" = \",[\"1\"],\" \",[\"2\"]],\"sxkWRg\":\"Advanced\",\"syToc5\":[[\"0\"],\"/\",[\"1\"],\" Pool Tokens\"],\"t+LmjM\":\"Initial Price Alert\",\"t/YqKh\":\"Remove\",\"t3d3/V\":\"ratio is 0\",\"tKE4Ak\":\"Cross Chain Summary\",\"tMMG40\":[[\"0\"],\"% fee tier\"],\"tMVAXL\":\"SafeERC20: low-level call failed. Please contact the DODO team.\",\"tdiAb9\":\"Confirm Crowdpooling Campaign\",\"tfDRzk\":\"Save\",\"tnRI9r\":\"Pool Creation Confirmation\",\"tu/fxg\":\"Claim fees\",\"tyGEMJ\":\"Amounts\",\"u1tnst\":\"Create One\",\"uAQUqI\":\"Status\",\"uEoBVI\":\"Low price\",\"uUehLT\":\"Waiting\",\"uaKP0s\":[\"differs from the price quoted by DODO by \",[\"lqAndDodoCompareText\"]],\"ubh2om\":\"Start in\",\"ubzjDN\":\"Real Time\",\"udsWDJ\":\"Unsupported network - switch to trade\",\"uiuMDr\":\"Enter parameters to view the yield curve\",\"uoF511\":\"Project Intro (Optional)\",\"uy+58S\":\"After the end of a Crowdpooling campaign, there is a Liquidity Protection period. During this period, the Crowdpooling campaign creator's funds will be locked to guarantee sufficient market depth and liquidity.\",\"v4nCHK\":\"Paid\",\"v4wgrk\":\"Failed to add\",\"vFFzfp\":\"Supports JPG/PNG (2000×500 px recommended)\",\"vH2C/2\":\"Swap\",\"vKnfcc\":\"Crowdpooling Information\",\"vLyv1R\":\"Hide\",\"vOyUlD\":\"In range\",\"vXvgFK\":\"There is risk of being arbitraged if adding this liquidity.\",\"vrnnn9\":\"Processing\",\"vxHMzr\":\"address\",\"wGX6+c\":\"Sale Ends In\",\"wR/aPV\":\"Project Intro\",\"wSpNR+\":\"This trading pair does not have enough historical data and has used the default dynamic slippage.\",\"wYG2kN\":\"When the Crowdpooling campaign has exceeded 100% hard cap, your share will be allocated according to the proportion of your investment. Any excess funds will be returned to you.\",\"wckWOP\":\"Manage\",\"wdxz7K\":\"Source\",\"wmCrk7\":\"You may modify the transaction deadline, the maximum time allowed for a trade to be processed on-chain. However, please note that this may lead to your trade executing at a subpar price, as the market price may change during that time.\",\"wtjDAR\":[[\"0\"],\" Approval Pending\"],\"x3muNy\":\"Liquidity Burn Ratio\",\"x4QVeW\":\"Percentage to remove\",\"x6GJ4a\":\"Max Slippage\",\"xEbi+8\":\"User denied transaction signature.\",\"xiqG5c\":\"ADD\",\"y1eoq1\":\"Copy link\",\"y4kfSV\":\"WARNING\",\"y5rS9U\":\"Migrate\",\"yM82Jw\":\"ForceStop exception\",\"yQ2kGp\":\"Load more\",\"yQE2r9\":\"Loading\",\"yXm1vH\":\"The initial price is different from the current market price, which may cause your pool to be arbitraged\",\"yY8wAv\":\"Hours\",\"yZ7QDt\":\"Price Hard Cap\",\"yoR+O6\":\"V3\",\"yq+Q9s\":[\"Dynamic slippage is \",[\"recommendSlippage\"],\"% , the current slippage setting may increase the failure rate of transactions.\"],\"yx/fMc\":\"High\",\"yz7wBu\":\"Close\",\"yzjPpo\":\"Fees will be the same as in most other pools.\",\"z9t6jM\":\"Mining Pool\",\"zA6/Yq\":\"To avoid loss of rewards, please ensure that at least 1 or more participating users exist.\",\"zABfk1\":\"https://blog.dodoex.io/introducing-the-dodo-smart-slippage-3d32d13a4fef\",\"zSMRJ/\":\"Transaction Deadline\",\"zXCpR0\":\"Claim Rewards\",\"zcVtwU\":\"My Pools (PMM)\",\"zeSosD\":\"Starting price\",\"zga9sT\":\"OK\",\"zkFuIm\":\"Total Rewards=Daily Rewards*Duration\",\"znqB4T\":\"Insufficient balance\",\"zwBp5t\":\"Private\",\"zwWKhA\":\"Learn more\"}")};
|