Updated on 2026-08-14
This commit is contained in:
parent
0119c4ec18
commit
812b2f37b1
1 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ class ConfigManager {
|
|||
apiKey = values.bscQuiknodeApiKey,
|
||||
subdomain = values.bscQuiknodeSubdomain,
|
||||
),
|
||||
nowNodesCredentials = NowNodeCredentials(values.nowNodesApiKey),
|
||||
nowNodeCredentials = NowNodeCredentials(values.nowNodesApiKey),
|
||||
getBlockCredentials = GetBlockCredentials(values.getBlockApiKey),
|
||||
infuraProjectId = values.infuraProjectId,
|
||||
tronGridApiKey = values.tronGridApiKey,
|
||||
|
|
@ -133,7 +133,7 @@ class ConfigManager {
|
|||
apiKey = values.bscQuiknodeApiKey,
|
||||
subdomain = values.bscQuiknodeSubdomain,
|
||||
),
|
||||
nowNodesCredentials = NowNodeCredentials(values.nowNodesApiKey),
|
||||
nowNodeCredentials = NowNodeCredentials(values.nowNodesApiKey),
|
||||
getBlockCredentials = GetBlockCredentials(values.getBlockApiKey),
|
||||
infuraProjectId = values.infuraProjectId,
|
||||
saltPayAuthToken = values.saltPay.credentials.token,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue