@ercworldio/blockchain-shared 1.0.1-dev.9 → 1.0.2-dev-PROJ-1265.0
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/README.md +26 -0
- package/build/chains/networks_dev.json +116 -25
- package/build/chains/networks_prod-bu.json +116 -8
- package/build/chains/networks_prod-dz.json +216 -13
- package/build/chains/networks_stg-bu.json +36 -9
- package/build/chains/networks_stg-dz.json +82 -22
- package/build/chains/networks_stg-sh.json +534 -0
- package/build/chains/networks_stg-yb.json +435 -0
- package/build/chains/stg-sh.json +93 -0
- package/build/contracts/Escrow.d.ts +1 -1
- package/build/contracts/Escrow.d.ts.map +1 -1
- package/build/contracts/Escrow.js +2 -2
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts +232 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +5 -3
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts +290 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +390 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +2 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +47 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +71 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +13 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +17 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
- package/build/contracts/typechain-types/index.d.ts +4 -0
- package/build/contracts/typechain-types/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/index.js +5 -1
- package/build/errors/AdminErrors.d.ts +5 -9
- package/build/errors/AdminErrors.d.ts.map +1 -1
- package/build/errors/AdminErrors.js +49 -24
- package/build/errors/AlchemyErrors.d.ts +14 -18
- package/build/errors/AlchemyErrors.d.ts.map +1 -1
- package/build/errors/AlchemyErrors.js +76 -49
- package/build/errors/BalanceErrors.d.ts +3 -7
- package/build/errors/BalanceErrors.d.ts.map +1 -1
- package/build/errors/BalanceErrors.js +47 -26
- package/build/errors/DatabaseErrors.d.ts +5 -9
- package/build/errors/DatabaseErrors.d.ts.map +1 -1
- package/build/errors/DatabaseErrors.js +49 -28
- package/build/errors/TransactionsErrors.d.ts +15 -20
- package/build/errors/TransactionsErrors.d.ts.map +1 -1
- package/build/errors/TransactionsErrors.js +81 -66
- package/build/errors/VoltageErrors.d.ts +8 -13
- package/build/errors/VoltageErrors.d.ts.map +1 -1
- package/build/errors/VoltageErrors.js +58 -45
- package/build/errors/WalletErrors.d.ts +6 -12
- package/build/errors/WalletErrors.d.ts.map +1 -1
- package/build/errors/WalletErrors.js +48 -37
- package/build/errors/errors.d.ts +169 -27
- package/build/errors/errors.d.ts.map +1 -1
- package/build/errors/errors.js +292 -66
- package/build/errors/index.d.ts +37 -36
- package/build/errors/index.d.ts.map +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +4 -2
- package/build/interfaces.d.ts +5 -1
- package/build/interfaces.d.ts.map +1 -1
- package/build/interfaces.js +1 -0
- package/build/services/AlchemyWebhookAddressManager.d.ts.map +1 -1
- package/build/services/AlchemyWebhookAddressManager.js +3 -1
- package/build/services/quicknode-notifications/QnWebhookAddressManager.d.ts +1 -2
- package/build/services/quicknode-notifications/QnWebhookAddressManager.d.ts.map +1 -1
- package/build/services/quicknode-notifications/QnWebhookAddressManager.js +25 -42
- package/build/services/quicknode-notifications/SetupNotifications.d.ts +1 -0
- package/build/services/quicknode-notifications/SetupNotifications.d.ts.map +1 -1
- package/build/services/quicknode-notifications/SetupNotifications.js +29 -2
- package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts +1 -1
- package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts.map +1 -1
- package/build/services/solana/escrow/SolanaEscrowAdmin.js +8 -4
- package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts.map +1 -1
- package/build/services/solana/escrow/services/EscrowAdminUtility.js +5 -2
- package/build/services/solana/escrow/services/SolanaTokenProgramCache.d.ts +9 -0
- package/build/services/solana/escrow/services/SolanaTokenProgramCache.d.ts.map +1 -0
- package/build/services/solana/escrow/services/SolanaTokenProgramCache.js +38 -0
- package/build/services/types/bo_withdrawal.d.ts +17 -0
- package/build/services/types/bo_withdrawal.d.ts.map +1 -0
- package/build/services/types/bo_withdrawal.js +9 -0
- package/build/services/types/chain_manager.d.ts +7 -0
- package/build/services/types/chain_manager.d.ts.map +1 -1
- package/build/services/types/index.d.ts +1 -0
- package/build/services/types/index.d.ts.map +1 -1
- package/build/services/types/index.js +1 -0
- package/build/utils/Logger.d.ts.map +1 -1
- package/build/utils/Logger.js +13 -2
- package/build/utils/RpcLimiter.d.ts +1 -0
- package/build/utils/RpcLimiter.d.ts.map +1 -1
- package/build/utils/RpcLimiter.js +1 -0
- package/build/utils/solana.d.ts +2 -1
- package/build/utils/solana.d.ts.map +1 -1
- package/build/utils/solana.js +28 -3
- package/package.json +1 -1
|
@@ -12,8 +12,12 @@
|
|
|
12
12
|
"accounting": {
|
|
13
13
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
14
14
|
"treasury_receiver": "0x5df6F2A9016d6cA062e60da3b056736B2015B6f0",
|
|
15
|
-
"overflow_treasury_receiver": "
|
|
16
|
-
"overflow_threshold_decimal": 100000
|
|
15
|
+
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
16
|
+
"overflow_threshold_decimal": 100000,
|
|
17
|
+
"min_funding_wallet_balance_usd": 5,
|
|
18
|
+
"allowed_receivers": [
|
|
19
|
+
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
20
|
+
]
|
|
17
21
|
},
|
|
18
22
|
"custodialAlchemyWebhooks": [
|
|
19
23
|
{
|
|
@@ -25,6 +29,20 @@
|
|
|
25
29
|
"source": "wallet"
|
|
26
30
|
}
|
|
27
31
|
],
|
|
32
|
+
"quicknodeNotificationConfig": [
|
|
33
|
+
{
|
|
34
|
+
"name": "escrow-eth-prod-dz",
|
|
35
|
+
"network": "ethereum-mainnet",
|
|
36
|
+
"template": "evmWalletFilter",
|
|
37
|
+
"source": "contract",
|
|
38
|
+
"chain_id": 1
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "qn-custodial-webhook-eth-prod-dz",
|
|
42
|
+
"network": "ethereum-mainnet",
|
|
43
|
+
"template": "evmWalletFilter"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
28
46
|
"contracts": [
|
|
29
47
|
{
|
|
30
48
|
"type": "Escrow",
|
|
@@ -87,6 +105,17 @@
|
|
|
87
105
|
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
88
106
|
"sweepThreshold": 4,
|
|
89
107
|
"sweepWalletMinBalance": 1
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "PalmUSD",
|
|
111
|
+
"symbol": "PUSD",
|
|
112
|
+
"token_standard": "ERC-20",
|
|
113
|
+
"type": "erc20",
|
|
114
|
+
"isStableCoin": true,
|
|
115
|
+
"decimals": 6,
|
|
116
|
+
"address": "0xFAF0cEe6B20e2Aaa4B80748a6AF4CD89609a3d78",
|
|
117
|
+
"sweepThreshold": 1,
|
|
118
|
+
"sweepWalletMinBalance": 0.1
|
|
90
119
|
}
|
|
91
120
|
]
|
|
92
121
|
},
|
|
@@ -103,8 +132,12 @@
|
|
|
103
132
|
"accounting": {
|
|
104
133
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
105
134
|
"treasury_receiver": "0x184D508C3934e36Df2531175460DCca51F238E4e",
|
|
106
|
-
"overflow_treasury_receiver": "
|
|
107
|
-
"overflow_threshold_decimal": 100000
|
|
135
|
+
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
136
|
+
"overflow_threshold_decimal": 100000,
|
|
137
|
+
"min_funding_wallet_balance_usd": 5,
|
|
138
|
+
"allowed_receivers": [
|
|
139
|
+
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
140
|
+
]
|
|
108
141
|
},
|
|
109
142
|
"custodialAlchemyWebhooks": [
|
|
110
143
|
{
|
|
@@ -116,6 +149,20 @@
|
|
|
116
149
|
"source": "wallet"
|
|
117
150
|
}
|
|
118
151
|
],
|
|
152
|
+
"quicknodeNotificationConfig": [
|
|
153
|
+
{
|
|
154
|
+
"name": "escrow-bnb-prod-dz",
|
|
155
|
+
"network": "bnbchain-mainnet",
|
|
156
|
+
"template": "evmWalletFilter",
|
|
157
|
+
"source": "contract",
|
|
158
|
+
"chain_id": 56
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "qn-custodial-webhook-bnb-prod-dz",
|
|
162
|
+
"network": "bnbchain-mainnet",
|
|
163
|
+
"template": "evmWalletFilter"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
119
166
|
"contracts": [
|
|
120
167
|
{
|
|
121
168
|
"type": "Escrow",
|
|
@@ -179,12 +226,16 @@
|
|
|
179
226
|
"blockexplorerUrl": "https://solscan.io",
|
|
180
227
|
"rpcBaseUrl": "https://rpc.ankr.com/solana",
|
|
181
228
|
"rpcBaseUrlWss": "wss://rpc.ankr.com/solana/ws",
|
|
182
|
-
"targetConfirmations":
|
|
229
|
+
"targetConfirmations": 32,
|
|
183
230
|
"accounting": {
|
|
184
231
|
"funding_wallet": "7z5QwV7mg93PU8tBsbdvXscG9bf5VUP2QYHvS2czNisG",
|
|
185
232
|
"treasury_receiver": "Cr1fJwtExaPdYG8huC5axiW2m2knSoTumLzYBj9rMjCd",
|
|
186
|
-
"overflow_treasury_receiver": "
|
|
187
|
-
"overflow_threshold_decimal": 100000
|
|
233
|
+
"overflow_treasury_receiver": "9Akuf5wxomRwzbu3wpSPpJ21EABGGaopoBoCD1boE4Hn",
|
|
234
|
+
"overflow_threshold_decimal": 100000,
|
|
235
|
+
"min_funding_wallet_balance_usd": 5,
|
|
236
|
+
"allowed_receivers": [
|
|
237
|
+
"9Akuf5wxomRwzbu3wpSPpJ21EABGGaopoBoCD1boE4Hn"
|
|
238
|
+
]
|
|
188
239
|
},
|
|
189
240
|
"custodialAlchemyWebhooks": [
|
|
190
241
|
{
|
|
@@ -196,6 +247,20 @@
|
|
|
196
247
|
"source": "wallet"
|
|
197
248
|
}
|
|
198
249
|
],
|
|
250
|
+
"quicknodeNotificationConfig": [
|
|
251
|
+
{
|
|
252
|
+
"name": "escrow-sol-prod-dz",
|
|
253
|
+
"network": "solana-mainnet",
|
|
254
|
+
"template": "solanaWalletFilter",
|
|
255
|
+
"source": "contract",
|
|
256
|
+
"chain_id": 101
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "qn-custodial-webhook-sol-prod-dz",
|
|
260
|
+
"network": "solana-mainnet",
|
|
261
|
+
"template": "solanaWalletFilter"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
199
264
|
"contracts": [
|
|
200
265
|
{
|
|
201
266
|
"type": "Escrow",
|
|
@@ -247,6 +312,17 @@
|
|
|
247
312
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
248
313
|
"sweepThreshold": 1,
|
|
249
314
|
"sweepWalletMinBalance": 1
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "PalmUSD",
|
|
318
|
+
"symbol": "PUSD",
|
|
319
|
+
"token_standard": "SOL",
|
|
320
|
+
"type": "erc20",
|
|
321
|
+
"isStableCoin": true,
|
|
322
|
+
"decimals": 6,
|
|
323
|
+
"address": "CZzgUBvxaMLwMhVSLgqJn3npmxoTo6nzMNQPAnwtHF3s",
|
|
324
|
+
"sweepThreshold": 1,
|
|
325
|
+
"sweepWalletMinBalance": 0.1
|
|
250
326
|
}
|
|
251
327
|
]
|
|
252
328
|
},
|
|
@@ -263,8 +339,12 @@
|
|
|
263
339
|
"accounting": {
|
|
264
340
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
265
341
|
"treasury_receiver": "0x1821236AaC799c31F12C7359017083620a49a52E",
|
|
266
|
-
"overflow_treasury_receiver": "
|
|
267
|
-
"overflow_threshold_decimal": 100000
|
|
342
|
+
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
343
|
+
"overflow_threshold_decimal": 100000,
|
|
344
|
+
"min_funding_wallet_balance_usd": 5,
|
|
345
|
+
"allowed_receivers": [
|
|
346
|
+
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
347
|
+
]
|
|
268
348
|
},
|
|
269
349
|
"custodialAlchemyWebhooks": [
|
|
270
350
|
{
|
|
@@ -276,6 +356,20 @@
|
|
|
276
356
|
"source": "wallet"
|
|
277
357
|
}
|
|
278
358
|
],
|
|
359
|
+
"quicknodeNotificationConfig": [
|
|
360
|
+
{
|
|
361
|
+
"name": "escrow-pol-prod-dz",
|
|
362
|
+
"network": "polygon-mainnet",
|
|
363
|
+
"template": "evmWalletFilter",
|
|
364
|
+
"source": "contract",
|
|
365
|
+
"chain_id": 137
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "qn-custodial-webhook-pol-prod-dz",
|
|
369
|
+
"network": "bnbchain-mainnet",
|
|
370
|
+
"template": "evmWalletFilter"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
279
373
|
"contracts": [
|
|
280
374
|
{
|
|
281
375
|
"type": "Escrow",
|
|
@@ -330,6 +424,93 @@
|
|
|
330
424
|
}
|
|
331
425
|
]
|
|
332
426
|
},
|
|
427
|
+
"143": {
|
|
428
|
+
"status": true,
|
|
429
|
+
"isTestnet": false,
|
|
430
|
+
"name": "Monad",
|
|
431
|
+
"blockchainType": "evm",
|
|
432
|
+
"chainId": 143,
|
|
433
|
+
"blockexplorerUrl": "https://monadscan.com",
|
|
434
|
+
"rpcBaseUrl": "https://rpc.ankr.com/monad_mainnet",
|
|
435
|
+
"rpcBaseUrlWss": "wss://rpc.ankr.com/monad_mainnet/ws",
|
|
436
|
+
"targetConfirmations": 10,
|
|
437
|
+
"accounting": {
|
|
438
|
+
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
439
|
+
"treasury_receiver": "0x567559911E22E461a449BB036fE4C44464aaa664",
|
|
440
|
+
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
441
|
+
"overflow_threshold_decimal": 100000,
|
|
442
|
+
"min_funding_wallet_balance_usd": 5,
|
|
443
|
+
"allowed_receivers": [
|
|
444
|
+
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"custodialAlchemyWebhooks": [
|
|
448
|
+
{
|
|
449
|
+
"chainId": "143",
|
|
450
|
+
"network_symbol": "mon",
|
|
451
|
+
"network": "MONAD_MAINNET",
|
|
452
|
+
"total_wallet_count": 10,
|
|
453
|
+
"endpoint": "webhook/alchemy/address-activity-mon",
|
|
454
|
+
"source": "wallet"
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"quicknodeNotificationConfig": [
|
|
458
|
+
{
|
|
459
|
+
"name": "escrow-mon-prod-dz",
|
|
460
|
+
"network": "monad-mainnet",
|
|
461
|
+
"template": "evmWalletFilter",
|
|
462
|
+
"source": "contract",
|
|
463
|
+
"chain_id": 143
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "qn-custodial-webhook-mon-prod-dz",
|
|
467
|
+
"network": "monad-mainnet",
|
|
468
|
+
"template": "evmWalletFilter"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"contracts": [
|
|
472
|
+
{
|
|
473
|
+
"type": "Escrow",
|
|
474
|
+
"version": "1",
|
|
475
|
+
"startingBlock": 56816192,
|
|
476
|
+
"escrowAlchemyWebhooks": [
|
|
477
|
+
{
|
|
478
|
+
"chainId": "143",
|
|
479
|
+
"network_symbol": "mon",
|
|
480
|
+
"network": "MONAD_MAINNET",
|
|
481
|
+
"type": "GRAPHQL",
|
|
482
|
+
"endpoint": "webhook/alchemy/escrow-events",
|
|
483
|
+
"source": "contract"
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"addresses": [
|
|
487
|
+
"0x567559911E22E461a449BB036fE4C44464aaa664"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"type": "FundingWallet",
|
|
492
|
+
"version": "1",
|
|
493
|
+
"startingBlock": 1,
|
|
494
|
+
"escrowAlchemyWebhooks": [],
|
|
495
|
+
"addresses": [
|
|
496
|
+
"0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7"
|
|
497
|
+
]
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"paymentTokens": [
|
|
501
|
+
{
|
|
502
|
+
"name": "Monad",
|
|
503
|
+
"symbol": "MON",
|
|
504
|
+
"token_standard": "ERC-20",
|
|
505
|
+
"type": "native",
|
|
506
|
+
"decimals": 18,
|
|
507
|
+
"address": "0x0000000000000000000000000000000000000000",
|
|
508
|
+
"isStableCoin": false,
|
|
509
|
+
"sweepThreshold": 10,
|
|
510
|
+
"sweepWalletMinBalance": 0.1
|
|
511
|
+
}
|
|
512
|
+
]
|
|
513
|
+
},
|
|
333
514
|
"43114": {
|
|
334
515
|
"status": true,
|
|
335
516
|
"isTestnet": false,
|
|
@@ -343,8 +524,12 @@
|
|
|
343
524
|
"accounting": {
|
|
344
525
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
345
526
|
"treasury_receiver": "0x5df6F2A9016d6cA062e60da3b056736B2015B6f0",
|
|
346
|
-
"overflow_treasury_receiver": "
|
|
347
|
-
"overflow_threshold_decimal": 100000
|
|
527
|
+
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
528
|
+
"overflow_threshold_decimal": 100000,
|
|
529
|
+
"min_funding_wallet_balance_usd": 5,
|
|
530
|
+
"allowed_receivers": [
|
|
531
|
+
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
532
|
+
]
|
|
348
533
|
},
|
|
349
534
|
"custodialAlchemyWebhooks": [
|
|
350
535
|
{
|
|
@@ -356,6 +541,20 @@
|
|
|
356
541
|
"source": "wallet"
|
|
357
542
|
}
|
|
358
543
|
],
|
|
544
|
+
"quicknodeNotificationConfig": [
|
|
545
|
+
{
|
|
546
|
+
"name": "escrow-avax-prod-dz",
|
|
547
|
+
"network": "avalanche-mainnet",
|
|
548
|
+
"template": "evmWalletFilter",
|
|
549
|
+
"source": "contract",
|
|
550
|
+
"chain_id": 43114
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "qn-custodial-webhook-avax-prod-dz",
|
|
554
|
+
"network": "avalanche-mainnet",
|
|
555
|
+
"template": "evmWalletFilter"
|
|
556
|
+
}
|
|
557
|
+
],
|
|
359
558
|
"contracts": [
|
|
360
559
|
{
|
|
361
560
|
"type": "Escrow",
|
|
@@ -424,8 +623,12 @@
|
|
|
424
623
|
"accounting": {
|
|
425
624
|
"funding_wallet": "TBLeFCWoBrwgbvj33F41t8FErhkgbm3276",
|
|
426
625
|
"treasury_receiver": "TBLeFCWoBrwgbvj33F41t8FErhkgbm3276",
|
|
427
|
-
"overflow_treasury_receiver": "
|
|
428
|
-
"overflow_threshold_decimal": 100000
|
|
626
|
+
"overflow_treasury_receiver": "TJetV4XspjvQ3adfQV8RExniL7NAJukF2p",
|
|
627
|
+
"overflow_threshold_decimal": 100000,
|
|
628
|
+
"min_funding_wallet_balance_usd": 5,
|
|
629
|
+
"allowed_receivers": [
|
|
630
|
+
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
631
|
+
]
|
|
429
632
|
},
|
|
430
633
|
"rpcMetadata": {
|
|
431
634
|
"rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
|
|
@@ -13,7 +13,11 @@
|
|
|
13
13
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
14
14
|
"treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
15
15
|
"overflow_treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
16
|
-
"overflow_threshold_decimal": 100000
|
|
16
|
+
"overflow_threshold_decimal": 100000,
|
|
17
|
+
"min_funding_wallet_balance_usd": 5,
|
|
18
|
+
"allowed_receivers": [
|
|
19
|
+
"0x8A729F30A9860ad6148D35A4Df49314f571bE84d"
|
|
20
|
+
]
|
|
17
21
|
},
|
|
18
22
|
"custodialAlchemyWebhooks": [
|
|
19
23
|
{
|
|
@@ -93,7 +97,11 @@
|
|
|
93
97
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
94
98
|
"treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
95
99
|
"overflow_treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
96
|
-
"overflow_threshold_decimal": 100000
|
|
100
|
+
"overflow_threshold_decimal": 100000,
|
|
101
|
+
"min_funding_wallet_balance_usd": 5,
|
|
102
|
+
"allowed_receivers": [
|
|
103
|
+
"0x8A729F30A9860ad6148D35A4Df49314f571bE84d"
|
|
104
|
+
]
|
|
97
105
|
},
|
|
98
106
|
"custodialAlchemyWebhooks": [
|
|
99
107
|
{
|
|
@@ -168,12 +176,14 @@
|
|
|
168
176
|
"blockexplorerUrl": "https://solscan.io",
|
|
169
177
|
"rpcBaseUrl": "https://rpc.ankr.com/solana",
|
|
170
178
|
"rpcBaseUrlWss": "wss://rpc.ankr.com/solana/ws",
|
|
171
|
-
"targetConfirmations":
|
|
179
|
+
"targetConfirmations": 32,
|
|
172
180
|
"accounting": {
|
|
173
181
|
"funding_wallet": "79ojMgdb9dLuGnFRjaNzkYmd4NFxV5ukRTpYSrTxmTFN",
|
|
174
182
|
"treasury_receiver": "Fi2BknBbXXcjHst2PwQQVZwYx8NHx6k8NsU5cLXhTwmT",
|
|
175
183
|
"overflow_treasury_receiver": "Fi2BknBbXXcjHst2PwQQVZwYx8NHx6k8NsU5cLXhTwmT",
|
|
176
|
-
"overflow_threshold_decimal": 100000
|
|
184
|
+
"overflow_threshold_decimal": 100000,
|
|
185
|
+
"min_funding_wallet_balance_usd": 5,
|
|
186
|
+
"allowed_receivers": []
|
|
177
187
|
},
|
|
178
188
|
"custodialAlchemyWebhooks": [
|
|
179
189
|
{
|
|
@@ -253,7 +263,11 @@
|
|
|
253
263
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
254
264
|
"treasury_receiver": "0x45B284aB71F18866438E33f1f68e7561aa8D5806",
|
|
255
265
|
"overflow_treasury_receiver": "0x45B284aB71F18866438E33f1f68e7561aa8D5806",
|
|
256
|
-
"overflow_threshold_decimal": 100000
|
|
266
|
+
"overflow_threshold_decimal": 100000,
|
|
267
|
+
"min_funding_wallet_balance_usd": 5,
|
|
268
|
+
"allowed_receivers": [
|
|
269
|
+
"0x45B284aB71F18866438E33f1f68e7561aa8D5806"
|
|
270
|
+
]
|
|
257
271
|
},
|
|
258
272
|
"custodialAlchemyWebhooks": [
|
|
259
273
|
{
|
|
@@ -333,7 +347,11 @@
|
|
|
333
347
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
334
348
|
"treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
335
349
|
"overflow_treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
336
|
-
"overflow_threshold_decimal": 100000
|
|
350
|
+
"overflow_threshold_decimal": 100000,
|
|
351
|
+
"min_funding_wallet_balance_usd": 5,
|
|
352
|
+
"allowed_receivers": [
|
|
353
|
+
"0x8A729F30A9860ad6148D35A4Df49314f571bE84d"
|
|
354
|
+
]
|
|
337
355
|
},
|
|
338
356
|
"custodialAlchemyWebhooks": [
|
|
339
357
|
{
|
|
@@ -402,7 +420,11 @@
|
|
|
402
420
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
403
421
|
"treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
404
422
|
"overflow_treasury_receiver": "0x8A729F30A9860ad6148D35A4Df49314f571bE84d",
|
|
405
|
-
"overflow_threshold_decimal": 100000
|
|
423
|
+
"overflow_threshold_decimal": 100000,
|
|
424
|
+
"min_funding_wallet_balance_usd": 5,
|
|
425
|
+
"allowed_receivers": [
|
|
426
|
+
"0x8A729F30A9860ad6148D35A4Df49314f571bE84d"
|
|
427
|
+
]
|
|
406
428
|
},
|
|
407
429
|
"custodialAlchemyWebhooks": [
|
|
408
430
|
{
|
|
@@ -477,13 +499,18 @@
|
|
|
477
499
|
"blockexplorerUrl": "https://tronscan.org",
|
|
478
500
|
"tronConfig": {
|
|
479
501
|
"trxTransferCost": 270000,
|
|
480
|
-
"trc20TransferCost": 4000000
|
|
502
|
+
"trc20TransferCost": 4000000,
|
|
503
|
+
"rentEnergyWallet": "TJM3pDqnggPbRd8ohSUmoEzWTUFfBmKPeQ"
|
|
481
504
|
},
|
|
482
505
|
"accounting": {
|
|
483
506
|
"funding_wallet": "TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu",
|
|
484
507
|
"treasury_receiver": "TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu",
|
|
485
508
|
"overflow_treasury_receiver": "TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu",
|
|
486
|
-
"overflow_threshold_decimal": 100000
|
|
509
|
+
"overflow_threshold_decimal": 100000,
|
|
510
|
+
"min_funding_wallet_balance_usd": 5,
|
|
511
|
+
"allowed_receivers": [
|
|
512
|
+
"TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu"
|
|
513
|
+
]
|
|
487
514
|
},
|
|
488
515
|
"rpcMetadata": {
|
|
489
516
|
"rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
|
|
@@ -13,7 +13,11 @@
|
|
|
13
13
|
"funding_wallet": "0x5BCAbaCAC48055E02eDc1A640E9208C867AbC4Fa",
|
|
14
14
|
"treasury_receiver": "0xD7205fD63Fa5def834DD3556c149FF7911478391",
|
|
15
15
|
"overflow_treasury_receiver": "0xD7205fD63Fa5def834DD3556c149FF7911478391",
|
|
16
|
-
"overflow_threshold_decimal": 100000
|
|
16
|
+
"overflow_threshold_decimal": 100000,
|
|
17
|
+
"min_funding_wallet_balance_usd": 5,
|
|
18
|
+
"allowed_receivers": [
|
|
19
|
+
"0xD7205fD63Fa5def834DD3556c149FF7911478391"
|
|
20
|
+
]
|
|
17
21
|
},
|
|
18
22
|
"custodialAlchemyWebhooks": [
|
|
19
23
|
{
|
|
@@ -62,6 +66,7 @@
|
|
|
62
66
|
"type": "native",
|
|
63
67
|
"decimals": 18,
|
|
64
68
|
"address": "0x0000000000000000000000000000000000000000",
|
|
69
|
+
"isStableCoin": false,
|
|
65
70
|
"sweepThreshold": 0.004,
|
|
66
71
|
"sweepWalletMinBalance": 0.0002
|
|
67
72
|
},
|
|
@@ -72,8 +77,9 @@
|
|
|
72
77
|
"type": "erc20",
|
|
73
78
|
"decimals": 6,
|
|
74
79
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
80
|
+
"isStableCoin": true,
|
|
81
|
+
"sweepThreshold": 1,
|
|
82
|
+
"sweepWalletMinBalance": 0
|
|
77
83
|
},
|
|
78
84
|
{
|
|
79
85
|
"name": "Circle Token",
|
|
@@ -83,8 +89,19 @@
|
|
|
83
89
|
"isStableCoin": true,
|
|
84
90
|
"decimals": 6,
|
|
85
91
|
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
86
|
-
"sweepThreshold":
|
|
87
|
-
"sweepWalletMinBalance": 1
|
|
92
|
+
"sweepThreshold": 1,
|
|
93
|
+
"sweepWalletMinBalance": 0.1
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "PalmUSD",
|
|
97
|
+
"symbol": "PUSD",
|
|
98
|
+
"token_standard": "ERC-20",
|
|
99
|
+
"type": "erc20",
|
|
100
|
+
"isStableCoin": true,
|
|
101
|
+
"decimals": 6,
|
|
102
|
+
"address": "0xFAF0cEe6B20e2Aaa4B80748a6AF4CD89609a3d78",
|
|
103
|
+
"sweepThreshold": 1,
|
|
104
|
+
"sweepWalletMinBalance": 0.1
|
|
88
105
|
}
|
|
89
106
|
]
|
|
90
107
|
},
|
|
@@ -102,7 +119,11 @@
|
|
|
102
119
|
"funding_wallet": "0x5BCAbaCAC48055E02eDc1A640E9208C867AbC4Fa",
|
|
103
120
|
"treasury_receiver": "0xedb9e987Da3806205D2f1e246Eb8c538A872783E",
|
|
104
121
|
"overflow_treasury_receiver": "0xedb9e987Da3806205D2f1e246Eb8c538A872783E",
|
|
105
|
-
"overflow_threshold_decimal": 100000
|
|
122
|
+
"overflow_threshold_decimal": 100000,
|
|
123
|
+
"min_funding_wallet_balance_usd": 5,
|
|
124
|
+
"allowed_receivers": [
|
|
125
|
+
"0xedb9e987Da3806205D2f1e246Eb8c538A872783E"
|
|
126
|
+
]
|
|
106
127
|
},
|
|
107
128
|
"custodialAlchemyWebhooks": [
|
|
108
129
|
{
|
|
@@ -149,6 +170,7 @@
|
|
|
149
170
|
"symbol": "BNB",
|
|
150
171
|
"token_standard": "BEP-20",
|
|
151
172
|
"type": "native",
|
|
173
|
+
"isStableCoin": false,
|
|
152
174
|
"decimals": 18,
|
|
153
175
|
"address": "0x0000000000000000000000000000000000000000",
|
|
154
176
|
"sweepThreshold": 0.008,
|
|
@@ -160,9 +182,10 @@
|
|
|
160
182
|
"token_standard": "BEP-20",
|
|
161
183
|
"type": "erc20",
|
|
162
184
|
"decimals": 18,
|
|
185
|
+
"isStableCoin": true,
|
|
163
186
|
"address": "0x55d398326f99059fF775485246999027B3197955",
|
|
164
|
-
"sweepThreshold":
|
|
165
|
-
"sweepWalletMinBalance": 1
|
|
187
|
+
"sweepThreshold": 1,
|
|
188
|
+
"sweepWalletMinBalance": 0.1
|
|
166
189
|
}
|
|
167
190
|
]
|
|
168
191
|
},
|
|
@@ -175,12 +198,14 @@
|
|
|
175
198
|
"blockexplorerUrl": "https://solscan.io",
|
|
176
199
|
"rpcBaseUrl": "https://rpc.ankr.com/solana",
|
|
177
200
|
"rpcBaseUrlWss": "wss://rpc.ankr.com/solana/ws",
|
|
178
|
-
"targetConfirmations":
|
|
201
|
+
"targetConfirmations": 32,
|
|
179
202
|
"accounting": {
|
|
180
203
|
"funding_wallet": "sB5d7n9EK7QNmFqB9VmLdi8FMf2yJxbovfuz9mToUqD",
|
|
181
204
|
"treasury_receiver": "yCwEYHrHy2Ri81vxkYbwmuPcLubCZe82mWRUhDciqx6",
|
|
182
205
|
"overflow_treasury_receiver": "yCwEYHrHy2Ri81vxkYbwmuPcLubCZe82mWRUhDciqx6",
|
|
183
|
-
"overflow_threshold_decimal": 100000
|
|
206
|
+
"overflow_threshold_decimal": 100000,
|
|
207
|
+
"min_funding_wallet_balance_usd": 5,
|
|
208
|
+
"allowed_receivers": []
|
|
184
209
|
},
|
|
185
210
|
"custodialAlchemyWebhooks": [
|
|
186
211
|
{
|
|
@@ -242,7 +267,18 @@
|
|
|
242
267
|
"decimals": 6,
|
|
243
268
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
244
269
|
"sweepThreshold": 1,
|
|
245
|
-
"sweepWalletMinBalance": 1
|
|
270
|
+
"sweepWalletMinBalance": 0.1
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "PalmUSD",
|
|
274
|
+
"symbol": "PUSD",
|
|
275
|
+
"token_standard": "SOL",
|
|
276
|
+
"type": "erc20",
|
|
277
|
+
"isStableCoin": true,
|
|
278
|
+
"decimals": 6,
|
|
279
|
+
"address": "CZzgUBvxaMLwMhVSLgqJn3npmxoTo6nzMNQPAnwtHF3s",
|
|
280
|
+
"sweepThreshold": 1,
|
|
281
|
+
"sweepWalletMinBalance": 0.1
|
|
246
282
|
}
|
|
247
283
|
]
|
|
248
284
|
},
|
|
@@ -260,7 +296,11 @@
|
|
|
260
296
|
"funding_wallet": "0x5BCAbaCAC48055E02eDc1A640E9208C867AbC4Fa",
|
|
261
297
|
"treasury_receiver": "0xc4b25365d597EB6B7Db78429f70b8E325C2456BD",
|
|
262
298
|
"overflow_treasury_receiver": "0xc4b25365d597EB6B7Db78429f70b8E325C2456BD",
|
|
263
|
-
"overflow_threshold_decimal": 100000
|
|
299
|
+
"overflow_threshold_decimal": 100000,
|
|
300
|
+
"min_funding_wallet_balance_usd": 5,
|
|
301
|
+
"allowed_receivers": [
|
|
302
|
+
"0xc4b25365d597EB6B7Db78429f70b8E325C2456BD"
|
|
303
|
+
]
|
|
264
304
|
},
|
|
265
305
|
"custodialAlchemyWebhooks": [
|
|
266
306
|
{
|
|
@@ -307,6 +347,7 @@
|
|
|
307
347
|
"symbol": "POL",
|
|
308
348
|
"token_standard": "POL",
|
|
309
349
|
"type": "native",
|
|
350
|
+
"isStableCoin": false,
|
|
310
351
|
"decimals": 18,
|
|
311
352
|
"address": "0x0000000000000000000000000000000000000000",
|
|
312
353
|
"sweepThreshold": 10,
|
|
@@ -317,10 +358,11 @@
|
|
|
317
358
|
"symbol": "USDT",
|
|
318
359
|
"token_standard": "POL",
|
|
319
360
|
"type": "erc20",
|
|
361
|
+
"isStableCoin": true,
|
|
320
362
|
"decimals": 6,
|
|
321
363
|
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
322
|
-
"sweepThreshold":
|
|
323
|
-
"sweepWalletMinBalance": 1
|
|
364
|
+
"sweepThreshold": 1,
|
|
365
|
+
"sweepWalletMinBalance": 0.1
|
|
324
366
|
}
|
|
325
367
|
]
|
|
326
368
|
},
|
|
@@ -338,7 +380,11 @@
|
|
|
338
380
|
"funding_wallet": "0x5BCAbaCAC48055E02eDc1A640E9208C867AbC4Fa",
|
|
339
381
|
"treasury_receiver": "0xA228E95a253B42fFAc8C26Df2ca1EdD0C2D4A191",
|
|
340
382
|
"overflow_treasury_receiver": "0xA228E95a253B42fFAc8C26Df2ca1EdD0C2D4A191",
|
|
341
|
-
"overflow_threshold_decimal": 100000
|
|
383
|
+
"overflow_threshold_decimal": 100000,
|
|
384
|
+
"min_funding_wallet_balance_usd": 5,
|
|
385
|
+
"allowed_receivers": [
|
|
386
|
+
"0xA228E95a253B42fFAc8C26Df2ca1EdD0C2D4A191"
|
|
387
|
+
]
|
|
342
388
|
},
|
|
343
389
|
"custodialAlchemyWebhooks": [
|
|
344
390
|
{
|
|
@@ -386,6 +432,7 @@
|
|
|
386
432
|
"token_standard": "ERC-20",
|
|
387
433
|
"type": "native",
|
|
388
434
|
"decimals": 18,
|
|
435
|
+
"isStableCoin": false,
|
|
389
436
|
"address": "0x0000000000000000000000000000000000000000",
|
|
390
437
|
"sweepThreshold": 10,
|
|
391
438
|
"sweepWalletMinBalance": 0.1
|
|
@@ -406,7 +453,11 @@
|
|
|
406
453
|
"funding_wallet": "0x5BCAbaCAC48055E02eDc1A640E9208C867AbC4Fa",
|
|
407
454
|
"treasury_receiver": "0xD7205fD63Fa5def834DD3556c149FF7911478391",
|
|
408
455
|
"overflow_treasury_receiver": "0xD7205fD63Fa5def834DD3556c149FF7911478391",
|
|
409
|
-
"overflow_threshold_decimal": 100000
|
|
456
|
+
"overflow_threshold_decimal": 100000,
|
|
457
|
+
"min_funding_wallet_balance_usd": 5,
|
|
458
|
+
"allowed_receivers": [
|
|
459
|
+
"0xD7205fD63Fa5def834DD3556c149FF7911478391"
|
|
460
|
+
]
|
|
410
461
|
},
|
|
411
462
|
"custodialAlchemyWebhooks": [
|
|
412
463
|
{
|
|
@@ -453,6 +504,7 @@
|
|
|
453
504
|
"symbol": "AVAX",
|
|
454
505
|
"token_standard": "AVAXC",
|
|
455
506
|
"type": "native",
|
|
507
|
+
"isStableCoin": false,
|
|
456
508
|
"decimals": 18,
|
|
457
509
|
"address": "0x0000000000000000000000000000000000000000",
|
|
458
510
|
"sweepThreshold": 0.05,
|
|
@@ -463,10 +515,11 @@
|
|
|
463
515
|
"symbol": "USDT",
|
|
464
516
|
"token_standard": "AVAXC",
|
|
465
517
|
"type": "erc20",
|
|
518
|
+
"isStableCoin": true,
|
|
466
519
|
"decimals": 6,
|
|
467
520
|
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
468
|
-
"sweepThreshold":
|
|
469
|
-
"sweepWalletMinBalance": 1
|
|
521
|
+
"sweepThreshold": 1,
|
|
522
|
+
"sweepWalletMinBalance": 0.1
|
|
470
523
|
}
|
|
471
524
|
]
|
|
472
525
|
},
|
|
@@ -479,13 +532,18 @@
|
|
|
479
532
|
"blockexplorerUrl": "https://tronscan.org",
|
|
480
533
|
"tronConfig": {
|
|
481
534
|
"trxTransferCost": 270000,
|
|
482
|
-
"trc20TransferCost": 4000000
|
|
535
|
+
"trc20TransferCost": 4000000,
|
|
536
|
+
"rentEnergyWallet": "TJM3pDqnggPbRd8ohSUmoEzWTUFfBmKPeQ"
|
|
483
537
|
},
|
|
484
538
|
"accounting": {
|
|
485
539
|
"funding_wallet": "TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
486
540
|
"treasury_receiver": "TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
487
541
|
"overflow_treasury_receiver": "TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
488
|
-
"overflow_threshold_decimal": 100000
|
|
542
|
+
"overflow_threshold_decimal": 100000,
|
|
543
|
+
"min_funding_wallet_balance_usd": 5,
|
|
544
|
+
"allowed_receivers": [
|
|
545
|
+
"TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky"
|
|
546
|
+
]
|
|
489
547
|
},
|
|
490
548
|
"rpcMetadata": {
|
|
491
549
|
"rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
|
|
@@ -522,6 +580,7 @@
|
|
|
522
580
|
"symbol": "TRX",
|
|
523
581
|
"token_standard": "TRX",
|
|
524
582
|
"type": "native",
|
|
583
|
+
"isStableCoin": false,
|
|
525
584
|
"decimals": 6,
|
|
526
585
|
"address": "0000000000000000000000000000000000000000",
|
|
527
586
|
"sweepThreshold": 10,
|
|
@@ -532,10 +591,11 @@
|
|
|
532
591
|
"symbol": "USDT",
|
|
533
592
|
"token_standard": "TRC-20",
|
|
534
593
|
"type": "trc20",
|
|
594
|
+
"isStableCoin": true,
|
|
535
595
|
"decimals": 6,
|
|
536
596
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
537
|
-
"sweepThreshold":
|
|
538
|
-
"sweepWalletMinBalance": 1
|
|
597
|
+
"sweepThreshold": 1,
|
|
598
|
+
"sweepWalletMinBalance": 0.1
|
|
539
599
|
}
|
|
540
600
|
]
|
|
541
601
|
}
|