Skip to content

Commit

Permalink
set celo 25gwei gas in config
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Feb 24, 2025
1 parent d26753d commit 50e75c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const ethereum = {
explorerName: 'celoscan',
network_id: 42220,
startBlock: 18000000,
gasPrice: 5,
gasPrice: 25,
g$Decimals: 18,

defaultPublicRpc: 'https://forno.celo.org/',
Expand Down

0 comments on commit 50e75c3

Please sign in to comment.