What is the default IP pool?

I always write down the default setting before I change any setting in case I need to set it back to default … except this time I forgot.
Can someone please tell me what the default setting for IP-> Pool-> dhcp is please?
Thank you

/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254

this?

Just in case tangent keeps a repository with the default configurations of many common devices:
https://tangentsoft.com/mikrotik/index
https://tangentsoft.com/mikrotik/dir/defconf?ci=trunk

Yes, but I don’t think that that is the default because that’s what I changed it to. So I’m guessing that default is either 192.168.88.0-192.168.88.254 or 192.168.88.0/24 or something like that.

Thanks. I was not aware of that. I’ll check that out. Could be very helpful.
edit added:
For some reason I can’t get to that website. It fails.

Sorry, it appears that this is the correct answer. I must have thought that I changed that pool and changed a different one. It looks like the dafult does indeed start at .10. I could have sworn that I did that. Anyway, my apologies. You were correct. That is the default setting. Thank you.

No, this is default.

BTW, you can always check default config of your device and running ROS version by executing command

/system/default-configuration/print

from CLI. That’s the ultimate truth, no need to wander to a random Web page (not saying that tangentsoft page is not reliable).

I did not know that. That’s very helpful and will save me a lot of writing. Thank you.