@bitgo-beta/sdk-core 8.2.1-beta.1400 → 8.2.1-beta.1402
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.
|
@@ -30,243 +30,7 @@ export declare const defaultConstants: (env: EnvironmentName) => {
|
|
|
30
30
|
minOutputSize: number;
|
|
31
31
|
minInstantFeeRate: number;
|
|
32
32
|
bitgoEthAddress: string;
|
|
33
|
-
} & (
|
|
34
|
-
eth: {
|
|
35
|
-
tokens: import("@bitgo-beta/statics").Erc20TokenConfig[];
|
|
36
|
-
nfts: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
37
|
-
};
|
|
38
|
-
xlm: {
|
|
39
|
-
tokens: import("@bitgo-beta/statics").StellarTokenConfig[];
|
|
40
|
-
};
|
|
41
|
-
algo: {
|
|
42
|
-
tokens: import("@bitgo-beta/statics").AlgoTokenConfig[];
|
|
43
|
-
};
|
|
44
|
-
ofc: {
|
|
45
|
-
tokens: import("@bitgo-beta/statics").OfcTokenConfig[];
|
|
46
|
-
};
|
|
47
|
-
celo: {
|
|
48
|
-
tokens: import("@bitgo-beta/statics").CeloTokenConfig[];
|
|
49
|
-
};
|
|
50
|
-
eos: {
|
|
51
|
-
tokens: import("@bitgo-beta/statics").EosTokenConfig[];
|
|
52
|
-
};
|
|
53
|
-
avaxc: {
|
|
54
|
-
tokens: import("@bitgo-beta/statics").AvaxcTokenConfig[];
|
|
55
|
-
};
|
|
56
|
-
polygon: {
|
|
57
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
58
|
-
};
|
|
59
|
-
soneium: {
|
|
60
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
61
|
-
};
|
|
62
|
-
bsc: {
|
|
63
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
64
|
-
};
|
|
65
|
-
arbeth: {
|
|
66
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
67
|
-
};
|
|
68
|
-
opeth: {
|
|
69
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
70
|
-
};
|
|
71
|
-
baseeth: {
|
|
72
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
73
|
-
};
|
|
74
|
-
og: {
|
|
75
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
76
|
-
};
|
|
77
|
-
flow: {
|
|
78
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
79
|
-
};
|
|
80
|
-
lineaeth: {
|
|
81
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
82
|
-
};
|
|
83
|
-
seievm: {
|
|
84
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
85
|
-
};
|
|
86
|
-
coredao: {
|
|
87
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
88
|
-
};
|
|
89
|
-
world: {
|
|
90
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
91
|
-
};
|
|
92
|
-
flr: {
|
|
93
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
94
|
-
};
|
|
95
|
-
sol: {
|
|
96
|
-
tokens: import("@bitgo-beta/statics").SolTokenConfig[];
|
|
97
|
-
};
|
|
98
|
-
hbar: {
|
|
99
|
-
tokens: import("@bitgo-beta/statics").HbarTokenConfig[];
|
|
100
|
-
};
|
|
101
|
-
ada: {
|
|
102
|
-
tokens: import("@bitgo-beta/statics").AdaTokenConfig[];
|
|
103
|
-
};
|
|
104
|
-
trx: {
|
|
105
|
-
tokens: import("@bitgo-beta/statics").TrxTokenConfig[];
|
|
106
|
-
};
|
|
107
|
-
xrp: {
|
|
108
|
-
tokens: import("@bitgo-beta/statics").XrpTokenConfig[];
|
|
109
|
-
};
|
|
110
|
-
zketh: {
|
|
111
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
112
|
-
};
|
|
113
|
-
sui: {
|
|
114
|
-
tokens: import("@bitgo-beta/statics").SuiTokenConfig[];
|
|
115
|
-
};
|
|
116
|
-
tao: {
|
|
117
|
-
tokens: import("@bitgo-beta/statics").TaoTokenConfig[];
|
|
118
|
-
};
|
|
119
|
-
polyx: {
|
|
120
|
-
tokens: import("@bitgo-beta/statics").PolyxTokenConfig[];
|
|
121
|
-
};
|
|
122
|
-
bera: {
|
|
123
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
124
|
-
};
|
|
125
|
-
mon: {
|
|
126
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
127
|
-
};
|
|
128
|
-
xdc: {
|
|
129
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
130
|
-
};
|
|
131
|
-
apt: {
|
|
132
|
-
tokens: import("@bitgo-beta/statics").AptTokenConfig[];
|
|
133
|
-
nftCollections: import("@bitgo-beta/statics").AptNFTCollectionConfig[];
|
|
134
|
-
};
|
|
135
|
-
stx: {
|
|
136
|
-
tokens: import("@bitgo-beta/statics").Sip10TokenConfig[];
|
|
137
|
-
};
|
|
138
|
-
near: {
|
|
139
|
-
tokens: import("@bitgo-beta/statics").Nep141TokenConfig[];
|
|
140
|
-
};
|
|
141
|
-
vet: {
|
|
142
|
-
tokens: import("@bitgo-beta/statics").VetTokenConfig[];
|
|
143
|
-
nftCollections: import("@bitgo-beta/statics").VetNFTCollectionConfig[];
|
|
144
|
-
};
|
|
145
|
-
cosmos: {
|
|
146
|
-
tokens: import("@bitgo-beta/statics").CosmosTokenConfig[];
|
|
147
|
-
};
|
|
148
|
-
ton: {
|
|
149
|
-
tokens: import("@bitgo-beta/statics").JettonTokenConfig[];
|
|
150
|
-
};
|
|
151
|
-
} | {
|
|
152
|
-
eth: {
|
|
153
|
-
tokens: import("@bitgo-beta/statics").Erc20TokenConfig[];
|
|
154
|
-
nfts: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
155
|
-
};
|
|
156
|
-
xlm: {
|
|
157
|
-
tokens: import("@bitgo-beta/statics").StellarTokenConfig[];
|
|
158
|
-
};
|
|
159
|
-
algo: {
|
|
160
|
-
tokens: import("@bitgo-beta/statics").AlgoTokenConfig[];
|
|
161
|
-
};
|
|
162
|
-
ofc: {
|
|
163
|
-
tokens: import("@bitgo-beta/statics").OfcTokenConfig[];
|
|
164
|
-
};
|
|
165
|
-
celo: {
|
|
166
|
-
tokens: import("@bitgo-beta/statics").CeloTokenConfig[];
|
|
167
|
-
};
|
|
168
|
-
bsc: {
|
|
169
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
170
|
-
};
|
|
171
|
-
mon: {
|
|
172
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
173
|
-
};
|
|
174
|
-
xdc: {
|
|
175
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
176
|
-
};
|
|
177
|
-
eos: {
|
|
178
|
-
tokens: import("@bitgo-beta/statics").EosTokenConfig[];
|
|
179
|
-
};
|
|
180
|
-
avaxc: {
|
|
181
|
-
tokens: import("@bitgo-beta/statics").AvaxcTokenConfig[];
|
|
182
|
-
};
|
|
183
|
-
polygon: {
|
|
184
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
185
|
-
};
|
|
186
|
-
soneium: {
|
|
187
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
188
|
-
};
|
|
189
|
-
arbeth: {
|
|
190
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
191
|
-
};
|
|
192
|
-
opeth: {
|
|
193
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
194
|
-
};
|
|
195
|
-
baseeth: {
|
|
196
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
197
|
-
};
|
|
198
|
-
og: {
|
|
199
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
200
|
-
};
|
|
201
|
-
flow: {
|
|
202
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
203
|
-
};
|
|
204
|
-
lineaeth: {
|
|
205
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
206
|
-
};
|
|
207
|
-
seievm: {
|
|
208
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
209
|
-
};
|
|
210
|
-
sol: {
|
|
211
|
-
tokens: import("@bitgo-beta/statics").SolTokenConfig[];
|
|
212
|
-
};
|
|
213
|
-
hbar: {
|
|
214
|
-
tokens: import("@bitgo-beta/statics").HbarTokenConfig[];
|
|
215
|
-
};
|
|
216
|
-
ada: {
|
|
217
|
-
tokens: import("@bitgo-beta/statics").AdaTokenConfig[];
|
|
218
|
-
};
|
|
219
|
-
trx: {
|
|
220
|
-
tokens: import("@bitgo-beta/statics").TrxTokenConfig[];
|
|
221
|
-
};
|
|
222
|
-
xrp: {
|
|
223
|
-
tokens: import("@bitgo-beta/statics").XrpTokenConfig[];
|
|
224
|
-
};
|
|
225
|
-
zketh: {
|
|
226
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
227
|
-
};
|
|
228
|
-
sui: {
|
|
229
|
-
tokens: import("@bitgo-beta/statics").SuiTokenConfig[];
|
|
230
|
-
};
|
|
231
|
-
tao: {
|
|
232
|
-
tokens: import("@bitgo-beta/statics").TaoTokenConfig[];
|
|
233
|
-
};
|
|
234
|
-
polyx: {
|
|
235
|
-
tokens: import("@bitgo-beta/statics").PolyxTokenConfig[];
|
|
236
|
-
};
|
|
237
|
-
bera: {
|
|
238
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
239
|
-
};
|
|
240
|
-
coredao: {
|
|
241
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
242
|
-
};
|
|
243
|
-
world: {
|
|
244
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
245
|
-
};
|
|
246
|
-
flr: {
|
|
247
|
-
tokens: import("@bitgo-beta/statics").EthLikeTokenConfig[];
|
|
248
|
-
};
|
|
249
|
-
apt: {
|
|
250
|
-
tokens: import("@bitgo-beta/statics").AptTokenConfig[];
|
|
251
|
-
nftCollections: import("@bitgo-beta/statics").AptNFTCollectionConfig[];
|
|
252
|
-
};
|
|
253
|
-
stx: {
|
|
254
|
-
tokens: import("@bitgo-beta/statics").Sip10TokenConfig[];
|
|
255
|
-
};
|
|
256
|
-
near: {
|
|
257
|
-
tokens: import("@bitgo-beta/statics").Nep141TokenConfig[];
|
|
258
|
-
};
|
|
259
|
-
vet: {
|
|
260
|
-
tokens: import("@bitgo-beta/statics").VetTokenConfig[];
|
|
261
|
-
nftCollections: import("@bitgo-beta/statics").VetNFTCollectionConfig[];
|
|
262
|
-
};
|
|
263
|
-
cosmos: {
|
|
264
|
-
tokens: import("@bitgo-beta/statics").CosmosTokenConfig[];
|
|
265
|
-
};
|
|
266
|
-
ton: {
|
|
267
|
-
tokens: import("@bitgo-beta/statics").JettonTokenConfig[];
|
|
268
|
-
};
|
|
269
|
-
});
|
|
33
|
+
} & import("@bitgo-beta/statics").TokenNetwork;
|
|
270
34
|
export type Config = {
|
|
271
35
|
krsProviders: Record<string, KrsProvider>;
|
|
272
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/bitgo/config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAgB,MAAM,gBAAgB,CAAC;AAE/D,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,SAAS,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAgBpD,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;CAQpB,CAAC;AAGF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,QAAS,eAAe
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/bitgo/config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAgB,MAAM,gBAAgB,CAAC;AAE/D,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,SAAS,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAgBpD,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;CAQpB,CAAC;AAGF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,QAAS,eAAe;;;;;;;;8CAOpD,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACnB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;CAC3C,CAAC"}
|