Skip to content

Commit

Permalink
Use Arb Sepolia instead of Ethereum Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
rookmate committed Dec 6, 2024
1 parent 96ea44e commit edef721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ contract CounterDeploy is Script {
uint256 deployerPrivateKey = vm.envUint("PRIVATE_KEY");
vm.startBroadcast(deployerPrivateKey);

// Setting fee payment on Ethereum Sepolia
// Setting fee payment on Arbitrum Sepolia
FeesData memory feesData = FeesData({
feePoolChain: 11155111,
feePoolChain: 421614,
feePoolToken: ETH_ADDRESS,
maxFees: 0.01 ether
});
Expand Down

0 comments on commit edef721

Please sign in to comment.