Skip to content

Commit

Permalink
feat: add base por addy
Browse files Browse the repository at this point in the history
  • Loading branch information
scolear committed Dec 5, 2024
1 parent 141cf70 commit cec662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/chainlink-por-addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = async function getPoRAddress(network) {
case 'arbsepolia':
return '';
case 'base':
return '';
return '0x30A76F4E688Cf52f4A06D7AAd987A7037f3Ae6f7';
case 'basesepolia':
return '';
case 'localhost':
Expand Down

0 comments on commit cec662b

Please sign in to comment.