@ercworldio/blockchain-shared 1.0.0-dev.5 → 1.0.0-dev.6
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/build/chains/networks_dev.json +8 -8
- package/build/chains/networks_prod-bu.json +31 -5
- package/build/chains/networks_prod.json +239 -227
- package/build/chains/networks_stg-bu.json +6 -6
- package/build/chains/networks_stg-dz.json +5 -5
- package/build/interfaces/config.d.ts +4 -0
- package/build/interfaces/config.d.ts.map +1 -1
- package/build/services/AccountingService.d.ts +1 -1
- package/build/services/AccountingService.d.ts.map +1 -1
- package/build/services/AlchemyWebhookSignature.d.ts +3 -3
- package/build/services/AlchemyWebhookSignature.d.ts.map +1 -1
- package/build/services/AlchemyWebhookSignature.js +8 -8
- package/build/services/ClaimJobService.d.ts +1 -0
- package/build/services/ClaimJobService.d.ts.map +1 -1
- package/build/services/ClaimJobService.js +9 -0
- package/build/services/DepositAddressService.d.ts +1 -0
- package/build/services/DepositAddressService.d.ts.map +1 -1
- package/build/services/DepositAddressService.js +11 -0
- package/build/services/InvoiceQueue.d.ts +1 -1
- package/build/services/InvoiceQueue.d.ts.map +1 -1
- package/build/services/KeyVaultService.d.ts +1 -1
- package/build/services/KeyVaultService.d.ts.map +1 -1
- package/build/services/KeyVaultService.js +3 -30
- package/build/services/ProviderManager.d.ts.map +1 -1
- package/build/services/ProviderManager.js +6 -1
- package/build/services/QuicknodeWebhookSignature.d.ts +3 -3
- package/build/services/QuicknodeWebhookSignature.d.ts.map +1 -1
- package/build/services/QuicknodeWebhookSignature.js +8 -8
- package/build/services/Redis.d.ts +20 -9
- package/build/services/Redis.d.ts.map +1 -1
- package/build/services/Redis.js +246 -199
- package/build/services/RedisListQueue.d.ts.map +1 -1
- package/build/services/RedisListQueue.js +7 -1
- package/build/services/StorageService.js +2 -2
- package/build/services/SweepJobService.d.ts +1 -0
- package/build/services/SweepJobService.d.ts.map +1 -1
- package/build/services/SweepJobService.js +9 -0
- package/build/services/TimerManager.d.ts.map +1 -1
- package/build/services/TimerManager.js +9 -1
- package/build/services/WithdrawalManager.d.ts +1 -1
- package/build/services/WithdrawalManager.d.ts.map +1 -1
- package/build/services/WithdrawalManager.js +41 -37
- package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts +1 -0
- package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts.map +1 -1
- package/build/services/solana/escrow/services/EscrowAdminUtility.js +3 -1
- package/build/utils/AsyncRateLimiter.d.ts.map +1 -1
- package/build/utils/AsyncRateLimiter.js +3 -0
- package/build/utils/custodial.js +2 -2
- package/package.json +1 -1
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"decimals": 6,
|
|
100
100
|
"address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
|
|
101
101
|
"sweepThreshold": 1,
|
|
102
|
-
"sweepWalletMinBalance": 0
|
|
102
|
+
"sweepWalletMinBalance": 0.1
|
|
103
103
|
}
|
|
104
104
|
]
|
|
105
105
|
},
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"decimals": 6,
|
|
179
179
|
"address": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
|
|
180
180
|
"sweepThreshold": 1,
|
|
181
|
-
"sweepWalletMinBalance": 0
|
|
181
|
+
"sweepWalletMinBalance": 0.1
|
|
182
182
|
}
|
|
183
183
|
]
|
|
184
184
|
},
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"isStableCoin": true,
|
|
259
259
|
"address": "0x24607248E7F55B28548971B75A64d74515b49584",
|
|
260
260
|
"sweepThreshold": 10,
|
|
261
|
-
"sweepWalletMinBalance": 0
|
|
261
|
+
"sweepWalletMinBalance": 0.1
|
|
262
262
|
}
|
|
263
263
|
]
|
|
264
264
|
},
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"decimals": 6,
|
|
331
331
|
"address": "0x00E15B31f48aC6DB632aABf5B656e118b31b1BeB",
|
|
332
332
|
"sweepThreshold": 10,
|
|
333
|
-
"sweepWalletMinBalance": 0
|
|
333
|
+
"sweepWalletMinBalance": 0.1
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
},
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
"decimals": 6,
|
|
411
411
|
"address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
|
|
412
412
|
"sweepThreshold": 10,
|
|
413
|
-
"sweepWalletMinBalance": 0
|
|
413
|
+
"sweepWalletMinBalance": 0.1
|
|
414
414
|
}
|
|
415
415
|
]
|
|
416
416
|
},
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"decimals": 6,
|
|
505
505
|
"address": "0xd36A20dB12953F0bf09C66B08c1771ae046D2152",
|
|
506
506
|
"sweepThreshold": 10,
|
|
507
|
-
"sweepWalletMinBalance": 0
|
|
507
|
+
"sweepWalletMinBalance": 0.1
|
|
508
508
|
}
|
|
509
509
|
]
|
|
510
510
|
},
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"isStableCoin": true,
|
|
584
584
|
"address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
|
|
585
585
|
"sweepThreshold": 10,
|
|
586
|
-
"sweepWalletMinBalance": 0
|
|
586
|
+
"sweepWalletMinBalance": 0.1
|
|
587
587
|
}
|
|
588
588
|
]
|
|
589
589
|
},
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
"decimals": 6,
|
|
663
663
|
"address": "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe",
|
|
664
664
|
"sweepThreshold": 10,
|
|
665
|
-
"sweepWalletMinBalance": 0
|
|
665
|
+
"sweepWalletMinBalance": 0.1
|
|
666
666
|
}
|
|
667
667
|
]
|
|
668
668
|
}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"decimals": 6,
|
|
76
76
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
77
77
|
"sweepThreshold": 5,
|
|
78
|
-
"sweepWalletMinBalance":
|
|
78
|
+
"sweepWalletMinBalance": 1
|
|
79
79
|
}
|
|
80
80
|
]
|
|
81
81
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"decimals": 18,
|
|
156
156
|
"address": "0x55d398326f99059fF775485246999027B3197955",
|
|
157
157
|
"sweepThreshold": 5,
|
|
158
|
-
"sweepWalletMinBalance":
|
|
158
|
+
"sweepWalletMinBalance": 1
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"decimals": 6,
|
|
236
236
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
237
237
|
"sweepThreshold": 1,
|
|
238
|
-
"sweepWalletMinBalance":
|
|
238
|
+
"sweepWalletMinBalance": 1
|
|
239
239
|
}
|
|
240
240
|
]
|
|
241
241
|
},
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"decimals": 6,
|
|
465
465
|
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
466
466
|
"sweepThreshold": 5,
|
|
467
|
-
"sweepWalletMinBalance":
|
|
467
|
+
"sweepWalletMinBalance": 1
|
|
468
468
|
}
|
|
469
469
|
]
|
|
470
470
|
},
|
|
@@ -535,7 +535,33 @@
|
|
|
535
535
|
"decimals": 6,
|
|
536
536
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
537
537
|
"sweepThreshold": 5,
|
|
538
|
-
"sweepWalletMinBalance":
|
|
538
|
+
"sweepWalletMinBalance": 1
|
|
539
|
+
}
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
"1000000000": {
|
|
543
|
+
"status": true,
|
|
544
|
+
"isTestnet": false,
|
|
545
|
+
"name": "BTC Lightning",
|
|
546
|
+
"blockchainType": "lightning",
|
|
547
|
+
"chainId": 1000000000,
|
|
548
|
+
"blockexplorerUrl": "https://mempool.space/lightning",
|
|
549
|
+
"rpcBaseUrl": "",
|
|
550
|
+
"rpcBaseUrlWss": "",
|
|
551
|
+
"targetConfirmations": 1,
|
|
552
|
+
"custodialAlchemyWebhooks": [],
|
|
553
|
+
"contracts": [],
|
|
554
|
+
"paymentTokens": [
|
|
555
|
+
{
|
|
556
|
+
"name": "Bitcoin",
|
|
557
|
+
"symbol": "BTC",
|
|
558
|
+
"token_standard": "LIGHTNING",
|
|
559
|
+
"type": "native",
|
|
560
|
+
"isStableCoin": false,
|
|
561
|
+
"decimals": 8,
|
|
562
|
+
"address": "000000000000000000000000000000000000000000",
|
|
563
|
+
"sweepThreshold": 0.001,
|
|
564
|
+
"sweepWalletMinBalance": 0.01
|
|
539
565
|
}
|
|
540
566
|
]
|
|
541
567
|
}
|