@@ -2,7 +2,7 @@ export const getAuctionModuleParamsExample = [
2
2
{
3
3
user : "{{user1}}" ,
4
4
content : {
5
- text : "Retrieve the auction module parameters, including the auction period and the minimum next bid increment rate."
5
+ text : "Retrieve the auction module parameters, including the auction period and the minimum next bid increment rate." ,
6
6
} ,
7
7
} ,
8
8
{
@@ -12,7 +12,7 @@ export const getAuctionModuleParamsExample = [
12
12
action : "GET_AUCTION_MODULE_PARAMS" ,
13
13
content : {
14
14
auctionPeriod : 7200 ,
15
- minNextBidIncrementRate : "0.05"
15
+ minNextBidIncrementRate : "0.05" ,
16
16
} ,
17
17
} ,
18
18
} ,
@@ -22,7 +22,7 @@ export const getAuctionModuleStateExample = [
22
22
{
23
23
user : "{{user1}}" ,
24
24
content : {
25
- text : "Get the current state of the auction module, including parameters, auction round, highest bid, and auction ending timestamp."
25
+ text : "Get the current state of the auction module, including parameters, auction round, highest bid, and auction ending timestamp." ,
26
26
} ,
27
27
} ,
28
28
{
@@ -33,14 +33,14 @@ export const getAuctionModuleStateExample = [
33
33
content : {
34
34
params : {
35
35
auctionPeriod : 7200 ,
36
- minNextBidIncrementRate : "0.05"
36
+ minNextBidIncrementRate : "0.05" ,
37
37
} ,
38
38
auctionRound : 12 ,
39
39
highestBid : {
40
40
bidder : "inj1xmpl3bidderaddress" ,
41
- amount : "2500000000"
41
+ amount : "2500000000" ,
42
42
} ,
43
- auctionEndingTimestamp : 1700000000
43
+ auctionEndingTimestamp : 1700000000 ,
44
44
} ,
45
45
} ,
46
46
} ,
@@ -50,7 +50,7 @@ export const getCurrentBasketExample = [
50
50
{
51
51
user : "{{user1}}" ,
52
52
content : {
53
- text : "Fetch the details of the current auction basket, including the list of amounts, auction round, closing time, highest bidder, and highest bid amount."
53
+ text : "Fetch the details of the current auction basket, including the list of amounts, auction round, closing time, highest bidder, and highest bid amount." ,
54
54
} ,
55
55
} ,
56
56
{
@@ -62,17 +62,17 @@ export const getCurrentBasketExample = [
62
62
amountList : [
63
63
{
64
64
denom : "inj" ,
65
- amount : "500000000"
65
+ amount : "500000000" ,
66
66
} ,
67
67
{
68
68
denom : "usdt" ,
69
- amount : "1000000"
70
- }
69
+ amount : "1000000" ,
70
+ } ,
71
71
] ,
72
72
auctionRound : 12 ,
73
73
auctionClosingTime : 1700003600 ,
74
74
highestBidder : "inj1xmpl3bidderaddress" ,
75
- highestBidAmount : "2500000000"
75
+ highestBidAmount : "2500000000" ,
76
76
} ,
77
77
} ,
78
78
} ,
@@ -82,7 +82,7 @@ export const getAuctionRoundExample = [
82
82
{
83
83
user : "{{user1}}" ,
84
84
content : {
85
- text : "Retrieve information for auction round number 12."
85
+ text : "Retrieve information for auction round number 12." ,
86
86
} ,
87
87
} ,
88
88
{
@@ -96,30 +96,30 @@ export const getAuctionRoundExample = [
96
96
basketList : [
97
97
{
98
98
denom : "inj" ,
99
- amount : "500000000"
99
+ amount : "500000000" ,
100
100
} ,
101
101
{
102
102
denom : "usdt" ,
103
- amount : "1000000"
104
- }
103
+ amount : "1000000" ,
104
+ } ,
105
105
] ,
106
106
winningBidAmount : "2500000000" ,
107
107
round : 12 ,
108
108
endTimestamp : 1700000000 ,
109
- updatedAt : 1700000000
109
+ updatedAt : 1700000000 ,
110
110
} ,
111
111
bids : [
112
112
{
113
113
bidder : "inj1bidder1address" ,
114
114
bidAmount : "2000000000" ,
115
- bidTimestamp : 1699999000
115
+ bidTimestamp : 1699999000 ,
116
116
} ,
117
117
{
118
118
bidder : "inj1bidder2address" ,
119
119
bidAmount : "2500000000" ,
120
- bidTimestamp : 1699999500
121
- }
122
- ]
120
+ bidTimestamp : 1699999500 ,
121
+ } ,
122
+ ] ,
123
123
} ,
124
124
} ,
125
125
} ,
@@ -129,7 +129,7 @@ export const getAuctionsExample = [
129
129
{
130
130
user : "{{user1}}" ,
131
131
content : {
132
- text : "Retrieve the list of all past auctions with their details."
132
+ text : "Retrieve the list of all past auctions with their details." ,
133
133
} ,
134
134
} ,
135
135
{
@@ -143,36 +143,36 @@ export const getAuctionsExample = [
143
143
basketList : [
144
144
{
145
145
denom : "inj" ,
146
- amount : "500000000"
146
+ amount : "500000000" ,
147
147
} ,
148
148
{
149
149
denom : "usdt" ,
150
- amount : "1000000"
151
- }
150
+ amount : "1000000" ,
151
+ } ,
152
152
] ,
153
153
winningBidAmount : "2500000000" ,
154
154
round : 12 ,
155
155
endTimestamp : 1700000000 ,
156
- updatedAt : 1700000000
156
+ updatedAt : 1700000000 ,
157
157
} ,
158
158
{
159
159
winner : "inj1w1nn3raddress2" ,
160
160
basketList : [
161
161
{
162
162
denom : "inj" ,
163
- amount : "750000000"
163
+ amount : "750000000" ,
164
164
} ,
165
165
{
166
166
denom : "usdt" ,
167
- amount : "1500000"
168
- }
167
+ amount : "1500000" ,
168
+ } ,
169
169
] ,
170
170
winningBidAmount : "3500000000" ,
171
171
round : 11 ,
172
172
endTimestamp : 1699996400 ,
173
- updatedAt : 1699996400
174
- }
175
- ]
173
+ updatedAt : 1699996400 ,
174
+ } ,
175
+ ] ,
176
176
} ,
177
177
} ,
178
178
] ;
@@ -181,7 +181,7 @@ export const msgBidExample = [
181
181
{
182
182
user : "{{user1}}" ,
183
183
content : {
184
- text : "Place a bid of 2600000000 INJ_DENOM in auction round 12."
184
+ text : "Place a bid of 2600000000 INJ_DENOM in auction round 12." ,
185
185
} ,
186
186
} ,
187
187
{
@@ -191,8 +191,8 @@ export const msgBidExample = [
191
191
action : "PLACE_BID" ,
192
192
content : {
193
193
round : 12 ,
194
- amount : "2600000000"
195
- }
194
+ amount : "2600000000" ,
195
+ } ,
196
196
} ,
197
197
} ,
198
198
] ;
@@ -201,7 +201,7 @@ export const msgBidResponseExample = [
201
201
{
202
202
user : "{{user1}}" ,
203
203
content : {
204
- text : "Confirm the bid transaction."
204
+ text : "Confirm the bid transaction." ,
205
205
} ,
206
206
} ,
207
207
{
@@ -211,8 +211,8 @@ export const msgBidResponseExample = [
211
211
action : "BID_TRANSACTION_RESPONSE" ,
212
212
content : {
213
213
txHash : "0xabc123def456ghi789jkl012mno345pqr678stu901vwx234yz" ,
214
- success : true
215
- }
214
+ success : true ,
215
+ } ,
216
216
} ,
217
217
} ,
218
218
] ;
0 commit comments