Skip to content

Commit

Permalink
Correct protocol parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Jan 23, 2025
1 parent 8677155 commit e7a9e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config/protocol-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = {
polygon: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
sepolia: "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
amoy: "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E",
baseSepolia: "0xFDD51a6DB1cE50d1C33b98782035f3cB1E7E1f14",
baseSepolia: "0x4200000000000000000000000000000000000006",
},

PRICE_DISCOVERY: {
Expand All @@ -115,6 +115,6 @@ module.exports = {
polygon: "0xb60cf39Fb18e5111174f346d0f39521ef6531fD4",
sepolia: "0x789d8727b9ae0A8546489232EB55b6fBE86b21Ac",
amoy: "0xFFcd4c407B60B0d4351945484F9354d2C9E34EA1",
baseSepolia: "0x789d8727b9ae0A8546489232EB55b6fBE86b21Ac", // < change ??
baseSepolia: "0xFDD51a6DB1cE50d1C33b98782035f3cB1E7E1f14",
},
};

0 comments on commit e7a9e0b

Please sign in to comment.