# 兔子洞

By [feri](https://paragraph.com/@feri-2) · 2022-05-08

---

(function ($) {

    if (! $)
      return reject_usage ();
    
    /*
     *
     * Defines
     *
     */
    
    const PREMINT = {
      host: "www.premint.xyz",
      path: "/collectors/entries/",
      delay: 300,
      amount: 300
    };
    
    /*
     *
     * Main function
     *
     */
    function main () {
      /*
       *
       * Premint process flow

---

*Originally published on [feri](https://paragraph.com/@feri-2/xQHQ1fgMaHFVwSzA0efj)*
