@ercworldio/blockchain-shared 1.0.5-dev.8-PLAT300.7 → 1.0.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.
Files changed (35) hide show
  1. package/build/chains/networks_dev.json +2 -1
  2. package/build/chains/networks_prod-ab120.json +644 -0
  3. package/build/chains/networks_prod-dz.json +2 -2
  4. package/build/chains/networks_stg-ab120-mainnet.json +681 -0
  5. package/build/chains/networks_stg-ab120.json +597 -0
  6. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +1 -1
  7. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
  8. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +1 -1
  9. package/build/index.d.ts +1 -0
  10. package/build/index.d.ts.map +1 -1
  11. package/build/index.js +4 -2
  12. package/build/services/AzureEventHubHandler.d.ts.map +1 -1
  13. package/build/services/AzureEventHubHandler.js +4 -1
  14. package/build/services/db/multisig/MultisigService.d.ts +26 -1
  15. package/build/services/db/multisig/MultisigService.d.ts.map +1 -1
  16. package/build/services/db/multisig/MultisigService.js +70 -0
  17. package/build/services/db/timelock/ScheduleTransactionService.d.ts +16 -2
  18. package/build/services/db/timelock/ScheduleTransactionService.d.ts.map +1 -1
  19. package/build/services/db/timelock/ScheduleTransactionService.js +265 -1
  20. package/build/services/solana/escrow/idl/escrow.json +528 -17
  21. package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts +8 -0
  22. package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts.map +1 -1
  23. package/build/services/solana/escrow/services/EscrowAdminUtility.js +46 -5
  24. package/build/services/solana/escrow/types/escrow.d.ts +528 -17
  25. package/build/services/solana/escrow/types/escrow.d.ts.map +1 -1
  26. package/build/services/types/azure_event_hub_handler.d.ts +3 -1
  27. package/build/services/types/azure_event_hub_handler.d.ts.map +1 -1
  28. package/build/services/types/azure_event_hub_handler.js +3 -0
  29. package/build/services/types/claim.d.ts +1 -0
  30. package/build/services/types/claim.d.ts.map +1 -1
  31. package/build/services/types/db/multisig_service.d.ts +70 -0
  32. package/build/services/types/db/multisig_service.d.ts.map +1 -1
  33. package/build/services/types/db/timelock.d.ts +56 -0
  34. package/build/services/types/db/timelock.d.ts.map +1 -1
  35. package/package.json +1 -1
