diff --git a/.gitignore b/.gitignore index 1437c53f7..4e25d86ef 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,10 @@ yarn-error.log* .env.development.local .env.test.local .env.production.local +.env # vercel .vercel + +# others +build.log diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..b127430af --- /dev/null +++ b/.prettierignore @@ -0,0 +1,4 @@ +sitemap.xml.js +.next +out +public diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 000000000..ea01a53f8 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "trailingComma": "all", + "printWidth": 120, + "tabWidth": 2 +} diff --git a/LICENCE.md b/LICENCE.md index abe891406..11b488c66 100644 --- a/LICENCE.md +++ b/LICENCE.md @@ -1,5 +1,5 @@ GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 +Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -11,30 +11,30 @@ The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, +to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the +software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to +any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you +price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have +these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: @@ -42,19 +42,19 @@ Developers that use the GNU GPL protect your rights with two steps: giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and +that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we +use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we +products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. @@ -62,13 +62,13 @@ Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that +make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. - TERMS AND CONDITIONS +TERMS AND CONDITIONS 0. Definitions. @@ -78,12 +78,12 @@ modification follow. works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and +License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the +exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based @@ -92,12 +92,12 @@ on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, +computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through +parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" @@ -105,14 +105,14 @@ to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If +work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source +for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official @@ -125,7 +125,7 @@ than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A +implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to @@ -134,10 +134,10 @@ produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's +control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source +which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, @@ -155,25 +155,25 @@ same work. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your +content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose +in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works +not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 +the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. @@ -215,15 +215,14 @@ a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is -released under this License and any conditions added under section -7. This requirement modifies the requirement in section 4 to +released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this -License to anyone who comes into possession of a copy. This +License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, -regardless of how they are packaged. This License gives no +regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. @@ -238,7 +237,7 @@ and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work +beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. @@ -267,7 +266,7 @@ conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the -written offer to provide the Corresponding Source. This +written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. @@ -275,13 +274,13 @@ with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no -further charge. You need not require recipients to copy the -Corresponding Source along with the object code. If the place to +further charge. You need not require recipients to copy the +Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the -Corresponding Source. Regardless of what server hosts the +Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. @@ -297,12 +296,12 @@ included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product +actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. @@ -310,7 +309,7 @@ the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must +a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. @@ -321,7 +320,7 @@ part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply +by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). @@ -329,7 +328,7 @@ been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a +the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. @@ -346,15 +345,15 @@ unpacking, reading or copying. License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions +that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. @@ -386,10 +385,10 @@ any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you +restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains +restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does @@ -407,7 +406,7 @@ the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or +provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). @@ -428,31 +427,31 @@ your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently +this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work +run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, +to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible +propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered +organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could @@ -461,7 +460,7 @@ Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may +rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that @@ -471,7 +470,7 @@ sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The +License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims @@ -479,7 +478,7 @@ owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For +consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. @@ -492,7 +491,7 @@ propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a +sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. @@ -504,7 +503,7 @@ then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that @@ -521,7 +520,7 @@ work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered +specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying @@ -541,10 +540,10 @@ otherwise be available to you under applicable patent law. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a +excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you +not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. @@ -554,7 +553,7 @@ License would be to refrain entirely from conveying the Program. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this +combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the @@ -563,16 +562,16 @@ combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will +the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. -Each version is given a distinguishing version number. If the +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the +Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. @@ -582,19 +581,19 @@ public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any +permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. @@ -618,4 +617,4 @@ an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. - END OF TERMS AND CONDITIONS +END OF TERMS AND CONDITIONS diff --git a/README.md b/README.md index b12f3e33e..2955c1f1e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). - ## Getting Started First, run the development server: @@ -14,21 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. -[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. - -The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. +## Adding your RPC -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. +If you wish to add your RPC, please follow this [PR template](https://github.com/DefiLlama/chainlist/blob/main/pull_request_template.md) diff --git a/components/AdBanner/index.js b/components/AdBanner/index.js new file mode 100755 index 000000000..fce3d6a1a --- /dev/null +++ b/components/AdBanner/index.js @@ -0,0 +1,155 @@ +import { useCallback, useEffect, useRef, useState } from "react"; +import { Native } from "@hypelab/sdk-react"; +import { HYPELAB_NATIVE_PLACEMENT_SLUG } from "../../constants/hypelab"; + +export const AdBanner = () => { + const [isSquare, setIsSquare] = useState(false); + const [hideNativeTextContent, setHideNativeTextContent] = useState(true); + const resizeObserver = useRef(null); + + const imageRef = useCallback((node) => { + if (node) resizeObserver.current?.observe(node); + }, []); + + useEffect(() => { + resizeObserver.current = new ResizeObserver((entries) => { + for (const entry of entries) { + if (entry.contentRect.width > 0 && entry.contentRect.height > 0) { + setIsSquare(entry.contentRect.width == entry.contentRect.height); + setHideNativeTextContent(entry.contentRect.height > 220); + } + } + }); + }, [setIsSquare, setHideNativeTextContent]); + + return ( + +
+
+
+ +
+
+ + +
+
+
+
+
+
+ ); +}; + +const NativeTextContent = ({ hidden }) => { + const containerRef = useRef(null); + const [width, setWidth] = useState(0); + + useEffect(() => { + const resizeObserver = new ResizeObserver((entries) => { + for (const entry of entries) { + setWidth(entry.contentRect.width); + } + }); + + const container = containerRef.current; + + if (container) { + resizeObserver.observe(container); + } + + return () => { + if (container) { + resizeObserver.unobserve(container); + } + }; + }, [containerRef]); + + return ( +
+ +
+
+ +
+
+ +
+
+
+ ); +}; + +const AdvertiserIcon = ({ small = false }) => { + return ( +
+ + icon + +
+ ); +}; + +const AdvertiserName = ({ small = false }) => { + return ( +
+ + + +
+ ); +}; + +const AdvertiserCta = ({ ad, small = false }) => { + return ( +
+ +
+
+
+ ); +}; + +const NativeLink = ({ children }) => { + return ( + + {children} + + ); +}; + +const HypeLabOverlay = () => { + const iconStyle = { + width: "18px", + height: "18px", + backgroundSize: "15px 15px", + backgroundPosition: "center", + backgroundRepeat: "no-repeat", + backgroundImage: `url('data:image/svg+xml,')`, + }; + + return ( +
+
+
Ads by HypeLab
+
+ ); +}; diff --git a/components/Layout/Logo.js b/components/Layout/Logo.js new file mode 100644 index 000000000..fa4348349 --- /dev/null +++ b/components/Layout/Logo.js @@ -0,0 +1,74 @@ +export default function Logo() { + return ( + + + + + + + + + + + + + + + + + + + + + ); +} diff --git a/components/Layout/index.js b/components/Layout/index.js new file mode 100644 index 000000000..da803dbcb --- /dev/null +++ b/components/Layout/index.js @@ -0,0 +1,140 @@ +import * as React from "react"; +import { useEffect } from "react"; +import Header from "../header"; +// import { useTranslations } from "next-intl"; +import { notTranslation as useTranslations } from "../../utils"; +import Logo from "./Logo"; +import { useRouter } from "next/router"; + +const toggleTheme = (e) => { + e.preventDefault(); + const element = document.body; + document.getElementById("theme-toggle-dark-icon").classList.toggle("hidden"); + document.getElementById("theme-toggle-light-icon").classList.toggle("hidden"); + const result = element.classList.toggle("dark"); + localStorage.setItem("theme", result ? "dark" : "light"); +}; + +const initTheme = () => { + const element = document.body; + if (element.classList.contains("dark")) { + document.getElementById("theme-toggle-light-icon").classList.remove("hidden"); + } else { + document.getElementById("theme-toggle-dark-icon").classList.remove("hidden"); + } +}; + +export default function Layout({ children, lang }) { + useEffect(() => { + initTheme(); + }, []); + + const t = useTranslations("Common", lang); + + const router = useRouter(); + + const { search } = router.query; + + const chainName = typeof search === "string" ? search : ""; + + return ( +
+
+
+
+ +
{t("help-info")}
+
+ +

{t("description")}

