how do i pass in params for contract functions with more than 1 unnamed parameter?
for example:
{"constant":true,"inputs":[{"internalType":"uint8","name":"","type":"uint8"},{"internalType":"address","name":"","type":"address"}],"name":"rewardSupplySpeeds","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"}
for functions with only 1 unnamed parameter, we can pass in parameters like this {"": "value"}