@@ -0,0 +1,597 @@
1
+ {
2
+ "103": {
3
+ "status": true,
4
+ "isTestnet": true,
5
+ "name": "Solana",
6
+ "blockchainType": "solana",
7
+ "chainId": 103,
8
+ "blockexplorerUrl": "https://solscan.io",
9
+ "rpcBaseUrl": "https://rpc.ankr.com/solana",
10
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/solana/ws",
11
+ "targetConfirmations": 32,
12
+ "accounting": {
13
+ "funding_wallet": "AeuBUW7EHTD2Er5FrtZKbMHLwdHmMmMtHi6sFJvfHAKL",
14
+ "treasury_receiver": "B8wNVqKQCa2BZxfRxfhRnU9RD4TZWQfTwYSu4cFfcqZY",
15
+ "overflow_treasury_receiver": "B8wNVqKQCa2BZxfRxfhRnU9RD4TZWQfTwYSu4cFfcqZY",
16
+ "overflow_threshold_decimal": 100000,
17
+ "min_funding_wallet_balance_usd": 5,
18
+ "allowed_receivers": [
19
+ "B8wNVqKQCa2BZxfRxfhRnU9RD4TZWQfTwYSu4cFfcqZY",
20
+ "AeuBUW7EHTD2Er5FrtZKbMHLwdHmMmMtHi6sFJvfHAKL"
21
+ ]
22
+ },
23
+ "custodialAlchemyWebhooks": [
24
+ {
25
+ "chainId": "103",
26
+ "network_symbol": "sol",
27
+ "network": "SOLANA_DEVNET",
28
+ "total_wallet_count": 10,
29
+ "endpoint": "webhook/alchemy/address-activity-sol",
30
+ "source": "wallet"
31
+ }
32
+ ],
33
+ "quicknodeNotificationConfig": [
34
+ {
35
+ "name": "escrow-sol-stg-ab120",
36
+ "network": "solana-devnet",
37
+ "template": "solanaWalletFilter",
38
+ "source": "contract",
39
+ "chain_id": 103
40
+ },
41
+ {
42
+ "name": "qn-custodial-webhook-sol-stg-ab120",
43
+ "network": "solana-devnet",
44
+ "template": "solanaWalletFilter"
45
+ }
46
+ ],
47
+ "contracts": [
48
+ {
49
+ "type": "Escrow",
50
+ "version": "1",
51
+ "startingBlock": 416497745,
52
+ "escrowAlchemyWebhooks": [
53
+ {
54
+ "chainId": "103",
55
+ "network_symbol": "sol",
56
+ "network": "SOLANA_DEVNET",
57
+ "type": "ADDRESS_ACTIVITY",
58
+ "endpoint": "webhook/alchemy/solana/escrow-events",
59
+ "source": "contract"
60
+ }
61
+ ],
62
+ "addresses": [
63
+ "B8wNVqKQCa2BZxfRxfhRnU9RD4TZWQfTwYSu4cFfcqZY"
64
+ ]
65
+ },
66
+ {
67
+ "type": "FundingWallet",
68
+ "version": "1",
69
+ "startingBlock": 45852351,
70
+ "escrowAlchemyWebhooks": [],
71
+ "addresses": [
72
+ "AeuBUW7EHTD2Er5FrtZKbMHLwdHmMmMtHi6sFJvfHAKL"
73
+ ]
74
+ }
75
+ ],
76
+ "paymentTokens": [
77
+ {
78
+ "name": "Solana",
79
+ "symbol": "SOL",
80
+ "token_standard": "SOL",
81
+ "type": "native",
82
+ "decimals": 9,
83
+ "address": "11111111111111111111111111111111",
84
+ "sweepThreshold": 0.05,
85
+ "sweepWalletMinBalance": 0.01,
86
+ "recommendedMinBalanceFundingWallet": 0.25,
87
+ "recommendedMinBalanceEscrow": 10,
88
+ "recommendedMinBalanceRentEnergy": 0
89
+ },
90
+ {
91
+ "name": "Circle Token",
92
+ "symbol": "USDC",
93
+ "token_standard": "SOL",
94
+ "type": "erc20",
95
+ "isStableCoin": true,
96
+ "decimals": 6,
97
+ "address": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
98
+ "sweepThreshold": 1,
99
+ "sweepWalletMinBalance": 0.1,
100
+ "recommendedMinBalanceFundingWallet": 0,
101
+ "recommendedMinBalanceEscrow": 100,
102
+ "recommendedMinBalanceRentEnergy": 0
103
+ }
104
+ ]
105
+ },
106
+ "97": {
107
+ "status": true,
108
+ "isTestnet": true,
109
+ "name": "BSC Testnet",
110
+ "blockchainType": "evm",
111
+ "chainId": 97,
112
+ "blockexplorerUrl": "https://testnet.bscscan.com",
113
+ "rpcBaseUrl": "https://rpc.ankr.com/bsc_testnet_chapel",
114
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/bsc_testnet_chapel/ws",
115
+ "targetConfirmations": 10,
116
+ "accounting": {
117
+ "funding_wallet": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
118
+ "treasury_receiver": "0x4640A61e73F3b77AeEC69DaFC9a063A08a228461",
119
+ "overflow_treasury_receiver": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
120
+ "overflow_threshold_decimal": 100000,
121
+ "min_funding_wallet_balance_usd": 1,
122
+ "allowed_receivers": [
123
+ "0x4640A61e73F3b77AeEC69DaFC9a063A08a228461"
124
+ ]
125
+ },
126
+ "custodialAlchemyWebhooks": [
127
+ {
128
+ "chainId": "97",
129
+ "network_symbol": "bnb",
130
+ "network": "BNB_TESTNET",
131
+ "total_wallet_count": 10,
132
+ "endpoint": "webhook/alchemy/address-activity-bnb",
133
+ "source": "wallet"
134
+ }
135
+ ],
136
+ "quicknodeNotificationConfig": [
137
+ {
138
+ "name": "qn-custodial-webhook-bsc-stg-ab120",
139
+ "network": "bnbchain-testnet",
140
+ "template": "evmWalletFilter"
141
+ }
142
+ ],
143
+ "contracts": [
144
+ {
145
+ "type": "Escrow",
146
+ "version": "2",
147
+ "startingBlock": 45852351,
148
+ "escrowAlchemyWebhooks": [
149
+ {
150
+ "chainId": "97",
151
+ "network_symbol": "bnb",
152
+ "network": "BNB_TESTNET",
153
+ "type": "GRAPHQL",
154
+ "endpoint": "webhook/alchemy/escrow-events",
155
+ "source": "contract"
156
+ }
157
+ ],
158
+ "addresses": [
159
+ "0x4640A61e73F3b77AeEC69DaFC9a063A08a228461"
160
+ ]
161
+ },
162
+ {
163
+ "type": "Erc20",
164
+ "version": "1",
165
+ "startingBlock": 0,
166
+ "escrowAlchemyWebhooks": [],
167
+ "addresses": [
168
+ "0x24607248E7F55B28548971B75A64d74515b49584"
169
+ ]
170
+ }
171
+ ],
172
+ "paymentTokens": [
173
+ {
174
+ "name": "Binance",
175
+ "symbol": "BNB",
176
+ "token_standard": "BEP-20",
177
+ "type": "native",
178
+ "isStableCoin": false,
179
+ "decimals": 18,
180
+ "address": "0x0000000000000000000000000000000000000000",
181
+ "sweepThreshold": 0.015,
182
+ "sweepWalletMinBalance": 0.0015,
183
+ "recommendedMinBalanceFundingWallet": 0.1,
184
+ "recommendedMinBalanceEscrow": 1,
185
+ "recommendedMinBalanceRentEnergy": 0
186
+ },
187
+ {
188
+ "name": "Tether Token",
189
+ "symbol": "USDT",
190
+ "token_standard": "BEP-20",
191
+ "type": "erc20",
192
+ "decimals": 6,
193
+ "isStableCoin": true,
194
+ "address": "0x24607248E7F55B28548971B75A64d74515b49584",
195
+ "sweepThreshold": 10,
196
+ "sweepWalletMinBalance": 0.1,
197
+ "recommendedMinBalanceFundingWallet": 0,
198
+ "recommendedMinBalanceEscrow": 100,
199
+ "recommendedMinBalanceRentEnergy": 0
200
+ }
201
+ ]
202
+ },
203
+ "43113": {
204
+ "status": true,
205
+ "isTestnet": true,
206
+ "name": "Avalanche Testnet",
207
+ "blockchainType": "evm",
208
+ "chainId": 43113,
209
+ "blockexplorerUrl": "https://testnet.snowtrace.io",
210
+ "rpcBaseUrl": "https://rpc.ankr.com/avalanche_fuji",
211
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/avalanche_fuji/ws",
212
+ "targetConfirmations": 10,
213
+ "accounting": {
214
+ "funding_wallet": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
215
+ "treasury_receiver": "0x81E612A63f7e1E8435fdbaE04a81ac84638D25f3",
216
+ "overflow_treasury_receiver": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
217
+ "overflow_threshold_decimal": 100000,
218
+ "min_funding_wallet_balance_usd": 1,
219
+ "allowed_receivers": [
220
+ "0x81E612A63f7e1E8435fdbaE04a81ac84638D25f3"
221
+ ]
222
+ },
223
+ "custodialAlchemyWebhooks": [
224
+ {
225
+ "chainId": "43113",
226
+ "network_symbol": "avax",
227
+ "network": "AVAX_FUJI",
228
+ "total_wallet_count": 10,
229
+ "endpoint": "webhook/alchemy/address-activity-avax",
230
+ "source": "wallet"
231
+ }
232
+ ],
233
+ "quicknodeNotificationConfig": [
234
+ {
235
+ "name": "qn-custodial-webhook-avax-stg-ab120",
236
+ "network": "avalanche-fuji",
237
+ "template": "evmWalletFilter"
238
+ }
239
+ ],
240
+ "contracts": [
241
+ {
242
+ "type": "Escrow",
243
+ "version": "2",
244
+ "startingBlock": 36790396,
245
+ "escrowAlchemyWebhooks": [
246
+ {
247
+ "chainId": "43113",
248
+ "network_symbol": "avax",
249
+ "network": "AVAX_FUJI",
250
+ "type": "GRAPHQL",
251
+ "endpoint": "webhook/alchemy/escrow-events",
252
+ "source": "contract"
253
+ }
254
+ ],
255
+ "addresses": [
256
+ "0x81E612A63f7e1E8435fdbaE04a81ac84638D25f3"
257
+ ]
258
+ },
259
+ {
260
+ "type": "Erc20",
261
+ "version": "1",
262
+ "startingBlock": 0,
263
+ "escrowAlchemyWebhooks": [],
264
+ "addresses": [
265
+ "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9"
266
+ ]
267
+ }
268
+ ],
269
+ "paymentTokens": [
270
+ {
271
+ "name": "Avalanche",
272
+ "symbol": "AVAX",
273
+ "token_standard": "AVAXC",
274
+ "type": "native",
275
+ "isStableCoin": false,
276
+ "decimals": 18,
277
+ "address": "0x0000000000000000000000000000000000000000",
278
+ "sweepThreshold": 0.1,
279
+ "sweepWalletMinBalance": 0.01,
280
+ "recommendedMinBalanceFundingWallet": 3,
281
+ "recommendedMinBalanceEscrow": 50,
282
+ "recommendedMinBalanceRentEnergy": 0
283
+ },
284
+ {
285
+ "name": "Tether Token",
286
+ "symbol": "USDT",
287
+ "token_standard": "AVAXC",
288
+ "type": "erc20",
289
+ "isStableCoin": true,
290
+ "decimals": 6,
291
+ "address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
292
+ "sweepThreshold": 10,
293
+ "sweepWalletMinBalance": 0.1,
294
+ "recommendedMinBalanceFundingWallet": 0,
295
+ "recommendedMinBalanceEscrow": 100,
296
+ "recommendedMinBalanceRentEnergy": 0
297
+ }
298
+ ]
299
+ },
300
+ "11155111": {
301
+ "status": true,
302
+ "isTestnet": true,
303
+ "name": "Sepolia Testnet",
304
+ "blockchainType": "evm",
305
+ "chainId": 11155111,
306
+ "blockexplorerUrl": "https://sepolia.etherscan.io",
307
+ "rpcBaseUrl": "https://rpc.ankr.com/eth_sepolia",
308
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/eth_sepolia/ws",
309
+ "targetConfirmations": 10,
310
+ "accounting": {
311
+ "funding_wallet": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
312
+ "treasury_receiver": "0x29590E84bF818C57460879794546ae16DfFc802c",
313
+ "overflow_treasury_receiver": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
314
+ "overflow_threshold_decimal": 100000,
315
+ "min_funding_wallet_balance_usd": 1,
316
+ "allowed_receivers": [
317
+ "0x29590E84bF818C57460879794546ae16DfFc802c"
318
+ ]
319
+ },
320
+ "custodialAlchemyWebhooks": [
321
+ {
322
+ "chainId": "11155111",
323
+ "network_symbol": "eth",
324
+ "network": "ETH_SEPOLIA",
325
+ "total_wallet_count": 10,
326
+ "endpoint": "webhook/alchemy/address-activity-eth",
327
+ "source": "wallet"
328
+ }
329
+ ],
330
+ "quicknodeNotificationConfig": [
331
+ {
332
+ "name": "qn-custodial-webhook-eth-stg-ab120",
333
+ "network": "ethereum-sepolia",
334
+ "template": "evmWalletFilter"
335
+ }
336
+ ],
337
+ "contracts": [
338
+ {
339
+ "type": "Escrow",
340
+ "version": "2",
341
+ "startingBlock": 7130234,
342
+ "escrowAlchemyWebhooks": [
343
+ {
344
+ "chainId": "11155111",
345
+ "network_symbol": "eth",
346
+ "network": "ETH_SEPOLIA",
347
+ "type": "GRAPHQL",
348
+ "endpoint": "webhook/alchemy/escrow-events",
349
+ "source": "contract"
350
+ }
351
+ ],
352
+ "addresses": [
353
+ "0x29590E84bF818C57460879794546ae16DfFc802c"
354
+ ]
355
+ },
356
+ {
357
+ "type": "Erc20",
358
+ "version": "1",
359
+ "startingBlock": 0,
360
+ "escrowAlchemyWebhooks": [],
361
+ "addresses": [
362
+ "0xd36A20dB12953F0bf09C66B08c1771ae046D2152"
363
+ ]
364
+ }
365
+ ],
366
+ "paymentTokens": [
367
+ {
368
+ "name": "Ethereum",
369
+ "symbol": "ETH",
370
+ "token_standard": "ERC-20",
371
+ "type": "native",
372
+ "isStableCoin": false,
373
+ "decimals": 18,
374
+ "address": "0x0000000000000000000000000000000000000000",
375
+ "sweepThreshold": 0.00033,
376
+ "sweepWalletMinBalance": 0.001,
377
+ "recommendedMinBalanceFundingWallet": 0.05,
378
+ "recommendedMinBalanceEscrow": 0.5,
379
+ "recommendedMinBalanceRentEnergy": 0
380
+ },
381
+ {
382
+ "name": "Tether Token",
383
+ "symbol": "USDT",
384
+ "token_standard": "ERC-20",
385
+ "type": "erc20",
386
+ "isStableCoin": true,
387
+ "decimals": 6,
388
+ "address": "0xd36A20dB12953F0bf09C66B08c1771ae046D2152",
389
+ "sweepThreshold": 10,
390
+ "sweepWalletMinBalance": 0.1,
391
+ "recommendedMinBalanceFundingWallet": 0,
392
+ "recommendedMinBalanceEscrow": 100,
393
+ "recommendedMinBalanceRentEnergy": 0
394
+ }
395
+ ]
396
+ },
397
+ "80002": {
398
+ "status": true,
399
+ "isTestnet": true,
400
+ "name": "Polygon Amoy",
401
+ "blockchainType": "evm",
402
+ "chainId": 80002,
403
+ "blockexplorerUrl": "https://amoy.polygonscan.com",
404
+ "rpcBaseUrl": "https://rpc.ankr.com/polygon_amoy",
405
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/polygon_amoy/ws",
406
+ "targetConfirmations": 10,
407
+ "accounting": {
408
+ "funding_wallet": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
409
+ "treasury_receiver": "0x968e1D281202a195aD16E98d94b9cDbaf479A086",
410
+ "overflow_treasury_receiver": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
411
+ "overflow_threshold_decimal": 100000,
412
+ "min_funding_wallet_balance_usd": 1,
413
+ "allowed_receivers": [
414
+ "0x968e1D281202a195aD16E98d94b9cDbaf479A086",
415
+ "0x5798C0C8Cc396Da77Aaa68c0722B70926f98946C"
416
+ ]
417
+ },
418
+ "custodialAlchemyWebhooks": [
419
+ {
420
+ "chainId": "80002",
421
+ "network_symbol": "pol",
422
+ "network": "MATIC_AMOY",
423
+ "total_wallet_count": 10,
424
+ "endpoint": "webhook/alchemy/address-activity-pol",
425
+ "source": "wallet"
426
+ }
427
+ ],
428
+ "quicknodeNotificationConfig": [
429
+ {
430
+ "name": "qn-custodial-webhook-pol-stg-ab120",
431
+ "network": "polygon-amoy",
432
+ "template": "evmWalletFilter"
433
+ }
434
+ ],
435
+ "contracts": [
436
+ {
437
+ "type": "Escrow",
438
+ "version": "2",
439
+ "startingBlock": 14742924,
440
+ "escrowAlchemyWebhooks": [
441
+ {
442
+ "chainId": "80002",
443
+ "network_symbol": "pol",
444
+ "network": "MATIC_AMOY",
445
+ "type": "GRAPHQL",
446
+ "endpoint": "webhook/alchemy/escrow-events",
447
+ "source": "contract"
448
+ }
449
+ ],
450
+ "addresses": [
451
+ "0x968e1D281202a195aD16E98d94b9cDbaf479A086"
452
+ ]
453
+ },
454
+ {
455
+ "type": "Erc20",
456
+ "version": "1",
457
+ "startingBlock": 0,
458
+ "addresses": [
459
+ "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9"
460
+ ]
461
+ }
462
+ ],
463
+ "paymentTokens": [
464
+ {
465
+ "name": "Amoy",
466
+ "symbol": "MATIC",
467
+ "token_standard": "MATIC",
468
+ "type": "native",
469
+ "decimals": 18,
470
+ "isStableCoin": false,
471
+ "address": "0x0000000000000000000000000000000000000000",
472
+ "sweepThreshold": 10,
473
+ "sweepWalletMinBalance": 0.01,
474
+ "recommendedMinBalanceFundingWallet": 100,
475
+ "recommendedMinBalanceEscrow": 1000,
476
+ "recommendedMinBalanceRentEnergy": 0
477
+ },
478
+ {
479
+ "name": "Tether Token",
480
+ "symbol": "USDT",
481
+ "token_standard": "MATIC",
482
+ "type": "erc20",
483
+ "decimals": 6,
484
+ "isStableCoin": true,
485
+ "address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
486
+ "sweepThreshold": 10,
487
+ "sweepWalletMinBalance": 0.1,
488
+ "recommendedMinBalanceFundingWallet": 0,
489
+ "recommendedMinBalanceEscrow": 100,
490
+ "recommendedMinBalanceRentEnergy": 0
491
+ }
492
+ ]
493
+ },
494
+ "10143": {
495
+ "status": true,
496
+ "isTestnet": true,
497
+ "name": "Monad Testnet",
498
+ "blockchainType": "evm",
499
+ "chainId": 10143,
500
+ "blockexplorerUrl": "https://testnet.monadscan.com",
501
+ "rpcBaseUrl": "https://rpc.ankr.com/monad_testnet",
502
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/monad_testnet/ws",
503
+ "targetConfirmations": 10,
504
+ "accounting": {
505
+ "funding_wallet": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
506
+ "treasury_receiver": "0x1FF4caA4398DdA17Cb1d094eb0EeF7203d7CB4c1",
507
+ "overflow_treasury_receiver": "0x0Efa34893b6ae8f44Cd4be45ec6995cdfA9a73E9",
508
+ "overflow_threshold_decimal": 100000,
509
+ "min_funding_wallet_balance_usd": 0.5,
510
+ "allowed_receivers": [
511
+ "0x1FF4caA4398DdA17Cb1d094eb0EeF7203d7CB4c1"
512
+ ]
513
+ },
514
+ "custodialAlchemyWebhooks": [
515
+ {
516
+ "chainId": "10143",
517
+ "network_symbol": "mon",
518
+ "network": "MONAD_TESTNET",
519
+ "total_wallet_count": 10,
520
+ "endpoint": "webhook/alchemy/address-activity-mon",
521
+ "source": "wallet"
522
+ }
523
+ ],
524
+ "quicknodeNotificationConfig": [
525
+ {
526
+ "name": "escrow-mon-stg-ab120",
527
+ "network": "monad-testnet",
528
+ "template": "evmWalletFilter",
529
+ "source": "contract",
530
+ "chain_id": 10143
531
+ },
532
+ {
533
+ "name": "qn-custodial-webhook-mon-stg-ab120",
534
+ "network": "monad-testnet",
535
+ "template": "evmWalletFilter"
536
+ }
537
+ ],
538
+ "contracts": [
539
+ {
540
+ "type": "Escrow",
541
+ "version": "2",
542
+ "startingBlock": 56193231,
543
+ "escrowAlchemyWebhooks": [
544
+ {
545
+ "chainId": "10143",
546
+ "network_symbol": "mon",
547
+ "network": "MONAD_TESTNET",
548
+ "type": "GRAPHQL",
549
+ "endpoint": "webhook/alchemy/escrow-events",
550
+ "source": "contract"
551
+ }
552
+ ],
553
+ "addresses": [
554
+ "0x1FF4caA4398DdA17Cb1d094eb0EeF7203d7CB4c1"
555
+ ]
556
+ },
557
+ {
558
+ "type": "Erc20",
559
+ "version": "1",
560
+ "startingBlock": 56194507,
561
+ "addresses": [
562
+ "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe"
563
+ ]
564
+ }
565
+ ],
566
+ "paymentTokens": [
567
+ {
568
+ "name": "Monad",
569
+ "symbol": "MON",
570
+ "token_standard": "ERC-20",
571
+ "type": "native",
572
+ "isStableCoin": false,
573
+ "decimals": 18,
574
+ "address": "0x0000000000000000000000000000000000000000",
575
+ "sweepThreshold": 10,
576
+ "sweepWalletMinBalance": 0.1,
577
+ "recommendedMinBalanceFundingWallet": 50,
578
+ "recommendedMinBalanceEscrow": 500,
579
+ "recommendedMinBalanceRentEnergy": 0
580
+ },
581
+ {
582
+ "name": "Tether Token",
583
+ "symbol": "USDT",
584
+ "token_standard": "ERC-20",
585
+ "isStableCoin": true,
586
+ "type": "erc20",
587
+ "decimals": 6,
588
+ "address": "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe",
589
+ "sweepThreshold": 10,
590
+ "sweepWalletMinBalance": 0.1,
591
+ "recommendedMinBalanceFundingWallet": 0,
592
+ "recommendedMinBalanceEscrow": 100,
593
+ "recommendedMinBalanceRentEnergy": 0
594
+ }
595
+ ]
596
+ }
597
+ }