Skip to content

Commit

Permalink
add script comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Jun 26, 2024
1 parent 9090dc0 commit 2d63284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cadence/scripts/bridge/get_gas_limit.cdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import "FlowEVMBridgeConfig"

/// Returns the gas limit for the Flow-EVM bridge.
///
/// @returns The current gas limit shared by all the bridge-related EVM operations.
///
access(all)
fun main(): UInt64 {
return FlowEVMBridgeConfig.gasLimit
Expand Down
1 change: 0 additions & 1 deletion cadence/tests/flow_evm_bridge_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "ExampleNFT"
import "ExampleToken"
import "FlowStorageFees"
import "EVM"
import "FlowEVMBridgeConfig"

import "test_helpers.cdc"

Expand Down

0 comments on commit 2d63284

Please sign in to comment.