diff --git a/pages/dev-gas.mdx b/pages/dev-gas.mdx index 4e1a04c..35a12b5 100644 --- a/pages/dev-gas.mdx +++ b/pages/dev-gas.mdx @@ -60,7 +60,7 @@ sendTransaction({ request: { to: '0xRecipientAddress', value: '1000000000000000000', // 1 ETH - gasPrice: '20000000000', // 20 Gwei + gasPrice: '100000000000', // 100 Gwei gasLimit: '21000', }, })