What if Ethereum gas prices stay high?

Low Average High
ERC20 Transfer $31.72 $31.72 $34.18

If we would send it today, the Minimum Payout Threshold on L1 would be $126.88

$ curl -X POST -H 'Content-type: application/json'   -d '{
>      "jsonrpc":"2.0",
>      "id":1, "method": "get_tx_fee",
>      "params": ["Withdraw", "0x80a52B7F26426d2b16578FC5f376c349F54772A7", "STORJ"]
>      }'   https://api.zksync.io/jsrpc | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   322  100   172  100   150    421    367 --:--:-- --:--:-- --:--:--   791
{
  "jsonrpc": "2.0",
  "result": {
    "feeType": "Withdraw",
    "gasTxAmount": "53100",
    "gasPriceWei": "150098305571",
    "gasFee": "2601504685",
    "zkpFee": "397822",
    "totalFee": "2600000000"
  },
  "id": 1
}

26 STORJ * $1.5039/STORJ = $39.1014

And no Minimum Payout Treshold

2 Likes