@@ -28,24 +28,24 @@ components:
28
28
access_token :
29
29
type : string
30
30
example : >-
31
- eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhZGRyZXNzIjoiMHg5ZDgyYTZjOTgxMTE0OTQzYmQ0MmI5ZTMzOTM2MWFmYjgyYjUwNTk2IiwiaWF0IjoxNjAzMzU4Nzk2LCJleHAiOjE2MDM5NjM1OTZ9.BzHFBvadgYlS8y43gX0VjbPmKLRuQOYm0oMdO2o3F-Y
31
+ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
32
32
required :
33
33
- access_token
34
34
TransferDto :
35
35
type : object
36
36
properties :
37
37
ethAddress :
38
38
type : string
39
- example : ' 0x9d82a6c981114943bd42b9e339361afb82b50596 '
39
+ example : ' 0x000000618E8ea9DcA789ba7978fE67CdD76Efaf0 '
40
40
asset :
41
41
type : string
42
- example : FIL
42
+ example : FOLD
43
43
to :
44
44
type : string
45
45
example : ETH
46
46
nonce :
47
47
type : string
48
- example : ' 0x2f485473ae47edb4d6fe4144f00dd0860555db21bd3a9ce4222f17f08069106d '
48
+ example : ' 0xd2549e0a95762fcc2b8a1bbf9bd081c12a8e6e783d1dad238d95cad26a65ee46af '
49
49
required :
50
50
- ethAddress
51
51
- asset
@@ -60,7 +60,7 @@ components:
60
60
example : ' 2020-10-16T20:48:18.476Z'
61
61
address :
62
62
type : string
63
- example : ' 0x9d82a6c981114943bd42b9e339361afb82b50596 '
63
+ example : ' 0x000000618E8ea9DcA789ba7978fE67CdD76Efaf0 '
64
64
type :
65
65
type : string
66
66
example : deposit
@@ -69,22 +69,22 @@ components:
69
69
example : pending
70
70
transfer :
71
71
$ref : ' #/components/schemas/TransferDto'
72
- filAddress :
72
+ namespace :
73
73
type : string
74
- example : t1cfxqaivmpcv2rxdd2ew75u5duyabpkri2f6lddy
74
+ example : relay.bond
75
75
amount :
76
76
type : number
77
77
example : ' 0.01'
78
78
ethTxHash :
79
79
type : string
80
- example : ' 0xf5dbaf357e09abf2d4151974bdfae5e20317043b155ff653b03fbd137c940a84 '
80
+ example : ' 0xafda5e4205b21292df4faa6a70e989a05438d67c8890b35c5d0c765c4a4ad734 '
81
81
required :
82
82
- createdAt
83
83
- address
84
84
- type
85
85
- status
86
86
- transfer
87
- - filAddress
87
+ - namespace
88
88
- amount
89
89
- ethTxHash
90
90
TransactionUpdateDto :
@@ -95,7 +95,7 @@ components:
95
95
example : confirmed
96
96
ethTxHash :
97
97
type : string
98
- example : ' 0xf5dbaf357e09abf2d4151974bdfae5e20317043b155ff653b03fbd137c940a84 '
98
+ example : ' 0xafda5e4205b21292df4faa6a70e989a05438d67c8890b35c5d0c765c4a4ad734 '
99
99
message :
100
100
type : string
101
101
example : Unhandled rejection
@@ -108,10 +108,10 @@ components:
108
108
properties :
109
109
address :
110
110
type : string
111
- example : t1cfxqaivmpcv2rxdd2ew75u5duyabpkri2f6lddy
111
+ example : relay.bond
112
112
params :
113
113
type : string
114
- example : bFdWUU9MbWVXdWtSaW1HbV9hNVhzZWlFY1R1NDEyTloxRUpYQ2Y3bm1PWQ ==
114
+ example : 0x000000F2869469220b6c2EdFF2d685bd5e74f784 ==
115
115
required :
116
116
- address
117
117
- params
@@ -122,19 +122,19 @@ components:
122
122
$ref : ' #/components/schemas/TransferDto'
123
123
gatewayAddress :
124
124
$ref : ' #/components/schemas/GatewayAddressDto'
125
- filAddress :
125
+ namespace :
126
126
type : string
127
- example : t1cfxqaivmpcv2rxdd2ew75u5duyabpkri2f6lddy
127
+ example : relay.bond
128
128
amount :
129
129
type : number
130
130
example : ' 0.01'
131
131
ethTxHash :
132
132
type : string
133
- example : ' 0xf5dbaf357e09abf2d4151974bdfae5e20317043b155ff653b03fbd137c940a84 '
133
+ example : ' 0xafda5e4205b21292df4faa6a70e989a05438d67c8890b35c5d0c765c4a4ad734 '
134
134
required :
135
135
- transfer
136
136
- gatewayAddress
137
- - filAddress
137
+ - namespace
138
138
- amount
139
139
- ethTxHash
140
140
TransactionCounterResponseDto :
0 commit comments