We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23f1299 + b6be46c commit cc51184Copy full SHA for cc51184
1 file changed
api/src/config/config.ts
@@ -14,7 +14,7 @@ export default (): Config => {
14
},
15
16
ol: {
17
- provider: 'https://rpc.0l.fyi',
+ provider: ENV.RPC_PROVIDER_URL!,
18
dataApiHost: ENV.DATA_API_HOST!,
19
validatorHandlesUrl: ENV.VALIDATOR_HANDLES_URL || undefined,
20
communityWalletsUrl: ENV.COMMUNITY_WALLETS_URL || undefined,
0 commit comments