File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ thirdweb:
99 paymaster : bundler.thirdweb-dev.com
1010 vault : https://d2w4ge7u2axqfk.cloudfront.net
1111 abi_service : https://contract.thirdweb.com/abi/
12+ secret : read_from_env
13+ client_id : read_from_env
1214
1315redis :
1416 url : redis://localhost:6379
Original file line number Diff line number Diff line change 1+ server :
2+ host : 0.0.0.0
3+ port : 3069
4+
5+ thirdweb :
6+ urls :
7+ rpc : rpc.thirdweb.com
8+ bundler : bundler.thirdweb.com
9+ paymaster : bundler.thirdweb.com
10+ vault : https://d145tet905juug.cloudfront.net # override in env
11+ abi_service : https://contract.thirdweb.com/abi/ # override in env
12+ secret : read_from_env
13+ client_id : read_from_env
14+
15+ redis :
16+ url : override_in_env
17+
18+ queue :
19+ webhook_workers : 100
20+ external_bundler_send_workers : 100
21+ userop_confirm_workers : 100
22+ local_concurrency : 100
23+ polling_interval_ms : 100
24+ lease_duration_seconds : 600
25+ always_poll : false
26+ max_success : 1000
27+ max_failed : 10000
You can’t perform that action at this time.
0 commit comments