+ +
+ + {t("add-your-network")} + + + + + + + {t("add-your-rpc")} + + + + +
+ + + + + + {t("view-source-code")} + + + + + + + + + + {t("toggle-theme")} + +
+
+
+
+ + {children} +
+
+ ); +} diff --git a/components/RPCList/index.js b/components/RPCList/index.js new file mode 100644 index 000000000..3c74d4ff7 --- /dev/null +++ b/components/RPCList/index.js @@ -0,0 +1,300 @@ +import { useEffect, useMemo, useState } from "react"; +import * as Fathom from "fathom-client"; +// import { useTranslations } from "next-intl"; +import { notTranslation as useTranslations } from "../../utils"; +import useRPCData from "../../hooks/useRPCData"; +import useAddToNetwork from "../../hooks/useAddToNetwork"; +import { useClipboard } from "../../hooks/useClipboard"; +import { useLlamaNodesRpcData } from "../../hooks/useLlamaNodesRpcData"; +import { FATHOM_DROPDOWN_EVENTS_ID } from "../../hooks/useAnalytics"; +import { useRpcStore } from "../../stores"; +import { renderProviderText } from "../../utils"; +import { Tooltip } from "../../components/Tooltip"; +import useAccount from "../../hooks/useAccount"; + +export default function RPCList({ chain, lang }) { + const [sortChains, setSorting] = useState(true); + + const urlToData = chain.rpc.reduce((all, c) => ({ ...all, [c.url]: c }), {}); + + const chains = useRPCData(chain.rpc); + + const data = useMemo(() => { + const sortedData = sortChains + ? chains?.sort((a, b) => { + if (a.isLoading) { + return 1; + } + + const h1 = a?.data?.height; + const h2 = b?.data?.height; + const l1 = a?.data?.latency; + const l2 = b?.data?.latency; + + if (!h2) { + return -1; + } + + if (h2 - h1 > 0) { + return 1; + } + if (h2 - h1 < 0) { + return -1; + } + if (h1 === h2) { + if (l1 - l2 < 0) { + return -1; + } else { + return 1; + } + } + }) + : chains; + + const topRpc = sortedData[0]?.data ?? {}; + + return sortedData.map(({ data, ...rest }) => { + const { height = null, latency = null, url = "" } = data || {}; + + let trust = "transparent"; + let disableConnect = false; + + if (!height || !latency || topRpc.height - height > 3 || latency - topRpc.latency > 5000) { + trust = "red"; + } else if (topRpc.height - height < 2 && topRpc.latency - latency > -600) { + trust = "green"; + } else { + trust = "orange"; + } + + if (url.includes("wss://") || url.includes("API_KEY")) disableConnect = true; + + const lat = latency ? (latency / 1000).toFixed(3) + "s" : null; + + return { + ...rest, + data: { ...data, height, latency: lat, trust, disableConnect }, + }; + }); + }, [chains]); + + const { rpcData, hasLlamaNodesRpc } = useLlamaNodesRpcData(chain.chainId, data); + + return ( +
+ + + + + + + + + + + + + + + {rpcData.map((item, index) => { + let className = "bg-inherit"; + + if (hasLlamaNodesRpc && index === 0) { + className = "dark:bg-[#0D0D0D] bg-[#F9F9F9]"; + } + + return ( + + ); + })} + +
+ {`${chain.name} RPC URL List`} + +
RPC Server AddressHeightLatencyScorePrivacy
+
+ ); +} + +const Shimmer = () => { + return
; +}; + +function PrivacyIcon({ tracking, isOpenSource = false }) { + switch (tracking) { + case "yes": + return ; + case "limited": + return ; + case "none": + if (isOpenSource) { + return ; + } + + return ; + } + + return ; +} + +const Row = ({ values, chain, privacy, lang, className }) => { + const t = useTranslations("Common", lang); + const { data, isLoading, refetch } = values; + + const rpcs = useRpcStore((state) => state.rpcs); + const addRpc = useRpcStore((state) => state.addRpc); + + useEffect(() => { + // ignore first request to a url and refetch to calculate latency which doesn't include DNS lookup + if (data && !rpcs.includes(data.url)) { + refetch(); + addRpc(data.url); + } + }, [data, rpcs, addRpc, refetch]); + + const { data: accountData } = useAccount(); + + const address = accountData?.address ?? null; + + const { mutate: addToNetwork } = useAddToNetwork(); + + return ( + + + {isLoading ? : data?.url} + + {isLoading ? : data?.height} + {isLoading ? : data?.latency} + + {isLoading ? ( + + ) : ( + <> + {data.trust === "green" ? ( + + ) : data.trust === "red" ? ( + + ) : data.trust === "orange" ? ( + + ) : null} + + )} + + + + {isLoading ? : } + + + + {isLoading ? ( + + ) : ( + <> + {!data.disableConnect && ( + + )} + + )} + + + ); +}; + +const CopyUrl = ({ url = "" }) => { + const { hasCopied, onCopy } = useClipboard(); + + const handleCopy = () => { + if (url.includes("eth.llamarpc")) { + Fathom.trackGoal(FATHOM_DROPDOWN_EVENTS_ID[1], 0); + } + + return onCopy(url); + }; + + return ( + + ); +}; + +const EmptyIcon = () => ( + + + +); + +const RedIcon = () => ( + + + +); + +const OrangeIcon = () => ( + + + +); + +const GreenIcon = () => ( + + + +); + +const LightGreenIcon = () => ( + + + +); diff --git a/components/Tooltip/index.js b/components/Tooltip/index.js new file mode 100755 index 000000000..4dca63498 --- /dev/null +++ b/components/Tooltip/index.js @@ -0,0 +1,35 @@ +import Linkify from 'react-linkify'; +import { Tooltip as AriaTooltip, TooltipAnchor, useTooltipStore } from '@ariakit/react/tooltip'; + +export const Tooltip = ({ children, content, ...props }) => { + const tooltip = useTooltipStore({ placement: 'bottom', showTimeout: 100 }); + + if (!content) return {children}; + + return ( + <> + + {children} + + + ( + + {decoratedText} + + )} + > + {content} + + + + ); +}; diff --git a/components/chain/chain.js b/components/chain/chain.js deleted file mode 100644 index 71fdbe40e..000000000 --- a/components/chain/chain.js +++ /dev/null @@ -1,138 +0,0 @@ -import React, { useState, useEffect } from 'react'; -import { Typography, Paper, Grid, Button, Tooltip } from '@material-ui/core' -import Skeleton from '@material-ui/lab/Skeleton'; -import { useRouter } from 'next/router' -import Web3 from 'web3'; - -import classes from './chain.module.css' - -import stores from '../../stores/index.js' -import { getProvider } from '../../utils' - -import { - ERROR, - CONNECT_WALLET, - TRY_CONNECT_WALLET, - ACCOUNT_CONFIGURED -} from '../../stores/constants' - -export default function Chain({ chain }) { - const router = useRouter() - - const [ account, setAccount ] = useState(null) - - useEffect(() => { - const accountConfigure = () => { - const accountStore = stores.accountStore.getStore('account') - setAccount(accountStore) - } - - stores.emitter.on(ACCOUNT_CONFIGURED, accountConfigure) - - const accountStore = stores.accountStore.getStore('account') - setAccount(accountStore) - - return () => { - stores.emitter.removeListener(ACCOUNT_CONFIGURED, accountConfigure) - } - }, []) - - const toHex = (num) => { - return '0x'+num.toString(16) - } - - const addToNetwork = () => { - if(!(account && account.address)) { - stores.dispatcher.dispatch({ type: TRY_CONNECT_WALLET }) - return - } - - const params = { - chainId: toHex(chain.chainId), // A 0x-prefixed hexadecimal string - chainName: chain.name, - nativeCurrency: { - name: chain.nativeCurrency.name, - symbol: chain.nativeCurrency.symbol, // 2-6 characters long - decimals: chain.nativeCurrency.decimals, - }, - rpcUrls: chain.rpc, - blockExplorerUrls: [ ((chain.explorers && chain.explorers.length > 0 && chain.explorers[0].url) ? chain.explorers[0].url : chain.infoURL) ] - } - - window.web3.eth.getAccounts((error, accounts) => { - window.ethereum.request({ - method: 'wallet_addEthereumChain', - params: [params, accounts[0]], - }) - .then((result) => { - console.log(result) - }) - .catch((error) => { - stores.emitter.emit(ERROR, error.message ? error.message : error) - console.log(error) - }); - }) - } - - const renderProviderText = () => { - - if(account && account.address) { - const providerTextList = { - Metamask: 'Add to Metamask', - imToken: 'Add to imToken', - Wallet: 'Add to Wallet' - } - return providerTextList[getProvider()] - } else { - return 'Connect wallet' - } - - } - - if(!chain) { - return
- } - - return ( - -
- { - e.target.onerror = null; - e.target.src = "/chains/unknown-logo.png"; - }} - width={ 28 } - height={ 28 } - className={ classes.avatar } - /> - - - - { chain.name } - - - -
-
-
- ChainID - { chain.chainId } -
-
- Currency - { chain.nativeCurrency ? chain.nativeCurrency.symbol : 'none' } -
-
-
- -
-
- ) -} diff --git a/components/chain/chain.module.css b/components/chain/chain.module.css deleted file mode 100644 index 9bb1a5a89..000000000 --- a/components/chain/chain.module.css +++ /dev/null @@ -1,41 +0,0 @@ -.chainContainer { - width: 100%; - border-radius: 10px; - padding: 30px; -} - -.addButton { - width: 100%; - display: flex; - justify-content: center; -} - -.name { -} - -.chainInfoContainer { - display: flex; - align-items: flex-start; - margin-left: 52px; - margin-bottom: 20px; -} - -.dataPoint { - flex: 1; -} - -.dataPointHeader { - padding-bottom: 7px; -} - -.avatar { - margin-right: 24px; -} - -.chainNameContainer { - display: flex; - align-items: center; - justify-content: flex-start; - width: 100%; - margin-bottom: 12px !important; -} diff --git a/components/chain/index.js b/components/chain/index.js new file mode 100644 index 000000000..2cc157826 --- /dev/null +++ b/components/chain/index.js @@ -0,0 +1,124 @@ +import * as React from "react"; +import RPCList from "../RPCList"; +import { renderProviderText } from "../../utils"; +import { useRouter } from "next/router"; +import Link from "next/link"; +// import { useTranslations } from "next-intl"; +import { notTranslation as useTranslations } from "../../utils"; +import { useChain } from "../../stores"; +import useAccount from "../../hooks/useAccount"; +import useAddToNetwork from "../../hooks/useAddToNetwork"; + +export default function Chain({ chain, buttonOnly, lang }) { + const t = useTranslations("Common", lang); + + const router = useRouter(); + + const icon = React.useMemo(() => { + return chain.chainSlug ? `https://icons.llamao.fi/icons/chains/rsz_${chain.chainSlug}.jpg` : "/unknown-logo.png"; + }, [chain]); + + const chainId = useChain((state) => state.id); + const updateChain = useChain((state) => state.updateChain); + + const handleClick = () => { + if (chain.chainId === chainId) { + updateChain(null); + } else { + updateChain(chain.chainId); + } + }; + + const showAddlInfo = chain.chainId === chainId; + + const { data: accountData } = useAccount(); + + const address = accountData?.address ?? null; + + const { mutate: addToNetwork } = useAddToNetwork(); + + if (!chain) { + return <>; + } + + if (buttonOnly) { + return ( + + ); + } + + return ( + <> +
+ + {chain.name + + {chain.name} + + + + + + + + + + + + + + + + +
ChainID{t("currency")}
{`${chain.chainId} (0x${Number( + chain.chainId, + ).toString(16)})`} + {chain.nativeCurrency ? chain.nativeCurrency.symbol : "none"} +
+ + + + {(lang === "en" ? router.pathname === "/" : router.pathname === "/zh") && ( + + )} +
+ + {showAddlInfo && } + + ); +} diff --git a/components/chain/package.json b/components/chain/package.json deleted file mode 100644 index 791355e81..000000000 --- a/components/chain/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "chain.js" -} diff --git a/components/header/header.js b/components/header/header.js deleted file mode 100644 index 086ed2855..000000000 --- a/components/header/header.js +++ /dev/null @@ -1,163 +0,0 @@ -import React, { useState, useEffect } from 'react'; - -import { Typography, Switch, Button } from '@material-ui/core' -import { withStyles } from '@material-ui/core/styles'; -import { withTheme } from '@material-ui/core/styles'; - -import WbSunnyOutlinedIcon from '@material-ui/icons/WbSunnyOutlined'; -import Brightness2Icon from '@material-ui/icons/Brightness2'; -import ArrowBackIcon from '@material-ui/icons/ArrowBack'; - -import { - CONNECT_WALLET, - TRY_CONNECT_WALLET, - ACCOUNT_CONFIGURED -} from '../../stores/constants' - -// import Unlock from '../unlock' - -import stores from '../../stores' -import { formatAddress, getProvider } from '../../utils' - -import classes from './header.module.css' - -const StyledSwitch = withStyles((theme) => ({ - root: { - width: 58, - height: 32, - padding: 0, - margin: theme.spacing(1), - }, - switchBase: { - padding: 1, - '&$checked': { - transform: 'translateX(28px)', - color: '#212529', - '& + $track': { - backgroundColor: '#ffffff', - opacity: 1, - }, - }, - '&$focusVisible $thumb': { - color: '#ffffff', - border: '6px solid #fff', - } - }, - thumb: { - width: 24, - height: 24, - }, - track: { - borderRadius: 32 / 2, - border: `1px solid #212529`, - backgroundColor: '#212529', - opacity: 1, - transition: theme.transitions.create(['background-color', 'border']), - }, - checked: {}, - focusVisible: {}, -}))(({ classes, ...props }) => { - return ( - - ); -}); - -function Header(props) { - - const [ account, setAccount ] = useState(null) - const [ darkMode, setDarkMode ] = useState(props.theme.palette.type === 'dark' ? true : false); - const [ unlockOpen, setUnlockOpen ] = useState(false); - - useEffect(() => { - const accountConfigure = () => { - const accountStore = stores.accountStore.getStore('account') - setAccount(accountStore) - } - const connectWallet = () => { - onAddressClicked() - stores.dispatcher.dispatch({ type: TRY_CONNECT_WALLET }) - } - - stores.emitter.on(ACCOUNT_CONFIGURED, accountConfigure) - stores.emitter.on(CONNECT_WALLET, connectWallet) - - - const accountStore = stores.accountStore.getStore('account') - setAccount(accountStore) - - return () => { - stores.emitter.removeListener(ACCOUNT_CONFIGURED, accountConfigure) - stores.emitter.removeListener(CONNECT_WALLET, connectWallet) - } - }, []) - - const handleToggleChange = (event, val) => { - setDarkMode(val) - props.changeTheme(val) - } - - const onAddressClicked = () => { - stores.dispatcher.dispatch({ type: TRY_CONNECT_WALLET }) - } - - const renderProviderLogo = () => { - const providerLogoList = { - Metamask: 'metamask', - imToken: 'imtoken', - Wallet: 'metamask', - } - return providerLogoList[getProvider()] - } - - useEffect(function() { - const localStorageDarkMode = window.localStorage.getItem('yearn.finance-dark-mode') - setDarkMode(localStorageDarkMode ? localStorageDarkMode === 'dark' : false) - },[]); - - return ( -
- { props.backClicked && ( -
- -
- )} -
- } - checkedIcon={ } - checked={ darkMode } - onChange={ handleToggleChange } - /> -
- -
- ) -} - -export default withTheme(Header) diff --git a/components/header/header.module.css b/components/header/header.module.css deleted file mode 100644 index 9ced54827..000000000 --- a/components/header/header.module.css +++ /dev/null @@ -1,64 +0,0 @@ -.headerContainer { - display: flex; - justify-content: flex-end; - align-items: center; -} - -.accountButton { - display: flex; - align-items: center; - margin-left: 12px !important; - min-height: 40px; - width: 250px; -} - -.accountIcon { - width: 30px; - height: 30px; - background-size: 100%; - margin-right: 12px; -} - -.metamask { - background-image: url('/connectors/icn-metamask.svg'); -} -.imtoken { - background-image: url('/connectors/icn-imtoken.svg'); -} -.ledger { - background-image: url('/connectors/icn-ledger.svg'); -} -.coinbase { - background-image: url('/connectors/coinbaseWalletIcon.svg'); -} -.torus { - background-image: url('/connectors/torus.jpg'); -} -.trust { - background-image: url('/connectors/trustWallet.png'); -} - -.themeSelectContainer { - margin-left: 12px !important; -} - -.switchIcon { - font-size: 1.5rem !important; - margin-top: 0.2rem; -} - -.backButton { - flex: 1; -} - -@media screen and (max-width: 600px) { - .headerContainer { - width: 100%; - display: flex; - justify-content: space-between; - margin-bottom: 10px; - } - .accountButton { - width: 100%; - } -} diff --git a/components/header/index.js b/components/header/index.js new file mode 100644 index 000000000..c0c9d70eb --- /dev/null +++ b/components/header/index.js @@ -0,0 +1,118 @@ +import * as React from "react"; +import { useRouter } from "next/router"; +// import { useTranslations } from "next-intl"; +import { notTranslation as useTranslations } from "../../utils"; +import { formatAddress, getProvider, useDebounce } from "../../utils"; +import { walletIcons } from "../../constants/walletIcons"; +import useConnect from "../../hooks/useConnect"; +import useAccount from "../../hooks/useAccount"; + +function Header({ lang, chainName }) { + const t = useTranslations("Common", lang); + + const router = useRouter(); + + const { testnets, testnet, search } = router.query; + + const includeTestnets = + (typeof testnets === "string" && testnets === "true") || (typeof testnet === "string" && testnet === "true"); + + const toggleTestnets = () => + router.push( + { + pathname: router.pathname, + query: { ...router.query, testnets: !includeTestnets }, + }, + undefined, + { shallow: true }, + ); + + const [searchTerm, setSearchTerm] = React.useState(chainName); + + const debouncedSearchTerm = useDebounce(searchTerm, 500); + + React.useEffect(() => { + const handler = setTimeout(() => { + if ((!debouncedSearchTerm || debouncedSearchTerm === "") && (!search || search === "")) { + return; + } + + router.push( + { + pathname: router.pathname.includes("/chain/") ? "/" : router.pathname, + query: { ...router.query, search: debouncedSearchTerm }, + }, + undefined, + { shallow: true }, + ); + }, 200); + + return () => { + clearTimeout(handler); + }; + }, [debouncedSearchTerm]); + + const { mutate: connectWallet } = useConnect(); + + const { data: accountData } = useAccount(); + + const address = accountData?.address ?? null; + + return ( +
+
+
+
+ +
+
+ + + +
+
+
+
+ ); +} + +export default Header; diff --git a/components/header/package.json b/components/header/package.json deleted file mode 100644 index dce12786a..000000000 --- a/components/header/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "header.js" -} diff --git a/components/multichain/multichain.js b/components/multichain/multichain.js deleted file mode 100644 index a98e8439d..000000000 --- a/components/multichain/multichain.js +++ /dev/null @@ -1,103 +0,0 @@ -import React, { useState } from 'react'; -import { Typography, Paper, Grid, Button, FormControlLabel, Checkbox } from '@material-ui/core' -import { createMuiTheme, ThemeProvider } from '@material-ui/core/styles'; -import Skeleton from '@material-ui/lab/Skeleton'; -import Web3 from 'web3'; -import ArrowForwardIcon from '@material-ui/icons/ArrowForward'; -import CloseIcon from '@material-ui/icons/Close'; - -import classes from './multichain.module.css' - -import stores from '../../stores/index.js' -import { getProvider } from '../../utils' - -export default function Multichain({ closeMultichain }) { - - const [ checked, setChecked ] = useState(false) - - const navigateToMultichain = () => { - window.open("https://multichain.xyz", "_blank") - } - - const handleChange = () => { - setChecked(!checked) - } - - const theme = createMuiTheme({ - palette: { - type: 'dark', - secondary: { - main: '#fff' - } - }, - typography: { - fontFamily: [ - 'Inter', - 'Arial', - '-apple-system', - 'BlinkMacSystemFont', - '"Segoe UI"', - 'Roboto', - '"Helvetica Neue"', - 'sans-serif', - '"Apple Color Emoji"', - '"Segoe UI Emoji"', - '"Segoe UI Symbol"', - ].join(','), - body1: { - fontSize: '12px' - } - }, - overrides: { - MuiButton: { - root: { - borderRadius: '32px', - padding: '9px 16px' - }, - containedPrimary: { - backgroundColor: '#fff', - color: '#000' - } - }, - MuiFormControlLabel: { - root: { - color: '#fff' - } - } - }, - }); - - return ( - - -
- - Manage over 120 tokens and multi-chain assets with fully supported cross chain transactions. - -
-
- } - label="Don't show again" - /> - -
-
-
- ) -} diff --git a/components/multichain/multichain.module.css b/components/multichain/multichain.module.css deleted file mode 100644 index 2cf4e8d3b..000000000 --- a/components/multichain/multichain.module.css +++ /dev/null @@ -1,73 +0,0 @@ -.chainContainer { - width: 100%; - border-radius: 10px; - background: #0074de !important; - display: flex; - flex-direction: column; - - grid-column-start: 3; - grid-column-end: 4; - grid-row-start: 2; - grid-row-end: 4; -} - -.tryButton { - width: 100%; - display: flex; - justify-content: center; -} - -.descriptionText { - width: 100%; - color: #fff !important; -} - -.topInfo { - display: flex; - flex-direction: column; - align-items: center; - justify-content: space-between; - flex-grow: 1; - padding: 30px; -} - -.bottomActions { - border-top: 1px solid #FFFFFF1A; - display: flex; - align-items: center; - justify-content: space-evenly; - padding: 6px 24px; -} - - -.buttonLabel { - text-transform: none !important; - font-weight: 500 !important; -} - -.buttonText { - width: 100%; - display: flex; - align-items: center; - justify-content: space-between; -} - - -@media screen and (max-width: 1700px) { - .chainContainer { - grid-column-start: 2; - grid-column-end: 3; - grid-row-start: 2; - grid-row-end: 4; - } -} - - -@media screen and (max-width: 600px) { - .chainContainer { - grid-column-start: 1; - grid-column-end: 2; - grid-row-start: 1; - grid-row-end: 2; - } -} diff --git a/components/multichain/package.json b/components/multichain/package.json deleted file mode 100644 index 531851804..000000000 --- a/components/multichain/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "multichain.js" -} diff --git a/components/shutdownNotice/package.json b/components/shutdownNotice/package.json deleted file mode 100644 index a5ab2931d..000000000 --- a/components/shutdownNotice/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "shutdownNotice.js" -} diff --git a/components/shutdownNotice/shutdownNotice.js b/components/shutdownNotice/shutdownNotice.js deleted file mode 100644 index f336a7317..000000000 --- a/components/shutdownNotice/shutdownNotice.js +++ /dev/null @@ -1,32 +0,0 @@ -import { Dialog, Typography, Button } from '@material-ui/core'; -import classes from "./shutdownNotice.module.css"; -import PowerSettingsNewIcon from "@material-ui/icons/PowerSettingsNew"; - -export default function shutdownNotice({ close }) { - - return ( - -
-
- - - This service will no longer be available from 03 April 2022. - - - The source code is open source, anyone that would like to continue hosting this service is welcome to. - -
- -
-
-
-
- ) -} diff --git a/components/shutdownNotice/shutdownNotice.module.css b/components/shutdownNotice/shutdownNotice.module.css deleted file mode 100644 index f13401393..000000000 --- a/components/shutdownNotice/shutdownNotice.module.css +++ /dev/null @@ -1,130 +0,0 @@ -.dialogContainer { - display: flex; - align-items: center; - justify-content: center; - min-width: 100vw; - min-height: 100vh; -} - -.warningContainer { - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - max-width: 540px; -} - -.warningIcon { - width: 140px !important; - height: 140px !important; - margin-bottom: 30px !important; - font-size: 30px !important; - fill: #646464 !important; -} - -.title1 { - font: normal normal normal 23px/36px Inter !important; - letter-spacing: 0px !important; -} - -.title2 { - font: normal normal bold 29px/36px Inter !important; - letter-spacing: 0px !important; - margin-bottom: 36px !important; -} - -.para1 { - text-align: center; - font: normal normal bold 20px/28px Inter !important; - letter-spacing: 0px !important; - margin-bottom: 33px !important; -} - -.para2 { - font: normal normal normal 16px/26px Inter !important; - letter-spacing: 0px; - color: #646464; - margin-bottom: 32px !important; -} - -.buttonsContainer { - padding: 0px 24px; -} - -.primaryButton { - margin-bottom: 20px !important; - background: transparent linear-gradient(180deg, #1C45F4 0%, #0F1DD3 100%) 0% 0% no-repeat padding-box !important; - min-width: 457px !important; -} - -.secondaryButton { - -} - -.buttonTextPrimary { - font: normal normal bold 16px/19px Inter !important; - letter-spacing: 0px !important; - color: #FFFFFF !important; - text-transform: none; -} - -.buttonTextSecondary { - font: normal normal bold 16px/19px Inter !important; - letter-spacing: 0px !important; - color: #000 !important; - text-transform: none; -} - -@media screen and (max-width: 600px) { - .warningContainer { - max-width: 340px; - } - - .para1 { - font: normal normal bold 16px/28px Inter !important; - } - - .warningIcon { - height: 50px !important; - margin-bottom: 30px !important; - } - - .buttonTextPrimary { - font: normal normal bold 16px/19px Inter !important; - } - - .primaryButton { - margin-bottom: 20px !important; - background: transparent linear-gradient(180deg, #1C45F4 0%, #0F1DD3 100%) 0% 0% no-repeat padding-box !important; - min-width: 320px !important; - } -} - -@media screen and (max-width: 360px) { - .warningContainer { - max-width: 260px; - } - - .para1 { - font: normal normal bold 15px/22px Inter !important; - } - - .para2 { - font: normal normal bold 13px/18px Inter !important; - } - - .warningIcon { - height: 40px !important; - margin-bottom: 20px !important; - } - - .buttonTextPrimary { - font: normal normal bold 13px/16px Inter !important; - } - - .primaryButton { - margin-bottom: 20px !important; - background: transparent linear-gradient(180deg, #1C45F4 0%, #0F1DD3 100%) 0% 0% no-repeat padding-box !important; - min-width: 260px !important; - } -} diff --git a/components/snackbar/package.json b/components/snackbar/package.json deleted file mode 100644 index 034ab867a..000000000 --- a/components/snackbar/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "snackbarController.jsx" -} diff --git a/components/snackbar/snackbar.jsx b/components/snackbar/snackbar.jsx deleted file mode 100644 index 764420852..000000000 --- a/components/snackbar/snackbar.jsx +++ /dev/null @@ -1,184 +0,0 @@ -import React, { Component } from "react"; -import { - Snackbar, - IconButton, - Button, - Typography, - SvgIcon -} from '@material-ui/core'; - -import { colors } from "../../theme/coreTheme"; - -const iconStyle = { - fontSize: '22px', - marginRight: '10px', - verticalAlign: 'middle' -} - -function CloseIcon(props) { - const { color } = props; - return ( - - - - ); -} - -function SuccessIcon(props) { - const { color } = props; - return ( - - - - ); -} - -function ErrorIcon(props) { - const { color } = props; - return ( - - - - ); -} - -function WarningIcon(props) { - const { color } = props; - return ( - - - - ); -} - -function InfoIcon(props) { - const { color } = props; - return ( - - - - ); -} - - -class MySnackbar extends Component { - - state = { - open: this.props.open, - }; - - handleClick = () => { - this.setState({ open: true }); - }; - - handleClose = (event, reason) => { - if (reason === 'clickaway') { - return; - } - - this.setState({ open: false }); - }; - - render() { - - const { type, message } = this.props - - let icon = - let color = colors.blue - let messageType = '' - let actions = [ - - - , - ] - - switch (type) { - case 'Error': - icon = - color = colors.red - messageType = "Error" - break; - case 'Success': - icon = - color = colors.blue - messageType = "Success" - break; - case 'Warning': - icon = - color = colors.orange - messageType = "Warning" - break; - case 'Info': - icon = - color = colors.blue - messageType = "Info" - break; - case 'Hash': - icon = - color = colors.blue - messageType = "Hash" - - let snackbarMessage = 'https://etherscan.io/tx/'+message; - actions = [, - - - , - ] - break; - default: - icon = - color = colors.blue - messageType = "Success" - break; - } - - return ( - - {icon} -
- { messageType } - { message } -
- - } - action={actions} - /> - ); - } -} - -export default MySnackbar; diff --git a/components/snackbar/snackbarController.jsx b/components/snackbar/snackbarController.jsx deleted file mode 100644 index f4d675a7e..000000000 --- a/components/snackbar/snackbarController.jsx +++ /dev/null @@ -1,80 +0,0 @@ -import React, { Component } from "react"; -import { withStyles } from '@material-ui/core/styles'; - -import Snackbar from './snackbar.jsx' - -import { - ERROR, - TX_SUBMITTED, -} from '../../stores/constants' - -import stores from "../../stores"; -const emitter = stores.emitter - -const styles = theme => ({ - root: { - - }, -}); - -class SnackbarController extends Component { - - constructor(props) { - super() - - this.state = { - open: false, - snackbarType: null, - snackbarMessage: null - } - } - - componentWillMount() { - emitter.on(ERROR, this.showError); - emitter.on(TX_SUBMITTED, this.showHash); - } - - componentWillUnmount() { - emitter.removeListener(ERROR, this.showError); - emitter.removeListener(TX_SUBMITTED, this.showHash); - }; - - showError = (error) => { - const snackbarObj = { snackbarMessage: null, snackbarType: null, open: false } - this.setState(snackbarObj) - - const that = this - setTimeout(() => { - const snackbarObj = { snackbarMessage: error.toString(), snackbarType: 'Error', open: true } - that.setState(snackbarObj) - }) - } - - showHash = (txHash) => { - const snackbarObj = { snackbarMessage: null, snackbarType: null, open: false } - this.setState(snackbarObj) - - const that = this - setTimeout(() => { - const snackbarObj = { snackbarMessage: txHash, snackbarType: 'Hash', open: true } - that.setState(snackbarObj) - }) - } - - render() { - const { - snackbarType, - snackbarMessage, - open - } = this.state - - if(open) { - return - } else { - return
- } - - }; -} - -export default withStyles(styles)(SnackbarController); diff --git a/components/unlock/package.json b/components/unlock/package.json deleted file mode 100644 index 23149e8de..000000000 --- a/components/unlock/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "unlockModal.js" -} diff --git a/components/unlock/unlock.js b/components/unlock/unlock.js deleted file mode 100644 index cca439a01..000000000 --- a/components/unlock/unlock.js +++ /dev/null @@ -1,290 +0,0 @@ -import React, { Component } from "react"; -import { withStyles } from '@material-ui/core/styles'; -import { - Typography, - Button, - CircularProgress -} from '@material-ui/core'; -import CloseIcon from '@material-ui/icons/Close'; - -import { - Web3ReactProvider, - useWeb3React, -} from "@web3-react/core"; -import { Web3Provider } from "@ethersproject/providers"; - -import { - ERROR, - CONNECTION_DISCONNECTED, - CONNECTION_CONNECTED, - CONFIGURE, -} from '../../stores/constants' - -import stores from '../../stores' - -const styles = theme => ({ - root: { - flex: 1, - height: 'auto', - display: 'flex', - position: 'relative' - }, - contentContainer: { - margin: 'auto', - textAlign: 'center', - padding: '12px', - display: 'flex', - flexWrap: 'wrap' - }, - cardContainer: { - marginTop: '60px', - minHeight: '260px', - display: 'flex', - flexDirection: 'column', - justifyContent: 'space-around', - alignItems: 'center' - }, - unlockCard: { - padding: '24px' - }, - buttonText: { - marginLeft: '12px', - fontWeight: '700', - }, - instruction: { - maxWidth: '400px', - marginBottom: '32px', - marginTop: '32px' - }, - actionButton: { - padding: '12px', - backgroundColor: 'white', - borderRadius: '3rem', - border: '1px solid #E1E1E1', - fontWeight: 500, - [theme.breakpoints.up('md')]: { - padding: '15px', - } - }, - connect: { - width: '100%' - }, - closeIcon: { - position: 'absolute', - right: '-8px', - top: '-8px', - cursor: 'pointer' - } -}); - -class Unlock extends Component { - - constructor(props) { - super() - - this.state = { - loading: false, - error: null - } - } - - componentWillMount() { - stores.emitter.on(CONNECTION_CONNECTED, this.connectionConnected); - stores.emitter.on(CONNECTION_DISCONNECTED, this.connectionDisconnected); - stores.emitter.on(ERROR, this.error); - }; - - componentWillUnmount() { - stores.emitter.removeListener(CONNECTION_CONNECTED, this.connectionConnected); - stores.emitter.removeListener(CONNECTION_DISCONNECTED, this.connectionDisconnected); - stores.emitter.removeListener(ERROR, this.error); - }; - - error = (err) => { - this.setState({ loading: false, error: err }) - }; - - connectionConnected = () => { - - if(this.props.closeModal != null) { - this.props.closeModal() - } - } - - connectionDisconnected = () => { - if(this.props.closeModal != null) { - this.props.closeModal() - } - } - - render() { - const { classes, closeModal } = this.props; - - return ( -
-
-
- - - -
-
- ) - }; -} - -function getLibrary(provider) { - - const library = new Web3Provider(provider); - library.pollingInterval = 8000; - return library; -} - -function onConnectionClicked(currentConnector, name, setActivatingConnector, activate) { - const connectorsByName = stores.accountStore.getStore('connectorsByName') - setActivatingConnector(currentConnector); - activate(connectorsByName[name]); -} - -function onDeactivateClicked(deactivate, connector) { - if(deactivate) { - deactivate() - } - if(connector && connector.close) { - connector.close() - } - stores.accountStore.setStore({ account: { }, web3context: null }) - stores.emitter.emit(CONNECTION_DISCONNECTED) -} - -function MyComponent(props) { - - const context = useWeb3React(); - const localContext = stores.accountStore.getStore('web3context'); - var localConnector = null; - if (localContext) { - localConnector = localContext.connector - } - const { - connector, - library, - account, - activate, - deactivate, - active, - error - } = context; - var connectorsByName = stores.accountStore.getStore('connectorsByName') - - const { closeModal } = props - - const [activatingConnector, setActivatingConnector] = React.useState(); - React.useEffect(() => { - if (activatingConnector && activatingConnector === connector) { - setActivatingConnector(undefined); - } - }, [activatingConnector, connector]); - - React.useEffect(() => { - if (account && active && library) { - stores.accountStore.setStore({ account: { address: account }, web3context: context }) - stores.emitter.emit(CONNECTION_CONNECTED) - } - }, [account, active, closeModal, context, library]); - - const width = window.innerWidth - - return ( -
576 ? 'space-between' : 'center'), alignItems: 'center' }}> - {Object.keys(connectorsByName).map(name => { - const currentConnector = connectorsByName[name]; - const activating = currentConnector === activatingConnector; - const connected = (currentConnector === connector||currentConnector === localConnector); - const disabled = - !!activatingConnector || !!error; - - let url; - let display = name; - let descriptor = '' - if (name === 'MetaMask') { - url = '/connectors/icn-metamask.svg' - descriptor= 'Connect to your MetaMask wallet' - } else if (name === 'WalletConnect') { - url = '/connectors/walletConnectIcon.svg' - descriptor= 'Scan with WalletConnect to connect' - } else if (name === 'TrustWallet') { - url = '/connectors/trustWallet.png' - descriptor= 'Connect to your TrustWallet' - } else if (name === 'Portis') { - url = '/connectors/portisIcon.png' - descriptor= 'Connect with your Portis account' - } else if (name === 'Fortmatic') { - url = '/connectors/fortmaticIcon.png' - descriptor= 'Connect with your Fortmatic account' - } else if (name === 'Ledger') { - url = '/connectors/icn-ledger.svg' - descriptor= 'Connect with your Ledger Device' - } else if (name === 'Squarelink') { - url = '/connectors/squarelink.png' - descriptor= 'Connect with your Squarelink account' - } else if (name === 'Trezor') { - url = '/connectors/trezor.png' - descriptor= 'Connect with your Trezor Device' - } else if (name === 'Torus') { - url = '/connectors/torus.jpg' - descriptor= 'Connect with your Torus account' - } else if (name === 'Authereum') { - url = '/connectors/icn-aethereum.svg' - descriptor= 'Connect with your Authereum account' - } else if (name === 'WalletLink') { - display = 'Coinbase Wallet' - url = '/connectors/coinbaseWalletIcon.svg' - descriptor= 'Connect to your Coinbase wallet' - } else if (name === 'Frame') { - return '' - } - - return ( -
576 ? '12px 0px' : '0px') }}> - -
- ) - }) } -
- ) - -} - -export default withStyles(styles)(Unlock); diff --git a/components/unlock/unlockModal.js b/components/unlock/unlockModal.js deleted file mode 100644 index a589fca82..000000000 --- a/components/unlock/unlockModal.js +++ /dev/null @@ -1,30 +0,0 @@ -import React, { Component } from "react"; -import { - DialogContent, - Dialog, - Slide -} from '@material-ui/core'; - -import Unlock from './unlock.js'; - -function Transition(props) { - return ; -} - -class UnlockModal extends Component { - render() { - const { closeModal, modalOpen } = this.props; - - const fullScreen = window.innerWidth < 576; - - return ( - - - - - - ) - }; -} - -export default UnlockModal; diff --git a/constants/additionalChainRegistry/chainid-10001.js b/constants/additionalChainRegistry/chainid-10001.js new file mode 100644 index 000000000..cc0747cc3 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-10001.js @@ -0,0 +1,25 @@ +export const data = { + "name": "ETHW-mainnet", + "chain": "ETHW", + "icon": "ethpow", + "rpc": [ + "https://mainnet.ethereumpow.org/" + ], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "EthereumPoW", + "symbol": "ETHW", + "decimals": 18 + }, + "infoURL": "https://ethereumpow.org/", + "shortName": "ethw", + "chainId": 10001, + "networkId": 10001, + "explorers": [ + { + "name": "Oklink", + "url": "https://www.oklink.com/ethw/" + } + ] + } \ No newline at end of file diff --git a/constants/additionalChainRegistry/chainid-1380012617.js b/constants/additionalChainRegistry/chainid-1380012617.js new file mode 100644 index 000000000..16a71d0c8 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-1380012617.js @@ -0,0 +1,26 @@ +export const data = { + "name": "RARI Chain", + "chain": "RARI", + "icon": "rari", + "rpc": [ + "https://mainnet.rpc.rarichain.org/http/", + "wss://mainnet.rpc.rarichain.org/ws" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Ethereum", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://rarichain.org/", + "shortName": "rari", + "chainId": 1380012617, + "networkId": 1380012617, + "explorers": [ + { + "name": "Blockscout", + "url": "https://mainnet.explorer.rarichain.org/" + } + ] + } \ No newline at end of file diff --git a/constants/additionalChainRegistry/chainid-2020.js b/constants/additionalChainRegistry/chainid-2020.js new file mode 100644 index 000000000..691b46a89 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-2020.js @@ -0,0 +1,26 @@ +export const data = { + "name": "Ronin", + "chain": "RON", + "icon": "ronin", + "rpc": [ + "https://api-gateway.skymavis.com/rpc", + "https://api-gateway.skymavis.com/rpc/archive" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Ronin", + "symbol": "RON", + "decimals": 18 + }, + "infoURL": "https://roninchain.com/", + "shortName": "ronin", + "chainId": 2020, + "networkId": 2020, + "explorers": [ + { + "name": "Ronin Explorer", + "url": "https://app.roninchain.com/" + } + ] + } \ No newline at end of file diff --git a/constants/additionalChainRegistry/chainid-3109.js b/constants/additionalChainRegistry/chainid-3109.js new file mode 100644 index 000000000..9062585dd --- /dev/null +++ b/constants/additionalChainRegistry/chainid-3109.js @@ -0,0 +1,25 @@ +export const data = { + "name": "SatoshiVM", + "chain": "BTC", + "icon": "satoshivm", + "rpc": [ + "https://alpha-rpc-node-http.svmscan.io/" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "SatoshiVM", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://www.satoshivm.io/", + "shortName": "svm", + "chainId": 3109, + "networkId": 3109, + "explorers": [ + { + "name": "Svmscan", + "url": "https://svmscan.io/" + } + ] + } \ No newline at end of file diff --git a/constants/additionalChainRegistry/chainid-5151706.js b/constants/additionalChainRegistry/chainid-5151706.js new file mode 100644 index 000000000..324da23a1 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-5151706.js @@ -0,0 +1,26 @@ +export const data = { + "name": "Loot Mainnet", + "chain": "LOOT", + "icon": "loot", + "rpc": [ + "https://rpc.lootchain.com/http/", + "wss://rpc.lootchain.com/ws" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Adventure Gold", + "symbol": "AGLD", + "decimals": 18 + }, + "infoURL": "https://adventuregold.org/", + "shortName": "loot", + "chainId": 5151706, + "networkId": 5151706, + "explorers": [ + { + "name": "Lootscan", + "url": "https://explorer.lootchain.com/" + } + ] + } \ No newline at end of file diff --git a/constants/additionalChainRegistry/chainid-88888.js b/constants/additionalChainRegistry/chainid-88888.js new file mode 100644 index 000000000..0dfadddf9 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-88888.js @@ -0,0 +1,31 @@ +export const data = { + "name": "Chiliz Chain", + "chain": "CHZ", + "icon": "chiliz", + "rpc": [ + "https://rpc.ankr.com/chiliz/", + "https://chiliz.publicnode.com" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Chiliz", + "symbol": "CHZ", + "decimals": 18 + }, + "infoURL": "https://www.chiliz.com/", + "shortName": "chiliz", + "chainId": 88888, + "networkId": 88888, + "explorers": [ + { + "name": "Chiliscan", + "url": "https://chiliscan.com/", + "standard": "EIP3091" + }, + { + "name": "Scan Chiliz", + "url": "https://scan.chiliz.com" + } + ] + } \ No newline at end of file diff --git a/constants/additionalChainRegistry/list.js b/constants/additionalChainRegistry/list.js new file mode 100644 index 000000000..e7c63b514 --- /dev/null +++ b/constants/additionalChainRegistry/list.js @@ -0,0 +1,15 @@ +import {data as a} from "./chainid-3109.js" +import {data as b} from "./chainid-10001.js" +import {data as c} from "./chainid-88888.js" +import {data as d} from "./chainid-5151706.js" +import {data as e} from "./chainid-1380012617.js" +import {data as f} from "./chainid-2020.js" + +export const overwrittenChains = [ + a, + b, + c, + d, + e, + f +] \ No newline at end of file diff --git a/constants/chainIds.json b/constants/chainIds.json new file mode 100644 index 000000000..693d99334 --- /dev/null +++ b/constants/chainIds.json @@ -0,0 +1,105 @@ +{ + "1": "ethereum", + "8": "ubiq", + "10": "optimism", + "14": "flare", + "19": "songbird", + "20": "elastos", + "24": "kardiachain", + "25": "cronos", + "30": "rsk", + "40": "telos", + "50": "xdc", + "52": "csc", + "55": "zyx", + "56": "binance", + "57": "syscoin", + "60": "gochain", + "61": "ethereumclassic", + "66": "okexchain", + "70": "hoo", + "82": "meter", + "87": "nova network", + "88": "viction", + "100": "xdai", + "106": "velas", + "108": "thundercore", + "122": "fuse", + "128": "heco", + "137": "polygon", + "148": "shimmer_evm", + "169": "manta", + "200": "xdaiarb", + "204": "op_bnb", + "246": "energyweb", + "248": "oasys", + "250": "fantom", + "269": "hpb", + "288": "boba", + "311": "omax", + "314": "filecoin", + "321": "kucoin", + "324": "era", + "336": "shiden", + "361": "theta", + "369": "pulse", + "416": "sx", + "463": "areon", + "534": "candle", + "570": "rollux", + "592": "astar", + "820": "callisto", + "888": "wanchain", + "1030": "conflux", + "1088": "metis", + "1101": "polygon_zkevm", + "1116": "core", + "1231": "ultron", + "1234": "step", + "1284": "moonbeam", + "1285": "moonriver", + "1440": "living assets mainnet", + "1559": "tenet", + "1975": "onus", + "1992": "hubblenet", + "2000": "dogechain", + "2222": "kava", + "2332": "soma", + "4337": "beam", + "4689": "iotex", + "5000": "mantle", + "5050": "xlc", + "5551": "nahmii", + "6969": "tombchain", + "7171": "bitrock", + "7700": "canto", + "8217": "klaytn", + "8453": "base", + "8899": "jbc", + "9001": "evmos", + "9790": "carbon", + "10000": "smartbch", + "15551": "loop", + "17777": "eos_evm", + "23888": "blast", + "32520": "bitgert", + "32659": "fusion", + "32769": "zilliqa", + "42161": "arbitrum", + "42170": "arbitrum_nova", + "42220": "celo", + "42262": "oasis", + "43114": "avalanche", + "47805": "rei", + "55555": "reichain", + "59144": "linea", + "71402": "godwoken", + "333999": "polis", + "420420": "kekchain", + "888888": "vision", + "245022934": "neon", + "1313161554": "aurora", + "1666600000": "harmony", + "11297108109": "palm", + "836542336838601": "curio" +} diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js new file mode 100644 index 000000000..e2005679e --- /dev/null +++ b/constants/extraRpcs.js @@ -0,0 +1,4610 @@ +import { mergeDeep } from "../utils/fetch.js"; + +import { llamaNodesRpcs } from "./llamaNodesRpcs.js"; + +const privacyStatement = { +blockswap: "Blockswap RPC does not track any kind of user information at the builder RPC level (i.e. IP, location, etc.) nor is any information logged. All blocks are encrypted when passed between proposers, builders, relayers, and Ethereum. It does not transmit any transactions to the relayer. We use analytical cookies to see which content on the Site is highly frequented and also to analyze if content should be updated or improved. These cookies process and save data like your browser type, referrer URLs, operating system, date/time stamp, views and clicks on the Site, and your (truncated) IP address. For more information please visit: https://docs.pon.network/pon/privacy", +"48Club": + "IP addresses will be read for rate-limit purpose without being actively stored at application layer. Also notice that we don't actively purge user footprint in lower-level protocol.", + unitedbloc: + "UnitedBloc does not collect or store any PII information. UnitedBloc does use IP addresses and transaction requests solely for service management purposes. Performance measurements such as rate limiting and routing rules require the analysis of IP addresses and response time measurements require the analysis of transaction requests. UnitedBloc does not and will never use RPC requests to front run transactions.", + ankr: + "For service delivery purposes, we temporarily record IP addresses to set usage limits and monitor for denial of service attacks against our infrastructure. Though we do look at high-level data around the success rate of transactions made over the blockchain RPC, we do not correlate wallet transactions made over the infrastructure to the IP address making the RPC request. Thus, we do not store, exploit, or share any information regarding Personal Identifiable Information (PII), including wallet addresses. https://www.ankr.com/blog/ankrs-ip-address-policy-and-your-privacy/", + alchemy: + "We may collect certain information automatically when you use our Services, such as your Internet protocol (IP) address, user settings, MAC address, cookie identifiers, mobile carrier, mobile advertising and other unique identifiers, browser or device information, location information (including approximate location derived from IP address), and Internet service provider. https://www.alchemy.com/policies/privacy-policy", + nodereal: + `We may automatically record certain information about how you use our Sites (we refer to this information as "Log Data"). Log Data may include information such as a user's Internet Protocol (IP) address, device and browser type, operating system, the pages or features of our Sites to which a user browsed and the time spent on those pages or features, the frequency with which the Sites are used by a user, search terms, the links on our Sites that a user clicked on or used, and other statistics. We use this information to administer the Service and we analyze (and may engage third parties to analyze) this information to improve and enhance the Service by expanding its features and functionality and tailoring it to our users' needs and preferences. https://nodereal.io/terms`, + publicnode: + `We do not store or track any user data with the exception of data that will be public on chain. We do not correlate wallets address's with IP's, any data which is needed to transact is deleted after 24 hours. We also do no use any Analytics or 3rd party website tracking. https://www.publicnode.com/privacy`, + onerpc: + "With the exception of data that will be public on chain, all the other metadata / data should remain private to users and other parties should not be able to access or collect it. 1RPC uses many different techniques to prevent the unnecessary collection of user privacy, which prevents tracking from RPC providers. https://docs.1rpc.io/technology/zero-tracking", + builder0x69: + "Private transactions / MM RPC: https://twitter.com/builder0x69", + MEVBlockerRPC: + "Privacy notice: MEV Blocker RPC does not store any kind of user information (i.e. IP, location, user agent, etc.) in any data bases. Only transactions are preserved to be displayed via status endpoint like https://rpc.mevblocker.io/tx/0x627b09d5a9954a810cd3c34b23694439da40558a41b0d87970f2c3420634a229. Connect to MEV Blocker via https://rpc.mevblocker.io", + flashbots: + "Privacy notice: Flashbots Protect RPC does not track any kind of user information (i.e. IP, location, etc.). No user information is ever stored or even logged. https://docs.flashbots.net/flashbots-protect/rpc/quick-start", + bloxroute: + "We may collect information that is publicly available in a blockchain when providing our services, such as: Public wallet identifier of the sender and recipient of a transaction, Unique identifier for a transaction, Date and time of a transaction, Transaction value, along with associated costs, Status of a transaction (such as whether the transaction is complete, in-progress, or resulted in an error) https://bloxroute.com/wp-content/uploads/2021/12/bloXroute-Privacy-Policy-04-01-2019-Final.pdf", + cloudflare: + "Just as when you visit and interact with most websites and services delivered via the Internet, when you visit our Websites, including the Cloudflare Community Forum, we gather certain information and store it in log files. This information may include but is not limited to Internet Protocol (IP) addresses, system configuration information, URLs of referring pages, and locale and language preferences. https://www.cloudflare.com/privacypolicy/", + blastapi: + "All the information in our logs (log data) can only be accessed for the last 7 days at any certain time, and it is completely purged after 14 days. We do not store any user information for longer periods of time or with any other purposes than investigating potential errors and service failures. https://blastapi.io/privacy-policy", + bitstack: + "Information about your computer hardware and software may be automatically collected by BitStack. This information can include: your IP address, browser type, domain names, access times and referring website addresses. https://bitstack.com/#/privacy", + pokt: + "What We Do Not Collect: User's IP address, request origin, request data. https://www.blog.pokt.network/rpc-logging-practices/", + zmok: + `API requests - we do NOT store any usage data, additionally, we do not store your logs. No KYC - "Darknet" style of sign-up/sign-in. Only provider that provides Ethereum endpoints as TOR/Onion hidden service. Analytical data are stored only on the landing page/web. https://zmok.io/privacy-policy`, + infura: + "We collect wallet and IP address information. The purpose of this collection is to ensure successful transaction propagation, execution, and other important service functionality such as load balancing and DDoS protection. IP addresses and wallet address data relating to a transaction are not stored together or in a way that allows our systems to associate those two pieces of data. We retain and delete user data such as IP address and wallet address pursuant to our data retention policy. https://consensys.net/blog/news/consensys-data-retention-update/", + etcnetworkinfo: + "We do use analytics at 3rd party tracking websites (Google Analytics & Google Search Console) the following interactions with our systems are automatically logged when you access our services, such as your Internet Protocol (IP) address as well as accessed services and pages(Packet details are discarded / not logged!). Data redemption is varying based on traffic, but deleted after 31 days We do use these infos to improve our services.", + omnia: + "All the data and metadata remain private to the users. No third party is able to access, analyze or track it. OMNIA leverages different technologies and approaches to guarantee the privacy of their users, from front-running protection and private mempools, to obfuscation and random dispatching. https://blog.omniatech.io/how-omnia-handles-your-personal-data", + blockpi: + "We do not collect request data or request origin. We only temporarily record the request method names and IP addresses for 7 days to ensure our service functionality such as load balancing and DDoS protection. All the data is automatically deleted after 7 days and we do not store any user information for longer periods of time. https://blockpi.io/privacy-policy", + payload: + "Sent transactions are private: https://payload.de/docs. By default, no data is collected when using the RPC endpoint. If provided by the user, the public address for authentication is captured when using the RPC endpoint in order to prioritize requests under high load. This information is optional and solely provided at the user's discretion. https://payload.de/privacy/", + gitshock: + "We do not collect any personal data from our users. Our platform is built on blockchain technology, which ensures that all transactions are recorded on a public ledger that is accessible to all users. However, this information is anonymous and cannot be linked to any specific individual. https://docs.gitshock.com/users-guide/privacy-policy", + gashawk: + "Sign-in with Ethereum on https://www.gashawk.io required prior to use. We may collect information that is publicly available in a blockchain when providing our services, such as: Public wallet identifier of the sender and recipient of a transaction, Unique identifier for a transaction, Date and time of a transaction, Transaction value, along with associated costs, Status of a transaction (such as whether the transaction is complete, in-progress, or resulted in an error), read the terms of service https://www.gashawk.io/#/terms and the privacy policy https://www.gashawk.io/#/privacy.", + LiveplexOracleEVM: + "Usage Data is collected automatically when using the Service. Usage Data may include information such as Your Device's Internet Protocol address (e.g., IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data. When You access the Service by or through a mobile device, we may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data. We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device. https://www.liveplex.io/privacypolicy.html", + jellypool: + "The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information. https://www.jellypool.xyz/privacy/", + restratagem: + "Only strictly functional data is automatically collected by the RPC. None of this data is directly exported or used for commercial purposes.", + onfinality: + "For the sole purpose of providing our service, we temporarily record IP addresses and origins to check against free limits, provide load balancing, prevent DOS attacks, and to determine where best to locate our nodes. We do not, and will never, correlate or link specific wallet addresses or transactions made over our infrastructure to the IP address or origin making the RPC request. After processing IP addresses, we discard the IP address value within 24 hours. Read more here: https://blog.onfinality.io/how-does-onfinality-deal-with-personal-information/", + getblock: + "We automatically collect certain information through cookies and similar technologies when you visit, use or navigate Website. This information does not reveal your specific identity (like your name or contact information) and does not allow to identify you. However, it may include device and usage information, such as your IP address, browser and device characteristics, its type and version, operating system, language preferences, referring URLs, device name, country, location, information about how and when you use our Website, information about your interaction in our emails, and other technical and statistical information. This information is primarily needed to maintain the security and operation of our Website, and for our internal analytics and reporting purposes.Specifically, as the RPC provider, we do not log and store your IP address, country, location and similar data. https://getblock.io/privacy-policy/", + teamblockchain: + "We only store and track data that will be publicly available on the blockchain, and do not collect or retain any other user data. https://policy.teamblockchain.team/", + getloop: + "Loop Network follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. https://www.getloop.network/privacypolicy", + ChainUpCloud: + "We only collect user IP addresses for the purpose of rate limiting. For more information, please visit https://docs.chainupcloud.com/introduction/products/blockchain-api.", + iota: + "When you visit any of our websites or use any features or resources available on or through our websites. When you visit our website, your device and browser may automatically disclose certain information (such as device type, operating system, browser type, browser settings, IP address, language settings, dates and times of connecting to a website and other technical communications information), some of which may constitute Personal Data; https://www.iota.org/privacy-policy", + markrgo: + "We only collect the minimum necessary information to provide our blockchain RPC service (caching). We do not use your data for commercial purposes. Any collected data is short-term and will be automatically deleted within 24 hours if not actively used. https://www.markr.io/privacy-policy", + diamondswap: + "We record limited metadata from requests. This data is stored for a maximum of 90 days and is solely used for debugging, identifying suspicious activity, and generating analytics.", + unifra: + "Regarding the RPC(remote procedure call) data, we do not collect request data or request origin. We temporarily record the request method names and IP addresses for 7 days to ensure our service functionality such as load balancing and DDoS protection. All the data is automatically deleted after 7 days. Only the amounts of RPC requests of users are recorded for accounting and billing purposes within longer time. https://unifra.io/", + SFTProtocol: + "Information collected automatically may include usage details, IP addresses, and information collected through cookies and other tracking technologies", + gateway: + "When you use our services or visit our websites, we may log your device’s IP address for debugging and security reasons. We may retain this information for up to twelve months", + eosnetwork: + "We collect information about your device and internet connection, including the device’s unique device identifier, IP address, operating system, and browser type, mobile network information", + jfc: + "We do not collect request data or request origin. We only temporarily record the request method names and IP addresses for 7 days to ensure our service functionality such as load balancing and DDoS protection. All the data is automatically deleted after 7 days and we do not store any user information for longer periods of time. https://blockpi.io/privacy-policy", + j2o: + "We do not collect request data or request origin. We only temporarily record the request method names and IP addresses for 7 days to ensure our service functionality such as load balancing and DDoS protection. All the data is automatically deleted after 7 days and we do not store any user information for longer periods of time. https://blockpi.io/privacy-policy", + icplazaorg: + "Please be aware that we collect your following information for the purpose of satisfying your needs in ICPlaza services(...) 1.We will collect your mobile device information, operation records, transaction records, wallet address and other personal information. https://www.icplaza.pro/privacy-policy", + tenderly: + "Additionally, if you are an Account Member, we may collect business and transactional data about you (and your business) that accumulates over the normal course of operation regarding providing our Services. This may include transaction records, stored files, user profiles, information about collaborators, analytics data, and other metrics, as well as other types of information created or generated by your interaction with our Services. https://tenderly.co/privacy-policy", + soma: + "At SomaNetwork Mainnet Or Testnet, we are committed to protecting your privacy and ensuring the security of your data. This privacy policy summary outlines how we handle and protect your personal information when using our SomaNetwork Mainnet and Testnet services. Please note that this is a summary, and the full privacy policy should be reviewed for complete details soma. 1.We will collect your mobile device information, operation records, transaction records, wallet address and other personal information. https://soma-network.gitbook.io/soma-network/privacy-policy", + chain49: + "We collect device information and request metadata like IP address and User Agent for the purpose of load balancing and rate limiting. More info: https://chain49.com/privacy-policy", + meowrpc: + "With the exclusion of data that will be openly visible and available on the blockchain, MEOWRPC does not track or store any kind of user information (such as location, IP address, etc.) that passes through our RPC. For further details regarding our privacy practices, we encourage you to refer to our Privacy Policy. https://privacy.meowrpc.com", + drpc: + "Specific types of technical data that we may temporarily log include:IP address (only in logs for redirecting requests to the nearest RPC nodes and rate limiting at the free level, which are cleared weekly). The user ID is hidden in the temporary logs, so it is not possible to link them to a specific user.https://drpc.org/privacy-policy", + las: + "The Living Assets network does not store any personal data provided by its users. The network solely communicates on-chain signatures generated by web3 compatible wallets. However, it is possible that clients utilizing the network may necessitate supplementary information from their users to fulfill Know Your Customer obligations. In such cases, explicit consent from the users is mandatory, following standard procedures.", + dwellir: + "Except for the data that is publicly accessible on the blockchain, Dwellir does not collect or keep any user information (like location, IP address, etc.) transmitted via our RPC. For more information about our privacy methods, we suggest checking out our Privacy Policy at https://www.dwellir.com/privacy-policy", + ard: + " (ARD) Ardenium Athena, we prioritize the protection of your privacy and the security of your data. This privacy policy summary provides an overview of how we handle and safeguard your personal information when you use our Ardenium Athena Explorer Blockchain services. However, please note that this is only a summary, and for complete details, we encourage you to review the full privacy policy available at soma, Information Collection: When you use our services, we may collect personal information, such as mobile device details, operation records, transaction records, wallet addresses, and other relevant data. For a more comprehensive understanding, please refer to our full privacy policy at https://docs.ardenium.wiki/ardenium-network/disclaimer.", + zan: + "ZAN Node Service generally does not store any kind of user information (e.g. IP address, location, requst location, request data, etc.) that transits through our RPCs except for one senario ——we may track your IP address when you are using our RPCs and will delete it immediately when you stoping using our RPCs. To learn more, please review our privacy policy at https://a.zan.top/static/Privacy-Policy.pdf", + quicknode: + "Information about your computer hardware and software may be automatically collected by QuickNode. This information can include such details as your IP address, browser type, domain names, access times and referring website addresses.https://www.quicknode.com/privacy", + chainstack: + "We process certain personal data to provide you with the core functionality of our Services. Specifically, when you are: Using the Chainstack Console, we process your name, surname, email address (your account identifier), organization name, IP address, all HTTP headers (most importantly User-Agent), cookies; Using the Chainstack Blockchain infrastructure, we process nodes' token stored in Chainstack Vault, IP address and HTTP headers, request body, API token in Chainstack Vault.https://chainstack.com/privacy/", + shardeum: + "Shardeum follows a standard procedure of using log files. These files log visitors when they visit websites... The information collected by log files includes IP addresses, browser type, ISP, date and time stamp, referring/exit pages, and potentially the number of clicks.https://shardeum.org/privacy-policy/", + softnote: + "CrispMind collects personal information and uses cookies for site operation, analysis, and enhancement, with no control over third-party cookies.https://softnote.com/privacy/", + lava: + "We, our service providers, and our business partners may automatically log information about you, your computer or mobile device, and your interaction over time with the Service..., such as: Device data, ...your computer or mobile device's operating system type and version, manufacturer and model, browser type, screen resolution, RAM and disk size, CPU usage, device type (e.g., phone, tablet), IP address, unique identifiers (including identifiers used for advertising purposes), language settings, mobile device carrier, radio/network information (e.g., Wi-Fi, LTE, 3G), and general location information such as city, state or geographic area. https://www.lavanet.xyz/privacy-policy", + merkle: + "merkle does not track or store user information that transits through our RPCs (location, IP, wallet, etc).", + liquify: + "What data do we collect? Information collected automatically from your device, including IP address, device type,operating system, browser-type, broad geographic location and other technical information.https://www.liquify.io/privacy_policy.pdf", + autostake: + "When you browse our marketing pages, we’ll track that for statistical purposes (like conversion rates and to test new designs). We also store any information you volunteer, like surveys, for as long as it makes sense.https://autostake.com/privacy-policy", + allthatnode: + `In addition to the Personal Information, the Billing Information, and the Geolocational Information..., we automatically collect certain information when you use the Platform or Website: IP addresses, browser type and language...; information about a mobile device, including universally unique ID (“UUID”), platform type and version (e.g., iOS or Android), carrier and country location, hardware and processor information, and network type; and activity and usage information occurring via the Platform or Website.https://www.allthatnode.com/privacypolicy.dsrv`, + lokibuilder: + "Private transactions. No tracking of any kind (no IPs, location, wallet etc.): https://lokibuilder.xyz/privacy", + cyphercore: + "We collect information about you in various ways when you use our website. This includes information you provide directly to us, information we collect automatically, and information we obtain from third-party sources.https://cyphercore.io/privacy-policy/", + projectpi: + "When you use Project Pi as an RPC provider we will not store your IP address or any data for more than 24 hours. IP addresses are not connected or correlated to wallet addresses", + hybrid: + "HybridChain may automatically collect information regarding your computer hardware and software. This data can encompass details like your IP address, browser type, domain names, access times, and referring website addresses. This collection is in line with HybridChain's privacy policy and aims to optimize service provision and enhance user experience.https://docs.hybridchain.ai/privacy-policy", + rivet: + "We collect End Users’ information when they use our Customers’ web3-enabled websites, web applications, and APIs. This information may include but is not limited to IP addresses, system configuration information, and other information about traffic to and from Customers’ websites (collectively, “Log Data”). We collect and use Log Data to operate, maintain, and improve our Services in performance of our obligations under our Customer agreements.https://rivet.cloud/privacy-policy", + tokenview: + "Information about your computer hardware and software may be automatically collected by Tokenview. This information can include such details as your IP address, browser type, domain names, access times, etc.https://services.tokenview.io/en/protocol", + thirdweb: + "Server logs automatically record information and details about your online interactions with us. For example, server logs may record information about your visit to our Site on a particular time and day and collect information such as your device ID and IP address.https://thirdweb.com/privacy", + itrocket: + "We do not track, store or process any personal data. You can check our privacy policy here: https://itrocket.net/privacy-policy/", + nodeconnect: + "We may collect information about how you interact with our Service. This may include information about your operating system, IP address, and browser type : https://nodeconnect.org/privacy.txt", + decubate: + "With the exception of data that will be public on chain, all the other metadata should remain private to users and other parties should not be able to access or collect it. Decubate doesn't store any data related to the user using the RPC. https://docs.decubate.com/rpc-privacy/", + polysplit: + "When you use our Service, we does not track the IP address or other user info.https://polysplit.cloud/privacy", + nocturnDao: + "As a fundamental practice, we do not collect, store, or process any personal information from our users. This non-collection policy ensures absolute data security and privacy for our users.https://nocturnode.tech/privacy", + stateless: + "Through any of our RPC API endpoints, whether public or private, we do not collect personal identifiers such as IP addresses, request origins, or specific request data. https://www.stateless.solutions/api-usage-privacy-policy", + rpcgrid: + "Only strictly functional data is automatically collected by the RPC. None of this data is directly exported or used for commercial purposes. https://rpcgrid.com/privacy-policy", + stackup: + "We collect Personal Data about you from the following categories of sources: You, When you provide such information directly to us, When you create an account or use our interactive tools and Services. When you use the Services and such information is collected automatically, Third Parties. Read more at https://www.stackup.sh/privacy", + q: + "Our system records data and information about the computer used by the user automatically and with every visit on our website. The following data are collected: Information regarding the type and version of internet browser used to access the website, Operating system, IP address, Date and time of each access, Web page from which the user was redirected to our page, Web pages and resources that were visited, The data mentioned above are saved for a maximum time period of 30 days.https://q.org/privacy-policy", + gasswap: + "GasSwap nodes are provided as a public good and we never store any identifiable information for users. See https://docs.gasswap.org/gasswap/public-node", + mxc: + "MXC MoonChain prioritizes user privacy and security, ensuring that no identifiable personal information is collected or stored when utilizing the AXS Layer3 Wallet. For complete details, please refer to our Privacy Policy at https://doc.mxc.com/docs/Resources/Privacy.", + zeeve: + "We may collect personal and sensitive personal information about you and store this information in connection with the provision and fulfilment of our services to you. Personal information may include: First name and last name,Email address, Location,IP Address://www.zeeve.io/privacy-policy/", + tatum: + "Tatum Technology s.r.o.'s policy respects your privacy regarding any information we may collect from you across our website, https://tatum.io, and other sites we own and operate. For more info, check https://tatum.io/privacy-policy ." + }; + +export const extraRpcs = { + 1: { + rpcs: [ + // Quicknode -> tracks IP + { + url: "https://endpoints.omniatech.io/v1/eth/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://rpc.ankr.com/eth", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://go.getblock.io/d9fde9abc97545f4887f56ae54f3c2c0", + tracking: "none", + trackingDetails: privacyStatement.getblock, + }, + { + url: + "https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7", + tracking: "yes", + trackingDetails: privacyStatement.nodereal, + }, + { + url: "https://ethereum-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://ethereum-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/eth", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://rpc.builder0x69.io/", + tracking: "none", + trackingDetails: privacyStatement.builder0x69, + }, + { + url: "https://rpc.mevblocker.io", + tracking: "none", + trackingDetails: privacyStatement.MEVBlockerRPC, + }, + { + url: "https://rpc.flashbots.net/", + tracking: "none", + trackingDetails: privacyStatement.flashbots, + }, + { + url: "https://virginia.rpc.blxrbdn.com/", + tracking: "yes", + trackingDetails: privacyStatement.bloxroute, + }, + { + url: "https://uk.rpc.blxrbdn.com/", + tracking: "yes", + trackingDetails: privacyStatement.bloxroute, + }, + { + url: "https://singapore.rpc.blxrbdn.com/", + tracking: "yes", + trackingDetails: privacyStatement.bloxroute, + }, + { + url: "https://eth.rpc.blxrbdn.com/", + tracking: "yes", + trackingDetails: privacyStatement.bloxroute, + }, + { + url: "https://cloudflare-eth.com/", + tracking: "yes", + trackingDetails: privacyStatement.cloudflare, + }, + // RPC Fast -> Tracks IP + { + url: "https://eth-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://api.securerpc.com/v1", + tracking: "unspecified", + }, + { + url: + "https://openapi.bitstack.com/v1/wNFxbiJyQsSeLrX8RRCHi7NpRxrlErZk/DjShIqLishPCTB9HiMkPHXjUM9CNM9Na/ETH/mainnet", + tracking: "yes", + trackingDetails: privacyStatement.bitstack, + }, + { + url: "https://eth-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://eth-mainnet-public.unifra.io", + tracking: "limited", + trackingDetails: privacyStatement.unifra + }, + { + url: "https://ethereum.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://rpc.payload.de", + tracking: "none", + trackingDetails: privacyStatement.payload, + }, + // Distributed cluster of Ethereum nodes designed for speed and anonymity! + { + url: "https://api.zmok.io/mainnet/oaen6dy8ff6hju9k", + tracking: "none", + trackingDetails: privacyStatement.zmok, + }, + { + url: "https://eth-mainnet.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://eth.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "https://core.gashawk.io/rpc", + tracking: "yes", + trackingDetails: privacyStatement.gashawk, + }, + //"http://127.0.0.1:8545", + //"https://yolo-intensive-paper.discover.quiknode.pro/45cad3065a05ccb632980a7ee67dd4cbb470ffbd/", + //"https://api.mycryptoapi.com/eth", + //"https://mainnet-nethermind.blockscout.com/", + //"https://nodes.mewapi.io/rpc/eth", + //"https://main-rpc.linkpool.io/", + "https://mainnet.eth.cloud.ava.do/", + "https://ethereumnodelight.app.runonflux.io", + "https://eth-mainnet.rpcfast.com?api_key=xbhWBI1Wkguk8SNMu1bvvLurPGLXmgwYeC4S6g2H7WdwFigZSmPWVZRxrskEQwIf", + //"http://18.211.207.34:8545", + "https://main-light.eth.linkpool.io", + { + url: "https://rpc.eth.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://rpc.chain49.com/ethereum?api_key=14d1a8b86d8a4b4797938332394203dc", + tracking: "yes", + trackingDetails: privacyStatement.chain49 + }, + { + url: "https://eth.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://eth.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://mainnet.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://rpc.tenderly.co/fork/c63af728-a183-4cfb-b24e-a92801463484", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://api.zan.top/node/v1/eth/mainnet/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://eth-mainnet.diamondswap.org/rpc", + tracking: "limited", + trackingDetails: privacyStatement.diamondswap, + }, + "https://rpc.notadegen.com/eth", + { + url: "https://eth.merkle.io", + tracking: "none", + trackingDetails: privacyStatement.merkle, + }, + { + url: "https://rpc.lokibuilder.xyz/wallet", + tracking: "none", + trackingDetails: privacyStatement.lokibuilder, + }, + { + url: "https://services.tokenview.io/vipapi/nodeservice/eth?apikey=qVHq2o6jpaakcw3lRstl", + tracking: "yes", + trackingDetails: privacyStatement.tokenview, + }, + { + url: "https://eth.nodeconnect.org/", + tracking: "yes", + trackingDetails: privacyStatement.nodeconnect, + }, + { + url: "https://api.stateless.solutions/ethereum/v1/demo", + tracking: "none", + trackingDetails: privacyStatement.stateless, + }, + { + url: "https://rpc.polysplit.cloud/v1/chain/1", + tracking: "none", + trackingDetails: privacyStatement.polysplit, + }, + { + url: "https://public.stackup.sh/api/v1/node/ethereum-mainnet", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + { + url: "https://eth1.lava.build/lava-referer-ed07f753-8c19-4309-b632-5a4a421aa589/", + tracking: "yes", + trackingDetails: privacyStatement.lava, + }, + { + url: "https://eth1.lava.build/lava-referer-16223de7-12c0-49f3-8d87-e5f1e6a0eb3b/", + tracking: "yes", + trackingDetails: privacyStatement.lava, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/ethereum-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + "https://ethereum.rpc.subquery.network/public" + ], + }, + 2: { + rpcs: ["https://node.eggs.cool", "https://node.expanse.tech"], + }, + 1975: { + rpcs: ["https://rpc.onuschain.io"], + }, + 80001: { + rpcs: [ + "https://rpc-mumbai.maticvigil.com", + { + url: "https://endpoints.omniatech.io/v1/matic/mumbai/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://rpc.ankr.com/polygon_mumbai", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + "https://polygontestapi.terminet.io/rpc", + { + url: "https://polygon-testnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://polygon-mumbai.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://polygon-mumbai.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://polygon-mumbai-bor-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://polygon-mumbai-bor-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://polygon-mumbai-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://polygon-mumbai.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/polygon-mumbai", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://api.zan.top/node/v1/polygon/mumbai/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://polygon-mumbai.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://public.stackup.sh/api/v1/node/polygon-mumbai", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + ], + }, + //Rinkeby testnet deprecated + 4: { + rpcs: [ + "https://rpc.ankr.com/eth_rinkeby", + "https://rinkeby.infura.io/3/9aa3d95b3bc440fa88ea12eaa4456161", + ], + }, + 5: { + rpcs: [ + { + url: "https://rpc.ankr.com/eth_goerli", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://endpoints.omniatech.io/v1/eth/goerli/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", + tracking: "limited", + trackingDetails: privacyStatement.infura, + }, + { + url: "https://eth-goerli.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://eth-goerli.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://goerli.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://eth-goerli.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "https://rpc.goerli.eth.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://ethereum-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://ethereum-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://goerli.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/goerli", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://api.zan.top/node/v1/eth/goerli/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://builder-rpc1.0xblockswap.com", + tracking: "yes", + trackingDetails: privacyStatement.blockswap + }, + { + url: "https://builder-rpc2.0xblockswap.com", + tracking: "yes", + trackingDetails: privacyStatement.blockswap + }, + ], + }, + //Ropsten testnet deprecated + 3: { + rpcs: [ + "https://rpc.ankr.com/eth_ropsten", + "https://ropsten.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", + ], + }, + 195: { + rpcs: [ + { + url: "https://x1-testnet.blockpi.network/v1/rpc/public ", + tracking: "limited", + trackingDetails: privacyStatement.blockpi + }, + ] + }, + 4002: { + rpcs: [ + "https://rpc.testnet.fantom.network/", + { + url: "https://endpoints.omniatech.io/v1/fantom/testnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://rpc.ankr.com/fantom_testnet", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://fantom-testnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://fantom-testnet-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://fantom-testnet-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://fantom.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + "4444": { + rpcs: ["https://janus.htmlcoin.dev/janus/"], + }, + 43113: { + rpcs: [ + "https://api.avax-test.network/ext/bc/C/rpc", + { + url: "https://endpoints.omniatech.io/v1/avax/fuji/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://rpc.ankr.com/avalanche_fuji", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://rpc.ankr.com/avalanche_fuji-c", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + "https://avalanchetestapi.terminet.io/ext/bc/C/rpc", + { + url: "https://ava-testnet.public.blastapi.io/ext/bc/C/rpc", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://avalanche-fuji-c-chain-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://avalanche-fuji-c-chain-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://avalanche-fuji.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://api.zan.top/node/v1/avax/fuji/public/ext/bc/C/rpc", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://public.stackup.sh/api/v1/node/avalanche-fuji", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + ], + }, + 56: { + rpcs: [ + "https://bsc-dataseed.bnbchain.org/", + "https://bsc-dataseed1.defibit.io/", + "https://bsc-dataseed1.ninicoin.io/", + "https://bsc-dataseed2.defibit.io/", + "https://bsc-dataseed3.defibit.io/", + "https://bsc-dataseed4.defibit.io/", + "https://bsc-dataseed2.ninicoin.io/", + "https://bsc-dataseed3.ninicoin.io/", + "https://bsc-dataseed4.ninicoin.io/", + "https://bsc-dataseed1.bnbchain.org/", + "https://bsc-dataseed2.bnbchain.org/", + "https://bsc-dataseed3.bnbchain.org/", + "https://bsc-dataseed4.bnbchain.org/", + "https://bsc-dataseed6.dict.life/", + { + url: "https://rpc-bsc.48.club", + tracking: "limited", + trackingDetails: privacyStatement["48Club"], + }, + { + url: "https://koge-rpc-bsc.48.club", + tracking: "limited", + trackingDetails: privacyStatement["48Club"], + }, + { + url: "https://endpoints.omniatech.io/v1/bsc/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://bsc-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: + "https://bsc-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3", + tracking: "yes", + trackingDetails: privacyStatement.nodereal, + }, + { + url: "https://rpc.ankr.com/bsc", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://go.getblock.io/cc778cdbdf5c4b028ec9456e0e6c0cf3", + tracking: "limited", + trackingDetails: privacyStatement.getblock, + }, + "https://bscrpc.com", + "https://bsc.rpcgator.com/", + { + url: "https://binance.nodereal.io", + tracking: "yes", + trackingDetails: privacyStatement.nodereal, + }, + "https://bsc-mainnet.rpcfast.com?api_key=xbhWBI1Wkguk8SNMu1bvvLurPGLXmgwYeC4S6g2H7WdwFigZSmPWVZRxrskEQwIf", + "https://nodes.vefinetwork.org/smartchain", + { + url: "https://1rpc.io/bnb", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://bsc.rpc.blxrbdn.com/", + tracking: "yes", + trackingDetails: privacyStatement.bloxroute, + }, + { + url: "https://bsc.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://bnb.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "https://bsc-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://bsc-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://bsc-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://bsc.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://api.zan.top/node/v1/bsc/mainnet/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://bsc.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://services.tokenview.io/vipapi/nodeservice/bsc?apikey=qVHq2o6jpaakcw3lRstl", + tracking: "yes", + trackingDetails: privacyStatement.tokenview, + }, + { + url: "https://rpc.polysplit.cloud/v1/chain/56", + tracking: "none", + trackingDetails: privacyStatement.polysplit, + }, + { + url: "https://public.stackup.sh/api/v1/node/bsc-mainnet", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/bsc-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 97: { + rpcs: [ + { + url: "https://endpoints.omniatech.io/v1/bsc/testnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + "https://bsctestapi.terminet.io/rpc", + { + url: "https://bsc-testnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://bsc-testnet-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://bsc-testnet-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://api.zan.top/node/v1/bsc/testnet/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://bsc-testnet.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://public.stackup.sh/api/v1/node/bsc-testnet", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + ], + }, + 900000: { + rpcs: ["https://api.posichain.org", "https://api.s0.posichain.org"], + }, + 43114: { + rpcs: [ + "https://api.avax.network/ext/bc/C/rpc", + //"https://avax.rpcgator.com/", + "https://avalanche.public-rpc.com", + { + url: "https://rpc.ankr.com/avalanche", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://blastapi.io/public-api/avalanche", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + "https://avalancheapi.terminet.io/ext/bc/C/rpc", + { + url: "https://avalanche-c-chain-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://avalanche-c-chain-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/avax/c", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://avalanche.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://avax-pokt.nodies.app/ext/bc/C/rpc", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://avalanche.api.onfinality.io/public/ext/bc/C/rpc", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://endpoints.omniatech.io/v1/avax/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://avax.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://api.zan.top/node/v1/avax/mainnet/public/ext/bc/C/rpc", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://avalanche.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://public.stackup.sh/api/v1/node/avalanche-mainnet", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/avax-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 250: { + rpcs: [ + "https://rpcapi.fantom.network", + { + url: "https://endpoints.omniatech.io/v1/fantom/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://fantom-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + "https://rpc.ftm.tools/", + { + url: "https://rpc.ankr.com/fantom", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + "https://rpc.fantom.network", + "https://rpc2.fantom.network", + "https://rpc3.fantom.network", + { + url: "https://fantom-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://1rpc.io/ftm", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://fantom.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://fantom-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://fantom-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://fantom.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://rpc.fantom.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://fantom.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/fantom-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 137: { + rpcs: [ + "https://rpc-mainnet.maticvigil.com", + { + url: "https://endpoints.omniatech.io/v1/matic/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + "https://polygon-rpc.com", + "https://rpc-mainnet.matic.network", + { + url: "https://rpc-mainnet.matic.quiknode.pro", + tracking: "yes", + trackingDetails: privacyStatement.quicknode, + }, + "https://matic-mainnet-full-rpc.bwarelabs.com", + "https://matic-mainnet-archive-rpc.bwarelabs.com", + { + url: "https://polygon-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://rpc.ankr.com/polygon", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://polygon-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + "https://polygonapi.terminet.io/rpc", + { + url: "https://1rpc.io/matic", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + "https://polygon-mainnet.rpcfast.com?api_key=xbhWBI1Wkguk8SNMu1bvvLurPGLXmgwYeC4S6g2H7WdwFigZSmPWVZRxrskEQwIf", + { + url: "https://polygon-bor-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://polygon-bor-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + "https://polygon-mainnet-public.unifra.io", + { + url: "https://polygon-mainnet.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://polygon.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://polygon.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://polygon.rpc.blxrbdn.com/", + tracking: "yes", + trackingDetails: privacyStatement.bloxroute, + }, + { + url: "https://polygon.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://polygon.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/polygon", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://api.zan.top/node/v1/polygon/mainnet/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://polygon.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://getblock.io/nodes/matic/", + tracking: "none", + trackingDetails: privacyStatement.getblock, + }, + { + url: "https://api.stateless.solutions/polygon/v1/demo", + tracking: "none", + trackingDetails: privacyStatement.stateless, + }, + { + url: "https://public.stackup.sh/api/v1/node/polygon-mainnet", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/polygon-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + "https://polygon.rpc.subquery.network/public" + ], + }, + 25: { + rpcs: [ + "https://evm.cronos.org", + "https://cronos-rpc.elk.finance/", + { + url: "https://cronos.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://cronos-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://cronos-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/cro", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + "https://rpc.vvs.finance", + "https://mmf-rpc.xstaking.sg", + ], + }, + 338: { + rpcs: [ + "https://evm-t3.cronos.org/", + ], + }, + 142857: { + rpcs: [ + { + url: "https://rpc1.icplaza.pro/", + tracking: "yes", + trackingDetails: privacyStatement.icplazaorg, + }, + ], + }, + 42161: { + rpcs: [ + "https://arb1.arbitrum.io/rpc", + { + url: "https://rpc.ankr.com/arbitrum", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://1rpc.io/arb", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://arb-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://arb-mainnet.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://arbitrum.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://arbitrum-one.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://endpoints.omniatech.io/v1/arbitrum/one/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://arb-mainnet-public.unifra.io", + tracking: "limited", + trackingDetails: privacyStatement.unifra + }, + { + url: "https://rpc.arb1.arbitrum.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://arbitrum-one-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://arbitrum-one-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://arbitrum.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://api.zan.top/node/v1/arb/one/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://arbitrum.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://public.stackup.sh/api/v1/node/arbitrum-one", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + { + url: "https://api.stateless.solutions/arbitrum-one/v1/demo", + tracking: "none", + trackingDetails: privacyStatement.stateless, + }, + "https://arbitrum.rpc.subquery.network/public" + ], + }, + 421613: { + rpcs: [ + { + url: "https://endpoints.omniatech.io/v1/arbitrum/goerli/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://arb-goerli.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://arbitrum-goerli.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://rpc.goerli.arbitrum.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://arbitrum-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://arbitrum-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://api.zan.top/node/v1/arb/goerli/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + ], + }, + 42170: { + rpcs: [ + "https://nova.arbitrum.io/rpc", + { + url: "https://arbitrum-nova.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://arbitrum-nova.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://arbitrum-nova-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://arbitrum-nova-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://arbitrum-nova.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/arb-nova-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 421614: { + rpcs: [ + { + url: "https://arbitrum-sepolia.blockpi.network/v1/rpc/public ", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://public.stackup.sh/api/v1/node/arbitrum-sepolia", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + ], + }, + 8217: { + rpcs: [ + "https://public-en-cypress.klaytn.net", + { + url: "https://klaytn-mainnet-rpc.allthatnode.com:8551", + tracking: "yes", + trackingDetails: privacyStatement.allthatnode + }, + { + url: "https://rpc.ankr.com/klaytn ", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://klaytn.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://klaytn.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://1rpc.io/klay", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://klaytn-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://klaytn.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/klaytn-cypress", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 1666600000: { + rpcs: [ + "https://api.harmony.one", + "https://a.api.s0.t.hmny.io", + "https://api.s0.t.hmny.io", + { + url: "https://rpc.ankr.com/harmony", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://harmony.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://1rpc.io/one", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://hmyone-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://endpoints.omniatech.io/v1/harmony/mainnet-0/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + ], + }, +168587773: { + rpcs: [ + { + url: "https://blast-sepolia.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ], + }, +81457: { + rpcs: [ + "https://rpc.blast.io", + "https://blast.din.dev/rpc", + "https://blastl2-mainnet.public.blastapi.io", + "https://blast.blockpi.network/v1/rpc/public", + { + url: "https://blast.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://rpc.ankr.com/blast", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://blast.gasswap.org", + tracking: "none", + trackingDetails: privacyStatement.gasswap, + }, + { + url: "wss://blast.gasswap.org", + tracking: "none", + trackingDetails: privacyStatement.gasswap, + }, + ], + }, + 204: { + rpcs: [ + { + url: "https://opbnb-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://opbnb-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/opbnb", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + ], + }, + 1666700000: { + rpcs: [ + { + url: "https://endpoints.omniatech.io/v1/harmony/testnet-0/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + ] + }, + 1313161554: { + rpcs: [ + "https://mainnet.aurora.dev", + { + url: "https://endpoints.omniatech.io/v1/aurora/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://1rpc.io/aurora", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://aurora.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/aurora-mainnet ", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 1313161555: { + rpcs: [ + { + url: "https://endpoints.omniatech.io/v1/aurora/testnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + ] + }, + 4181: { + rpcs: ["https://rpc1.phi.network"], + }, + 128: { + rpcs: [ + "https://http-mainnet.hecochain.com", + "https://http-mainnet-node.huobichain.com", + "https://hecoapi.terminet.io/rpc", + ], + }, + 256: { + rpcs: ["https://hecotestapi.terminet.io/rpc"], + }, + 5165: { + rpcs: [ + { + url: "https://bahamut-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://bahamut-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + ], + }, + 42220: { + rpcs: [ + "https://forno.celo.org", + { + url: "https://rpc.ankr.com/celo", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://1rpc.io/celo", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://celo.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/celo-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 10: { + rpcs: [ + "https://mainnet.optimism.io/", + { + url: "https://optimism-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://rpc.ankr.com/optimism", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://1rpc.io/op", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://op-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://opt-mainnet.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://optimism.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://endpoints.omniatech.io/v1/op/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://optimism.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://rpc.optimism.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://optimism-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://optimism-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://optimism.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://api.zan.top/node/v1/opt/mainnet/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://optimism.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://optimism.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/optimism", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://api.stateless.solutions/optimism/v1/demo", + tracking: "none", + trackingDetails: privacyStatement.stateless, + }, + { + url: "https://public.stackup.sh/api/v1/node/optimism-mainnet", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/optimism-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 11155420: { + rpcs: [ + { + url: "https://optimism-sepolia.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://public.stackup.sh/api/v1/node/optimism-sepolia", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + ], +}, + 1881: { + rpcs: [ + { + url: "https://rpc.cartenz.works", + tracking: "none", + trackingDetails: privacyStatement.gitshock, + } + ] + }, +4200: { + rpcs: [ + { + url: "https://merlin.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi + }, + ] + }, + 420: { + rpcs: [ + { + url: "https://endpoints.omniatech.io/v1/op/goerli/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://opt-goerli.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://optimism-goerli.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://rpc.goerli.optimism.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://optimism-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://optimism-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://api.zan.top/node/v1/opt/goerli/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://optimism-goerli.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/optimism-goerli", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + ], + }, + 1088: { + rpcs: [ + "https://andromeda.metis.io/?owner=1088", + { + url: "https://metis-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://metis.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://metis-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + ], + }, + 1246: { + rpcs: ["https://rpc-cnx.omplatform.com"], + }, + 100: { + rpcs: [ + "https://rpc.gnosischain.com", + "https://xdai-archive.blockscout.com", + { + url: "https://gnosis-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://rpc.gnosis.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://gnosis-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://rpc.ankr.com/gnosis", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://rpc.ap-southeast-1.gateway.fm/v4/gnosis/non-archival/mainnet", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://gnosis.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://gnosis.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://gnosis.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://endpoints.omniatech.io/v1/gnosis/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://gnosis-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://gnosis-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/gnosis", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/gno-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 10200: { + rpcs: [ + "https://rpc.chiadochain.net", + { + url: "https://rpc.chiado.gnosis.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: " https://endpoints.omniatech.io/v1/gnosis/chiado/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://gnosis-chiado-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://gnosis-chiado-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/gnosis", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + ], + }, + 1231: { + rpcs: ["https://ultron-rpc.net"], + }, + 1285: { + rpcs: [ + { + url: "wss://moonriver.api.onfinality.io/public-ws", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://moonriver.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "https://moonriver.unitedbloc.com:2000", + tracking: "yes", + trackingDetails: privacyStatement.unitedbloc, + }, + { + url: "wss://moonriver.unitedbloc.com:2001", + tracking: "yes", + trackingDetails: privacyStatement.unitedbloc, + }, + { + url: "https://moonriver.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://moonriver-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + { + url: "wss://moonriver-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + { + url: "https://moonriver-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://moonriver-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + ], + }, + 361: { + rpcs: ["https://eth-rpc-api.thetatoken.org/rpc"], + }, + 42262: { + rpcs: ["https://emerald.oasis.dev/", + { + url: "https://1rpc.io/oasis/emerald", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + ], + }, + 40: { + rpcs: [ + "https://mainnet.telos.net/evm", + "https://mainnet15.telos.net/evm", + "https://rpc3.us.telos.net/evm", + "https://evm.telos.detroitledger.tech/evm", + "https://mainnet-us.telos.net/evm", + "https://mainnet-eu.telos.net/evm", + "https://mainnet-asia.telos.net/evm", + { + url: "https://1rpc.io/telos/evm", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + ], + }, + 32659: { + rpcs: [ + "https://mainnet.fusionnetwork.io", + "wss://mainnet.fusionnetwork.io", + ], + }, + 1284: { + rpcs: [ + "https://rpc.api.moonbeam.network", + { + url: "https://moonbeam.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "wss://moonbeam.api.onfinality.io/public-ws", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "https://moonbeam.unitedbloc.com:3000", + tracking: "yes", + trackingDetails: privacyStatement.unitedbloc, + }, + { + url: "wss://moonbeam.unitedbloc.com:3001", + tracking: "yes", + trackingDetails: privacyStatement.unitedbloc, + }, + { + url: "https://moonbeam.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://rpc.ankr.com/moonbeam", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://1rpc.io/glmr", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://moonbeam-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + { + url: "wss://moonbeam-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + { + url: "https://endpoints.omniatech.io/v1/moonbeam/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://moonbeam-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://moonbeam-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + ], + }, + 30: { + rpcs: ["https://public-node.rsk.co"], + }, + 4689: { + rpcs: [ + { + url: "https://rpc.ankr.com/iotex", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + "https://babel-api.mainnet.iotex.io", + "https://babel-api.mainnet.iotex.one", + "https://babel-api.fastblocks.io", + { + url: "https://iotexrpc.com", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://iotex-network.rpc.thirdweb.com", + tracking: "yes", + trackingDetails: privacyStatement.thirdweb, + }, + { + url: "https://iotex.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + 66: { + rpcs: [ + "https://exchainrpc.okex.org", + { + url: "https://oktc-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://okt-chain.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://1rpc.io/oktc", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + ], + + }, + 288: { + rpcs: [ + "https://mainnet.boba.network/", + { + url: "https://boba-ethereum.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/boba-ethereum", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://1rpc.io/boba/eth", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + } + ], + }, + 321: { + rpcs: [ + "https://rpc-mainnet.kcc.network", + "https://kcc.mytokenpocket.vip", + "https://kcc-rpc.com", + { + url: "https://services.tokenview.io/vipapi/nodeservice/kcs?apikey=qVHq2o6jpaakcw3lRstl", + tracking: "yes", + trackingDetails: privacyStatement.tokenview, + }, + ], + }, + 888: { + rpcs: ["https://gwan-ssl.wandevs.org:56891", "https://gwan2-ssl.wandevs.org"], + }, + 106: { + rpcs: [ + "https://evmexplorer.velas.com/rpc", + "https://velas-mainnet.rpcfast.com?api_key=xbhWBI1Wkguk8SNMu1bvvLurPGLXmgwYeC4S6g2H7WdwFigZSmPWVZRxrskEQwIf", + ], + }, + 10000: { + rpcs: [ + "https://smartbch.fountainhead.cash/mainnet", + "https://global.uat.cash", + "https://rpc.uatvo.com", + { + url: "https://api.tatum.io/v3/blockchain/node/bch-mainnet ", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + } + ], + }, + 19: { + rpcs: ["https://songbird.towolabs.com/rpc"], + }, + 122: { + rpcs: [ + "https://rpc.fuse.io", + { + url: "https://fuse-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt + }, + { + url: "https://fuse-mainnet.chainstacklabs.com", + tracking: "yes", + trackingDetails: privacyStatement.chainstack + }, + { + url: "https://fuse.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://fuse.liquify.com", + tracking: "yes", + trackingDetails: privacyStatement.liquify, + } + ], + }, + 336: { + rpcs: [ + "https://rpc.shiden.astar.network:8545/", + { + url: "https://shiden.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://shiden-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + { + url: "wss://shiden-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + { + url: "https://shiden.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + 592: { + rpcs: [ + "https://evm.astar.network/", + "https://rpc.astar.network:8545", + { + url: "https://astar.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://getblock.io/nodes/bsc/", + tracking: "none", + trackingDetails: privacyStatement.getblock, + }, + { + url: "https://1rpc.io/astr", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://astar-mainnet.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy, + }, + { + url: "https://astar.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "wss://astar.api.onfinality.io/public-ws", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "https://astar-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + { + url: "wss://astar-rpc.dwellir.com", + tracking: "limited", + trackingDetails: privacyStatement.dwellir, + }, + ], + }, + 71394: { + rpcs: ["https://mainnet.godwoken.io/rpc/eth-wallet"], + }, + 52: { + rpcs: [ + "https://rpc.coinex.net/", + "https://rpc1.coinex.net/", + "https://rpc2.coinex.net/", + "https://rpc3.coinex.net/", + "https://rpc4.coinex.net/", + ], + }, + 820: { + rpcs: ["https://rpc.callisto.network", "https://clo-geth.0xinfra.com/"], + }, + 108: { + rpcs: ["https://mainnet-rpc.thundercore.com"], + }, + 20: { + rpcs: ["https://api.elastos.io/esc", "https://api.trinity-tech.io/esc"], + }, + 82: { + rpcs: ["https://rpc.meter.io", + { + url: "https://rpc-meter.jellypool.xyz/", + tracking: "yes", + trackingDetails: privacyStatement.jellypool, + }, + { + url: "https://meter.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ], + }, + 5551: { + rpcs: ["https://l2.nahmii.io/"], + }, + 88: { + rpcs: ["https://rpc.tomochain.com", + { + url: "https://viction.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ], + }, + 246: { + rpcs: ["https://rpc.energyweb.org"], + }, + 57: { + rpcs: [ + "https://rpc.syscoin.org", + { + url: "https://rpc.ankr.com/syscoin", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://syscoin-evm.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://syscoin-evm.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + ], + }, + 8: { + rpcs: ["https://rpc.octano.dev"], + }, + 5050: { + rpcs: ["https://rpc.liquidchain.net/", "https://rpc.xlcscan.com/"], + }, + 333999: { + rpcs: ["https://rpc.polis.tech"], + }, + 55: { + rpcs: [ + "https://rpc-1.zyx.network/", + "https://rpc-2.zyx.network/", + "https://rpc-3.zyx.network/", + "https://rpc-5.zyx.network/", + ], + }, + 60: { + rpcs: ["https://rpc.gochain.io"], + }, + 11297108109: { + rpcs: [ + { + url: + "https://palm-mainnet.infura.io/v3/3a961d6501e54add9a41aa53f15de99b", + tracking: "limited", + trackingDetails: privacyStatement.infura, + }, + { + url: "https://palm-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/palm-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 7: { + rpcs: ["https://rpc.dome.cloud"], + }, + 11: { + rpcs: ["https://api.metadium.com/dev"], + }, + 14: { + rpcs: [], + rpcWorking: false, + }, + 15: { + rpcs: ["https://prenet.diode.io:8443/"], + }, + 17: { + rpcs: ["https://rpc.thaifi.com"], + }, + 17000: { + rpcs: [ + { + url: "https://ethereum-holesky-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://etherem-holesky-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/holesky", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://ethereum-holesky.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://holesky-rpc.nocturnode.tech", + tracking: "none", + trackingDetails: privacyStatement.nocturnDao, + }, + ], + }, + 22: { + rpcs: ["https://api.trinity-tech.io/eid", "https://api.elastos.io/eid"], + }, + 24: { + rpcs: ["https://rpc.kardiachain.io"], + }, + 27: { + rpcs: ["https://rpc.shibachain.net"], + websiteUrl: "https://shibachain.net/", + }, + 29: { + rpcs: ["https://rpc.genesisl1.org"], + }, + 33: { + rpcs: ["https://rpc.goodata.io"], + rpcWorking: false, + }, + 35: { + rpcs: ["https://rpc.tbwg.io"], + }, + 38: { + rpcs: ["https://rpc.valorbit.com/v2"], + websiteDead: true, + rpcWorking: false, + }, + 44: { + rpcs: [ + { + url: "https://crab.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + 50: { + rpcs: [ + "https://rpc.xdcrpc.com", + "https://rpc1.xinfin.network", + "https://erpc.xinfin.network", + "https://rpc.xinfin.network", + "https://erpc.xdcrpc.com", + "https://rpc.xdc.org", + { + url: "https://rpc.ankr.com/xdc", + tracking:"limited", + trackingDetails: privacyStatement.ankr + }, + { + url: "https://api.tatum.io/v3/blockchain/node/xdc-mainnet", + tracking:"yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 51: { + rpcs: [ + "https://rpc.apothem.network", + "https://erpc.apothem.network", + "https://apothem.xdcrpc.com" + ], + }, + 58: { + rpcs: [ + "https://dappnode1.ont.io:10339", + "https://dappnode2.ont.io:10339", + "https://dappnode3.ont.io:10339", + "https://dappnode4.ont.io:10339", + ], + }, + 59: { + rpcs: ["https://api.eosargentina.io", "https://api.metahub.cash"], + }, + 15557: { + rpcs: [ + { + url: "https://api.testnet.evm.eosnetwork.com", + tracking: "yes", + trackingDetails: privacyStatement.eosnetwork, + }, + ], + }, + 17777: { + rpcs: [ + { + url: "https://api.evm.eosnetwork.com", + tracking: "yes", + trackingDetails: privacyStatement.eosnetwork, + }, + ], + }, + //Kotti testnet deprecated + 6: { + rpcs: [ + "https://www.ethercluster.com/kotti", + ], + }, + 61: { + rpcs: [ + "https://etc.mytokenpocket.vip", + "https://rpc.etcinscribe.com", + "https://etc.etcdesktop.com", + { + url: "https://besu-de.etc-network.info", + tracking: "none", + trackingDetails: privacyStatement.etcnetworkinfo, + }, + { + url: "https://geth-de.etc-network.info", + tracking: "none", + trackingDetails: privacyStatement.etcnetworkinfo, + }, + { + url: "https://besu-oc.etc-network.info", + tracking: "none", + trackingDetails: privacyStatement.etcnetworkinfo, + }, + { + url: "https://besu-at.etc-network.info", + tracking: "none", + trackingDetails: privacyStatement.etcnetworkinfo, + }, + { + url: "https://geth-at.etc-network.info", + tracking: "none", + trackingDetails: privacyStatement.etcnetworkinfo, + }, + { + url: "https://services.tokenview.io/vipapi/nodeservice/etc?apikey=qVHq2o6jpaakcw3lRstl", + tracking: "yes", + trackingDetails: privacyStatement.tokenview, + }, + { + url: "https://etc.rivet.link", + tracking: "none", + trackingDetails: privacyStatement.rivet + }, + ], + }, + //Morden testnet deprecated + 62: { + rpcs: [ + "https://www.ethercluster.com/morden", + ], + }, + 63: { + rpcs: [ + "https://rpc.mordor.etccooperative.org", + { + url: "https://geth-mordor.etc-network.info", + tracking: "limited", + trackingDetails: privacyStatement.etcnetworkinfo, + }, + ], + }, + 64: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 68: { + rpcs: [], + rpcWorking: false, + }, + 74: { + rpcs: ["https://idchain.one/rpc/"], + }, + 76: { + rpcs: [], + rpcWorking: false, + possibleRebrand: + "It is now a Polkadot chain project renamed: Acuity being built on substrate", + }, + 77: { + rpcs: ["https://sokol.poa.network"], + }, + 78: { + rpcs: ["https://ethnode.primusmoney.com/mainnet"], + }, + 80: { + rpcs: ["website:https://genechain.io/en/index.html"], + rpcWorking: false, + }, + 86: { + rpcs: ["https://evm.gatenode.cc"], + }, + 87: { + rpcs: [ + { + url: "https://rpc.novanetwork.io:9070", + tracking: "none", + trackingDetails: privacyStatement.restratagem, + }, + { + url: "https://dev.rpc.novanetwork.io/", + tracking: "none", + trackingDetails: privacyStatement.restratagem, + } + ], + }, + 90: { + rpcs: ["https://s0.garizon.net/rpc"], + }, + 91: { + rpcs: ["https://s1.garizon.net/rpc"], + }, + 92: { + rpcs: ["https://s2.garizon.net/rpc"], + }, + 93: { + rpcs: ["https://s3.garizon.net/rpc"], + }, + 96: { + rpcs: ["https://rpc.bitkubchain.io","wss://wss.bitkubchain.io"], + }, + 99: { + rpcs: ["https://core.poanetwork.dev"], + }, + 101: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 111: { + rpcs: ["https://rpc.etherlite.org"], + }, + 123: { + rpcs: ["https://rpc.fusespark.io"], + }, + 124: { + rpcs: [], + rpcWorking: false, + }, + 126: { + rpcs: ["https://rpc.mainnet.oychain.io", "https://rpc.oychain.io"], + }, + 127: { + rpcs: [], + rpcWorking: false, + }, + 142: { + rpcs: ["https://rpc.prodax.io"], + }, + 163: { + rpcs: ["https://node.mainnet.lightstreams.io"], + }, + 169: { + rpcs: [ + "https://pacific-rpc.manta.network/http", + { + url: "https://1rpc.io/manta", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + "https://manta-pacific-gascap.calderachain.xyz/http", + "https://www.tencentcloud-rpc.com/v2/manta/manta-rpc", + "https://r1.pacific.manta.systems/http", + "https://manta.nirvanalabs.xyz/mantapublic" + ], + }, + 186: { + rpcs: ["https://rpc.seelen.pro/"], + }, + 188: { + rpcs: ["https://mainnet.bmcchain.com/"], + }, + 199: { + rpcs: ["https://rpc.bittorrentchain.io/"], + }, + 200: { + rpcs: ["https://arbitrum.xdaichain.com"], + }, + 70: { + rpcs: ["https://http-mainnet.hoosmartchain.com"], + }, + 211: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 222: { + rpcs: ["https://blockchain-api-mainnet.permission.io/rpc"], + }, + 258: { + rpcs: [], + rpcWorking: false, + }, + 262: { + rpcs: ["https://sur.nilin.org"], + }, + 333: { + rpcs: [], + rpcWorking: false, + }, + 369: { + rpcs: [ + "https://rpc.pulsechain.com", + { + url: "https://pulse-s.projectpi.xyz", + tracking: "none", + trackingDetails: privacyStatement.projectpi, + }, + { + url: "https://pulsechain-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://pulsechain-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + "https://rpc-pulsechain.g4mm4.io", + "https://evex.cloud/pulserpc", + "wss://evex.cloud/pulsews" + ], + }, + 385: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 416: { + rpcs: ["https://rpc.sx.technology"], + }, + 499: { + rpcs: [], + rpcWorking: false, + website: "https://rupayacoin.org/", + }, + 512: { + rpcs: ["https://rpc.acuteangle.com"], + }, + 555: { + rpcs: ["https://rpc.velaverse.io"], + }, + 558: { + rpcs: ["https://rpc.tao.network"], + }, + 595: { + rpcs: [], + }, + 686: { + rpcs: [ + "https://eth-rpc-karura.aca-staging.network", + "https://rpc.evm.karura.network", + { + url: "https://karura.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + 707: { + rpcs: [], + rpcWorking: false, + }, + 777: { + rpcs: ["https://node.cheapeth.org/rpc"], + }, + 787: { + rpcs: [ + "https://eth-rpc-acala.aca-staging.network", + "https://rpc.evm.acala.network", + ], + }, + 803: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 880: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 977: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 998: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 1001: { + rpcs: [ + "https://public-en-baobab.klaytn.net", + { + url:"https://klaytn-baobab-rpc.allthatnode.com:8551", + tracking: "yes", + trackingDetails: privacyStatement.allthatnode + }, + { + url: "https://rpc.ankr.com/klaytn_testnet", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://klaytn-baobab.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://klaytn.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + 1010: { + rpcs: ["https://meta.evrice.com"], + }, + 1012: { + rpcs: ["https://global.rpc.mainnet.newtonproject.org"], + }, + 1022: { + rpcs: [], + websiteDead: "Possible rebrand to Clover CLV", + rpcWorking: false, + }, + 1024: { + rpcs: ["https://api-para.clover.finance"], + }, + 1030: { + rpcs: [ + "https://evm.confluxrpc.com", + "https://conflux-espace-public.unifra.io", + { + url: "https://conflux-espace.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ], + }, + 1115: { + rpcs: [ + "https://rpc.test.btcs.network", + ], + }, + 1116: { + rpcs: [ + "https://rpc.coredao.org", + "https://core.public.infstones.com", + { + url: "https://1rpc.io/core", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://rpc.ankr.com/core", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + ], + }, + 1130: { + rpcs: [ + "https://dmc.mydefichain.com/mainnet", + "https://dmc01.mydefichain.com/mainnet" + ], + }, + 1131: { + rpcs: [ + "https://dmc.mydefichain.com/testnet", + "https://dmc01.mydefichain.com/testnet", + "https://eth.testnet.ocean.jellyfishsdk.com/" + ] + }, + 1139: { + rpcs: ["https://mathchain.maiziqianbao.net/rpc"], + }, + 1197: { + rpcs: [], + rpcWorking: false, + }, + 1202: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 1213: { + rpcs: ["https://dataseed.popcateum.org"], + }, + 1214: { + rpcs: [], + rpcWorking: false, + }, + 1280: { + rpcs: ["https://nodes.halo.land"], + }, + 300: { + rpcs: [ + { + url: "https://zksync-era-sepolia.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ] + }, + 324: { + rpcs: [ + { + url: "https://zksync-era.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://zksync.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://zksync.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://1rpc.io/zksync2-era", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + ] + }, + 1287: { + rpcs: [ + "https://rpc.testnet.moonbeam.network", + { + url: "https://moonbase.unitedbloc.com:1000", + tracking: "yes", + trackingDetails: privacyStatement.unitedbloc, + }, + { + url: "wss://moonbase.unitedbloc.com:1001", + tracking: "yes", + trackingDetails: privacyStatement.unitedbloc, + }, + { + url: "https://moonbase-alpha.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://moonbeam-alpha.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + { + url: "wss://moonbeam-alpha.api.onfinality.io/public-ws", + tracking: "limited", + trackingDetails: privacyStatement.onfinality + }, + ], + }, + 1288: { + rpcs: [], + rpcWorking: false, + }, + 1440: { + rpcs: [ + { + url: "https://beta.mainnet.livingassets.io/rpc", + tracking: "limited", + trackingDetails: privacyStatement.las, + }, + { + url: "https://gamma.mainnet.livingassets.io/rpc", + tracking: "limited", + trackingDetails: privacyStatement.las, + }, + ], + }, + 1442: { + rpcs: [ + { + url: "https://api.zan.top/node/v1/polygonzkevm/testnet/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://polygon-zkevm-testnet.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ], + }, + 1618: { + rpcs: ["https://send.catechain.com"], + }, + 1620: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 1657: { + rpcs: ["https://dataseed1.btachain.com/"], + }, + 1856: { + rpcs: ["rpcWorking:false"], + rpcWorking: false, + }, + 1987: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 2000: { + rpcs: [ + "https://rpc.dogechain.dog", + "https://rpc-us.dogechain.dog", + "https://rpc-sg.dogechain.dog", + "https://rpc.dogechain.dog", + "https://rpc01-sg.dogechain.dog", + "https://rpc02-sg.dogechain.dog", + "https://rpc03-sg.dogechain.dog", + { + url: "https://dogechain.ankr.com", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://dogechain-sj.ankr.com", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/doge-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + ], + }, + 2021: { + rpcs: [ + "https://mainnet2.edgewa.re/evm", + "https://mainnet3.edgewa.re/evm", + "https://edgeware-evm0.jelliedowl.net/", + "https://edgeware-evm1.jelliedowl.net/", + "https://edgeware-evm2.jelliedowl.net/", + "https://edgeware-evm3.jelliedowl.net/", + { + url: "https://edgeware.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + 7001: { + rpcs: [ + { + url: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ], + }, + 7000: { + rpcs: [ + { + url: "https://zetachain-evm.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://zetachain-mainnet-archive.allthatnode.com:8545", + tracking: "yes", + trackingDetails: privacyStatement.allthatnode, + }, + { + url: "wss://zetachain-mainnet-archive.allthatnode.com:8546", + tracking: "yes", + trackingDetails: privacyStatement.allthatnode, + }, + { + url: "https://zeta.rpcgrid.com", + tracking: "none", + trackingDetails: privacyStatement.rpcgrid, + }, + { + url: "wss://zeta.rpcgrid.com", + tracking: "none", + trackingDetails: privacyStatement.rpcgrid, + }, + ], + }, + 2025: { + rpcs: ["https://mainnet.rangersprotocol.com/api/jsonrpc"], + }, + 2077: { + rpcs: ["http://rpc.qkacoin.org:8548"], + }, + 2100: { + rpcs: ["https://api.ecoball.org/ecoball/"], + }, + 2213: { + rpcs: ["https://seed4.evanesco.org:8546"], + }, + 2222: { + rpcs: [ + "https://evm.kava.io", + { + url: "https://kava.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://kava-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://kava-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "wss://kava-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://evm.kava.chainstacklabs.com", + tracking: "yes", + trackingDetails: privacyStatement.chainstack + }, + { + url: "wss://wevm.kava.chainstacklabs.com", + tracking: "yes", + trackingDetails: privacyStatement.chainstack + }, + { + url: "https://rpc.ankr.com/kava_evm", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://evm.kava-rpc.com", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + } + ], + }, + 2559: { + rpcs: [], + rpcWorking: false, + }, + 2612: { + rpcs: ["https://api.ezchain.com/ext/bc/C/rpc"], + }, + 3690: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 5000: { + rpcs: [ + { + url: "https://mantle-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://mantle-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://mantle-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://mantle.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://rpc.ankr.com/mantle", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://1rpc.io/mantle", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + } + ], + }, + 5197: { + rpcs: ["https://mainnet.eraswap.network"], + }, + 5315: { + rpcs: [], + rpcWorking: false, + }, + 5729: { + rpcs: ["https://rpc-testnet.hika.network"], + }, + 5869: { + rpcs: ["https://proxy.wegochain.io"], + }, + 6626: { + rpcs: ["https://http-mainnet.chain.pixie.xyz"], + }, + 6688: { + rpcs: [ + { + url: "https://iris-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://iris-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + ], + }, + 7341: { + rpcs: ["https://rpc.shyft.network/"], + }, + 7700: { + rpcs: [ + "https://canto.gravitychain.io/", + "https://canto.evm.chandrastation.com/", + "https://jsonrpc.canto.nodestake.top/", + "https://canto.dexvaults.com/", + "wss://canto.gravitychain.io:8546", + "wss://canto.dexvaults.com/ws", + "https://canto-rpc.ansybl.io", + ] + }, + 8000: { + rpcs: ["https://dataseed.testnet.teleport.network"], + }, + 8995: { + rpcs: ["https://core.bloxberg.org"], + }, + 9000: { + rpcs: [ + "https://evmos-testnet-json.qubelabs.io", + "https://evmos-tjson.antrixy.org", + "https://evmos-testnet-rpc.kingsuper.services", + "https://rpc.evmos.test.theamsolutions.info", + "https://api.evmos-test.theamsolutions.info", + "https://rpc.evmos.testnet.node75.org", + "https://rpc-evm.testnet.evmos.dragonstake.io", + "https://evmos-testnet-rpc.stake-town.com", + "https://evmos-testnet-jsonrpc.stake-town.com", + "https://api.evmos-test.theamsolutions.info", + "https://jsonrpc-t.evmos.nodestake.top", + "https://evmos-testnet-jsonrpc.autostake.com", + "https://evmos-testnet-jsonrpc.alkadeta.com", + "https://evm-rpc.evmost.silentvalidator.com", + "https://testnet-evm-rpc-evmos.hoodrun.io", + "https://alphab.ai/rpc/eth/evmos_testnet", + "https://t-evmos-jsonrpc.kalia.network", + "https://jsonrpc-evmos-testnet.mzonder.com", + "https://evmos-testnet.lava.build/lava-referer-16223de7-12c0-49f3-8d87-e5f1e6a0eb3b" + ], + }, + 9001: { + rpcs: [ + { + url: "https://evmos.lava.build", + tracking: "yes", + trackingDetails: privacyStatement.lava, + }, + { + url: "https://evmos-mainnet-jsonrpc.autostake.com", + tracking: "limited", + trackingDetails: privacyStatement.autostake + }, + { + url: "https://evmos-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://evmos-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://evmos-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://evmos-evm-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + "https://jsonrpc-evmos.goldenratiostaking.net", + { + url: "https://evmos.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url:"https://evmos-jsonrpc.cyphercore.io", + tracking: "yes", + trackingDetails: privacyStatement.cyphercore + }, + "https://eth.bd.evmos.org:8545/", + "https://evmos-json-rpc.stakely.io", + "https://jsonrpc-evmos-ia.cosmosia.notional.ventures", + "https://json-rpc.evmos.blockhunters.org", + "https://evmos-json-rpc.agoranodes.com", + "https://evmos-json.antrixy.org", + "https://jsonrpc.evmos.nodestake.top", + "https://evmos-jsonrpc.alkadeta.com", + "https://evmos-json.qubelabs.io", + "https://evmos-rpc.theamsolutions.info", + "https://evmos-api.theamsolutions.info", + "https://evmos-jsonrpc.theamsolutions.info", + "https://evm-rpc-evmos.hoodrun.io", + "https://evmos-json-rpc.0base.dev", + "https://json-rpc.evmos.tcnetwork.io", + "https://rpc-evm.evmos.dragonstake.io", + "https://evmosevm.rpc.stakin-nodes.com", + "https://evmos-jsonrpc.stake-town.com", + "https://json-rpc-evmos.mainnet.validatrium.club", + "https://rpc-evmos.imperator.co", + "https://evm-rpc.evmos.silentvalidator.com", + "https://alphab.ai/rpc/eth/evmos", + "https://evmos-jsonrpc.kalia.network", + "https://jsonrpc-evmos.mzonder.com", + { + url: "https://evmos.lava.build/lava-referer-16223de7-12c0-49f3-8d87-e5f1e6a0eb3b/", + tracking: "yes", + trackingDetails: privacyStatement.lava, + }, + ], + }, + 836542336838601: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 9100: { + rpcs: ["rpcWorking:false"], + }, + 10101: { + rpcs: ["https://eu.mainnet.xixoio.com"], + }, + 11111: { + rpcs: ["https://api.trywagmi.xyz/rpc"], + }, + 12052: { + rpcs: ["https://zerorpc.singularity.gold"], + }, + 13381: { + rpcs: ["https://rpc.phoenixplorer.com/"], + }, + 16000: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 19845: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 21816: { + rpcs: ["https://seed.omlira.com"], + }, + 24484: { + rpcs: [], + rpcWorking: false, + }, + 24734: { + rpcs: ["https://node1.mintme.com"], + }, + 31102: { + rpcs: ["rpcWorking:false"], + }, + 32520: { + rpcs: [ + "https://rpc.icecreamswap.com", + "https://nodes.vefinetwork.org/bitgert", + "https://flux-rpc.brisescan.com", + "https://flux-rpc1.brisescan.com", + "https://flux-rpc2.brisescan.com", + "https://rpc-1.chainrpc.com", + "https://rpc-2.chainrpc.com", + "https://node1.serverrpc.com", + "https://node2.serverrpc.com" + ], + }, + 39797: { + rpcs: [ + "https://nodeapi.energi.network", + "https://explorer.energi.network/api/eth-rpc", + ], + }, + 39815: { + rpcs: [ + "https://mainnet.oho.ai", + "https://mainnet-rpc.ohoscan.com", + "https://mainnet-rpc2.ohoscan.com", + ], + }, + 42069: { + rpcs: ["rpcWorking:false"], + }, + 43110: { + rpcs: ["rpcWorking:false"], + }, + 45000: { + rpcs: ["https://rpc.autobahn.network"], + }, + 47805: { + rpcs: ["https://rpc.rei.network"], + }, + 55555: { + rpcs: ["https://rei-rpc.moonrhythm.io"], + }, + 63000: { + rpcs: ["https://rpc.ecredits.com"], + }, + 70000: { + rpcs: [], + rpcWorking: false, + }, + 70001: { + rpcs: ["https://proxy1.thinkiumrpc.net/"], + }, + 70002: { + rpcs: ["https://proxy2.thinkiumrpc.net/"], + }, + 70103: { + rpcs: ["https://proxy103.thinkiumrpc.net/"], + }, + 84532: { + rpcs: [ + "https://rpc.notadegen.com/base/sepolia", + { + url: "https://base-sepolia.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://public.stackup.sh/api/v1/node/base-sepolia", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + ], + }, + 84531: { + rpcs: [ + { + url: "https://base-goerli.diamondswap.org/rpc", + tracking: "limited", + trackingDetails: privacyStatement.diamondswap, + }, + { + url: "https://base-goerli.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://1rpc.io/base-goerli", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://base-goerli.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/base-goerli", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://base-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://base-goerli-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://endpoints.omniatech.io/v1/base/goerli/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + ], + }, + 8453: { + rpcs: [ + "https://mainnet.base.org", + "https://developer-access-mainnet.base.org", + { + url: "https://base-mainnet.diamondswap.org/rpc", + tracking: "limited", + trackingDetails: privacyStatement.diamondswap, + }, + { + url: "https://base.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://1rpc.io/base", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://base-pokt.nodies.app", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://base.meowrpc.com", + tracking: "none", + trackingDetails: privacyStatement.meowrpc, + }, + { + url: "https://base-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://base.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/base", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + "https://rpc.notadegen.com/base", + { + url: "https://base-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://base-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://base.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://endpoints.omniatech.io/v1/base/mainnet/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://base.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://public.stackup.sh/api/v1/node/base-mainnet", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + { + url: "https://api.tatum.io/v3/blockchain/node/base-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + }, + "https://base.rpc.subquery.network/public", + "https://gateway.subquery.network/rpc/base" + ], + }, + 11235: { + rpcs: [ + { + url: "https://haqq-evm.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://haqq-evm.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://evm.haqq.sh", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://evm-ws.haqq.sh", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + } + { + url: "https://api.tatum.io/v3/blockchain/node/haqq-mainnet", + tracking: "yes", + trackingDetails: privacyStatement.tatum, + } + ], + }, + 99999: { + rpcs: ["https://rpc.uschain.network"], + }, + 100000: { + rpcs: [], + rpcWorking: false, + }, + 100001: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39000"], + }, + 100002: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39001"], + }, + 100003: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39002"], + }, + 100004: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39003"], + }, + 100005: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39004"], + }, + 100006: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39005"], + }, + 100007: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39006"], + }, + 100008: { + rpcs: ["http://eth-jrpc.mainnet.quarkchain.io:39007"], + }, + 108801: { + rpcs: ["rpcWorking:false"], + }, + 110000: { + rpcs: ["rpcWorking:false"], + }, + 110001: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39900"], + }, + 110002: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39901"], + }, + 110003: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39902"], + }, + 110004: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39903"], + }, + 110005: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39904"], + }, + 110006: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39905"], + }, + 110007: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39906"], + }, + 110008: { + rpcs: ["http://eth-jrpc.devnet.quarkchain.io:39907"], + }, + 200625: { + rpcs: ["https://boot2.akroma.org/"], + }, + 201018: { + rpcs: ["https://openapi.alaya.network/rpc"], + }, + 210425: { + rpcs: [], + rpcWorking: false, + }, + 246529: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 281121: { + rpcs: ["rpcWorking:false"], + }, + 534352: { + rpcs: [ + "https://rpc.scroll.io", + "https://rpc-scroll.icecreamswap.com", + { + url: "https://scroll-mainnet.public.blastapi.io/", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://scroll-mainnet-public.unifra.io", + tracking: "limited", + trackingDetails: privacyStatement.unifra, + }, + { + url: "https://scroll.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://1rpc.io/scroll", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://scroll.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc + }, + { + url: "https://scroll-mainnet.rpc.grove.city/v1/a7a7c8e2", + tracking: "none", + trackingDetails: privacyStatement.pokt + }, + ], + }, + 534353: { + rpcs: [ + { + url: "https://scroll-alpha-public.unifra.io", + tracking: "limited", + trackingDetails: privacyStatement.unifra, + }, + { + url: "https://scroll-alphanet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://scroll-alphanet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + ] + }, + 534354: { + rpcs: ["https://prealpha-rpc.scroll.io/l2"] + }, + 888888: { + rpcs: ["https://infragrid.v.network/ethereum/compatible"], + }, + 955305: { + rpcs: ["https://host-76-74-28-226.contentfabric.io/eth/"], + }, + 1313114: { + rpcs: ["https://rpc.ethoprotocol.com"], + }, + 1313500: { + rpcs: ["https://rpc.xerom.org"], + }, + 11155111: { + rpcs: [ + { + url: "https://eth-sepolia.g.alchemy.com/v2/demo", + tracking: "yes", + trackingDetails: privacyStatement.alchemy + }, + { + url: "https://endpoints.omniatech.io/v1/eth/sepolia/public", + tracking: "none", + trackingDetails: privacyStatement.omnia, + }, + { + url: "https://ethereum-sepolia.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://eth-sepolia.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://eth-sepolia-public.unifra.io", + tracking: "limited", + trackingDetails: privacyStatement.unifra + }, + { + url: "https://sepolia.gateway.tenderly.co", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://gateway.tenderly.co/public/sepolia", + tracking: "yes", + trackingDetails: privacyStatement.tenderly, + }, + { + url: "https://sphinx.shardeum.org/", + tracking: "yes", + trackingDetails: privacyStatement.shardeum, + }, + { + url: "https://dapps.shardeum.org/", + tracking: "yes", + trackingDetails: privacyStatement.shardeum, + }, + { + url: "https://api.zan.top/node/v1/eth/sepolia/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + "https://rpc.notadegen.com/eth/sepolia", + { + url: "https://ethereum-sepolia-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://ethereum-sepolia-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "https://1rpc.io/sepolia", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://eth-sepolia.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + { + url: "https://public.stackup.sh/api/v1/node/ethereum-sepolia", + tracking: "limited", + trackingDetails: privacyStatement.stackup, + }, + "https://ethereum-sepolia.rpc.subquery.network/public" + ] + }, + 7762959: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 13371337: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 18289463: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 20181205: { + rpcs: ["https://hz.rpc.qkiscan.cn","https://rpc1.qkiscan.cn","https://rpc2.qkiscan.cn","https://rpc3.qkiscan.cn","https://rpc1.qkiscan.io","https://rpc2.qkiscan.io","https://rpc3.qkiscan.io"], + }, + 28945486: { + rpcs: [], + rpcWorking: false, + }, + 35855456: { + rpcs: ["https://node.joys.digital"], + }, + 61717561: { + rpcs: ["https://c.onical.org"], + }, + 192837465: { + rpcs: ["https://mainnet.gather.network"], + }, + 245022926: { + rpcs: ["https://devnet.neonevm.org"] + }, + 245022934: { + rpcs: ["https://neon-proxy-mainnet.solana.p2p.org", "https://neon-mainnet.everstake.one"], + }, + 311752642: { + rpcs: ["https://mainnet-rpc.oneledger.network"], + }, + 356256156: { + rpcs: ["https://testnet.gather.network"], + }, + 486217935: { + rpcs: ["https://devnet.gather.network"], + }, + 1122334455: { + rpcs: [], + rpcWorking: false, + }, + 11297108099: { + rpcs: [ + { + url: "https://palm-testnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + ], + }, + 1313161556: { + rpcs: [], + websiteDead: true, + rpcWorking: false, + }, + 53935: { + rpcs: [ + { + url: "https://avax-pokt.nodies.app/ext/bc/q2aTwKuyzgs8pynF7UXBZCU7DejbZbZ6EUyHr3JQzYgwNPUPi/rpc", + tracking: "none", + trackingDetails: privacyStatement.pokt, + }, + { + url: "https://dfkchain.api.onfinality.io/public", + tracking: "limited", + trackingDetails: privacyStatement.onfinality, + }, + ], + }, + 1666600001: { + rpcs: ["https://s1.api.harmony.one"], + }, + 1666600002: { + rpcs: ["https://s2.api.harmony.one"], + }, + 1666600003: { + rpcs: [], + rpcWorking: false, + }, + 2021121117: { + rpcs: [], + rpcWorking: false, + websiteDead: true, + }, + 3125659152: { + rpcs: [], + rpcWorking: false, + }, + 197710212030: { + rpcs: ["https://rpc.ntity.io"], + }, + 6022140761023: { + rpcs: ["https://molereum.jdubedition.com"], + websiteDead: true, + }, + 79: { + rpcs: [ + "https://dataserver-us-1.zenithchain.co/", + "https://dataserver-asia-3.zenithchain.co/", + "https://dataserver-asia-4.zenithchain.co/", + "https://dataserver-asia-2.zenithchain.co/", + ], + }, + 1501: { + rpcs: [ + "https://rpc-canary-1.bevm.io/", + "https://rpc-canary-2.bevm.io/" + ] + }, + 1506: { + rpcs: ["https://mainnet.sherpax.io/rpc"], + }, + 512512: { + rpcs: ["https://galaxy.block.caduceus.foundation"], + }, + 256256: { + rpcs: ["https://mainnet.block.caduceus.foundation"], + }, + 167: { + rpcs: [ + "https://node.atoshi.io", + "https://node2.atoshi.io", + "https://node3.atoshi.io", + ], + }, + 7777: { + rpcs: [ + "https://testnet1.rotw.games", + "https://testnet2.rotw.games", + "https://testnet3.rotw.games", + "https://testnet4.rotw.games", + "https://testnet5.rotw.games", + ], + }, + 103090: { + rpcs: ["https://evm.cryptocurrencydevs.org", "https://rpc.crystaleum.org"], + }, + 420420: { + rpcs: [ + "https://mainnet.kekchain.com", + "https://rpc2.kekchain.com", + "https://kek.interchained.org", + "https://kekchain.interchained.org", + ], + }, + 420666: { + rpcs: ["https://testnet.kekchain.com"], + }, + 1515: { + rpcs: ["https://beagle.chat/eth"], + }, + 10067275: { + rpcs: ["https://testnet.plian.io/child_test"], + }, + 16658437: { + rpcs: ["https://testnet.plian.io/testnet"], + }, + 2099156: { + rpcs: ["https://mainnet.plian.io/pchain"], + }, + 8007736: { + rpcs: ["https://mainnet.plian.io/child_0"], + }, + 943: { + rpcs: [ + { + url: "https://pulsetest-s.projectpi.xyz", + tracking: "none", + trackingDetails: privacyStatement.projectpi, + }, + { + url: "https://pulsechain-testnet-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://pulsechain-testnet-rpc.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + ], + }, + 10086: { + rpcs: [], + rpcWorking: false, + websiteDead: true, + }, + 5177: { + rpcs: [], + rpcWorking: false, + websiteDead: true, + }, + 10248: { + rpcs: [], + rpcWorking: false, + websiteDead: true, + }, + 18159: { + rpcs: [ + "https://mainnet-rpc.memescan.io/", + "https://mainnet-rpc2.memescan.io/", + "https://mainnet-rpc3.memescan.io/", + "https://mainnet-rpc4.memescan.io/", + ], + }, + 311: { + rpcs: ['https://mainapi.omaxray.com/'], + }, + 314: { + rpcs: [ + "https://api.node.glif.io", + "https://node.filutils.com/rpc/v1", + { + url: "https://rpc.ankr.com/filecoin", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://filecoin.chainup.net/rpc/v1", + tracking: "limited", + trackingDetails: privacyStatement.ChainUpCloud, + }, + { + url: "https://infura.sftproject.io/filecoin/rpc/v1", + tracking: "yes", + trackingDetails: privacyStatement.SFTProtocol, + }, + "https://api.chain.love/rpc/v1", + ], + }, + 314159: { + rpcs: [ + { + url: "https://filecoin-calibration.chainup.net/rpc/v1", + tracking: "limited", + trackingDetails: privacyStatement.ChainUpCloud, + } + ], + }, + 13000: { + rpcs: ["https://rpc.ssquad.games"], + }, + 50001: { + rpcs: [ + "https://rpc.oracle.liveplex.io", + { + url: "https://rpc.oracle.liveplex.io", + tracking: "yes", + trackingDetails: privacyStatement.LiveplexOracleEVM, + }, + ], + }, + 119: { + rpcs: [ + "https://evmapi.nuls.io", + "https://evmapi2.nuls.io", + ], + }, + 15551: { + rpcs: [ + { + url: "https://api.mainnetloop.com", + tracking: "limited", + trackingDetails: privacyStatement.getloop + } + ], + }, + 88888888: { + rpcs: [ + { + url: "https://rpc.teamblockchain.team", + tracking: "none", + trackingDetails: privacyStatement.teamblockchain, + } + ], + }, + 1072: { + rpcs: [ + { + url: "https://json-rpc.evm.testnet.shimmer.network/", + tracking: "none", + trackingDetails: privacyStatement.iota, + } + ], + }, + 1101: { + rpcs: [ + { + url: "https://rpc.ankr.com/polygon_zkevm", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://rpc.polygon-zkevm.gateway.fm", + tracking: "yes", + trackingDetails: privacyStatement.gateway, + }, + { + url: "https://1rpc.io/polygon/zkevm", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://polygon-zkevm.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://polygon-zkevm-mainnet.public.blastapi.io", + tracking: "limited", + trackingDetails: privacyStatement.blastapi, + }, + { + url: "https://api.zan.top/node/v1/polygonzkevm/mainnet/public", + tracking: "limited", + trackingDetails: privacyStatement.zan, + }, + { + url: "https://polygon-zkevm.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + ], + }, + 59144: { + rpcs: [ + { + url: "https://linea.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://1rpc.io/linea", + tracking: "none", + trackingDetails: privacyStatement.onerpc, + }, + { + url: "https://linea.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc, + }, + { + url: "https://linea.decubate.com", + tracking: "none", + trackingDetails: privacyStatement.decubate, + }, + ], + }, +2442: { + rpcs: [ + { + url: "https://polygon-zkevm-cardona.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + ], + }, + 59140: { + rpcs: [ + { + url: "https://linea-goerli.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://linea-goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", + tracking: "limited", + trackingDetails: privacyStatement.infura, + }, + ], + }, + 59141: { + rpcs: [ + { + url: "https://linea-sepolia.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", + tracking: "limited", + trackingDetails: privacyStatement.infura, + }, + ], + }, + 534351: { + rpcs: [ + { + url: "https://scroll-sepolia.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + { + url: "https://scroll-testnet-public.unifra.io", + tracking: "limited", + trackingDetails: privacyStatement.unifra, + }, + { + url: "https://rpc.ankr.com/scroll_sepolia_testnet", + tracking: "limited", + trackingDetails: privacyStatement.ankr, + }, + { + url: "https://scroll-public.scroll-testnet.quiknode.pro/", + tracking: "yes", + trackingDetails: privacyStatement.quicknode + }, + { + url: "https://scroll-sepolia.chainstacklabs.com", + tracking: "yes", + trackingDetails: privacyStatement.chainstack + }, + { + url: "https://scroll-sepolia.drpc.org", + tracking: "none", + trackingDetails: privacyStatement.drpc + }, + { + url: "https://scroll-testnet.rpc.grove.city/v1/a7a7c8e2", + tracking: "none", + trackingDetails: privacyStatement.pokt + }, + "http://scroll-sepolia-rpc.01no.de:8545/", + ], + }, + 431140: { + rpcs: [ + { + url: "https://rpc.markr.io/ext/", + tracking: "none", + trackingDetails: privacyStatement.markrgo, + } + ], + }, + 248: { + rpcs: [ + { + url: "https://oasys.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + }, + "https://oasys-mainnet.gateway.pokt.network/v1/lb/c967bd31", + "https://oasys-mainnet-archival.gateway.pokt.network/v1/lb/c967bd31", + ], + }, + 3501: { + rpcs: [ + "https://rpc.jfinchain.com", + { + url: "https://rpc.jfinchain.com", + tracking: "limited", + trackingDetails: privacyStatement.jfc, + }, + ], + }, + 35011: { + rpcs: [ + { + url: "https://rpc.j2o.io", + tracking: "limited", + trackingDetails: privacyStatement.j2o, + }, + ], + }, + 827431: { + rpcs: [ + "https://mainnet-rpc.curvescan.io", + ], + }, + 167008: { + rpcs: [ + { + url: "https://taiko-katla.blockpi.network/v1/rpc/public", + tracking: "limited", + trackingDetails: privacyStatement.blockpi, + } + ] + }, + 2323: { + rpcs: [ + { + url: "https://data-testnet-v1.somanetwork.io", + tracking: "yes", + trackingDetails: privacyStatement.soma, + }, + { + url: "https://block-testnet-v1.somanetwork.io", + tracking: "yes", + trackingDetails: privacyStatement.soma, + }, + ], + }, + 2332: { + rpcs: [ + { + url: "https://data-mainnet-v1.somanetwork.io", + tracking: "yes", + trackingDetails: privacyStatement.soma, + }, + { + url: "https://block-mainnet-v1.somanetwork.io", + tracking: "yes", + trackingDetails: privacyStatement.soma, + }, + ], + }, + 570: { + rpcs: [ + "wss://rpc.rollux.com/wss", + "https://rpc.rollux.com", + "https://rollux.rpc.syscoin.org", + "wss://rollux.rpc.syscoin.org/wss" + ], + }, + 5700: { + rpcs: [ + { + url: "https://syscoin-tanenbaum-evm.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + }, + { + url: "wss://syscoin-tanenbaum-evm.publicnode.com", + tracking: "none", + trackingDetails: privacyStatement.publicnode, + } + ], + }, + 8081: { + rpcs: [ + { + url: "https://dapps.shardeum.org/", + tracking: "yes", + trackingDetails: privacyStatement.shardeum, + } + ], + }, + 8082: { + rpcs: [ + { + url: "https://sphinx.shardeum.org/", + tracking: "yes", + trackingDetails: privacyStatement.shardeum, + } + ], + }, + 7895: { + rpcs: [ + { + url: "https://rpc-athena.ardescan.com", + tracking: "yes", + trackingDetails: privacyStatement.ard, + }, + ], + }, + 1707: { + rpcs: ["https://rpc.blockchain.or.th"], + }, + 1708: { + rpcs: ["https://rpc.testnet.blockchain.or.th"] + }, + 813: { + rpcs: ["https://mainnet.meerlabs.com"] + }, + 8131: { + rpcs: ["https://testnet.meerlabs.com"] + }, + 530: { + rpcs: ["https://fx-json-web3.portfolio-x.xyz:8545/"], + }, + 1003: { + rpcs: [ + { + url: "https://rpc.softnote.com/", + tracking: "yes", + trackingDetails: privacyStatement.softnote + }, + ] + }, + 3639: { + rpcs: ["https://rpc.ichainscan.com"] + }, + 2049: { + rpcs: ["https://msc-rpc.movoscan.com/"], + }, + 23294: { + rpcs: [ + { + url: "https://1rpc.io/oasis/sapphire", + tracking: "none", + trackingDetails: privacyStatement.onerpc + }, + ] + }, + 1339: { + rpcs: [ + "https://rpc.elysiumchain.tech/", + "https://rpc.elysiumchain.us/", + ] + }, + 1338: { + rpcs: ["https://rpc.atlantischain.network/"] + }, + 6363: { + rpcs: ["https://dsc-rpc.digitsoul.co.th"], + }, + 363636: { + rpcs: ["https://dgs-rpc.digitsoul.co.th"], + }, + 2016: { + rpcs: ["https://eu-rpc.mainnetz.io"], + }, + 2458: { + rpcs: [ + { + url: "https://rpc-testnet.hybridchain.ai/", + tracking: "yes", + trackingDetails: privacyStatement.hybrid, + } + ], + }, + 2468: { + rpcs: [ + { + url: "https://coredata-mainnet.hybridchain.ai/", + tracking: "yes", + trackingDetails: privacyStatement.hybrid, + }, + { + url: "https://rpc-mainnet.hybridchain.ai/", + tracking: "yes", + trackingDetails: privacyStatement.hybrid, + }, + ], + }, + 8899: { + rpcs: [ + "https://rpc-l1.jibchain.net", + "https://jib-rpc.inan.in.th", + "https://rpc-l1.jbc.aomwara.in.th", + "https://rpc-l1.jbc.xpool.pw", + ] + }, + 1089: { + rpcs: [ + { + url: "https://humans-mainnet-evm.itrocket.net", + tracking: "none", + trackingDetails: privacyStatement.itrocket, + }, + + ], + }, + 4139: { + rpcs: [ + { + url: "https://humans-testnet-evm.itrocket.net", + tracking: "none", + trackingDetails: privacyStatement.itrocket, + }, + ], + }, + 1972: { + rpcs: ["https://rpc2.redecoin.eu"], + }, + 131: { + rpcs: [ + "https://tokioswift.engram.tech", + "https://tokio-archive.engram.tech", + ], + }, + 255: { + rpcs: [ + { + url: "https://1rpc.io/kroma", + tracking: "none", + trackingDetails: privacyStatement.onerpc + }, + ] + }, + 34443: { + rpcs: [ + { + url: "https://1rpc.io/mode", + tracking: "none", + trackingDetails: privacyStatement.onerpc + }, + ] + }, +217: { + rpcs:["https://rpc2.siriusnet.io"] +}, +1100: { + rpcs:[ + "https://jsonrpc.dymension.nodestake.org", + "https://evm-archive.dymd.bitszn.com", + "https://dymension.liquify.com/json-rpc", + "https://dymension-evm.kynraze.com" + ] +}, + 7070: { + rpcs:[ + "https://planq-rpc.nodies.app", + "https://jsonrpc.planq.nodestake.top/" + ] + }, + 463: { + rpcs:[ + "https://mainnet-rpc.areon.network", + "https://mainnet-rpc2.areon.network", + "https://mainnet-rpc3.areon.network", + "https://mainnet-rpc4.areon.network", + "https://mainnet-rpc5.areon.network" + ] + }, + 18686: { + rpcs: [ + { + url: "https://rpc.mxc.com", + tracking: "none", + trackingDetails: privacyStatement.mxc, + }, + { + url: "wss://rpc.mxc.com/ws", + tracking: "none", + trackingDetails: privacyStatement.mxc, + }, + ], + }, + 35441: { + rpcs:[ + { + url: "https://rpc.q.org", + tracking: "limited", + trackingDetails: privacyStatement.q, + }, + ] + }, + 1992: { + rpcs: [ + "https://rpc.hubble.exchange", + "wss://ws-rpc.hubble.exchange" + ] + }, + 128123: { + rpcs: [ + "https://node.ghostnet.etherlink.com", + { + url: "https://etherlink-ghostnet-6lcp5r.zeeve.net/rpc", + tracking: "none", + trackingDetails: privacyStatement.zeeve, + }, + ] + }, + 881: { + rpcs:[ + "https://rpc.hypr.network" + ] + }, + 5439: { + rpcs:[ + "https://mainnet.egochain.org" + ] + }, + 2525: { + rpcs:[ + "https://mainnet.rpc.inevm.com/http" + ] + }, + 7171: { + rpcs: [ + "https://connect.bit-rock.io", + "https://brockrpc.io" + ] + }, + 7000: { + rpcs: [ + "https://zetachain-evm.blockpi.network/v1/rpc/public" + ] + } +}; +const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs); + +export default allExtraRpcs; diff --git a/constants/hypelab.js b/constants/hypelab.js new file mode 100644 index 000000000..f714ea2c6 --- /dev/null +++ b/constants/hypelab.js @@ -0,0 +1,3 @@ +export const HYPELAB_PROPERTY_SLUG = "chainlist"; +export const HYPELAB_API_URL = "https://api.hypelab.com"; +export const HYPELAB_NATIVE_PLACEMENT_SLUG = "134be8540e"; diff --git a/constants/llamaNodesRpcs.js b/constants/llamaNodesRpcs.js new file mode 100644 index 000000000..7efd4095e --- /dev/null +++ b/constants/llamaNodesRpcs.js @@ -0,0 +1,77 @@ +const privacyStatement = 'LlamaNodes is open-source and does not track or store user information that transits through our RPCs (location, IP, wallet, etc). To learn more, have a look at the public Privacy Policy in our docs: https://llamanodes.notion.site/Privacy-Practices-f20fd8fdd02a469d9d4f42a5989bb936' + +export const llamaNodesRpcs = { + 1: { + name: 'Ethereum LlamaNodes', + rpcs: [ + { + url: 'https://eth.llamarpc.com', + tracking: 'none', + trackingDetails: privacyStatement, + isOpenSource: true, + }, + ] + }, + 8453: { + name: 'Base LlamaNodes', + rpcs: [ + { + url: 'https://base.llamarpc.com', + tracking: 'none', + trackingDetails: privacyStatement, + isOpenSource: true, + }, + ] + }, + 56: { + name: 'BNB Chain LlamaNodes', + rpcs: [ + { + url: 'https://binance.llamarpc.com', + tracking: 'none', + trackingDetails: privacyStatement, + isOpenSource: true, + }, + ] + }, + 10: { + name: 'Optimism LlamaNodes', + rpcs: [ + { + url: 'https://optimism.llamarpc.com', + tracking: 'none', + trackingDetails: privacyStatement, + isOpenSource: true, + }, + ] + }, + 137: { + name: 'Polygon LlamaNodes', + rpcs: [ + { + url: 'https://polygon.llamarpc.com', + tracking: 'none', + trackingDetails: privacyStatement, + isOpenSource: true, + }, + ] + }, + 42161: { + name: 'Arbitrum LlamaNodes', + rpcs: [ + { + url: 'https://arbitrum.llamarpc.com', + tracking: 'none', + trackingDetails: privacyStatement, + isOpenSource: true, + }, + ] + }, +} + +export const llamaNodesRpcByUrl = {}; + +for (const chainId in llamaNodesRpcs) { + const rpcs = llamaNodesRpcs[chainId].rpcs; + llamaNodesRpcByUrl[rpcs[0].url] = llamaNodesRpcs[chainId]; +} diff --git a/constants/walletIcons.js b/constants/walletIcons.js new file mode 100644 index 000000000..185e9a064 --- /dev/null +++ b/constants/walletIcons.js @@ -0,0 +1,10 @@ +export const walletIcons = { + "Coinbase Wallet": "/connectors/coinbaseWalletIcon.svg", + XDEFI: "/connectors/icn-xdefi.svg", + Taho: "/connectors/icn-taho.svg", + "Brave Wallet": "/connectors/icn-bravewallet.svg", + Metamask: "/connectors/icn-metamask.svg", + imToken: "/connectors/icn-imtoken.svg", + Wallet: "/connectors/icn-metamask.svg", + "Trust Wallet": "/connectors/icon-trust.svg", +}; diff --git a/generate-json.js b/generate-json.js new file mode 100644 index 000000000..2ff51fdfe --- /dev/null +++ b/generate-json.js @@ -0,0 +1,8 @@ +import {generateChainData} from "./utils/fetch.js" +import {writeFileSync} from "fs" + +async function writeRpcsJson(){ + const rpcs = await generateChainData() + writeFileSync("out/rpcs.json", JSON.stringify(rpcs)) +} +writeRpcsJson(); \ No newline at end of file diff --git a/generate-sitemap.js b/generate-sitemap.js new file mode 100644 index 000000000..c0e9800fd --- /dev/null +++ b/generate-sitemap.js @@ -0,0 +1,72 @@ +const chainIds = require("./constants/chainIds.json"); +const fetch = require("node-fetch"); +const fs = require("fs"); + +function generateSiteMap(chains) { + return ` + + + + https://chainlist.org/ + + ${chains + .map(({ chainId }) => { + return ` + + ${`https://chainlist.org/chain/${chainId}`} + + `; + }) + .join("")} + ${chains + .map(({ name }) => { + return ` + + ${`https://chainlist.org/chain/${name.toLowerCase().split(" ").join("%20")}`} + + `; + }) + .join("")} + ${Object.values(chainIds) + .map((name) => { + return ` + + ${`https://chainlist.org/chain/${name}`} + + `; + }) + .join("")} + ${Object.values(chainIds) + .map((name) => { + return ` + + ${`https://chainlist.org/best-rpcs/${name}`} + + `; + }) + .join("")} + ${Object.values(chainIds) + .map((name) => { + return ` + + ${`https://chainlist.org/top-rpcs/${name}`} + + `; + }) + .join("")} + + `; +} + +async function writeSiteMap() { + const res = await fetch("https://chainid.network/chains.json"); + const chains = await res.json(); + + // We generate the XML sitemap with the chains data + const sitemap = generateSiteMap(chains); + + // We write the sitemap to the next export out folder + fs.writeFileSync("out/sitemap.xml", sitemap); +} + +writeSiteMap(); diff --git a/hooks/useAccount.jsx b/hooks/useAccount.jsx new file mode 100644 index 000000000..d2bef8196 --- /dev/null +++ b/hooks/useAccount.jsx @@ -0,0 +1,26 @@ +import { useQuery } from "@tanstack/react-query"; + +async function getAccount() { + try { + if (window.ethereum) { + const accounts = await window.ethereum.request({ + method: "eth_accounts", + }); + + return { + chainId: window.networkVersion ? Number(window.networkVersion) : null, + address: accounts && accounts.length > 0 ? (accounts[0]) : null, + isConnected: window.ethereum.connected ? true : false, + }; + } else { + throw new Error("No Ethereum Wallet"); + } + } catch (error) { + console.log(error); + return { chainId: null, address: null, isConnected: false }; + } +} + +export default function useAccount() { + return useQuery(["accounts"], () => getAccount()); +} diff --git a/hooks/useAddToNetwork.jsx b/hooks/useAddToNetwork.jsx new file mode 100644 index 000000000..bf4de869d --- /dev/null +++ b/hooks/useAddToNetwork.jsx @@ -0,0 +1,70 @@ +import * as Fathom from "fathom-client"; +import { useMutation, QueryClient } from "@tanstack/react-query"; +import { FATHOM_EVENTS_ID, FATHOM_DROPDOWN_EVENTS_ID, FATHOM_NO_EVENTS_ID, CHAINS_MONITOR } from "./useAnalytics"; +import { connectWallet } from "./useConnect"; +import { llamaNodesRpcByUrl } from "../constants/llamaNodesRpcs"; + +const toHex = (num) => { + return "0x" + num.toString(16); +}; + +export async function addToNetwork({ address, chain, rpc }) { + try { + if (window.ethereum) { + if (!address) { + await connectWallet(); + } + + const rpcUrls = rpc ? [rpc] : chain.rpc.map((r) => r?.url ?? r) + + const params = { + chainId: toHex(chain.chainId), // A 0x-prefixed hexadecimal string + chainName: llamaNodesRpcByUrl[rpcUrls[0]]?.name || chain.name, + nativeCurrency: { + name: chain.nativeCurrency.name, + symbol: chain.nativeCurrency.symbol, // 2-6 characters long + decimals: chain.nativeCurrency.decimals, + }, + rpcUrls, + blockExplorerUrls: [ + chain.explorers && chain.explorers.length > 0 && chain.explorers[0].url + ? chain.explorers[0].url + : chain.infoURL, + ], + }; + + const result = await window.ethereum.request({ + method: "wallet_addEthereumChain", + params: [params, address], + }); + + // the 'wallet_addEthereumChain' method returns null if the request was successful + if (result === null && CHAINS_MONITOR.includes(chain.chainId)) { + if (rpc && rpc.includes("llamarpc")) { + Fathom.trackGoal(FATHOM_DROPDOWN_EVENTS_ID[chain.chainId], 0); + } else if (!rpc && chain.rpc?.length > 0 && chain.rpc[0].url.includes("llamarpc")) { + Fathom.trackGoal(FATHOM_EVENTS_ID[chain.chainId], 0); + } else { + Fathom.trackGoal(FATHOM_NO_EVENTS_ID[chain.chainId], 0); + } + } + + return result; + } else { + throw new Error("No Ethereum Wallet"); + } + } catch (error) { + console.log(error); + return false; + } +} + +export default function useAddToNetwork() { + const queryClient = new QueryClient(); + + return useMutation(addToNetwork, { + onSettled: () => { + queryClient.invalidateQueries(); + }, + }); +} diff --git a/hooks/useAnalytics.js b/hooks/useAnalytics.js new file mode 100644 index 000000000..e40aaa70e --- /dev/null +++ b/hooks/useAnalytics.js @@ -0,0 +1,46 @@ +import { useEffect } from 'react'; +import { useRouter } from 'next/router'; +import * as Fathom from 'fathom-client'; + +export const FATHOM_EVENTS_ID = { + 137: 'KZQZWMIP', +}; + +export const FATHOM_DROPDOWN_EVENTS_ID = { + 1: 'XIFGUQQY', + 137: 'C6AYES3T', +}; +export const FATHOM_NO_EVENTS_ID = { + 1: '7X05SCBE', + 10: 'UJHQR5AT', + 25: 'VEQDBWGQ', + 56: 'NMO1JLYL', + 137: 'BEKTDT7F', + 250: 'KPCKMPYG', + 8217: '9369UJ80', + 42161: '9DNMZNFD', + 43114: 'FRM17FBN', +}; + +export const CHAINS_MONITOR = [1, 10, 25, 56, 137, 250, 8217, 42161, 43114]; + +export const useAnalytics = () => { + const router = useRouter(); + + useEffect(() => { + Fathom.load('TKCNGGEZ', { + includedDomains: ['chainlist.defillama.com', 'chainlist.org'], + url: 'https://surprising-powerful.llama.fi/script.js', + }); + + const onRouteChangeComplete = () => { + Fathom.trackPageview(); + }; + + router.events.on('routeChangeComplete', onRouteChangeComplete); + + return () => { + router.events.off('routeChangeComplete', onRouteChangeComplete); + }; + }, [router.events]); +}; diff --git a/hooks/useClipboard.js b/hooks/useClipboard.js new file mode 100755 index 000000000..6ac846ec1 --- /dev/null +++ b/hooks/useClipboard.js @@ -0,0 +1,44 @@ +import { useEffect, useState } from "react"; + +export const useClipboard = (options) => { + const [hasCopied, setHasCopied] = useState(false); + + const resetAfter = options && options.resetAfter || 1000; + const onSuccess = options && options.onSuccess; + const onError = options && options.onError; + + useEffect(() => { + if (hasCopied && resetAfter) { + const handler = setTimeout(() => { + setHasCopied(false); + }, resetAfter); + + return () => { + clearTimeout(handler); + }; + } + }, [hasCopied, resetAfter]); + + return { + hasCopied, + onCopy: async (data) => { + try { + if (typeof data !== "string") { + data = JSON.stringify(data); + } + + await navigator.clipboard.writeText(data); + + setHasCopied(true); + + if (onSuccess) { + onSuccess(data); + } + } catch { + if (onError) { + onError(); + } + } + }, + } +}; diff --git a/hooks/useConnect.jsx b/hooks/useConnect.jsx new file mode 100644 index 000000000..2baa822e1 --- /dev/null +++ b/hooks/useConnect.jsx @@ -0,0 +1,30 @@ +import { useMutation, QueryClient } from "@tanstack/react-query"; + +export async function connectWallet() { + try { + if (window.ethereum) { + const accounts = await window.ethereum.request({ + method: "eth_requestAccounts", + }); + + return { + address: accounts && accounts.length > 0 ? (accounts[0]) : null, + }; + } else { + throw new Error("No Ethereum Wallet"); + } + } catch (error) { + console.log(error); + return { address: null }; + } +} + +export default function useConnect() { + const queryClient = new QueryClient(); + + return useMutation(() => connectWallet(), { + onSettled: () => { + queryClient.invalidateQueries(); + }, + }); +} diff --git a/hooks/useLlamaNodesRpcData.js b/hooks/useLlamaNodesRpcData.js new file mode 100644 index 000000000..88245d674 --- /dev/null +++ b/hooks/useLlamaNodesRpcData.js @@ -0,0 +1,24 @@ +import { useMemo } from "react"; + +import { llamaNodesRpcs } from "../constants/llamaNodesRpcs"; +import { arrayMove } from "../utils/fetch"; + +export const useLlamaNodesRpcData = (chainId, data) => { + const [rpcData, hasLlamaNodesRpc] = useMemo(() => { + const llamaNodesRpc = llamaNodesRpcs[chainId] ?? null; + + if (llamaNodesRpc) { + const llamaNodesRpcIndex = data.findIndex(rpc => rpc?.data.url === llamaNodesRpc.rpcs[0].url); + + if (llamaNodesRpcIndex || llamaNodesRpcIndex === 0) { + return [arrayMove(data, llamaNodesRpcIndex, 0), true]; + } + + return [data, false]; + } + + return [data, false]; + }, [chainId, data]); + + return { rpcData, hasLlamaNodesRpc }; +} diff --git a/hooks/useRPCData.js b/hooks/useRPCData.js new file mode 100644 index 000000000..0ec932eb2 --- /dev/null +++ b/hooks/useRPCData.js @@ -0,0 +1,131 @@ +import { useCallback } from "react"; +import { useQueries } from "@tanstack/react-query"; +import axios from "axios"; + +const refetchInterval = 60_000; + +export const rpcBody = JSON.stringify({ + jsonrpc: "2.0", + method: "eth_getBlockByNumber", + params: ["latest", false], + id: 1, +}); + +const fetchChain = async (baseURL) => { + if (baseURL.includes("API_KEY")) return null; + try { + let API = axios.create({ + baseURL, + headers: { + "Content-Type": "application/json", + }, + }); + + API.interceptors.request.use(function (request) { + request.requestStart = Date.now(); + return request; + }); + + API.interceptors.response.use( + function (response) { + response.latency = Date.now() - response.config.requestStart; + return response; + }, + function (error) { + if (error.response) { + error.response.latency = null; + } + + return Promise.reject(error); + }, + ); + + let { data, latency } = await API.post("", rpcBody); + + return { ...data, latency }; + } catch (error) { + return null; + } +}; + +const formatData = (url, data) => { + let height = data?.result?.number ?? null; + let latency = data?.latency ?? null; + if (height) { + const hexString = height.toString(16); + height = parseInt(hexString, 16); + } else { + latency = null; + } + return { url, height, latency }; +}; + +const useHttpQuery = (url) => { + return { + queryKey: [url], + queryFn: () => fetchChain(url), + refetchInterval, + select: useCallback((data) => formatData(url, data), []), + }; +}; + +function createPromise() { + let resolve, reject; + const promise = new Promise((_resolve, _reject) => { + resolve = _resolve; + reject = _reject; + }); + + promise.resolve = resolve; + promise.reject = reject; + + return promise; +} + +const fetchWssChain = async (baseURL) => { + try { + // small hack to wait until socket connection opens to show loading indicator on table row + const queryFn = createPromise(); + + const socket = new WebSocket(baseURL); + let requestStart; + + socket.onopen = function () { + socket.send(rpcBody); + requestStart = Date.now(); + }; + + socket.onmessage = function (event) { + const data = JSON.parse(event.data); + + const latency = Date.now() - requestStart; + queryFn.resolve({ ...data, latency }); + }; + + socket.onerror = function (e) { + queryFn.reject(e); + }; + + return await queryFn; + } catch (error) { + return null; + } +}; + +const useSocketQuery = (url) => { + return { + queryKey: [url], + queryFn: () => fetchWssChain(url), + select: useCallback((data) => formatData(url, data), []), + refetchInterval, + }; +}; + +const useRPCData = (urls) => { + const queries = + urls?.map((url) => (url.url.includes("wss://") ? useSocketQuery(url.url) : useHttpQuery(url.url))) ?? []; + + return useQueries({ queries }); +}; + +export default useRPCData; diff --git a/next.config.js b/next.config.js new file mode 100644 index 000000000..f2a46705e --- /dev/null +++ b/next.config.js @@ -0,0 +1,7 @@ +module.exports = { + // i18n: { + // locales: ["en", "zh"], + // defaultLocale: "en", + // }, + reactStrictMode: true, +}; diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index a338c2276..000000000 --- a/package-lock.json +++ /dev/null @@ -1,5191 +0,0 @@ -{ - "name": "networklist", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", - "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" - }, - "@babel/highlight": { - "version": "7.13.8", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.8.tgz", - "integrity": "sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/types": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", - "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.13", - "to-fast-properties": "^2.0.0" - } - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, - "@ethersproject/abi": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.0.7.tgz", - "integrity": "sha512-Cqktk+hSIckwP/W8O47Eef60VwmoSC/L3lY0+dIBhQPCNn9E4V7rwmm2aFrNRRDJfFlGuZ1khkQUOc3oBX+niw==", - "requires": { - "@ethersproject/address": "^5.0.4", - "@ethersproject/bignumber": "^5.0.7", - "@ethersproject/bytes": "^5.0.4", - "@ethersproject/constants": "^5.0.4", - "@ethersproject/hash": "^5.0.4", - "@ethersproject/keccak256": "^5.0.3", - "@ethersproject/logger": "^5.0.5", - "@ethersproject/properties": "^5.0.3", - "@ethersproject/strings": "^5.0.4" - } - }, - "@ethersproject/abstract-provider": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.0.9.tgz", - "integrity": "sha512-X9fMkqpeu9ayC3JyBkeeZhn35P4xQkpGX/l+FrxDtEW9tybf/UWXSMi8bGThpPtfJ6q6U2LDetXSpSwK4TfYQQ==", - "requires": { - "@ethersproject/bignumber": "^5.0.13", - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/logger": "^5.0.8", - "@ethersproject/networks": "^5.0.7", - "@ethersproject/properties": "^5.0.7", - "@ethersproject/transactions": "^5.0.9", - "@ethersproject/web": "^5.0.12" - } - }, - "@ethersproject/abstract-signer": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.0.13.tgz", - "integrity": "sha512-VBIZEI5OK0TURoCYyw0t3w+TEO4kdwnI9wvt4kqUwyxSn3YCRpXYVl0Xoe7XBR/e5+nYOi2MyFGJ3tsFwONecQ==", - "requires": { - "@ethersproject/abstract-provider": "^5.0.8", - "@ethersproject/bignumber": "^5.0.13", - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/logger": "^5.0.8", - "@ethersproject/properties": "^5.0.7" - } - }, - "@ethersproject/address": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.0.10.tgz", - "integrity": "sha512-70vqESmW5Srua1kMDIN6uVfdneZMaMyRYH4qPvkAXGkbicrCOsA9m01vIloA4wYiiF+HLEfL1ENKdn5jb9xiAw==", - "requires": { - "@ethersproject/bignumber": "^5.0.13", - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/keccak256": "^5.0.7", - "@ethersproject/logger": "^5.0.8", - "@ethersproject/rlp": "^5.0.7" - } - }, - "@ethersproject/base64": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.0.8.tgz", - "integrity": "sha512-PNbpHOMgZpZ1skvQl119pV2YkCPXmZTxw+T92qX0z7zaMFPypXWTZBzim+hUceb//zx4DFjeGT4aSjZRTOYThg==", - "requires": { - "@ethersproject/bytes": "^5.0.9" - } - }, - "@ethersproject/bignumber": { - "version": "5.0.14", - "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.14.tgz", - "integrity": "sha512-Q4TjMq9Gg3Xzj0aeJWqJgI3tdEiPiET7Y5OtNtjTAODZ2kp4y9jMNg97zVcvPedFvGROdpGDyCI77JDFodUzOw==", - "requires": { - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/logger": "^5.0.8", - "bn.js": "^4.4.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "@ethersproject/bytes": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.10.tgz", - "integrity": "sha512-vpu0v1LZ1j1s9kERQIMnVU69MyHEzUff7nqK9XuCU4vx+AM8n9lU2gj7jtJIvGSt9HzatK/6I6bWusI5nyuaTA==", - "requires": { - "@ethersproject/logger": "^5.0.8" - } - }, - "@ethersproject/constants": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.0.9.tgz", - "integrity": "sha512-2uAKH89UcaJP/Sc+54u92BtJtZ4cPgcS1p0YbB1L3tlkavwNvth+kNCUplIB1Becqs7BOZr0B/3dMNjhJDy4Dg==", - "requires": { - "@ethersproject/bignumber": "^5.0.13" - } - }, - "@ethersproject/hash": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.0.11.tgz", - "integrity": "sha512-H3KJ9fk33XWJ2djAW03IL7fg3DsDMYjO1XijiUb1hJ85vYfhvxu0OmsU7d3tg2Uv1H1kFSo8ghr3WFQ8c+NL3g==", - "requires": { - "@ethersproject/abstract-signer": "^5.0.10", - "@ethersproject/address": "^5.0.9", - "@ethersproject/bignumber": "^5.0.13", - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/keccak256": "^5.0.7", - "@ethersproject/logger": "^5.0.8", - "@ethersproject/properties": "^5.0.7", - "@ethersproject/strings": "^5.0.8" - } - }, - "@ethersproject/keccak256": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.0.8.tgz", - "integrity": "sha512-zoGbwXcWWs9MX4NOAZ7N0hhgIRl4Q/IO/u9c/RHRY4WqDy3Ywm0OLamEV53QDwhjwn3YiiVwU1Ve5j7yJ0a/KQ==", - "requires": { - "@ethersproject/bytes": "^5.0.9", - "js-sha3": "0.5.7" - }, - "dependencies": { - "js-sha3": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz", - "integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc=" - } - } - }, - "@ethersproject/logger": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.9.tgz", - "integrity": "sha512-kV3Uamv3XOH99Xf3kpIG3ZkS7mBNYcLDM00JSDtNgNB4BihuyxpQzIZPRIDmRi+95Z/R1Bb0X2kUNHa/kJoVrw==" - }, - "@ethersproject/networks": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.0.8.tgz", - "integrity": "sha512-PYpptlO2Tu5f/JEBI5hdlMds5k1DY1QwVbh3LKPb3un9dQA2bC51vd2/gRWAgSBpF3kkmZOj4FhD7ATLX4H+DA==", - "requires": { - "@ethersproject/logger": "^5.0.8" - } - }, - "@ethersproject/properties": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.8.tgz", - "integrity": "sha512-zEnLMze2Eu2VDPj/05QwCwMKHh506gpT9PP9KPVd4dDB+5d6AcROUYVLoIIQgBYK7X/Gw0UJmG3oVtnxOQafAw==", - "requires": { - "@ethersproject/logger": "^5.0.8" - } - }, - "@ethersproject/rlp": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.0.8.tgz", - "integrity": "sha512-E4wdFs8xRNJfzNHmnkC8w5fPeT4Wd1U2cust3YeT16/46iSkLT8nn8ilidC6KhR7hfuSZE4UqSPzyk76p7cdZg==", - "requires": { - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/logger": "^5.0.8" - } - }, - "@ethersproject/signing-key": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.0.10.tgz", - "integrity": "sha512-w5it3GbFOvN6e0mTd5gDNj+bwSe6L9jqqYjU+uaYS8/hAEp4qYLk5p8ZjbJJkNn7u1p0iwocp8X9oH/OdK8apA==", - "requires": { - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/logger": "^5.0.8", - "@ethersproject/properties": "^5.0.7", - "elliptic": "6.5.4" - } - }, - "@ethersproject/strings": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.0.9.tgz", - "integrity": "sha512-ogxBpcUpdO524CYs841MoJHgHxEPUy0bJFDS4Ezg8My+WYVMfVAOlZSLss0Rurbeeam8CpUVDzM4zUn09SU66Q==", - "requires": { - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/constants": "^5.0.8", - "@ethersproject/logger": "^5.0.8" - } - }, - "@ethersproject/transactions": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.0.10.tgz", - "integrity": "sha512-Tqpp+vKYQyQdJQQk4M73tDzO7ODf2D42/sJOcKlDAAbdSni13v6a+31hUdo02qYXhVYwIs+ZjHnO4zKv5BNk8w==", - "requires": { - "@ethersproject/address": "^5.0.9", - "@ethersproject/bignumber": "^5.0.13", - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/constants": "^5.0.8", - "@ethersproject/keccak256": "^5.0.7", - "@ethersproject/logger": "^5.0.8", - "@ethersproject/properties": "^5.0.7", - "@ethersproject/rlp": "^5.0.7", - "@ethersproject/signing-key": "^5.0.8" - } - }, - "@ethersproject/web": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.0.13.tgz", - "integrity": "sha512-G3x/Ns7pQm21ALnWLbdBI5XkW/jrsbXXffI9hKNPHqf59mTxHYtlNiSwxdoTSwCef3Hn7uvGZpaSgTyxs7IufQ==", - "requires": { - "@ethersproject/base64": "^5.0.7", - "@ethersproject/bytes": "^5.0.9", - "@ethersproject/logger": "^5.0.8", - "@ethersproject/properties": "^5.0.7", - "@ethersproject/strings": "^5.0.8" - } - }, - "@hapi/accept": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@hapi/accept/-/accept-5.0.1.tgz", - "integrity": "sha512-fMr4d7zLzsAXo28PRRQPXR1o2Wmu+6z+VY1UzDp0iFo13Twj8WePakwXBiqn3E1aAlTpSNzCXdnnQXFhst8h8Q==", - "requires": { - "@hapi/boom": "9.x.x", - "@hapi/hoek": "9.x.x" - } - }, - "@hapi/boom": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-9.1.1.tgz", - "integrity": "sha512-VNR8eDbBrOxBgbkddRYIe7+8DZ+vSbV6qlmaN2x7eWjsUjy2VmQgChkOKcVZIeupEZYj+I0dqNg430OhwzagjA==", - "requires": { - "@hapi/hoek": "9.x.x" - } - }, - "@hapi/hoek": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.1.1.tgz", - "integrity": "sha512-CAEbWH7OIur6jEOzaai83jq3FmKmv4PmX1JYfs9IrYcGEVI/lyL1EXJGCj7eFVJ0bg5QR8LMxBlEtA+xKiLpFw==" - }, - "@material-ui/core": { - "version": "4.11.3", - "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.11.3.tgz", - "integrity": "sha512-Adt40rGW6Uds+cAyk3pVgcErpzU/qxc7KBR94jFHBYretU4AtWZltYcNsbeMn9tXL86jjVL1kuGcIHsgLgFGRw==", - "requires": { - "@babel/runtime": "^7.4.4", - "@material-ui/styles": "^4.11.3", - "@material-ui/system": "^4.11.3", - "@material-ui/types": "^5.1.0", - "@material-ui/utils": "^4.11.2", - "@types/react-transition-group": "^4.2.0", - "clsx": "^1.0.4", - "hoist-non-react-statics": "^3.3.2", - "popper.js": "1.16.1-lts", - "prop-types": "^15.7.2", - "react-is": "^16.8.0 || ^17.0.0", - "react-transition-group": "^4.4.0" - } - }, - "@material-ui/icons": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.2.tgz", - "integrity": "sha512-fQNsKX2TxBmqIGJCSi3tGTO/gZ+eJgWmMJkgDiOfyNaunNaxcklJQFaFogYcFl0qFuaEz1qaXYXboa/bUXVSOQ==", - "requires": { - "@babel/runtime": "^7.4.4" - } - }, - "@material-ui/lab": { - "version": "4.0.0-alpha.57", - "resolved": "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.57.tgz", - "integrity": "sha512-qo/IuIQOmEKtzmRD2E4Aa6DB4A87kmY6h0uYhjUmrrgmEAgbbw9etXpWPVXuRK6AGIQCjFzV6WO2i21m1R4FCw==", - "requires": { - "@babel/runtime": "^7.4.4", - "@material-ui/utils": "^4.11.2", - "clsx": "^1.0.4", - "prop-types": "^15.7.2", - "react-is": "^16.8.0 || ^17.0.0" - } - }, - "@material-ui/styles": { - "version": "4.11.3", - "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.3.tgz", - "integrity": "sha512-HzVzCG+PpgUGMUYEJ2rTEmQYeonGh41BYfILNFb/1ueqma+p1meSdu4RX6NjxYBMhf7k+jgfHFTTz+L1SXL/Zg==", - "requires": { - "@babel/runtime": "^7.4.4", - "@emotion/hash": "^0.8.0", - "@material-ui/types": "^5.1.0", - "@material-ui/utils": "^4.11.2", - "clsx": "^1.0.4", - "csstype": "^2.5.2", - "hoist-non-react-statics": "^3.3.2", - "jss": "^10.5.1", - "jss-plugin-camel-case": "^10.5.1", - "jss-plugin-default-unit": "^10.5.1", - "jss-plugin-global": "^10.5.1", - "jss-plugin-nested": "^10.5.1", - "jss-plugin-props-sort": "^10.5.1", - "jss-plugin-rule-value-function": "^10.5.1", - "jss-plugin-vendor-prefixer": "^10.5.1", - "prop-types": "^15.7.2" - } - }, - "@material-ui/system": { - "version": "4.11.3", - "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.11.3.tgz", - "integrity": "sha512-SY7otguNGol41Mu2Sg6KbBP1ZRFIbFLHGK81y4KYbsV2yIcaEPOmsCK6zwWlp+2yTV3J/VwT6oSBARtGIVdXPw==", - "requires": { - "@babel/runtime": "^7.4.4", - "@material-ui/utils": "^4.11.2", - "csstype": "^2.5.2", - "prop-types": "^15.7.2" - } - }, - "@material-ui/types": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz", - "integrity": "sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==" - }, - "@material-ui/utils": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.2.tgz", - "integrity": "sha512-Uul8w38u+PICe2Fg2pDKCaIG7kOyhowZ9vjiC1FsVwPABTW8vPPKfF6OvxRq3IiBaI1faOJmgdvMG7rMJARBhA==", - "requires": { - "@babel/runtime": "^7.4.4", - "prop-types": "^15.7.2", - "react-is": "^16.8.0 || ^17.0.0" - } - }, - "@next/env": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@next/env/-/env-10.0.7.tgz", - "integrity": "sha512-/vnz2SL/mk3Tei58WfRtVnvz5xHmAqcBmZL5sTBEy1CZG6OtZGNx0qAFCjtVkeJ5m1Bh4Ut+WFh/RF333wx8Sg==" - }, - "@next/polyfill-module": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@next/polyfill-module/-/polyfill-module-10.0.7.tgz", - "integrity": "sha512-HxqzRpoSgmZP0kRIWwH+e0SgtAXqJ0VkYtwWcsQFED8+xF4Eqn+7Twyp4uE6hutC8gr8IFSFqH+DEYhRtg1ltQ==" - }, - "@next/react-dev-overlay": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-10.0.7.tgz", - "integrity": "sha512-yq71MDHVqN2N+IqOvZDiFsMpQrBcymrdpTx1ShhAADX7cWQvW4dhcIir4BbfrS10vS1LLz/3a8uKZkGdNoJj3w==", - "requires": { - "@babel/code-frame": "7.12.11", - "anser": "1.4.9", - "chalk": "4.0.0", - "classnames": "2.2.6", - "css.escape": "1.5.1", - "data-uri-to-buffer": "3.0.1", - "platform": "1.3.6", - "shell-quote": "1.7.2", - "source-map": "0.8.0-beta.0", - "stacktrace-parser": "0.1.10", - "strip-ansi": "6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz", - "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@next/react-refresh-utils": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-10.0.7.tgz", - "integrity": "sha512-d/71vtQglv6m7sh4W1O9drc2hYti7UnAdEXfBLZAS354g2S80lvCRGIhbDrMx4w0rpShoxBIZboE2++LihAESg==" - }, - "@opentelemetry/api": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-0.14.0.tgz", - "integrity": "sha512-L7RMuZr5LzMmZiQSQDy9O1jo0q+DaLy6XpYJfIGfYSfoJA5qzYwUP3sP1uMIQ549DvxAgM3ng85EaPTM/hUHwQ==", - "requires": { - "@opentelemetry/context-base": "^0.14.0" - } - }, - "@opentelemetry/context-base": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/context-base/-/context-base-0.14.0.tgz", - "integrity": "sha512-sDOAZcYwynHFTbLo6n8kIbLiVF3a3BLkrmehJUyEbT9F+Smbi47kLGS2gG2g0fjBLR/Lr1InPD7kXL7FaTqEkw==" - }, - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "requires": { - "defer-to-connect": "^1.0.1" - } - }, - "@types/bn.js": { - "version": "4.11.6", - "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-4.11.6.tgz", - "integrity": "sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==", - "requires": { - "@types/node": "*" - } - }, - "@types/node": { - "version": "12.20.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.4.tgz", - "integrity": "sha512-xRCgeE0Q4pT5UZ189TJ3SpYuX/QGl6QIAOAIeDSbAVAd2gX1NxSZup4jNVK7cxIeP8KDSbJgcckun495isP1jQ==" - }, - "@types/pbkdf2": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/pbkdf2/-/pbkdf2-3.1.0.tgz", - "integrity": "sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz", - "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==" - }, - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.2.tgz", - "integrity": "sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "csstype": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.7.tgz", - "integrity": "sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==" - } - } - }, - "@types/react-transition-group": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.1.tgz", - "integrity": "sha512-vIo69qKKcYoJ8wKCJjwSgCTM+z3chw3g18dkrDfVX665tMH7tmbDxEAnPdey4gTlwZz5QuHGzd+hul0OVZDqqQ==", - "requires": { - "@types/react": "*" - } - }, - "@types/secp256k1": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.1.tgz", - "integrity": "sha512-+ZjSA8ELlOp8SlKi0YLB2tz9d5iPNEmOBd+8Rz21wTMdaXQIa9b6TEnD6l5qKOCypE7FSyPyck12qZJxSDNoog==", - "requires": { - "@types/node": "*" - } - }, - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "anser": { - "version": "1.4.9", - "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.9.tgz", - "integrity": "sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==" - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", - "optional": true - }, - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", - "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", - "optional": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "optional": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "optional": true - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "optional": true, - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "array-filter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz", - "integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=" - }, - "array-flatten": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-3.0.0.tgz", - "integrity": "sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA==", - "optional": true - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "asn1.js": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", - "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" - }, - "util": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "requires": { - "inherits": "2.0.1" - } - } - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" - }, - "ast-types": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.2.tgz", - "integrity": "sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==" - }, - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "available-typed-arrays": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz", - "integrity": "sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ==", - "requires": { - "array-filter": "^1.0.0" - } - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", - "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=" - }, - "base-x": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz", - "integrity": "sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==", - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" - }, - "bignumber.js": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz", - "integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==" - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" - }, - "bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "optional": true, - "requires": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "blakejs": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.1.0.tgz", - "integrity": "sha1-ad+S75U6qIylGjLfarHFShVfx6U=" - }, - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" - }, - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", - "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==" - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - } - } - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "requires": { - "fill-range": "^7.0.1" - } - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" - }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - } - }, - "browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", - "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - } - }, - "browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - } - }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", - "requires": { - "pako": "~1.0.5" - } - }, - "browserslist": { - "version": "4.16.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz", - "integrity": "sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA==", - "requires": { - "caniuse-lite": "^1.0.30001173", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.634", - "escalade": "^3.1.1", - "node-releases": "^1.1.69" - } - }, - "bs58": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", - "integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=", - "requires": { - "base-x": "^3.0.2" - } - }, - "bs58check": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", - "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", - "requires": { - "bs58": "^4.0.0", - "create-hash": "^1.1.0", - "safe-buffer": "^5.1.2" - } - }, - "buffer": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", - "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" - } - }, - "buffer-to-arraybuffer": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz", - "integrity": "sha1-YGSkD6dutDxyOrqe+PbhIW0QURo=" - }, - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" - }, - "bufferutil": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz", - "integrity": "sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==", - "requires": { - "node-gyp-build": "^4.2.0" - } - }, - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" - }, - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "requires": { - "pump": "^3.0.0" - } - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" - } - } - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "caniuse-lite": { - "version": "1.0.30001196", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001196.tgz", - "integrity": "sha512-CPvObjD3ovWrNBaXlAIGWmg2gQQuJ5YhuciUOjPRox6hIQttu8O+b51dx6VIpIY9ESd2d0Vac1RKpICdG4rGUg==" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", - "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - } - }, - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" - }, - "cids": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.7.5.tgz", - "integrity": "sha512-zT7mPeghoWAu+ppn8+BS1tQ5qGmbMfB4AregnQjA/qHY3GC1m1ptI9GkWNlgeu38r7CuRdXB47uY2XgAYt6QVA==", - "requires": { - "buffer": "^5.5.0", - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "^1.0.0", - "multihashes": "~0.4.15" - }, - "dependencies": { - "multicodec": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.4.tgz", - "integrity": "sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==", - "requires": { - "buffer": "^5.6.0", - "varint": "^5.0.0" - } - } - } - }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "class-is": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/class-is/-/class-is-1.1.0.tgz", - "integrity": "sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==" - }, - "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" - }, - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": { - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" - } - } - }, - "clsx": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", - "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==" - }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "optional": true - }, - "color": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/color/-/color-3.1.3.tgz", - "integrity": "sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==", - "optional": true, - "requires": { - "color-convert": "^1.9.1", - "color-string": "^1.5.4" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "color-string": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz", - "integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==", - "optional": true, - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, - "colorette": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", - "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" - }, - "console-browserify": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", - "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "optional": true - }, - "constants-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "content-hash": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/content-hash/-/content-hash-2.5.2.tgz", - "integrity": "sha512-FvIQKy0S1JaWV10sMsA7TRx8bpU+pqPkhbsfvOJAdjRXvYxEckAwQWGwtRjiaJfh+E0DvcWUGqcdjwMGFjsSdw==", - "requires": { - "cids": "^0.7.1", - "multicodec": "^0.5.5", - "multihashes": "^0.4.15" - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "cookiejar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz", - "integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==" - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "requires": { - "object-assign": "^4", - "vary": "^1" - } - }, - "create-ecdh": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", - "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - } - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "cross-fetch": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.6.tgz", - "integrity": "sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==", - "requires": { - "node-fetch": "2.6.1" - } - }, - "crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", - "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - } - }, - "css-vendor": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz", - "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==", - "requires": { - "@babel/runtime": "^7.8.3", - "is-in-browser": "^1.0.2" - } - }, - "css.escape": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", - "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=" - }, - "cssnano-preset-simple": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cssnano-preset-simple/-/cssnano-preset-simple-1.2.2.tgz", - "integrity": "sha512-gtvrcRSGtP3hA/wS8mFVinFnQdEsEpm3v4I/s/KmNjpdWaThV/4E5EojAzFXxyT5OCSRPLlHR9iQexAqKHlhGQ==", - "requires": { - "caniuse-lite": "^1.0.30001179", - "postcss": "^7.0.32" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "cssnano-simple": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cssnano-simple/-/cssnano-simple-1.2.2.tgz", - "integrity": "sha512-4slyYc1w4JhSbhVX5xi9G0aQ42JnRyPg+7l7cqoNyoIDzfWx40Rq3JQZnoAWDu60A4AvKVp9ln/YSUOdhDX68g==", - "requires": { - "cssnano-preset-simple": "1.2.2", - "postcss": "^7.0.32" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "csstype": { - "version": "2.6.16", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.16.tgz", - "integrity": "sha512-61FBWoDHp/gRtsoDkq/B1nWrCUG/ok1E3tUrcNbZjsE9Cxd9yzUirjS3+nAATB8U4cTtaQmAHbNndoFz5L6C9Q==" - }, - "d": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "data-uri-to-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", - "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "decompress-response": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", - "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", - "optional": true, - "requires": { - "mimic-response": "^2.0.0" - } - }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "optional": true - }, - "defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "requires": { - "object-keys": "^1.0.12" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" - }, - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "optional": true - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "dequal": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", - "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==" - }, - "des.js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", - "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "detect-libc": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", - "optional": true - }, - "diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", - "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "dom-helpers": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.0.tgz", - "integrity": "sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ==", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - }, - "dependencies": { - "csstype": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.7.tgz", - "integrity": "sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==" - } - } - }, - "dom-walk": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", - "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" - }, - "domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", - "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "electron-to-chromium": { - "version": "1.3.680", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.680.tgz", - "integrity": "sha512-XBACJT9RdpdWtoMXQPR8Be3ZtmizWWbxfw8cY2b5feUwiDO3FUl8qo4W2jXoq/WnnA3xBRqafu1XbpczqyUvlA==" - }, - "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "emojis-list": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", - "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "requires": { - "once": "^1.4.0" - } - }, - "es-abstract": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz", - "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "is-callable": "^1.2.3", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.2", - "is-string": "^1.0.5", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.0" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", - "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "eth-ens-namehash": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/eth-ens-namehash/-/eth-ens-namehash-2.0.8.tgz", - "integrity": "sha1-IprEbsqG1S4MmR58sq74P/D2i88=", - "requires": { - "idna-uts46-hx": "^2.3.1", - "js-sha3": "^0.5.7" - }, - "dependencies": { - "js-sha3": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz", - "integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc=" - } - } - }, - "eth-lib": { - "version": "0.1.29", - "resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.1.29.tgz", - "integrity": "sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==", - "requires": { - "bn.js": "^4.11.6", - "elliptic": "^6.4.0", - "nano-json-stream-parser": "^0.1.2", - "servify": "^0.1.12", - "ws": "^3.0.0", - "xhr-request-promise": "^0.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "ethereum-bloom-filters": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/ethereum-bloom-filters/-/ethereum-bloom-filters-1.0.9.tgz", - "integrity": "sha512-GiK/RQkAkcVaEdxKVkPcG07PQ5vD7v2MFSHgZmBJSfMzNRHimntdBithsHAT89tAXnIpzVDWt8iaCD1DvkaxGg==", - "requires": { - "js-sha3": "^0.8.0" - } - }, - "ethereum-cryptography": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-0.1.3.tgz", - "integrity": "sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==", - "requires": { - "@types/pbkdf2": "^3.0.0", - "@types/secp256k1": "^4.0.1", - "blakejs": "^1.1.0", - "browserify-aes": "^1.2.0", - "bs58check": "^2.1.2", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "hash.js": "^1.1.7", - "keccak": "^3.0.0", - "pbkdf2": "^3.0.17", - "randombytes": "^2.1.0", - "safe-buffer": "^5.1.2", - "scrypt-js": "^3.0.0", - "secp256k1": "^4.0.1", - "setimmediate": "^1.0.5" - } - }, - "ethereumjs-common": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.5.2.tgz", - "integrity": "sha512-hTfZjwGX52GS2jcVO6E2sx4YuFnf0Fhp5ylo4pEPhEffNln7vS59Hr5sLnp3/QCazFLluuBZ+FZ6J5HTp0EqCA==" - }, - "ethereumjs-tx": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz", - "integrity": "sha512-zZEK1onCeiORb0wyCXUvg94Ve5It/K6GD1K+26KfFKodiBiS6d9lfCXlUKGBBdQ+bv7Day+JK0tj1K+BeNFRAw==", - "requires": { - "ethereumjs-common": "^1.5.0", - "ethereumjs-util": "^6.0.0" - } - }, - "ethereumjs-util": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz", - "integrity": "sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==", - "requires": { - "@types/bn.js": "^4.11.3", - "bn.js": "^4.11.0", - "create-hash": "^1.1.2", - "elliptic": "^6.5.2", - "ethereum-cryptography": "^0.1.3", - "ethjs-util": "0.1.6", - "rlp": "^2.2.3" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "ethjs-unit": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/ethjs-unit/-/ethjs-unit-0.1.6.tgz", - "integrity": "sha1-xmWSHkduh7ziqdWIpv4EBbLEFpk=", - "requires": { - "bn.js": "4.11.6", - "number-to-bn": "1.7.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.6", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.6.tgz", - "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU=" - } - } - }, - "ethjs-util": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/ethjs-util/-/ethjs-util-0.1.6.tgz", - "integrity": "sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==", - "requires": { - "is-hex-prefixed": "1.0.0", - "strip-hex-prefix": "1.0.0" - } - }, - "eventemitter3": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz", - "integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==" - }, - "events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", - "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - } - }, - "expand-template": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", - "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", - "optional": true - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", - "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", - "requires": { - "type": "^2.0.0" - }, - "dependencies": { - "type": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.3.0.tgz", - "integrity": "sha512-rgPIqOdfK/4J9FhiVrZ3cveAjRRo5rsQBAIhnylX874y1DX/kEKSVdLsnuHB6l1KTjHyU01VjiMBHgU2adejyg==" - } - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "fbemitter": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/fbemitter/-/fbemitter-3.0.0.tgz", - "integrity": "sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==", - "requires": { - "fbjs": "^3.0.0" - } - }, - "fbjs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-3.0.0.tgz", - "integrity": "sha512-dJd4PiDOFuhe7vk4F80Mba83Vr2QuK86FoxtgPmzBqEJahncp+13YCmfoa53KHCo6OnlXLG7eeMWPfB5CrpVKg==", - "requires": { - "cross-fetch": "^3.0.4", - "fbjs-css-vars": "^1.0.0", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - } - }, - "fbjs-css-vars": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz", - "integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==" - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - } - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", - "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "flux": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flux/-/flux-4.0.1.tgz", - "integrity": "sha512-emk4RCvJ8RzNP2lNpphKnG7r18q8elDYNAPx7xn+bDeOIo9FFfxEfIQ2y6YbQNmnsGD3nH1noxtLE64Puz1bRQ==", - "requires": { - "fbemitter": "^3.0.0", - "fbjs": "^3.0.0" - } - }, - "foreach": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", - "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "fs-constants": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", - "optional": true - }, - "fs-extra": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", - "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "fs-minipass": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", - "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", - "requires": { - "minipass": "^2.6.0" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "optional": true, - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "optional": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "optional": true, - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "github-from-package": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", - "integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=", - "optional": true - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", - "requires": { - "is-glob": "^4.0.1" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", - "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - } - }, - "got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": { - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "requires": { - "mimic-response": "^1.0.0" - } - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", - "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==" - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "has-symbol-support-x": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz", - "integrity": "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==" - }, - "has-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", - "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" - }, - "has-to-string-tag-x": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz", - "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==", - "requires": { - "has-symbol-support-x": "^1.4.1" - } - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", - "optional": true - }, - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", - "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - } - }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" - }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "requires": { - "react-is": "^16.7.0" - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" - }, - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", - "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "http-https": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/http-https/-/http-https-1.0.0.tgz", - "integrity": "sha1-L5CN1fHbQGjAWM1ubUzjkskTOJs=" - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" - }, - "hyphenate-style-name": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", - "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "idna-uts46-hx": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz", - "integrity": "sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==", - "requires": { - "punycode": "2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz", - "integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0=" - } - } - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" - }, - "indefinite-observable": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/indefinite-observable/-/indefinite-observable-2.0.1.tgz", - "integrity": "sha512-G8vgmork+6H9S8lUAg1gtXEj2JxIQTo0g2PbFiYOdjkziSI0F7UYBiVwhZRuixhBCNGczAls34+5HJPyZysvxQ==", - "requires": { - "symbol-observable": "1.2.0" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "optional": true - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - }, - "is-arguments": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz", - "integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==", - "requires": { - "call-bind": "^1.0.0" - } - }, - "is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", - "optional": true - }, - "is-bigint": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.1.tgz", - "integrity": "sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==" - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-boolean-object": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz", - "integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==", - "requires": { - "call-bind": "^1.0.0" - } - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz", - "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==" - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "optional": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", - "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==" - }, - "is-generator-function": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.8.tgz", - "integrity": "sha512-2Omr/twNtufVZFr1GhxjOMFPAj2sjc/dKaIqBhvo4qciXfJmITGH6ZGd8eZYNHza8t1y0e01AuqRhJwfWp26WQ==" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-hex-prefixed": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz", - "integrity": "sha1-fY035q135dEnFIkTxXPggtd39VQ=" - }, - "is-in-browser": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz", - "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", - "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==" - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - }, - "is-number-object": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz", - "integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==" - }, - "is-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", - "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz", - "integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - } - }, - "is-retry-allowed": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", - "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==" - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", - "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==" - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "requires": { - "has-symbols": "^1.0.1" - } - }, - "is-typed-array": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.5.tgz", - "integrity": "sha512-S+GRDgJlR3PyEbsX/Fobd9cqpZBuvUS+8asRqYDMLCb2qMzt1oz5m5oxQCxOgUDxiWsOVNi4yaF+/uvdlHlYug==", - "requires": { - "available-typed-arrays": "^1.0.2", - "call-bind": "^1.0.2", - "es-abstract": "^1.18.0-next.2", - "foreach": "^2.0.5", - "has-symbols": "^1.0.1" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "isurl": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz", - "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==", - "requires": { - "has-to-string-tag-x": "^1.2.0", - "is-object": "^1.0.1" - } - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz", - "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": { - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "js-sha3": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", - "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=" - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "requires": { - "minimist": "^1.2.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "jss": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss/-/jss-10.5.1.tgz", - "integrity": "sha512-hbbO3+FOTqVdd7ZUoTiwpHzKXIo5vGpMNbuXH1a0wubRSWLWSBvwvaq4CiHH/U42CmjOnp6lVNNs/l+Z7ZdDmg==", - "requires": { - "@babel/runtime": "^7.3.1", - "csstype": "^3.0.2", - "indefinite-observable": "^2.0.1", - "is-in-browser": "^1.1.3", - "tiny-warning": "^1.0.2" - }, - "dependencies": { - "csstype": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.7.tgz", - "integrity": "sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==" - } - } - }, - "jss-plugin-camel-case": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.5.1.tgz", - "integrity": "sha512-9+oymA7wPtswm+zxVti1qiowC5q7bRdCJNORtns2JUj/QHp2QPXYwSNRD8+D2Cy3/CEMtdJzlNnt5aXmpS6NAg==", - "requires": { - "@babel/runtime": "^7.3.1", - "hyphenate-style-name": "^1.0.3", - "jss": "10.5.1" - } - }, - "jss-plugin-default-unit": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.5.1.tgz", - "integrity": "sha512-D48hJBc9Tj3PusvlillHW8Fz0y/QqA7MNmTYDQaSB/7mTrCZjt7AVRROExoOHEtd2qIYKOYJW3Jc2agnvsXRlQ==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.1" - } - }, - "jss-plugin-global": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.5.1.tgz", - "integrity": "sha512-jX4XpNgoaB8yPWw/gA1aPXJEoX0LNpvsROPvxlnYe+SE0JOhuvF7mA6dCkgpXBxfTWKJsno7cDSCgzHTocRjCQ==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.1" - } - }, - "jss-plugin-nested": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.5.1.tgz", - "integrity": "sha512-xXkWKOCljuwHNjSYcXrCxBnjd8eJp90KVFW1rlhvKKRXnEKVD6vdKXYezk2a89uKAHckSvBvBoDGsfZrldWqqQ==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.1", - "tiny-warning": "^1.0.2" - } - }, - "jss-plugin-props-sort": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.5.1.tgz", - "integrity": "sha512-t+2vcevNmMg4U/jAuxlfjKt46D/jHzCPEjsjLRj/J56CvP7Iy03scsUP58Iw8mVnaV36xAUZH2CmAmAdo8994g==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.1" - } - }, - "jss-plugin-rule-value-function": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.5.1.tgz", - "integrity": "sha512-3gjrSxsy4ka/lGQsTDY8oYYtkt2esBvQiceGBB4PykXxHoGRz14tbCK31Zc6DHEnIeqsjMUGbq+wEly5UViStQ==", - "requires": { - "@babel/runtime": "^7.3.1", - "jss": "10.5.1", - "tiny-warning": "^1.0.2" - } - }, - "jss-plugin-vendor-prefixer": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.5.1.tgz", - "integrity": "sha512-cLkH6RaPZWHa1TqSfd2vszNNgxT1W0omlSjAd6hCFHp3KIocSrW21gaHjlMU26JpTHwkc+tJTCQOmE/O1A4FKQ==", - "requires": { - "@babel/runtime": "^7.3.1", - "css-vendor": "^2.0.8", - "jss": "10.5.1" - } - }, - "keccak": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.1.tgz", - "integrity": "sha512-epq90L9jlFWCW7+pQa6JOnKn2Xgl2mtI664seYR6MHskvI9agt7AnDqmAlp9TqU4/caMYbA08Hi5DMZAl5zdkA==", - "requires": { - "node-addon-api": "^2.0.0", - "node-gyp-build": "^4.2.0" - }, - "dependencies": { - "node-addon-api": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz", - "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==" - } - } - }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", - "requires": { - "json-buffer": "3.0.0" - } - }, - "line-column": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/line-column/-/line-column-1.0.2.tgz", - "integrity": "sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=", - "requires": { - "isarray": "^1.0.0", - "isobject": "^2.0.0" - } - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "optional": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "requires": { - "semver": "^6.0.0" - } - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", - "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" - }, - "miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", - "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - }, - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.46.0.tgz", - "integrity": "sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ==" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.29.tgz", - "integrity": "sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ==", - "requires": { - "mime-db": "1.46.0" - } - }, - "mimic-response": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", - "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", - "optional": true - }, - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", - "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", - "requires": { - "dom-walk": "^0.1.0" - } - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "minipass": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", - "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", - "requires": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - } - }, - "minizlib": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", - "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", - "requires": { - "minipass": "^2.9.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - }, - "mkdirp-classic": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", - "optional": true - }, - "mkdirp-promise": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz", - "integrity": "sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=", - "requires": { - "mkdirp": "*" - } - }, - "mock-fs": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-4.13.0.tgz", - "integrity": "sha512-DD0vOdofJdoaRNtnWcrXe6RQbpHkPPmtqGq14uRX0F8ZKJ5nv89CVTYl/BZdppDxBDaV0hl75htg3abpEWlPZA==" - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "multibase": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/multibase/-/multibase-0.6.1.tgz", - "integrity": "sha512-pFfAwyTjbbQgNc3G7D48JkJxWtoJoBMaR4xQUOuB8RnCgRqaYmWNFeJTTvrJ2w51bjLq2zTby6Rqj9TQ9elSUw==", - "requires": { - "base-x": "^3.0.8", - "buffer": "^5.5.0" - } - }, - "multicodec": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.7.tgz", - "integrity": "sha512-PscoRxm3f+88fAtELwUnZxGDkduE2HD9Q6GHUOywQLjOGT/HAdhjLDYNZ1e7VR0s0TP0EwZ16LNUTFpoBGivOA==", - "requires": { - "varint": "^5.0.0" - } - }, - "multihashes": { - "version": "0.4.21", - "resolved": "https://registry.npmjs.org/multihashes/-/multihashes-0.4.21.tgz", - "integrity": "sha512-uVSvmeCWf36pU2nB4/1kzYZjsXD9vofZKpgudqkceYY5g2aZZXJ5r9lxuzoRLl1OAp28XljXsEJ/X/85ZsKmKw==", - "requires": { - "buffer": "^5.5.0", - "multibase": "^0.7.0", - "varint": "^5.0.0" - }, - "dependencies": { - "multibase": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/multibase/-/multibase-0.7.0.tgz", - "integrity": "sha512-TW8q03O0f6PNFTQDvh3xxH03c8CjGaaYrjkl9UQPG6rz53TQzzxJVCIWVjzcbN/Q5Y53Zd0IBQBMVktVgNx4Fg==", - "requires": { - "base-x": "^3.0.8", - "buffer": "^5.5.0" - } - } - } - }, - "nano-json-stream-parser": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz", - "integrity": "sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18=" - }, - "nanoid": { - "version": "3.1.20", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", - "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==" - }, - "napi-build-utils": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", - "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==", - "optional": true - }, - "native-url": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/native-url/-/native-url-0.3.4.tgz", - "integrity": "sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA==", - "requires": { - "querystring": "^0.2.0" - } - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" - }, - "next": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/next/-/next-10.0.7.tgz", - "integrity": "sha512-We0utmwwfkvO12eLyUZd3tX9VLDE3FPpOaHpH3kqKdUTxJzUKt8FLBXCTm0mwsTKW5XColWG8mJvz2OLu3+3QA==", - "requires": { - "@babel/runtime": "7.12.5", - "@hapi/accept": "5.0.1", - "@next/env": "10.0.7", - "@next/polyfill-module": "10.0.7", - "@next/react-dev-overlay": "10.0.7", - "@next/react-refresh-utils": "10.0.7", - "@opentelemetry/api": "0.14.0", - "ast-types": "0.13.2", - "browserslist": "4.16.1", - "buffer": "5.6.0", - "caniuse-lite": "^1.0.30001179", - "chalk": "2.4.2", - "chokidar": "3.5.1", - "crypto-browserify": "3.12.0", - "cssnano-simple": "1.2.2", - "etag": "1.8.1", - "find-cache-dir": "3.3.1", - "jest-worker": "24.9.0", - "native-url": "0.3.4", - "node-fetch": "2.6.1", - "node-html-parser": "1.4.9", - "node-libs-browser": "^2.2.1", - "p-limit": "3.1.0", - "path-browserify": "1.0.1", - "pnp-webpack-plugin": "1.6.4", - "postcss": "8.1.7", - "process": "0.11.10", - "prop-types": "15.7.2", - "raw-body": "2.4.1", - "react-is": "16.13.1", - "react-refresh": "0.8.3", - "sharp": "0.26.3", - "stream-browserify": "3.0.0", - "styled-jsx": "3.3.2", - "use-subscription": "1.5.1", - "vm-browserify": "1.1.2", - "watchpack": "2.0.0-beta.13" - } - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", - "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" - }, - "node-abi": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.20.0.tgz", - "integrity": "sha512-6ldtfVR5l3RS8D0aT+lj/uM2Vv/PGEkeWzt2tl8DFBsGY/IuVnAIHl+dG6C14NlWClVv7Rn2+ZDvox+35Hx2Kg==", - "optional": true, - "requires": { - "semver": "^5.4.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "optional": true - } - } - }, - "node-addon-api": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.1.0.tgz", - "integrity": "sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw==", - "optional": true - }, - "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" - }, - "node-gyp-build": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz", - "integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==" - }, - "node-html-parser": { - "version": "1.4.9", - "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.4.9.tgz", - "integrity": "sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==", - "requires": { - "he": "1.2.0" - } - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", - "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": { - "buffer": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", - "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - } - }, - "path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", - "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "stream-browserify": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", - "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - } - } - } - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.71.tgz", - "integrity": "sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==" - }, - "noop-logger": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz", - "integrity": "sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=", - "optional": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" - }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", - "optional": true, - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "optional": true - }, - "number-to-bn": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.7.0.tgz", - "integrity": "sha1-uzYjWS9+X54AMLGXe9QaDFP+HqA=", - "requires": { - "bn.js": "4.11.6", - "strip-hex-prefix": "1.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.6", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.6.tgz", - "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU=" - } - } - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", - "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - } - }, - "oboe": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/oboe/-/oboe-2.1.5.tgz", - "integrity": "sha1-VVQoTFQ6ImbXo48X4HOCH73jk80=", - "requires": { - "http-https": "^1.0.0" - } - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" - }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" - } - } - } - }, - "p-timeout": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz", - "integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=", - "requires": { - "p-finally": "^1.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "pako": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", - "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - } - }, - "parse-headers": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.3.tgz", - "integrity": "sha512-QhhZ+DCCit2Coi2vmAKbq5RGTRcQUOE2+REgv8vdyu7MnYx2eZztegqtTx99TZ86GTIwqiy3+4nQTWZ2tgmdCA==" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "path-browserify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", - "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz", - "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "requires": { - "find-up": "^4.0.0" - } - }, - "platform": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz", - "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" - }, - "pnp-webpack-plugin": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz", - "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", - "requires": { - "ts-pnp": "^1.1.6" - } - }, - "popper.js": { - "version": "1.16.1-lts", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz", - "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==" - }, - "postcss": { - "version": "8.1.7", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.7.tgz", - "integrity": "sha512-llCQW1Pz4MOPwbZLmOddGM9eIJ8Bh7SZ2Oj5sxZva77uVaotYDsYTch1WBTNu7fUY0fpWp0fdt7uW40D4sRiiQ==", - "requires": { - "colorette": "^1.2.1", - "line-column": "^1.0.2", - "nanoid": "^3.1.16", - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - } - }, - "prebuild-install": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.0.1.tgz", - "integrity": "sha512-7GOJrLuow8yeiyv75rmvZyeMGzl8mdEX5gY69d6a6bHWmiPevwqFw+tQavhK0EYMaSg3/KD24cWqeQv1EWsqDQ==", - "optional": true, - "requires": { - "detect-libc": "^1.0.3", - "expand-template": "^2.0.3", - "github-from-package": "0.0.0", - "minimist": "^1.2.3", - "mkdirp-classic": "^0.5.3", - "napi-build-utils": "^1.0.1", - "node-abi": "^2.7.0", - "noop-logger": "^0.1.1", - "npmlog": "^4.0.1", - "pump": "^3.0.0", - "rc": "^1.2.7", - "simple-get": "^3.0.3", - "tar-fs": "^2.0.0", - "tunnel-agent": "^0.6.0", - "which-pm-runs": "^1.0.0" - }, - "dependencies": { - "simple-get": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.0.tgz", - "integrity": "sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA==", - "optional": true, - "requires": { - "decompress-response": "^4.2.0", - "once": "^1.3.1", - "simple-concat": "^1.0.0" - } - } - } - }, - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "requires": { - "asap": "~2.0.3" - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", - "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - } - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - } - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" - }, - "public-encrypt": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", - "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" - }, - "query-string": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", - "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", - "requires": { - "decode-uri-component": "^0.2.0", - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - } - }, - "querystring": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz", - "integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==" - }, - "querystring-es3": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", - "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "requires": { - "safe-buffer": "^5.1.0" - } - }, - "randomfill": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", - "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - } - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - }, - "raw-body": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz", - "integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.3", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - } - }, - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "optional": true, - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - } - }, - "react": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.1.tgz", - "integrity": "sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "react-dom": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.1.tgz", - "integrity": "sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.1" - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "react-refresh": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz", - "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==" - }, - "react-transition-group": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz", - "integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==", - "requires": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - } - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", - "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", - "requires": { - "picomatch": "^2.2.1" - } - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", - "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" - } - } - }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "requires": { - "lowercase-keys": "^1.0.0" - } - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", - "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - } - }, - "rlp": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/rlp/-/rlp-2.2.6.tgz", - "integrity": "sha512-HAfAmL6SDYNWPUOJNrM500x4Thn4PZsEy5pijPh40U9WfNk0z15hUYzO9xVIMAdIHdFtD8CBDHd75Td1g36Mjg==", - "requires": { - "bn.js": "^4.11.1" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "scheduler": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.1.tgz", - "integrity": "sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "scrypt-js": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz", - "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==" - }, - "secp256k1": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.2.tgz", - "integrity": "sha512-UDar4sKvWAksIlfX3xIaQReADn+WFnHvbVujpcbr+9Sf/69odMwy2MUsz5CKLQgX9nsIyrjuxL2imVyoNHa3fg==", - "requires": { - "elliptic": "^6.5.2", - "node-addon-api": "^2.0.0", - "node-gyp-build": "^4.2.0" - }, - "dependencies": { - "node-addon-api": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz", - "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==" - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - } - } - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - } - }, - "servify": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/servify/-/servify-0.1.12.tgz", - "integrity": "sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==", - "requires": { - "body-parser": "^1.16.0", - "cors": "^2.8.1", - "express": "^4.14.0", - "request": "^2.79.0", - "xhr": "^2.3.3" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "optional": true - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "sharp": { - "version": "0.26.3", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.26.3.tgz", - "integrity": "sha512-NdEJ9S6AMr8Px0zgtFo1TJjMK/ROMU92MkDtYn2BBrDjIx3YfH9TUyGdzPC+I/L619GeYQc690Vbaxc5FPCCWg==", - "optional": true, - "requires": { - "array-flatten": "^3.0.0", - "color": "^3.1.3", - "detect-libc": "^1.0.3", - "node-addon-api": "^3.0.2", - "npmlog": "^4.1.2", - "prebuild-install": "^6.0.0", - "semver": "^7.3.2", - "simple-get": "^4.0.0", - "tar-fs": "^2.1.1", - "tunnel-agent": "^0.6.0" - }, - "dependencies": { - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "optional": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", - "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "optional": true - }, - "simple-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", - "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" - }, - "simple-get": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.0.tgz", - "integrity": "sha512-ZalZGexYr3TA0SwySsr5HlgOOinS4Jsa8YB2GJ6lUNAazyAu4KG/VmzMTwAt2YVXzzVj8QmefmAonZIK2BSGcQ==", - "optional": true, - "requires": { - "decompress-response": "^6.0.0", - "once": "^1.3.1", - "simple-concat": "^1.0.0" - }, - "dependencies": { - "decompress-response": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", - "optional": true, - "requires": { - "mimic-response": "^3.1.0" - } - }, - "mimic-response": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", - "optional": true - } - } - }, - "simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", - "optional": true, - "requires": { - "is-arrayish": "^0.3.1" - } - }, - "source-map": { - "version": "0.8.0-beta.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", - "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", - "requires": { - "whatwg-url": "^7.0.0" - } - }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "stacktrace-parser": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz", - "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==", - "requires": { - "type-fest": "^0.7.1" - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - }, - "stream-browserify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", - "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", - "requires": { - "inherits": "~2.0.4", - "readable-stream": "^3.5.0" - } - }, - "stream-http": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", - "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz", - "integrity": "sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "optional": true, - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "optional": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "optional": true, - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "requires": { - "safe-buffer": "~5.2.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "strip-hex-prefix": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz", - "integrity": "sha1-DF8VX+8RUTczd96du1iNoFUA428=", - "requires": { - "is-hex-prefixed": "1.0.0" - } - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "optional": true - }, - "styled-jsx": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-3.3.2.tgz", - "integrity": "sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==", - "requires": { - "@babel/types": "7.8.3", - "babel-plugin-syntax-jsx": "6.18.0", - "convert-source-map": "1.7.0", - "loader-utils": "1.2.3", - "source-map": "0.7.3", - "string-hash": "1.1.3", - "stylis": "3.5.4", - "stylis-rule-sheet": "0.0.10" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" - } - } - }, - "stylis": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz", - "integrity": "sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==" - }, - "stylis-rule-sheet": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz", - "integrity": "sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "swarm-js": { - "version": "0.1.40", - "resolved": "https://registry.npmjs.org/swarm-js/-/swarm-js-0.1.40.tgz", - "integrity": "sha512-yqiOCEoA4/IShXkY3WKwP5PvZhmoOOD8clsKA7EEcRILMkTEYHCQ21HDCAcVpmIxZq4LyZvWeRJ6quIyHk1caA==", - "requires": { - "bluebird": "^3.5.0", - "buffer": "^5.0.5", - "eth-lib": "^0.1.26", - "fs-extra": "^4.0.2", - "got": "^7.1.0", - "mime-types": "^2.1.16", - "mkdirp-promise": "^5.0.1", - "mock-fs": "^4.1.0", - "setimmediate": "^1.0.5", - "tar": "^4.0.2", - "xhr-request": "^1.0.1" - }, - "dependencies": { - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "requires": { - "mimic-response": "^1.0.0" - } - }, - "get-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" - }, - "got": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/got/-/got-7.1.0.tgz", - "integrity": "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==", - "requires": { - "decompress-response": "^3.2.0", - "duplexer3": "^0.1.4", - "get-stream": "^3.0.0", - "is-plain-obj": "^1.1.0", - "is-retry-allowed": "^1.0.0", - "is-stream": "^1.0.0", - "isurl": "^1.0.0-alpha5", - "lowercase-keys": "^1.0.0", - "p-cancelable": "^0.3.0", - "p-timeout": "^1.1.1", - "safe-buffer": "^5.0.1", - "timed-out": "^4.0.0", - "url-parse-lax": "^1.0.0", - "url-to-options": "^1.0.1" - } - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" - }, - "p-cancelable": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz", - "integrity": "sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==" - }, - "prepend-http": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" - }, - "url-parse-lax": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", - "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", - "requires": { - "prepend-http": "^1.0.1" - } - } - } - }, - "swr": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/swr/-/swr-0.5.6.tgz", - "integrity": "sha512-Bmx3L4geMZjYT5S2Z6EE6/5Cx6v1Ka0LhqZKq8d6WL2eu9y6gHWz3dUzfIK/ymZVHVfwT/EweFXiYGgfifei3w==", - "requires": { - "dequal": "2.0.2" - } - }, - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" - }, - "tar": { - "version": "4.4.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz", - "integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==", - "requires": { - "chownr": "^1.1.1", - "fs-minipass": "^1.2.5", - "minipass": "^2.8.6", - "minizlib": "^1.2.1", - "mkdirp": "^0.5.0", - "safe-buffer": "^5.1.2", - "yallist": "^3.0.3" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "requires": { - "minimist": "^1.2.5" - } - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - } - }, - "tar-fs": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", - "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", - "optional": true, - "requires": { - "chownr": "^1.1.1", - "mkdirp-classic": "^0.5.2", - "pump": "^3.0.0", - "tar-stream": "^2.1.4" - } - }, - "tar-stream": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", - "optional": true, - "requires": { - "bl": "^4.0.3", - "end-of-stream": "^1.4.1", - "fs-constants": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1" - } - }, - "timed-out": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", - "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" - }, - "timers-browserify": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", - "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", - "requires": { - "setimmediate": "^1.0.4" - } - }, - "tiny-warning": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" - }, - "to-arraybuffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", - "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "requires": { - "is-number": "^7.0.0" - } - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "tr46": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "requires": { - "punycode": "^2.1.0" - } - }, - "ts-pnp": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", - "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==" - }, - "tty-browserify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", - "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" - }, - "type-fest": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", - "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "ua-parser-js": { - "version": "0.7.24", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.24.tgz", - "integrity": "sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw==" - }, - "ultron": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", - "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==" - }, - "unbox-primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.0.tgz", - "integrity": "sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==", - "requires": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.0", - "has-symbols": "^1.0.0", - "which-boxed-primitive": "^1.0.1" - } - }, - "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "requires": { - "punycode": "^2.1.0" - } - }, - "url": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" - }, - "querystring": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" - } - } - }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "requires": { - "prepend-http": "^2.0.0" - } - }, - "url-set-query": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/url-set-query/-/url-set-query-1.0.0.tgz", - "integrity": "sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk=" - }, - "url-to-options": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz", - "integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=" - }, - "use-subscription": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/use-subscription/-/use-subscription-1.5.1.tgz", - "integrity": "sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==", - "requires": { - "object-assign": "^4.1.1" - } - }, - "utf-8-validate": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.4.tgz", - "integrity": "sha512-MEF05cPSq3AwJ2C7B7sHAA6i53vONoZbMGX8My5auEVm6W+dJ2Jd/TZPyGJ5CH42V2XtbI5FD28HeHeqlPzZ3Q==", - "requires": { - "node-gyp-build": "^4.2.0" - } - }, - "utf8": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz", - "integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==" - }, - "util": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", - "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - }, - "varint": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/varint/-/varint-5.0.2.tgz", - "integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==" - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "vm-browserify": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", - "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" - }, - "watchpack": { - "version": "2.0.0-beta.13", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.0.0-beta.13.tgz", - "integrity": "sha512-ZEFq2mx/k5qgQwgi6NOm+2ImICb8ngAkA/rZ6oyXZ7SgPn3pncf+nfhYTCrs3lmHwOxnPtGLTOuFLfpSMh1VMA==", - "requires": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - } - }, - "web3": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3/-/web3-1.3.4.tgz", - "integrity": "sha512-D6cMb2EtTMLHgdGbkTPGl/Qi7DAfczR+Lp7iFX3bcu/bsD9V8fZW69hA8v5cRPNGzXUwVQebk3bS17WKR4cD2w==", - "requires": { - "web3-bzz": "1.3.4", - "web3-core": "1.3.4", - "web3-eth": "1.3.4", - "web3-eth-personal": "1.3.4", - "web3-net": "1.3.4", - "web3-shh": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-bzz": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-bzz/-/web3-bzz-1.3.4.tgz", - "integrity": "sha512-DBRVQB8FAgoAtZCpp2GAGPCJjgBgsuwOKEasjV044AAZiONpXcKHbkO6G1SgItIixnrJsRJpoGLGw52Byr6FKw==", - "requires": { - "@types/node": "^12.12.6", - "got": "9.6.0", - "swarm-js": "^0.1.40", - "underscore": "1.9.1" - } - }, - "web3-core": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-core/-/web3-core-1.3.4.tgz", - "integrity": "sha512-7OJu46RpCEfTerl+gPvHXANR2RkLqAfW7l2DAvQ7wN0pnCzl9nEfdgW6tMhr31k3TR2fWucwKzCyyxMGzMHeSA==", - "requires": { - "@types/bn.js": "^4.11.5", - "@types/node": "^12.12.6", - "bignumber.js": "^9.0.0", - "web3-core-helpers": "1.3.4", - "web3-core-method": "1.3.4", - "web3-core-requestmanager": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-core-helpers": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-core-helpers/-/web3-core-helpers-1.3.4.tgz", - "integrity": "sha512-n7BqDalcTa1stncHMmrnFtyTgDhX5Fy+avNaHCf6qcOP2lwTQC8+mdHVBONWRJ6Yddvln+c8oY/TAaB6PzWK0A==", - "requires": { - "underscore": "1.9.1", - "web3-eth-iban": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-core-method": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-core-method/-/web3-core-method-1.3.4.tgz", - "integrity": "sha512-JxmQrujsAWYRRN77P/RY7XuZDCzxSiiQJrgX/60Lfyf7FF1Y0le4L/UMCi7vUJnuYkbU1Kfl9E0udnqwyPqlvQ==", - "requires": { - "@ethersproject/transactions": "^5.0.0-beta.135", - "underscore": "1.9.1", - "web3-core-helpers": "1.3.4", - "web3-core-promievent": "1.3.4", - "web3-core-subscriptions": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-core-promievent": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-core-promievent/-/web3-core-promievent-1.3.4.tgz", - "integrity": "sha512-V61dZIeBwogg6hhZZUt0qL9hTp1WDhnsdjP++9fhTDr4vy/Gz8T5vibqT2LLg6lQC8i+Py33yOpMeMNjztaUaw==", - "requires": { - "eventemitter3": "4.0.4" - } - }, - "web3-core-requestmanager": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-core-requestmanager/-/web3-core-requestmanager-1.3.4.tgz", - "integrity": "sha512-xriouCrhVnVDYQ04TZXdEREZm0OOJzkSEsoN5bu4JYsA6e/HzROeU+RjDpMUxFMzN4wxmFZ+HWbpPndS3QwMag==", - "requires": { - "underscore": "1.9.1", - "util": "^0.12.0", - "web3-core-helpers": "1.3.4", - "web3-providers-http": "1.3.4", - "web3-providers-ipc": "1.3.4", - "web3-providers-ws": "1.3.4" - }, - "dependencies": { - "util": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.12.3.tgz", - "integrity": "sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==", - "requires": { - "inherits": "^2.0.3", - "is-arguments": "^1.0.4", - "is-generator-function": "^1.0.7", - "is-typed-array": "^1.1.3", - "safe-buffer": "^5.1.2", - "which-typed-array": "^1.1.2" - } - } - } - }, - "web3-core-subscriptions": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-core-subscriptions/-/web3-core-subscriptions-1.3.4.tgz", - "integrity": "sha512-drVHVDxh54hv7xmjIm44g4IXjfGj022fGw4/meB5R2D8UATFI40F73CdiBlyqk3DysP9njDOLTJFSQvEkLFUOg==", - "requires": { - "eventemitter3": "4.0.4", - "underscore": "1.9.1", - "web3-core-helpers": "1.3.4" - } - }, - "web3-eth": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-eth/-/web3-eth-1.3.4.tgz", - "integrity": "sha512-8OIVMLbvmx+LB5RZ4tDhXuFGWSdNMrCZ4HM0+PywQ08uEcmAcqTMFAn4vdPii+J8gCatZR501r1KdzX3SDLoPw==", - "requires": { - "underscore": "1.9.1", - "web3-core": "1.3.4", - "web3-core-helpers": "1.3.4", - "web3-core-method": "1.3.4", - "web3-core-subscriptions": "1.3.4", - "web3-eth-abi": "1.3.4", - "web3-eth-accounts": "1.3.4", - "web3-eth-contract": "1.3.4", - "web3-eth-ens": "1.3.4", - "web3-eth-iban": "1.3.4", - "web3-eth-personal": "1.3.4", - "web3-net": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-eth-abi": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-eth-abi/-/web3-eth-abi-1.3.4.tgz", - "integrity": "sha512-PVSLXJ2dzdXsC+R24llIIEOS6S1KhG5qwNznJjJvXZFe3sqgdSe47eNvwUamZtCBjcrdR/HQr+L/FTxqJSf80Q==", - "requires": { - "@ethersproject/abi": "5.0.7", - "underscore": "1.9.1", - "web3-utils": "1.3.4" - } - }, - "web3-eth-accounts": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-eth-accounts/-/web3-eth-accounts-1.3.4.tgz", - "integrity": "sha512-gz9ReSmQEjqbYAjpmAx+UZF4CVMbyS4pfjSYWGAnNNI+Xz0f0u0kCIYXQ1UEaE+YeLcYiE+ZlZdgg6YoatO5nA==", - "requires": { - "crypto-browserify": "3.12.0", - "eth-lib": "0.2.8", - "ethereumjs-common": "^1.3.2", - "ethereumjs-tx": "^2.1.1", - "scrypt-js": "^3.0.1", - "underscore": "1.9.1", - "uuid": "3.3.2", - "web3-core": "1.3.4", - "web3-core-helpers": "1.3.4", - "web3-core-method": "1.3.4", - "web3-utils": "1.3.4" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "eth-lib": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.8.tgz", - "integrity": "sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==", - "requires": { - "bn.js": "^4.11.6", - "elliptic": "^6.4.0", - "xhr-request-promise": "^0.1.2" - } - }, - "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" - } - } - }, - "web3-eth-contract": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-eth-contract/-/web3-eth-contract-1.3.4.tgz", - "integrity": "sha512-Fvy8ZxUksQY2ePt+XynFfOiSqxgQtMn4m2NJs6VXRl2Inl17qyRi/nIJJVKTcENLocm+GmZ/mxq2eOE5u02nPg==", - "requires": { - "@types/bn.js": "^4.11.5", - "underscore": "1.9.1", - "web3-core": "1.3.4", - "web3-core-helpers": "1.3.4", - "web3-core-method": "1.3.4", - "web3-core-promievent": "1.3.4", - "web3-core-subscriptions": "1.3.4", - "web3-eth-abi": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-eth-ens": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-eth-ens/-/web3-eth-ens-1.3.4.tgz", - "integrity": "sha512-b0580tQyQwpV2wyacwQiBEfQmjCUln5iPhge3IBIMXaI43BUNtH3lsCL9ERFQeOdweB4o+6rYyNYr6xbRcSytg==", - "requires": { - "content-hash": "^2.5.2", - "eth-ens-namehash": "2.0.8", - "underscore": "1.9.1", - "web3-core": "1.3.4", - "web3-core-helpers": "1.3.4", - "web3-core-promievent": "1.3.4", - "web3-eth-abi": "1.3.4", - "web3-eth-contract": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-eth-iban": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-eth-iban/-/web3-eth-iban-1.3.4.tgz", - "integrity": "sha512-Y7/hLjVvIN/OhaAyZ8L/hxbTqVX6AFTl2RwUXR6EEU9oaLydPcMjAx/Fr8mghUvQS3QJSr+UGubP3W4SkyNiYw==", - "requires": { - "bn.js": "^4.11.9", - "web3-utils": "1.3.4" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } - } - }, - "web3-eth-personal": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-eth-personal/-/web3-eth-personal-1.3.4.tgz", - "integrity": "sha512-JiTbaktYVk1j+S2EDooXAhw5j/VsdvZfKRmHtXUe/HizPM9ETXmj1+ne4RT6m+950jQ7DJwUF3XU1FKYNtEDwQ==", - "requires": { - "@types/node": "^12.12.6", - "web3-core": "1.3.4", - "web3-core-helpers": "1.3.4", - "web3-core-method": "1.3.4", - "web3-net": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-net": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-net/-/web3-net-1.3.4.tgz", - "integrity": "sha512-wVyqgVC3Zt/0uGnBiR3GpnsS8lvOFTDgWZMxAk9C6Guh8aJD9MUc7pbsw5rHrPUVe6S6RUfFJvh/Xq8oMIQgSw==", - "requires": { - "web3-core": "1.3.4", - "web3-core-method": "1.3.4", - "web3-utils": "1.3.4" - } - }, - "web3-providers-http": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-providers-http/-/web3-providers-http-1.3.4.tgz", - "integrity": "sha512-aIg/xHXvxpqpFU70sqfp+JC3sGkLfAimRKTUhG4oJZ7U+tTcYTHoxBJj+4A3Id4JAoKiiv0k1/qeyQ8f3rMC3g==", - "requires": { - "web3-core-helpers": "1.3.4", - "xhr2-cookies": "1.1.0" - } - }, - "web3-providers-ipc": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-providers-ipc/-/web3-providers-ipc-1.3.4.tgz", - "integrity": "sha512-E0CvXEJElr/TIlG1YfJeO3Le5NI/4JZM+1SsEdiPIfBUAJN18oOoum138EBGKv5+YaLKZUtUuJSXWjIIOR/0Ig==", - "requires": { - "oboe": "2.1.5", - "underscore": "1.9.1", - "web3-core-helpers": "1.3.4" - } - }, - "web3-providers-ws": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-providers-ws/-/web3-providers-ws-1.3.4.tgz", - "integrity": "sha512-WBd9hk2fUAdrbA3kUyUk94ZeILtE6txLeoVVvIKAw2bPegx+RjkLyxC1Du0oceKgQ/qQWod8CCzl1E/GgTP+MQ==", - "requires": { - "eventemitter3": "4.0.4", - "underscore": "1.9.1", - "web3-core-helpers": "1.3.4", - "websocket": "^1.0.32" - } - }, - "web3-shh": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-shh/-/web3-shh-1.3.4.tgz", - "integrity": "sha512-zoeww5mxLh3xKcqbX85irQbtFe5pc5XwrgjvmdMkhkOdZzPASlWOgqzUFtaPykpLwC3yavVx4jG5RqifweXLUA==", - "requires": { - "web3-core": "1.3.4", - "web3-core-method": "1.3.4", - "web3-core-subscriptions": "1.3.4", - "web3-net": "1.3.4" - } - }, - "web3-utils": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.3.4.tgz", - "integrity": "sha512-/vC2v0MaZNpWooJfpRw63u0Y3ag2gNjAWiLtMSL6QQLmCqCy4SQIndMt/vRyx0uMoeGt1YTwSXEcHjUzOhLg0A==", - "requires": { - "bn.js": "^4.11.9", - "eth-lib": "0.2.8", - "ethereum-bloom-filters": "^1.0.6", - "ethjs-unit": "0.1.6", - "number-to-bn": "1.7.0", - "randombytes": "^2.1.0", - "underscore": "1.9.1", - "utf8": "3.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "eth-lib": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.8.tgz", - "integrity": "sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==", - "requires": { - "bn.js": "^4.11.6", - "elliptic": "^6.4.0", - "xhr-request-promise": "^0.1.2" - } - } - } - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" - }, - "websocket": { - "version": "1.0.33", - "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.33.tgz", - "integrity": "sha512-XwNqM2rN5eh3G2CUQE3OHZj+0xfdH42+OFK6LdC2yqiC0YU8e5UK0nYre220T0IyyN031V/XOvtHvXozvJYFWA==", - "requires": { - "bufferutil": "^4.0.1", - "debug": "^2.2.0", - "es5-ext": "^0.10.50", - "typedarray-to-buffer": "^3.1.5", - "utf-8-validate": "^5.0.2", - "yaeti": "^0.0.6" - } - }, - "whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - } - }, - "which-pm-runs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz", - "integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=", - "optional": true - }, - "which-typed-array": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.4.tgz", - "integrity": "sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA==", - "requires": { - "available-typed-arrays": "^1.0.2", - "call-bind": "^1.0.0", - "es-abstract": "^1.18.0-next.1", - "foreach": "^2.0.5", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.1", - "is-typed-array": "^1.1.3" - } - }, - "wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", - "optional": true, - "requires": { - "string-width": "^1.0.2 || 2" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "ws": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", - "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", - "requires": { - "async-limiter": "~1.0.0", - "safe-buffer": "~5.1.0", - "ultron": "~1.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "xhr": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz", - "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==", - "requires": { - "global": "~4.4.0", - "is-function": "^1.0.1", - "parse-headers": "^2.0.0", - "xtend": "^4.0.0" - } - }, - "xhr-request": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/xhr-request/-/xhr-request-1.1.0.tgz", - "integrity": "sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==", - "requires": { - "buffer-to-arraybuffer": "^0.0.5", - "object-assign": "^4.1.1", - "query-string": "^5.0.1", - "simple-get": "^2.7.0", - "timed-out": "^4.0.1", - "url-set-query": "^1.0.0", - "xhr": "^2.0.4" - }, - "dependencies": { - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "requires": { - "mimic-response": "^1.0.0" - } - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" - }, - "simple-get": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz", - "integrity": "sha512-lSSHRSw3mQNUGPAYRqo7xy9dhKmxFXIjLjp4KHpf99GEH2VH7C3AM+Qfx6du6jhfUi6Vm7XnbEVEf7Wb6N8jRw==", - "requires": { - "decompress-response": "^3.3.0", - "once": "^1.3.1", - "simple-concat": "^1.0.0" - } - } - } - }, - "xhr-request-promise": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/xhr-request-promise/-/xhr-request-promise-0.1.3.tgz", - "integrity": "sha512-YUBytBsuwgitWtdRzXDDkWAXzhdGB8bYm0sSzMPZT7Z2MBjMSTHFsyCT1yCRATY+XC69DUrQraRAEgcoCRaIPg==", - "requires": { - "xhr-request": "^1.1.0" - } - }, - "xhr2-cookies": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/xhr2-cookies/-/xhr2-cookies-1.1.0.tgz", - "integrity": "sha1-fXdEnQmZGX8VXLc7I99yUF7YnUg=", - "requires": { - "cookiejar": "^2.1.1" - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" - }, - "yaeti": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz", - "integrity": "sha1-8m9ITXJoTPQr7ft2lwqhYI+/lXc=" - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "optional": true - }, - "yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" - } - } -} diff --git a/package.json b/package.json index 03cb75713..f2ecb57b7 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,34 @@ { - "name": "networklist", + "name": "chainlist", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", - "build": "next build", - "export": "next export", - "build2": "next build && next export", - "start": "next start" + "build": "./scripts/build.sh", + "export": "next export && ./scripts/post-export.sh", + "build2": "./scripts/build.sh && next export", + "start": "next start", + "serve": "serve out" }, "dependencies": { - "@material-ui/core": "^4.11.3", - "@material-ui/icons": "^4.11.2", - "@material-ui/lab": "^4.0.0-alpha.57", - "flux": "^4.0.1", - "next": "10.0.7", - "react": "17.0.1", - "react-dom": "17.0.1", - "swr": "^0.5.6", - "web3": "^1.3.4" + "@ariakit/react": "^0.2.12", + "@hypelab/sdk-react": "^1.0.2", + "@tanstack/react-query": "^4.19.1", + "axios": "^1.2.1", + "fathom-client": "^3.5.0", + "next": "^13.0.6", + "next-intl": "^2.10.2", + "node-fetch": "^2.6.6", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-linkify": "^1.0.0-alpha", + "serve": "^14.1.2", + "zustand": "^4.1.5" + }, + "devDependencies": { + "autoprefixer": "^10.4.13", + "dotenv": "^16.0.3", + "postcss": "^8.4.19", + "tailwindcss": "^3.2.4" } } diff --git a/pages/_app.js b/pages/_app.js index a55790553..86f6bf174 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,55 +1,22 @@ -import React, { useState, useEffect } from 'react'; -import { ThemeProvider } from '@material-ui/core/styles'; -import CssBaseline from '@material-ui/core/CssBaseline'; +import * as React from "react"; +import { QueryClientProvider, QueryClient } from "@tanstack/react-query"; +// import { NextIntlProvider } from "next-intl"; +import { useAnalytics } from "../hooks/useAnalytics"; +import "../styles/globals.css"; -import SnackbarController from '../components/snackbar' -import ShutdownNotice from '../components/shutdownNotice' +function App({ Component, pageProps }) { + useAnalytics(); -import stores from '../stores/index.js' - -import { - CONFIGURE, -} from '../stores/constants' - -import '../styles/globals.css' - -import lightTheme from '../theme/light'; -import darkTheme from '../theme/dark'; - -function MyApp({ Component, pageProps }) { - const [ themeConfig, setThemeConfig ] = useState(lightTheme); - - const changeTheme = (dark) => { - setThemeConfig(dark ? darkTheme : lightTheme) - localStorage.setItem("yearn.finance-dark-mode", dark ? "dark" : "light"); - } - - useEffect(function() { - const localStorageDarkMode = window.localStorage.getItem( - "yearn.finance-dark-mode" - ); - changeTheme(localStorageDarkMode ? localStorageDarkMode === "dark" : false); - }, []); - - useEffect(function() { - stores.dispatcher.dispatch({ type: CONFIGURE }) - },[]); - - const [shutdownNoticeOpen, setShutdownNoticeOpen] = useState(true); - const closeShutdown = () => { - setShutdownNoticeOpen(false) - } + const [queryClient] = React.useState(() => new QueryClient()); return ( - - - - - { shutdownNoticeOpen && - - } - - ) + + {/* */} + + {/* */} + {/* */} + + ); } -export default MyApp +export default App; diff --git a/pages/_document.js b/pages/_document.js index dac96105b..bb89d7ac7 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -1,17 +1,44 @@ -/* eslint-disable react/jsx-filename-extension */ -import React from 'react'; -import Document, { Html, Head, Main, NextScript } from 'next/document'; -import { ServerStyleSheets } from '@material-ui/core/styles'; +import Document, { Head, Main, NextScript, Html } from "next/document"; +import Script from "next/script"; +import React from "react"; +import { HYPELAB_API_URL, HYPELAB_PROPERTY_SLUG } from "../constants/hypelab"; -export default class MyDocument extends Document { +const LANGUAGES = ["en", "zh"]; + +function presetTheme() { + const dark = localStorage.getItem("theme") === "dark"; + + if (dark) { + document.body.classList.add("dark"); + } +} + +const themeScript = `(() => { ${presetTheme.toString()}; presetTheme() })()`; + +class MyDocument extends Document { render() { + const pathPrefix = this.props.__NEXT_DATA__.page.split("/")[1]; + const lang = LANGUAGES.indexOf(pathPrefix) !== -1 ? pathPrefix : LANGUAGES[0]; + return ( - - - - - + + +