Skip to content

Commit

Permalink
Fix cowllector list rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Dec 11, 2024
1 parent 702f1bd commit e9f85a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
lisk: {
...defaultConfig,
url: RPC_FORCE_URL || process.env.LISK_RPC_URL || 'https://rpc.ankr.com/lisk',
url: RPC_FORCE_URL || process.env.LISK_RPC_URL || 'https://rpc.api.lisk.com',
contracts: {
...defaultContracts,
harvestLens: '0x507c863E3d2FDca55054b90966f1fbA107CEb318',
Expand Down

0 comments on commit e9f85a2

Please sign in to comment.