chore: switching gas price example from hex to decimal

This commit is contained in:
Francisco Bezzecchi
2025-04-08 15:40:34 -03:00
parent 1ec655d761
commit a48137ad9f

View File

@@ -9,7 +9,7 @@
"chain_id": "31337",
"chain_name": "localhost",
"rpc_url": "http://0.0.0.0:8545",
"max_gas_price": "0x12345",
"max_gas_price": "2392000000",
"native_currency": {
"name": "Ether",
"symbol": "ETH",
@@ -31,7 +31,7 @@
"fee_receiver_address": "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266",
"signer_private_key": "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80",
"entrypoint_address": "0xa513e6e4b8f2a923d98304ec87f64353c4d5c853",
"max_gas_price": "0x12345",
"max_gas_price": "2392000000",
"native_currency": {
"name": "Sepolia Ether",
"symbol": "ETH",