@bitgo-beta/statics 10.0.1-alpha.9 → 10.0.1-alpha.90

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.
Files changed (55) hide show
  1. package/.mocharc.js +1 -1
  2. package/CHANGELOG.md +513 -0
  3. package/dist/src/account.d.ts +145 -58
  4. package/dist/src/account.d.ts.map +1 -1
  5. package/dist/src/account.js +222 -92
  6. package/dist/src/ada.d.ts +3 -1
  7. package/dist/src/ada.d.ts.map +1 -1
  8. package/dist/src/ada.js +7 -2
  9. package/dist/src/avaxp.d.ts +3 -1
  10. package/dist/src/avaxp.d.ts.map +1 -1
  11. package/dist/src/avaxp.js +11 -3
  12. package/dist/src/base.d.ts +231 -4
  13. package/dist/src/base.d.ts.map +1 -1
  14. package/dist/src/base.js +262 -3
  15. package/dist/src/coins.d.ts +1 -0
  16. package/dist/src/coins.d.ts.map +1 -1
  17. package/dist/src/coins.js +1656 -1230
  18. package/dist/src/constants.d.ts +2 -0
  19. package/dist/src/constants.d.ts.map +1 -0
  20. package/dist/src/constants.js +5 -0
  21. package/dist/src/errors.d.ts +6 -0
  22. package/dist/src/errors.d.ts.map +1 -1
  23. package/dist/src/errors.js +16 -2
  24. package/dist/src/index.d.ts +1 -1
  25. package/dist/src/index.d.ts.map +1 -1
  26. package/dist/src/index.js +3 -2
  27. package/dist/src/map.d.ts +1 -0
  28. package/dist/src/map.d.ts.map +1 -1
  29. package/dist/src/map.js +8 -3
  30. package/dist/src/networks.d.ts +205 -5
  31. package/dist/src/networks.d.ts.map +1 -1
  32. package/dist/src/networks.js +325 -31
  33. package/dist/src/ofc.d.ts +111 -4
  34. package/dist/src/ofc.d.ts.map +1 -1
  35. package/dist/src/ofc.js +225 -6
  36. package/dist/src/tokenConfig.d.ts +17 -0
  37. package/dist/src/tokenConfig.d.ts.map +1 -1
  38. package/dist/src/tokenConfig.js +45 -2
  39. package/dist/src/utxo.d.ts +3 -1
  40. package/dist/src/utxo.d.ts.map +1 -1
  41. package/dist/src/utxo.js +6 -2
  42. package/dist/tsconfig.tsbuildinfo +1 -2717
  43. package/package.json +2 -2
  44. package/dist/resources/dot/index.d.ts +0 -3
  45. package/dist/resources/dot/index.d.ts.map +0 -1
  46. package/dist/resources/dot/index.js +0 -15
  47. package/dist/resources/dot/mainnet.d.ts +0 -2
  48. package/dist/resources/dot/mainnet.d.ts.map +0 -1
  49. package/dist/resources/dot/mainnet.js +0 -5
  50. package/dist/resources/dot/westend.d.ts +0 -2
  51. package/dist/resources/dot/westend.d.ts.map +0 -1
  52. package/dist/resources/dot/westend.js +0 -5
  53. package/resources/dot/index.ts +0 -2
  54. package/resources/dot/mainnet.ts +0 -2
  55. package/resources/dot/westend.ts +0 -2
