Skip to content

Commit cc51184

Browse files
authored
Merge pull request #4 from whichnode/configure-rpc-provider
Get RPC provider url from config
2 parents 23f1299 + b6be46c commit cc51184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default (): Config => {
1414
},
1515

1616
ol: {
17-
provider: 'https://rpc.0l.fyi',
17+
provider: ENV.RPC_PROVIDER_URL!,
1818
dataApiHost: ENV.DATA_API_HOST!,
1919
validatorHandlesUrl: ENV.VALIDATOR_HANDLES_URL || undefined,
2020
communityWalletsUrl: ENV.COMMUNITY_WALLETS_URL || undefined,

0 commit comments

Comments
 (0)