Skip to content

Commit

Permalink
Merge pull request #122 from sei-protocol/cordt-sei-patch-1
Browse files Browse the repository at this point in the history
Update dev-gas.mdx
  • Loading branch information
cordt-sei authored Aug 26, 2024
2 parents ab8ebe5 + 79179e0 commit e3d21f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dev-gas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sendTransaction({
request: {
to: '0xRecipientAddress',
value: '1000000000000000000', // 1 ETH
gasPrice: '20000000000', // 20 Gwei
gasPrice: '100000000000', // 100 Gwei
gasLimit: '21000',
},
})
Expand Down

0 comments on commit e3d21f8

Please sign in to comment.