@@ -14,15 +14,20 @@ export declare enum CoinKind {
14
14
  export declare enum CoinFamily {
15
15
  ADA = "ada",
16
16
  ALGO = "algo",
17
+ ARBETH = "arbeth",
18
+ ATOM = "atom",
17
19
  AVAXC = "avaxc",
18
20
  AVAXP = "avaxp",
19
21
  BCH = "bch",
20
22
  BCHA = "bcha",
23
+ BERA = "bera",
24
+ BLD = "bld",
21
25
  BSC = "bsc",
22
26
  BSV = "bsv",
23
27
  BTC = "btc",
24
28
  BTG = "btg",
25
29
  CELO = "celo",
30
+ COREUM = "coreum",
26
31
  CSPR = "cspr",
27
32
  DASH = "dash",
28
33
  DOGE = "doge",
@@ -33,21 +38,31 @@ export declare enum CoinFamily {
33
38
  ETC = "etc",
34
39
  EOS = "eos",
35
40
  FIAT = "fiat",
41
+ HASH = "hash",
36
42
  HBAR = "hbar",
43
+ INJECTIVE = "injective",
44
+ ISLM = "islm",
45
+ KAVA = "kava",
37
46
  LTC = "ltc",
38
47
  POLYGON = "polygon",
39
48
  NEAR = "near",
40
49
  OFC = "ofc",
50
+ OPETH = "opeth",
51
+ OSMO = "osmo",
41
52
  RBTC = "rbtc",
53
+ SEI = "sei",
42
54
  SOL = "sol",
43
55
  SUI = "sui",
44
56
  STX = "stx",
45
57
  SUSD = "susd",
58
+ TIA = "tia",
59
+ TON = "ton",
46
60
  TRX = "trx",
47
61
  XLM = "xlm",
48
62
  XRP = "xrp",
49
63
  XTZ = "xtz",
50
- ZEC = "zec"
64
+ ZEC = "zec",
65
+ ZETA = "zeta"
51
66
  }
52
67
  /**
53
68
  * Coin features are yes or no questions about what a coin requires or is capable of.
@@ -58,6 +73,7 @@ export declare enum CoinFamily {
58
73
  * coin supports the coin-specific feature that the logic implements.
59
74
  */
60
75
  export declare enum CoinFeature {
76
+ EVM_WALLET = "evm-wallet",
61
77
  METAMASK_INSTITUTIONAL = "metamask-institutional",
62
78
  VALUELESS_TRANSFER = "valueless-transfer",
63
79
  TRANSACTION_DATA = "transaction-data",
@@ -70,6 +86,13 @@ export declare enum CoinFeature {
70
86
  SUPPORTS_TOKENS = "supports-tokens",
71
87
  ENTERPRISE_PAYS_FEES = "enterprise-pays-fees",
72
88
  REQUIRES_RESERVE = "requires-reserve",
89
+ /**
90
+ * @deprecated This property is no longer valid. Please select the following custody option based on the BitGo org:
91
+ * * CUSTODY_BITGO_TRUST
92
+ * * CUSTODY_BITGO_NEW_YORK
93
+ * * CUSTODY_BITGO_GERMANY
94
+ * * CUSTODY_BITGO_SWITZERLAND
95
+ */
73
96
  CUSTODY = "custody",
74
97
  TSS = "tss",
75
98
  STAKING = "staking",
@@ -80,7 +103,42 @@ export declare enum CoinFeature {
80
103
  /**
81
104
  * This coin is a dummy object meant to be a placeholder for an unsupported token
82
105
  */
83
- GENERIC_TOKEN = "genericToken"
106
+ GENERIC_TOKEN = "genericToken",
107
+ CUSTODY_BITGO_TRUST = "custody-bitgo-trust",
108
+ CUSTODY_BITGO_NEW_YORK = "custody-bitgo-new-york",
109
+ CUSTODY_BITGO_GERMANY = "custody-bitgo-germany",
110
+ CUSTODY_BITGO_SWITZERLAND = "custody-bitgo-switzerland",
111
+ CUSTODY_BITGO_FRANKFURT = "custody-bitgo-frankfurt",
112
+ CUSTODY_BITGO_SISTER_TRUST_ONE = "custody-bitgo-sister-trust-one",
113
+ EXPIRING_TRANSACTIONS = "expiring-transactions",
114
+ /**
115
+ * This coin supports cold wallets that use a multisig signing protocol
116
+ */
117
+ MULTISIG_COLD = "multisig-cold",
118
+ /**
119
+ * This coin supports cold wallets that use a TSS signing protocol
120
+ */
121
+ TSS_COLD = "tss-cold",
122
+ /**
123
+ * This coin uses sha256 hash function for ECDSA TSS signatures
124
+ */
125
+ SHA256_WITH_ECDSA_TSS = "sha256-with-ecdsa-tss",
126
+ /**
127
+ * This coin is cosmos like coin
128
+ */
129
+ COSMOS_LIKE_COINS = "cosmos_like_coins",
130
+ /**
131
+ * This coin supports the ability to rebuild transactions on custody signing
132
+ */
133
+ REBUILD_ON_CUSTODY_SIGNING = "rebuild-on-custody-signing",
134
+ /**
135
+ * This coin supports higher limit for tx request rebuild, which is 10 by default
136
+ */
137
+ INCREASED_TX_REQUEST_REBUILD_LIMIT = "increased-tx-request-rebuild-limit",
138
+ /**
139
+ * This coin supports bulk transaction creation
140
+ */
141
+ BULK_TRANSACTION = "bulk-transaction"
84
142
  }
85
143
  /**
86
144
  * Some coins are representations of another underlying asset class. An example
@@ -94,11 +152,16 @@ export declare enum UnderlyingAsset {
94
152
  ALGO = "algo",
95
153
  APE = "ape",
96
154
  API3 = "api3",
155
+ ARBETH = "arbeth",
156
+ ATOM = "atom",
97
157
  AVAXC = "avaxc",
98
158
  AVAXP = "avaxp",
99
159
  AXL = "AXL",
160
+ AXLV2 = "axlv2",
100
161
  BCH = "bch",
101
162
  BCHA = "bcha",
163
+ BERA = "bera",
164
+ BLD = "bld",
102
165
  BSC = "bsc",
103
166
  BSV = "bsv",
104
167
  BTC = "btc",
@@ -106,6 +169,7 @@ export declare enum UnderlyingAsset {
106
169
  DASH = "dash",
107
170
  DOT = "dot",
108
171
  CELO = "celo",
172
+ COREUM = "coreum",
109
173
  CSPR = "cspr",
110
174
  ETH = "eth",
111
175
  ETH2 = "eth2",
@@ -114,23 +178,34 @@ export declare enum UnderlyingAsset {
114
178
  EOS = "eos",
115
179
  ERD = "erd",
116
180
  EUR = "eur",
181
+ EURCV = "eurcv",
117
182
  EUROC = "euroc",
118
183
  GBP = "gbp",
119
184
  GTC = "gtc",
185
+ HASH = "hash",
120
186
  HBAR = "hbar",
187
+ INJECTIVE = "injective",
188
+ ISLM = "islm",
189
+ KAVA = "kava",
121
190
  LTC = "ltc",
122
191
  NEAR = "near",
192
+ OPETH = "opeth",
193
+ OSMO = "osmo",
123
194
  POLYGON = "polygon",
124
195
  RBTC = "rbtc",
196
+ SEI = "sei",
125
197
  SOL = "sol",
126
198
  SUI = "sui",
127
199
  STX = "stx",
200
+ TIA = "tia",
201
+ TON = "ton",
128
202
  TRX = "trx",
129
203
  USD = "usd",
130
204
  XLM = "xlm",
131
205
  XRP = "xrp",
132
206
  XTZ = "xtz",
133
207
  ZEC = "zec",
208
+ ZETA = "zeta",
134
209
  '1INCH' = "1inch",
135
210
  '1UP' = "1up",
136
211
  AAVE = "aave",
@@ -146,6 +221,7 @@ export declare enum UnderlyingAsset {
146
221
  AGLD = "agld",
147
222
  AGWD = "agwd",
148
223
  AION = "aion",
224
+ AJNA = "ajna",
149
225
  AKRO = "akro",
150
226
  ALCX = "alcx",
151
227
  ALDRIN = "aldrin",
@@ -155,11 +231,13 @@ export declare enum UnderlyingAsset {
155
231
  ALGOHEDGE = "algohedge",
156
232
  ALI = "ali",
157
233
  ALICE = "alice",
234
+ ALK = "alk",
158
235
  ALM = "alm",
159
236
  ALPHA = "alpha",
160
237
  ALTBEAR = "altbear",
161
238
  ALTBULL = "altbull",
162
239
  ALTHEDGE = "althedge",
240
+ AMKT = "amkt",
163
241
  AMN = "amn",
164
242
  AMO = "amo",
165
243
  AMP = "amp",
@@ -167,6 +245,8 @@ export declare enum UnderlyingAsset {
167
245
  AMON = "amon",
168
246
  AMPX = "ampx",
169
247
  ANA = "ana",
248
+ ANKR = "ankr",
249
+ ANKRETH = "ankreth",
170
250
  ANT = "ant",
171
251
  ANTV2 = "antv2",
172
252
  AOA = "aoa",
@@ -175,6 +255,7 @@ export declare enum UnderlyingAsset {
175
255
  AQT = "aqt",
176
256
  ARCT = "arct",
177
257
  ARCX = "arcx",
258
+ ARTEQ = "arteq",
178
259
  ASD = "asd",
179
260
  AST = "ast",
180
261
  ATLAS = "atlas",
@@ -202,6 +283,7 @@ export declare enum UnderlyingAsset {
202
283
  BCHBULL = "bchbull",
203
284
  BCHHEDGE = "bchhedge",
204
285
  BCIO = "bcio",
286
+ BCT = "bct",
205
287
  BEAR = "bear",
206
288
  BED = "bed",
207
289
  BEPRO = "bepro",
@@ -211,6 +293,7 @@ export declare enum UnderlyingAsset {
211
293
  BIRD = "bird",
212
294
  BIT = "bit",
213
295
  BLT = "blt",
296
+ BLUR = "blur",
214
297
  BNB = "bnb",
215
298
  BNBBEAR = "bnbbear",
216
299
  BNBBULL = "bnbbull",
@@ -220,6 +303,7 @@ export declare enum UnderlyingAsset {
220
303
  BNT = "bnt",
221
304
  BNTY = "bnty",
222
305
  BOND = "bond",
306
+ BOTTO = "botto",
223
307
  BLOCKS = "blocks",
224
308
  BOX = "box",
225
309
  BOBA = "boba",
@@ -259,7 +343,9 @@ export declare enum UnderlyingAsset {
259
343
  CDT = "cdt",
260
344
  CEL = "cel",
261
345
  CELR = "celr",
346
+ CERE = "cere",
262
347
  CETH = "ceth",
348
+ CFX = "cfx",
263
349
  CHO = "cho",
264
350
  CHFX = "chfx",
265
351
  CHR = "chr",
@@ -278,8 +364,10 @@ export declare enum UnderlyingAsset {
278
364
  COPE = "cope",
279
365
  COTI = "coti",
280
366
  COVER = "cover",
367
+ COW = "cow",
281
368
  CPAY = "cpay",
282
369
  CPLT = "cplt",
370
+ CPOOL = "cpool",
283
371
  CQT = "cqt",
284
372
  CQX = "cqx",
285
373
  CRA = "cra",
@@ -303,6 +391,7 @@ export declare enum UnderlyingAsset {
303
391
  CVX = "cvx",
304
392
  CZRX = "czrx",
305
393
  DACXI = "dacxi",
394
+ DAMM = "damm",
306
395
  DAI = "dai",
307
396
  DAO = "dao",
308
397
  DATA = "data",
@@ -318,6 +407,7 @@ export declare enum UnderlyingAsset {
318
407
  DFL = "dfl",
319
408
  DGCL = "dgcl",
320
409
  DGD = "dgd",
410
+ DGLD = "dgld",
321
411
  DGX = "dgx",
322
412
  DIGG = "digg",
323
413
  DIA = "dia",
@@ -329,6 +419,7 @@ export declare enum UnderlyingAsset {
329
419
  DOGEBEAR = "dogebear",
330
420
  DOGEBULL = "dogebull",
331
421
  DPI = "dpi",
422
+ DPX = "dpx",
332
423
  DRGNBEAR = "drgnbear",
333
424
  DRGNBULL = "drgnbull",
334
425
  DRPU = "drpu",
@@ -343,6 +434,7 @@ export declare enum UnderlyingAsset {
343
434
  EASY = "easy",
344
435
  EBTCQ = "ebtcq",
345
436
  ECHT = "echt",
437
+ ECOX = "ecox",
346
438
  EDEN = "eden",
347
439
  EDISON = "edison",
348
440
  EMB = "emb",
@@ -369,6 +461,7 @@ export declare enum UnderlyingAsset {
369
461
  ETHBEAR = "ethbear",
370
462
  ETHHEDGE = "ethhedge",
371
463
  ETHOS = "ethos",
464
+ ETHX = "ethx",
372
465
  ETV = "etv",
373
466
  EUL = "eul",
374
467
  EURS = "eurs",
@@ -377,6 +470,7 @@ export declare enum UnderlyingAsset {
377
470
  EURX = "eurx",
378
471
  EUX = "eux",
379
472
  EVER = "ever",
473
+ EVRY = "evry",
380
474
  EVX = "evx",
381
475
  EXE = "exe",
382
476
  FANT = "fant",
@@ -389,9 +483,14 @@ export declare enum UnderlyingAsset {
389
483
  FIDA = "fida",
390
484
  FIRE = "fire",
391
485
  FIXED = "fixed",
486
+ FLIP = "flip",
487
+ FLOKI = "floki",
392
488
  FLY = "fly",
393
489
  FMF = "fmf",
490
+ FORT = "fort",
394
491
  FORTH = "forth",
492
+ FOX = "fox",
493
+ FRAX = "frax",
395
494
  FRONT = "front",
396
495
  FTM = "ftm",
397
496
  FTT = "ftt",
@@ -401,14 +500,17 @@ export declare enum UnderlyingAsset {
401
500
  FXS = "fxs",
402
501
  GAL = "gal",
403
502
  GALA = "gala",
503
+ GALAV2 = "galav2",
404
504
  GAMMA = "gamma",
405
505
  GARI = "gari",
506
+ GATE = "gate",
406
507
  GBPT = "gbpt",
407
508
  GBPX = "gbpx",
408
509
  GDT = "gdt",
409
510
  GEC = "gec",
410
511
  GEN = "gen",
411
512
  GENE = "gene",
513
+ GENIE = "genie",
412
514
  GFI = "gfi",
413
515
  GHUB = "ghub",
414
516
  GIGDROP = "gigdrop",
@@ -449,10 +551,12 @@ export declare enum UnderlyingAsset {
449
551
  HDO = "hdo",
450
552
  HEDG = "hedg",
451
553
  HEDGE = "hedge",
554
+ HFT = "hft",
452
555
  HGET = "hget",
453
556
  HKDX = "hkdx",
454
557
  HLC = "hlc",
455
558
  HMT = "hmt",
559
+ HNT = "hnt",
456
560
  HOLD = "hold",
457
561
  HOLY = "holy",
458
562
  HOT = "hot",
@@ -481,12 +585,14 @@ export declare enum UnderlyingAsset {
481
585
  INJ = "inj",
482
586
  INJV2 = "injv2",
483
587
  INST = "inst",
588
+ INV = "inv",
484
589
  INX = "inx",
485
590
  IP3 = "ip3",
486
591
  ISF = "isf",
487
592
  ISR = "isr",
488
593
  IVO = "ivo",
489
594
  IVY = "ivy",
595
+ JASMY = "jasmy",
490
596
  JBC = "jbc",
491
597
  JCR = "jcr",
492
598
  JCG = "jcg",
@@ -494,6 +600,7 @@ export declare enum UnderlyingAsset {
494
600
  JFIN = "jfin",
495
601
  JPYX = "jpyx",
496
602
  JSOL = "jsol",
603
+ KARATE = "karate",
497
604
  KEEP = "keep",
498
605
  KEY = "key",
499
606
  KIN = "kin",
@@ -508,6 +615,7 @@ export declare enum UnderlyingAsset {
508
615
  KZE = "kze",
509
616
  LAYER = "layer",
510
617
  LBA = "lba",
618
+ LCX = "lcx",
511
619
  LDO = "ldo",
512
620
  LEND = "lend",
513
621
  LEO = "leo",
@@ -526,11 +634,13 @@ export declare enum UnderlyingAsset {
526
634
  LQID = "lqid",
527
635
  LRC = "lrc",
528
636
  LRCV2 = "lrcv2",
637
+ LSETH = "lseth",
529
638
  LTCBEAR = "ltcbear",
530
639
  LTCBULL = "ltcbull",
531
640
  LUA = "lua",
532
641
  LUNA = "luna",
533
642
  LYN = "lyn",
643
+ MAGIC = "magic",
534
644
  MANA = "mana",
535
645
  MAPS = "maps",
536
646
  MASK = "mask",
@@ -538,6 +648,7 @@ export declare enum UnderlyingAsset {
538
648
  MATIC = "matic",
539
649
  MATICBEAR = "maticbear",
540
650
  MATICBULL = "maticbull",
651
+ MATTER = "matter",
541
652
  MBS = "mbs",
542
653
  MCAU = "mcau",
543
654
  MCB = "mcb",
@@ -555,17 +666,21 @@ export declare enum UnderlyingAsset {
555
666
  MER = "mer",
556
667
  MET = "met",
557
668
  META = "meta",
669
+ METIS = "metis",
558
670
  MFG = "mfg",
559
671
  MFPH = "mfph",
560
672
  MFT = "mft",
561
673
  MIDBULL = "midbull",
562
674
  MILKV2 = "milkv2",
675
+ MIM = "mim",
563
676
  MIR = "mir",
564
677
  MITH = "mith",
565
678
  MIX = "mix",
566
679
  MIZN = "mizn",
567
680
  MKR = "mkr",
681
+ MLN = "mln",
568
682
  MNS = "mns",
683
+ MNT = "mnt",
569
684
  MNDE = "mnde",
570
685
  MOC = "moc",
571
686
  MOF = "mof",
@@ -609,6 +724,7 @@ export declare enum UnderlyingAsset {
609
724
  ORAI = "orai",
610
725
  ORBS = "orbs",
611
726
  ORCA = "orca",
727
+ OUSG = "ousg",
612
728
  OXT = "oxt",
613
729
  OXY = "oxy",
614
730
  OHM = "ohm",
@@ -621,9 +737,11 @@ export declare enum UnderlyingAsset {
621
737
  PAY = "pay",
622
738
  PBCH = "pbch",
623
739
  PDATA = "pdata",
740
+ PDI = "pdi",
624
741
  PBTC = "pbtc",
625
742
  PEG = "peg",
626
743
  PEOPLE = "people",
744
+ PEPE = "pepe",
627
745
  PERP = "perp",
628
746
  PETH = "peth",
629
747
  PHNX = "phnx",
@@ -654,11 +772,13 @@ export declare enum UnderlyingAsset {
654
772
  PUSD = "pusd",
655
773
  PXP = "pxp",
656
774
  PYR = "pyr",
775
+ PYUSD = "pyusd",
657
776
  QASH = "qash",
658
777
  QCAD = "qcad",
659
778
  QUICK = "quick",
660
779
  QDT = "qdt",
661
780
  QKC = "qkc",
781
+ QLINDO = "qlindo",
662
782
  QNT = "qnt",
663
783
  QRDO = "qrdo",
664
784
  QRL = "qrl",
@@ -681,8 +801,10 @@ export declare enum UnderlyingAsset {
681
801
  REN = "ren",
682
802
  REP = "rep",
683
803
  REPV2 = "repv2",
804
+ REQ = "REQ",
684
805
  RETH2 = "reth2",
685
806
  'RETH-H' = "reth-h",
807
+ RFOX = "rfox",
686
808
  RFR = "rfr",
687
809
  RFUEL = "rfuel",
688
810
  RGT = "rgt",
@@ -695,14 +817,17 @@ export declare enum UnderlyingAsset {
695
817
  RON = "ron",
696
818
  RONC = "ronc",
697
819
  ROOBEE = "roobee",
820
+ RPL = "rpl",
698
821
  RSR = "rsr",
699
822
  RUBX = "rubx",
700
823
  RUEDATK = "ruedatk",
701
824
  RUN = "run",
825
+ SAIL = "sail",
702
826
  SALT = "salt",
703
827
  SAND = "sand",
704
828
  SASHIMI = "sashimi",
705
829
  SAMO = "samo",
830
+ SBC = "sbc",
706
831
  SBR = "sbr",
707
832
  SBRIOU = "sbriou",
708
833
  SCNSOL = "scnsol",
@@ -713,6 +838,7 @@ export declare enum UnderlyingAsset {
713
838
  SGA = "sga",
714
839
  SGDX = "sgdx",
715
840
  SGR = "sgr",
841
+ SGT = "sgt",
716
842
  SHDW = "shdw",
717
843
  SHK = "shk",
718
844
  SHOPX = "shopx",
@@ -744,12 +870,14 @@ export declare enum UnderlyingAsset {
744
870
  SOLVE = "solve",
745
871
  SRNT = "srnt",
746
872
  SRM = "srm",
873
+ STRK = "strk",
747
874
  STARS = "stars",
748
875
  STBU = "stbu",
749
876
  STC = "stc",
750
877
  STCV2 = "stcv2",
751
878
  'SETH-H' = "seth-h",
752
879
  STEP = "step",
880
+ STETH = "steth",
753
881
  STG = "stg",
754
882
  STKAAVE = "stkaave",
755
883
  STORE = "store",
@@ -759,16 +887,22 @@ export declare enum UnderlyingAsset {
759
887
  STSOL = "stsol",
760
888
  STZEN = "stzen",
761
889
  SUPER = "super",
890
+ SUN = "sun",
762
891
  SUNNY = "sunny",
763
892
  SUSD = "susd",
764
893
  SUSHI = "sushi",
765
894
  SQUIG = "squig",
766
895
  SVT = "svt",
896
+ SWAG = "swag",
897
+ SWISE = "swice",
767
898
  SXP = "sxp",
768
899
  SYN = "syn",
900
+ 'SYNTH-SUSD' = "synth-susd",
769
901
  THRESHOLD = "threshold",
902
+ THEU = "theu",
770
903
  TAUD = "taud",
771
904
  TBTC1 = "tbtc1",
905
+ TBTC2 = "tbtc2",
772
906
  TCAD = "tcad",
773
907
  TCO = "tco",
774
908
  TEL = "tel",
@@ -813,6 +947,7 @@ export declare enum UnderlyingAsset {
813
947
  TKX = "tkx",
814
948
  TLAB = "tlab",
815
949
  TLM = "tlm",
950
+ TLOS = "tlos",
816
951
  TMATIC = "tmatic",
817
952
  TNT = "tnt",
818
953
  TOMOBEAR = "tomobear",
@@ -820,6 +955,7 @@ export declare enum UnderlyingAsset {
820
955
  TOMOE = "tomoe",
821
956
  TOK = "tok",
822
957
  TONCOIN = "toncoin",
958
+ TOPM = "topm",
823
959
  TRAC = "trac",
824
960
  TRAXX = "traxx",
825
961
  TRIBE = "tribe",
@@ -846,6 +982,7 @@ export declare enum UnderlyingAsset {
846
982
  UMEE = "umee",
847
983
  UNB = "unb",
848
984
  UNI = "uni",
985
+ UOS = "uos",
849
986
  UP = "up",
850
987
  UPBTC = "upbtc",
851
988
  UPP = "upp",
@@ -866,12 +1003,15 @@ export declare enum UnderlyingAsset {
866
1003
  UXB = "uxb",
867
1004
  UXP = "uxp",
868
1005
  VALOR = "valor",
1006
+ VCORE = "vcore",
869
1007
  VDX = "vdx",
870
1008
  VEGA = "vega",
1009
+ VEXT = "vext",
871
1010
  VGX = "vgx",
872
1011
  VISR = "visr",
873
1012
  VRGX = "vrgx",
874
1013
  VXC = "vxc",
1014
+ VI = "vi",
875
1015
  VSP = "vsp",
876
1016
  WAAVE = "waave",
877
1017
  WAFL = "wafl",
@@ -890,15 +1030,19 @@ export declare enum UnderlyingAsset {
890
1030
  WET = "wet",
891
1031
  WETH = "weth",
892
1032
  WFLOW = "wflow",
1033
+ WFFT = "wfft",
893
1034
  WHALE = "whale",
894
1035
  WHT = "wht",
895
1036
  WILD = "wild",
896
1037
  WNXM = "wnxm",
1038
+ WLD = "wld",
897
1039
  WLUNA = "wluna",
898
1040
  WLXT = "wlxt",
1041
+ WSOL = "wsol",
899
1042
  WSTETH = "wsteth",
900
1043
  WPX = "wpx",
901
1044
  WTC = "wtc",
1045
+ WUSDC = "wusdc",
902
1046
  WUSDCV2 = "wusdvcv2",
903
1047
  WUSDTV2 = "wusdtv2",
904
1048
  WXRP = "wxrp",
@@ -911,6 +1055,8 @@ export declare enum UnderlyingAsset {
911
1055
  XAUTBULL = "xautbull",
912
1056
  XBGOLD = "xbgold",
913
1057
  XCD = "xcd",
1058
+ XCN = "xcn",
1059
+ XDEFI = "xdefi",
914
1060
  XEX = "xex",
915
1061
  XLMBEAR = "xlmbear",
916
1062
  XLMBULL = "xlmbull",
@@ -927,12 +1073,14 @@ export declare enum UnderlyingAsset {
927
1073
  YFDAI = "yfdai",
928
1074
  YFI = "yfi",
929
1075
  YFII = "yfii",
1076
+ YFL = "yfl",
930
1077
  YGG = "ygg",
931
1078
  YLD = "yld",
932
1079
  YNG = "yng",
933
1080
  YSEY = "ysey",
934
1081
  ZARX = "zarx",
935
1082
  ZBC = "zbc",
1083
+ ZBU = "zbu",
936
1084
  ZCO = "zco",
937
1085
  ZECBEAR = "zecbear",
938
1086
  ZECBULL = "zecbull",
@@ -954,6 +1102,7 @@ export declare enum UnderlyingAsset {
954
1102
  'xlm:BRLT-GCHQ3F2BF5P74DMDNOOGHT5DUCKC773AW5DTOFINC26W4KGYFPYDPRSO' = "xlm:BRLT-GCHQ3F2BF5P74DMDNOOGHT5DUCKC773AW5DTOFINC26W4KGYFPYDPRSO",
955
1103
  'xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG' = "xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG",
956
1104
  'xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA' = "xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA",
1105
+ 'xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2' = "xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2",
957
1106
  'erc721:token' = "erc721:token",
958
1107
  'erc1155:token' = "erc1155:token",
959
1108
  'nonstandard:token' = "nonstandard:token",
@@ -963,6 +1112,7 @@ export declare enum UnderlyingAsset {
963
1112
  'algo:USDC-31566704' = "algo:USDC-31566704",
964
1113
  'algo:USDt-312769' = "algo:USDt-312769",
965
1114
  'algo:MCAU-6547014' = "algo:MCAU-6547014",
1115
+ 'algo:QCAD-84507107' = "algo:QCAD-84507107",
966
1116
  'algo:VCAD-438505559' = "algo:VCAD-438505559",
967
1117
  TEST = "test",
968
1118
  SCHZ = "schz",
@@ -974,6 +1124,7 @@ export declare enum UnderlyingAsset {
974
1124
  'talgo:KAL-16026733' = "talgo:KAL-16026733",
975
1125
  'talgo:USDC-10458941' = "talgo:USDC-10458941",
976
1126
  'talgo:USDt-180447' = "talgo:USDt-180447",
1127
+ 'talgo:JPT-162085446' = "talgo:JPT-162085446",
977
1128
  CHEX = "chex",
978
1129
  IQ = "iq",
979
1130
  EOS_BOX = "eos:box",
@@ -985,6 +1136,13 @@ export declare enum UnderlyingAsset {
985
1136
  'avaxc:usdt' = "avaxc:usdt",
986
1137
  'avaxc:usdc' = "avaxc:usdc",
987
1138
  'avaxc:link' = "avaxc:link",
1139
+ 'avaxc:cai' = "avaxc:cai",
1140
+ 'avaxc:aave' = "avaxc:aave",
1141
+ 'avaxc:btc' = "avaxc:btc",
1142
+ 'avaxc:dai' = "avaxc:dai",
1143
+ 'avaxc:wbtc' = "avaxc:wbtc",
1144
+ 'avaxc:weth' = "avaxc:weth",
1145
+ 'tavaxc:opm' = "tavaxc:opm",
988
1146
  'polygon:usdc' = "polygon:usdc",
989
1147
  'polygon:usdt' = "polygon:usdt",
990
1148
  'polygon:weth' = "polygon:weth",
@@ -1003,9 +1161,28 @@ export declare enum UnderlyingAsset {
1003
1161
  'polygon:fcd' = "polygon:fcd",
1004
1162
  'polygon:ape' = "polygon:ape",
1005
1163
  'polygon:srm' = "polygon:srm",
1164
+ 'polygon:fly' = "polygon:fly",
1165
+ 'polygon:gfc' = "polygon:gfc",
1166
+ 'polygon:rbw' = "polygon:rbw",
1167
+ 'polygon:zed' = "polygon:zed",
1168
+ 'polygon:vext' = "polygon:vext",
1169
+ 'polygon:vcnt' = "polygon:vcnt",
1170
+ 'polygon:sushi' = "polygon:sushi",
1171
+ 'polygon:wmatic' = "polygon:wmatic",
1172
+ 'polygon:1inch' = "polygon:1inch",
1173
+ 'polygon:comp' = "polygon:comp",
1174
+ 'polygon:sol' = "polygon:sol",
1175
+ 'polygon:wavax' = "polygon:wavax",
1176
+ 'polygon:wbnb' = "polygon:wbnb",
1177
+ 'polygon:wftm' = "polygon:wftm",
1178
+ 'polygon:yfi' = "polygon:yfi",
1179
+ 'polygon:treta' = "polygon:treta",
1006
1180
  'erc721:polygontoken' = "erc721:polygontoken",
1007
1181
  'erc1155:polygontoken' = "erc1155:polygontoken",
1008
1182
  'bsc:busd' = "bsc:busd",
1183
+ 'bsc:ksm' = "bsc:ksm",
1184
+ 'bsc:usdt' = "bsc:usdt",
1185
+ 'bsc:vet' = "bsc:vet",
1009
1186
  'tbsc:busd' = "tbsc:busd",
1010
1187
  'erc721:bsctoken' = "erc721:bsctoken",
1011
1188
  'erc1155:bsctoken' = "erc1155:bsctoken",
@@ -1014,12 +1191,45 @@ export declare enum UnderlyingAsset {
1014
1191
  'tpolygon:derc20' = "tpolygon:derc20",
1015
1192
  'tpolygon:link' = "tpolygon:link",
1016
1193
  'tpolygon:name' = "tpolygon:name",
1194
+ 'tpolygon:opm' = "tpolygon:opm",
1017
1195
  'terc721:polygontoken' = "terc721:polygontoken",
1018
1196
  'terc1155:polygontoken' = "terc1155:polygontoken",
1197
+ 'arbeth:link' = "arbeth:link",
1198
+ 'tarbeth:link' = "tarbeth:link",
1019
1199
  ERC721 = "erc721",
1020
1200
  ERC1155 = "erc1155",
1021
1201
  NONSTANDARD = "nonstandard",
1022
- adaTestnetToken = "temporary-placeholder"
1202
+ adaTestnetToken = "temporary-placeholder",
1203
+ '3uejh-usdc' = "3uejh-usdc",
1204
+ 'avax-usdc' = "avax-usdc",
1205
+ 'bop-usdc' = "bop-usdc",
1206
+ 'elu-usdt' = "elu-usdt",
1207
+ 'fida-usdc' = "fida-usdc",
1208
+ 'fida-usdt' = "fida-usdt",
1209
+ 'ftt-ftt' = "ftt-ftt",
1210
+ 'link-usdc' = "link-usdc",
1211
+ 'lqid-usdc' = "lqid-usdc",
1212
+ 'maticpo-usdc' = "maticpo-usdc",
1213
+ 'msol-sol' = "msol-sol",
1214
+ 'msol-usdc' = "msol-usdc",
1215
+ 'prism-usdc' = "prism-usdc",
1216
+ 'rendoge-usdc' = "rendoge-usdc",
1217
+ 'shdw-usdc' = "shdw-usdc",
1218
+ 'sol-wtust' = "sol-wtust",
1219
+ 'srm-usdc' = "srm-usdc",
1220
+ 'srmet-srm' = "srmet-srm",
1221
+ 'sushi-usdc' = "sushi-usdc",
1222
+ 'tuatlas' = "tuatlas",
1223
+ 'tucope' = "tucope",
1224
+ 'tulike' = "tulike",
1225
+ 'tureal' = "tureal",
1226
+ 'tusamo' = "tusamo",
1227
+ 'usdt-usdc' = "usdt-usdc",
1228
+ 'wbwbnb-usdc' = "wbwbnb-usdc",
1229
+ 'wheth-usdc' = "wheth-usdc",
1230
+ 'wtust-usdt' = "wtust-usdt",
1231
+ 'xcope-usdc' = "xcope-usdc",
1232
+ 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = "txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd"
1023
1233
  }
1024
1234
  /**
1025
1235
  * This is the curve BitGo signs against with the user, backup and BitGo key.
@@ -1033,6 +1243,7 @@ export declare enum KeyCurve {
1033
1243
  * This enum contains the base units for the coins that BitGo supports
1034
1244
  */
1035
1245
  export declare enum BaseUnit {
1246
+ ATOM = "uATOM",
1036
1247
  ETH = "wei",
1037
1248
  BTC = "satoshi",
1038
1249
  BSC = "jager",
@@ -1053,11 +1264,25 @@ export declare enum BaseUnit {
1053
1264
  XTZ = "micro xtz",
1054
1265
  STX = "micro-STX",
1055
1266
  SUI = "MIST",
1267
+ TON = "nanoton",
1056
1268
  NEAR = "yocto",
1057
1269
  OFC = "ofcCoin",
1058
- FIAT = "fiatCoin"
1270
+ OSMO = "uosmo",
1271
+ FIAT = "fiatCoin",
1272
+ TIA = "utia",
1273
+ HASH = "nhash",
1274
+ BLD = "ubld",
1275
+ SEI = "usei",
1276
+ INJECTIVE = "inj",
1277
+ ZETA = "azeta",
1278
+ KAVA = "ukava",
1279
+ COREUM = "ucore",
1280
+ TCOREUM = "utestcore",
1281
+ BERA = "abera",
1282
+ ISLM = "aISLM"
1059
1283
  }
1060
1284
  export interface BaseCoinConstructorOptions {
1285
+ id: string;
1061
1286
  fullName: string;
1062
1287
  name: string;
1063
1288
  alias?: string;
@@ -1073,6 +1298,7 @@ export interface BaseCoinConstructorOptions {
1073
1298
  primaryKeyCurve: KeyCurve;
1074
1299
  }
1075
1300
  export declare abstract class BaseCoin {
1301
+ readonly id: string;
1076
1302
  readonly fullName: string;
1077
1303
  readonly name: string;
1078
1304
  readonly prefix?: string;
@@ -1100,6 +1326,7 @@ export declare abstract class BaseCoin {
1100
1326
  * @return {Set<CoinFeature>}
1101
1327
  */
1102
1328
  protected abstract disallowedFeatures(): Set<CoinFeature>;
1329
+ private static isValidUuidV4;
1103
1330
  /**
1104
1331
  * Ensures that the base coin constructor was passed a valid set of options.
1105
1332
  *