Skip to content

Commit

Permalink
Link new gas page
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jul 19, 2024
1 parent 02056ba commit 8d0e380
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/core/standard-library/cryptography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ documentation about them.
<Callout>
Note that these values are in CosmWasm Gas (which is not equivalent to Cosmos
SDK Gas; rather, CosmWasm Gas is eventually converted to Cosmos SDK Gas). For
more info on gas, [check this document].
more info on gas, [check this page].
</Callout>

### secp256k1
Expand Down Expand Up @@ -80,7 +80,6 @@ Keep in mind that, thanks to Wasm being our execution environment, contract
execution is quite fast. In most cases the perceived need to move hashing into a
host function is premature optimization and not actually needed.

[check this document]:
https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md
[check this page]: ../architecture/gas
[source code]:
https://github.com/CosmWasm/cosmwasm/blob/main/packages/vm/src/environment.rs#L62-L101

0 comments on commit 8d0e380

Please sign in to comment.