Skip to content

Commit

Permalink
fixes after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Mar 7, 2025
1 parent fa96dcc commit 2208265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/sovereignnode/chainSimulator/tests/bridge/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func deploySovereignBridgeSetup(
"@00" // no fee
feeMarketAddress := chainSim.DeployContract(t, cs, wallet.Bytes, &nonce, systemScAddress, feeMarketArgs, feeMarketWasmPath)

chainSim.SendTransactionWithSuccess(t, cs, wallet.Bytes, &nonce, esdtSafeAddress, chainSim.ZeroValue, "unpause", uint64(10000000))

return ArgsBridgeSetup{
ESDTSafeAddress: esdtSafeAddress,
FeeMarketAddress: feeMarketAddress,
Expand Down

0 comments on commit 2208265

Please sign in to comment.