mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
chore: switching gas price example from hex to decimal
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user