Skip to content

Commit

Permalink
remove startTokenAmount
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmatudor committed Nov 5, 2024
1 parent ce0c90f commit 197aa7f
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ const (
hexFalse = "00"
gwei = "GWEI"
maxBridgedAmountForToken = "500000"
startTokenAmount = 2000000000 // 1 billion
deployGasLimit = 150000000 // 150 million
setCallsGasLimit = 80000000 // 80 million
issueTokenGasLimit = 70000000 // 70 million
createDepositGasLimit = 20000000 // 20 million
generalSCCallGasLimit = 50000000 // 50 million
deployGasLimit = 150000000 // 150 million
setCallsGasLimit = 80000000 // 80 million
issueTokenGasLimit = 70000000 // 70 million
createDepositGasLimit = 20000000 // 20 million
generalSCCallGasLimit = 50000000 // 50 million
gasLimitPerDataByte = 1500

aggregatorContractPath = "testdata/contracts/mvx/multiversx-price-aggregator-sc.wasm"
Expand Down

0 comments on commit 197aa7f

Please sign in to comment.