@web3jskit/walletkit 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/README.md +1 -0
  2. package/dist/package.json +42 -0
  3. package/dist/src/assets/svg/dataBase.d.ts +6 -0
  4. package/dist/src/assets/svg/dataBase.js +7 -0
  5. package/dist/src/assets/svg/dataBase.js.map +1 -0
  6. package/dist/src/assets/svg/metaMaskWallet.d.ts +1 -0
  7. package/dist/src/assets/svg/metaMaskWallet.js +35 -0
  8. package/dist/src/assets/svg/metaMaskWallet.js.map +1 -0
  9. package/dist/src/components/ConnectButton/ConnectedInfo.d.ts +1 -0
  10. package/dist/src/components/ConnectButton/ConnectedInfo.js +12 -0
  11. package/dist/src/components/ConnectButton/ConnectedInfo.js.map +1 -0
  12. package/dist/src/components/ConnectButton/index.d.ts +8 -0
  13. package/dist/src/components/ConnectButton/index.js +15 -0
  14. package/dist/src/components/ConnectButton/index.js.map +1 -0
  15. package/dist/src/components/Connecting/index.d.ts +5 -0
  16. package/dist/src/components/Connecting/index.js +10 -0
  17. package/dist/src/components/Connecting/index.js.map +1 -0
  18. package/dist/src/components/Connecting/style.d.ts +2 -0
  19. package/dist/src/components/Connecting/style.js +52 -0
  20. package/dist/src/components/Connecting/style.js.map +1 -0
  21. package/dist/src/components/GetWallet/index.d.ts +6 -0
  22. package/dist/src/components/GetWallet/index.js +38 -0
  23. package/dist/src/components/GetWallet/index.js.map +1 -0
  24. package/dist/src/components/GetWallet/style.d.ts +2 -0
  25. package/dist/src/components/GetWallet/style.js +115 -0
  26. package/dist/src/components/GetWallet/style.js.map +1 -0
  27. package/dist/src/components/Header/ModalHeader.d.ts +7 -0
  28. package/dist/src/components/Header/ModalHeader.js +10 -0
  29. package/dist/src/components/Header/ModalHeader.js.map +1 -0
  30. package/dist/src/components/Header/style.d.ts +2 -0
  31. package/dist/src/components/Header/style.js +73 -0
  32. package/dist/src/components/Header/style.js.map +1 -0
  33. package/dist/src/components/Icon/index.d.ts +23 -0
  34. package/dist/src/components/Icon/index.js +47 -0
  35. package/dist/src/components/Icon/index.js.map +1 -0
  36. package/dist/src/components/Introduce/index.d.ts +5 -0
  37. package/dist/src/components/Introduce/index.js +9 -0
  38. package/dist/src/components/Introduce/index.js.map +1 -0
  39. package/dist/src/components/Introduce/style.d.ts +2 -0
  40. package/dist/src/components/Introduce/style.js +72 -0
  41. package/dist/src/components/Introduce/style.js.map +1 -0
  42. package/dist/src/components/Modal/ConnectModal.d.ts +8 -0
  43. package/dist/src/components/Modal/ConnectModal.js +82 -0
  44. package/dist/src/components/Modal/ConnectModal.js.map +1 -0
  45. package/dist/src/components/Modal/WalletInfoModal.d.ts +5 -0
  46. package/dist/src/components/Modal/WalletInfoModal.js +40 -0
  47. package/dist/src/components/Modal/WalletInfoModal.js.map +1 -0
  48. package/dist/src/components/Modal/index.d.ts +12 -0
  49. package/dist/src/components/Modal/index.js +53 -0
  50. package/dist/src/components/Modal/index.js.map +1 -0
  51. package/dist/src/components/Modal/style.d.ts +5 -0
  52. package/dist/src/components/Modal/style.js +156 -0
  53. package/dist/src/components/Modal/style.js.map +1 -0
  54. package/dist/src/components/SVGs/backArrowSvg.d.ts +2 -0
  55. package/dist/src/components/SVGs/backArrowSvg.js +4 -0
  56. package/dist/src/components/SVGs/backArrowSvg.js.map +1 -0
  57. package/dist/src/components/SVGs/closeSvg.d.ts +2 -0
  58. package/dist/src/components/SVGs/closeSvg.js +4 -0
  59. package/dist/src/components/SVGs/closeSvg.js.map +1 -0
  60. package/dist/src/components/SVGs/copiedSvg.d.ts +2 -0
  61. package/dist/src/components/SVGs/copiedSvg.js +4 -0
  62. package/dist/src/components/SVGs/copiedSvg.js.map +1 -0
  63. package/dist/src/components/SVGs/copySvg.d.ts +2 -0
  64. package/dist/src/components/SVGs/copySvg.js +4 -0
  65. package/dist/src/components/SVGs/copySvg.js.map +1 -0
  66. package/dist/src/components/SVGs/exitSvg.d.ts +2 -0
  67. package/dist/src/components/SVGs/exitSvg.js +4 -0
  68. package/dist/src/components/SVGs/exitSvg.js.map +1 -0
  69. package/dist/src/components/SVGs/metamaskQrCode.d.ts +2 -0
  70. package/dist/src/components/SVGs/metamaskQrCode.js +4 -0
  71. package/dist/src/components/SVGs/metamaskQrCode.js.map +1 -0
  72. package/dist/src/components/SVGs/spinSvg.d.ts +4 -0
  73. package/dist/src/components/SVGs/spinSvg.js +4 -0
  74. package/dist/src/components/SVGs/spinSvg.js.map +1 -0
  75. package/dist/src/components/Text/index.d.ts +18 -0
  76. package/dist/src/components/Text/index.js +23 -0
  77. package/dist/src/components/Text/index.js.map +1 -0
  78. package/dist/src/components/WalletKitProvider/ChainProvider.d.ts +9 -0
  79. package/dist/src/components/WalletKitProvider/ChainProvider.js +21 -0
  80. package/dist/src/components/WalletKitProvider/ChainProvider.js.map +1 -0
  81. package/dist/src/components/WalletKitProvider/I18nProvider.d.ts +13 -0
  82. package/dist/src/components/WalletKitProvider/I18nProvider.js +41 -0
  83. package/dist/src/components/WalletKitProvider/I18nProvider.js.map +1 -0
  84. package/dist/src/components/WalletKitProvider/ThemeProvider.d.ts +8 -0
  85. package/dist/src/components/WalletKitProvider/ThemeProvider.js +12 -0
  86. package/dist/src/components/WalletKitProvider/ThemeProvider.js.map +1 -0
  87. package/dist/src/components/WalletKitProvider/index.d.ts +11 -0
  88. package/dist/src/components/WalletKitProvider/index.js +14 -0
  89. package/dist/src/components/WalletKitProvider/index.js.map +1 -0
  90. package/dist/src/components/WalletList/index.d.ts +7 -0
  91. package/dist/src/components/WalletList/index.js +9 -0
  92. package/dist/src/components/WalletList/index.js.map +1 -0
  93. package/dist/src/components/WalletList/style.d.ts +2 -0
  94. package/dist/src/components/WalletList/style.js +101 -0
  95. package/dist/src/components/WalletList/style.js.map +1 -0
  96. package/dist/src/components/WalletTriggerButton/index.d.ts +10 -0
  97. package/dist/src/components/WalletTriggerButton/index.js +27 -0
  98. package/dist/src/components/WalletTriggerButton/index.js.map +1 -0
  99. package/dist/src/components/WalletTriggerButton/style.d.ts +2 -0
  100. package/dist/src/components/WalletTriggerButton/style.js +50 -0
  101. package/dist/src/components/WalletTriggerButton/style.js.map +1 -0
  102. package/dist/src/hooks/useWalletKit.d.ts +6 -0
  103. package/dist/src/hooks/useWalletKit.js +20 -0
  104. package/dist/src/hooks/useWalletKit.js.map +1 -0
  105. package/dist/src/index.d.ts +8 -0
  106. package/dist/src/index.js +9 -0
  107. package/dist/src/index.js.map +1 -0
  108. package/dist/src/locals/i18n.d.ts +2 -0
  109. package/dist/src/locals/i18n.js +17 -0
  110. package/dist/src/locals/i18n.js.map +1 -0
  111. package/dist/src/locals/languages/en.json +27 -0
  112. package/dist/src/locals/languages/zh.json +27 -0
  113. package/dist/src/locals/resources.d.ts +60 -0
  114. package/dist/src/locals/resources.js +11 -0
  115. package/dist/src/locals/resources.js.map +1 -0
  116. package/dist/src/stores/SlotsWalletStore.d.ts +18 -0
  117. package/dist/src/stores/SlotsWalletStore.js +33 -0
  118. package/dist/src/stores/SlotsWalletStore.js.map +1 -0
  119. package/dist/src/stores/index.d.ts +34 -0
  120. package/dist/src/stores/index.js +41 -0
  121. package/dist/src/stores/index.js.map +1 -0
  122. package/dist/src/styled/index.d.ts +17 -0
  123. package/dist/src/styled/index.js +76 -0
  124. package/dist/src/styled/index.js.map +1 -0
  125. package/dist/src/test/getwalletprovider.test.d.ts +1 -0
  126. package/dist/src/test/getwalletprovider.test.js +10 -0
  127. package/dist/src/test/getwalletprovider.test.js.map +1 -0
  128. package/dist/src/test/setup.d.ts +1 -0
  129. package/dist/src/test/setup.js +7 -0
  130. package/dist/src/test/setup.js.map +1 -0
  131. package/dist/src/theme/index.d.ts +53 -0
  132. package/dist/src/theme/index.js +92 -0
  133. package/dist/src/theme/index.js.map +1 -0
  134. package/dist/src/types/configType.d.ts +2 -0
  135. package/dist/src/types/configType.js +2 -0
  136. package/dist/src/types/configType.js.map +1 -0
  137. package/dist/src/types/slotsType.d.ts +23 -0
  138. package/dist/src/types/slotsType.js +2 -0
  139. package/dist/src/types/slotsType.js.map +1 -0
  140. package/dist/src/utils/formatter.d.ts +1 -0
  141. package/dist/src/utils/formatter.js +6 -0
  142. package/dist/src/utils/formatter.js.map +1 -0
  143. package/dist/src/utils/generateAvatar.d.ts +4 -0
  144. package/dist/src/utils/generateAvatar.js +32 -0
  145. package/dist/src/utils/generateAvatar.js.map +1 -0
  146. package/dist/src/wallets/GelWallet/index.d.ts +0 -0
  147. package/dist/src/wallets/GelWallet/index.js +2 -0
  148. package/dist/src/wallets/GelWallet/index.js.map +1 -0
  149. package/dist/src/wallets/SlotsWallets/index.d.ts +3 -0
  150. package/dist/src/wallets/SlotsWallets/index.js +26 -0
  151. package/dist/src/wallets/SlotsWallets/index.js.map +1 -0
  152. package/dist/tsconfig.build.tsbuildinfo +1 -0
  153. package/package.json +42 -0
  154. package/src/assets/svg/dataBase.ts +17 -0
  155. package/src/assets/svg/metaMaskWallet.ts +35 -0
  156. package/src/components/ConnectButton/ConnectedInfo.tsx +17 -0
  157. package/src/components/ConnectButton/index.tsx +41 -0
  158. package/src/components/Connecting/index.tsx +26 -0
  159. package/src/components/Connecting/style.ts +53 -0
  160. package/src/components/GetWallet/index.tsx +88 -0
  161. package/src/components/GetWallet/style.ts +116 -0
  162. package/src/components/Header/ModalHeader.tsx +24 -0
  163. package/src/components/Header/style.ts +74 -0
  164. package/src/components/Icon/index.tsx +120 -0
  165. package/src/components/Introduce/index.tsx +30 -0
  166. package/src/components/Introduce/style.ts +73 -0
  167. package/src/components/Modal/ConnectModal.tsx +131 -0
  168. package/src/components/Modal/WalletInfoModal.tsx +82 -0
  169. package/src/components/Modal/index.tsx +80 -0
  170. package/src/components/Modal/style.ts +160 -0
  171. package/src/components/SVGs/backArrowSvg.tsx +10 -0
  172. package/src/components/SVGs/closeSvg.tsx +11 -0
  173. package/src/components/SVGs/copiedSvg.tsx +11 -0
  174. package/src/components/SVGs/copySvg.tsx +11 -0
  175. package/src/components/SVGs/exitSvg.tsx +11 -0
  176. package/src/components/SVGs/metamaskQrCode.tsx +393 -0
  177. package/src/components/SVGs/spinSvg.tsx +10 -0
  178. package/src/components/Text/index.tsx +59 -0
  179. package/src/components/WalletKitProvider/ChainProvider.tsx +34 -0
  180. package/src/components/WalletKitProvider/I18nProvider.tsx +52 -0
  181. package/src/components/WalletKitProvider/ThemeProvider.tsx +16 -0
  182. package/src/components/WalletKitProvider/index.tsx +40 -0
  183. package/src/components/WalletList/index.tsx +35 -0
  184. package/src/components/WalletList/style.ts +101 -0
  185. package/src/components/WalletTriggerButton/index.tsx +50 -0
  186. package/src/components/WalletTriggerButton/style.ts +51 -0
  187. package/src/default.d.ts +18 -0
  188. package/src/hooks/useWalletKit.ts +38 -0
  189. package/src/index.ts +8 -0
  190. package/src/locals/i18n.ts +19 -0
  191. package/src/locals/languages/en.json +27 -0
  192. package/src/locals/languages/zh.json +27 -0
  193. package/src/locals/resources.ts +11 -0
  194. package/src/stores/SlotsWalletStore.ts +48 -0
  195. package/src/stores/index.ts +74 -0
  196. package/src/styled/index.ts +79 -0
  197. package/src/test/getwalletprovider.test.ts +9 -0
  198. package/src/test/setup.ts +7 -0
  199. package/src/theme/index.ts +93 -0
  200. package/src/theme/styled.d.ts +30 -0
  201. package/src/types/configType.ts +2 -0
  202. package/src/types/slotsType.ts +23 -0
  203. package/src/utils/formatter.ts +4 -0
  204. package/src/utils/generateAvatar.ts +35 -0
  205. package/src/wallets/GelWallet/index.ts +0 -0
  206. package/src/wallets/SlotsWallets/index.ts +30 -0
  207. package/tsconfig.build.json +4 -0
  208. package/tsconfig.json +55 -0
  209. package/vitest.config.ts +10 -0
@@ -0,0 +1,393 @@
1
+ const MetamaskQrCode = () => (
2
+ <svg height="228" width="228" style={{ all: 'revert' }}>
3
+ <title>QR Code</title>
4
+ <defs>
5
+ <clipPath id="clip-wrapper">
6
+ <rect height="20" width="20"></rect>
7
+ </clipPath>
8
+ <clipPath id="clip-logo">
9
+ <rect height="0" width="0"></rect>
10
+ </clipPath>
11
+ </defs>
12
+ <rect fill="transparent" height="228" width="228"></rect>
13
+ <rect fill="black" height="55.03448275862069" rx="12" ry="12" width="55.03448275862069" x="0" y="0"></rect>
14
+ <rect
15
+ fill="white"
16
+ height="39.310344827586206"
17
+ rx="5"
18
+ ry="5"
19
+ width="39.310344827586206"
20
+ x="7.862068965517241"
21
+ y="7.862068965517241"
22
+ ></rect>
23
+ <rect
24
+ fill="black"
25
+ height="23.586206896551722"
26
+ rx="0"
27
+ ry="0"
28
+ width="23.586206896551722"
29
+ x="15.724137931034482"
30
+ y="15.724137931034482"
31
+ ></rect>
32
+ <rect
33
+ fill="black"
34
+ height="55.03448275862069"
35
+ rx="12"
36
+ ry="12"
37
+ width="55.03448275862069"
38
+ x="172.9655172413793"
39
+ y="0"
40
+ ></rect>
41
+ <rect
42
+ fill="white"
43
+ height="39.310344827586206"
44
+ rx="5"
45
+ ry="5"
46
+ width="39.310344827586206"
47
+ x="180.82758620689654"
48
+ y="7.862068965517241"
49
+ ></rect>
50
+ <rect
51
+ fill="black"
52
+ height="23.586206896551722"
53
+ rx="0"
54
+ ry="0"
55
+ width="23.586206896551722"
56
+ x="188.68965517241378"
57
+ y="15.724137931034482"
58
+ ></rect>
59
+ <rect
60
+ fill="black"
61
+ height="55.03448275862069"
62
+ rx="12"
63
+ ry="12"
64
+ width="55.03448275862069"
65
+ x="0"
66
+ y="172.9655172413793"
67
+ ></rect>
68
+ <rect
69
+ fill="white"
70
+ height="39.310344827586206"
71
+ rx="5"
72
+ ry="5"
73
+ width="39.310344827586206"
74
+ x="7.862068965517241"
75
+ y="180.82758620689654"
76
+ ></rect>
77
+ <rect
78
+ fill="black"
79
+ height="23.586206896551722"
80
+ rx="0"
81
+ ry="0"
82
+ width="23.586206896551722"
83
+ x="15.724137931034482"
84
+ y="188.68965517241378"
85
+ ></rect>
86
+ <circle cx="3.9310344827586206" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
87
+ <circle cx="3.9310344827586206" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
88
+ <circle cx="3.9310344827586206" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
89
+ <circle cx="3.9310344827586206" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
90
+ <circle cx="11.793103448275861" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
91
+ <circle cx="11.793103448275861" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
92
+ <circle cx="11.793103448275861" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
93
+ <circle cx="11.793103448275861" cy="114" fill="black" r="2.6206896551724137"></circle>
94
+ <circle cx="11.793103448275861" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
95
+ <circle cx="11.793103448275861" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
96
+ <circle cx="11.793103448275861" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
97
+ <circle cx="11.793103448275861" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
98
+ <circle cx="11.793103448275861" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
99
+ <circle cx="19.655172413793103" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
100
+ <circle cx="19.655172413793103" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
101
+ <circle cx="19.655172413793103" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
102
+ <circle cx="19.655172413793103" cy="114" fill="black" r="2.6206896551724137"></circle>
103
+ <circle cx="19.655172413793103" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
104
+ <circle cx="19.655172413793103" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
105
+ <circle cx="27.51724137931034" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
106
+ <circle cx="27.51724137931034" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
107
+ <circle cx="27.51724137931034" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
108
+ <circle cx="27.51724137931034" cy="114" fill="black" r="2.6206896551724137"></circle>
109
+ <circle cx="27.51724137931034" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
110
+ <circle cx="27.51724137931034" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
111
+ <circle cx="35.37931034482759" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
112
+ <circle cx="35.37931034482759" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
113
+ <circle cx="35.37931034482759" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
114
+ <circle cx="35.37931034482759" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
115
+ <circle cx="35.37931034482759" cy="114" fill="black" r="2.6206896551724137"></circle>
116
+ <circle cx="35.37931034482759" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
117
+ <circle cx="35.37931034482759" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
118
+ <circle cx="35.37931034482759" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
119
+ <circle cx="43.241379310344826" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
120
+ <circle cx="43.241379310344826" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
121
+ <circle cx="43.241379310344826" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
122
+ <circle cx="43.241379310344826" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
123
+ <circle cx="43.241379310344826" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
124
+ <circle cx="43.241379310344826" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
125
+ <circle cx="51.103448275862064" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
126
+ <circle cx="51.103448275862064" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
127
+ <circle cx="51.103448275862064" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
128
+ <circle cx="51.103448275862064" cy="114" fill="black" r="2.6206896551724137"></circle>
129
+ <circle cx="51.103448275862064" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
130
+ <circle cx="51.103448275862064" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
131
+ <circle cx="51.103448275862064" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
132
+ <circle cx="58.96551724137931" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
133
+ <circle cx="58.96551724137931" cy="114" fill="black" r="2.6206896551724137"></circle>
134
+ <circle cx="58.96551724137931" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
135
+ <circle cx="58.96551724137931" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
136
+ <circle cx="58.96551724137931" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
137
+ <circle cx="58.96551724137931" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
138
+ <circle cx="66.82758620689656" cy="3.9310344827586206" fill="black" r="2.6206896551724137"></circle>
139
+ <circle cx="66.82758620689656" cy="19.655172413793103" fill="black" r="2.6206896551724137"></circle>
140
+ <circle cx="66.82758620689656" cy="35.37931034482759" fill="black" r="2.6206896551724137"></circle>
141
+ <circle cx="66.82758620689656" cy="51.103448275862064" fill="black" r="2.6206896551724137"></circle>
142
+ <circle cx="66.82758620689656" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
143
+ <circle cx="66.82758620689656" cy="114" fill="black" r="2.6206896551724137"></circle>
144
+ <circle cx="66.82758620689656" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
145
+ <circle cx="66.82758620689656" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
146
+ <circle cx="66.82758620689656" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
147
+ <circle cx="66.82758620689656" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
148
+ <circle cx="66.82758620689656" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
149
+ <circle cx="74.6896551724138" cy="11.793103448275861" fill="black" r="2.6206896551724137"></circle>
150
+ <circle cx="74.6896551724138" cy="27.51724137931034" fill="black" r="2.6206896551724137"></circle>
151
+ <circle cx="74.6896551724138" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
152
+ <circle cx="74.6896551724138" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
153
+ <circle cx="74.6896551724138" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
154
+ <circle cx="74.6896551724138" cy="114" fill="black" r="2.6206896551724137"></circle>
155
+ <circle cx="74.6896551724138" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
156
+ <circle cx="74.6896551724138" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
157
+ <circle cx="74.6896551724138" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
158
+ <circle cx="74.6896551724138" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
159
+ <circle cx="74.6896551724138" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
160
+ <circle cx="74.6896551724138" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
161
+ <circle cx="82.55172413793103" cy="3.9310344827586206" fill="black" r="2.6206896551724137"></circle>
162
+ <circle cx="82.55172413793103" cy="27.51724137931034" fill="black" r="2.6206896551724137"></circle>
163
+ <circle cx="82.55172413793103" cy="35.37931034482759" fill="black" r="2.6206896551724137"></circle>
164
+ <circle cx="82.55172413793103" cy="43.241379310344826" fill="black" r="2.6206896551724137"></circle>
165
+ <circle cx="82.55172413793103" cy="51.103448275862064" fill="black" r="2.6206896551724137"></circle>
166
+ <circle cx="82.55172413793103" cy="58.96551724137931" fill="black" r="2.6206896551724137"></circle>
167
+ <circle cx="82.55172413793103" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
168
+ <circle cx="82.55172413793103" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
169
+ <circle cx="82.55172413793103" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
170
+ <circle cx="82.55172413793103" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
171
+ <circle cx="82.55172413793103" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
172
+ <circle cx="82.55172413793103" cy="208.3448275862069" fill="black" r="2.6206896551724137"></circle>
173
+ <circle cx="82.55172413793103" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
174
+ <circle cx="82.55172413793103" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
175
+ <circle cx="90.41379310344827" cy="27.51724137931034" fill="black" r="2.6206896551724137"></circle>
176
+ <circle cx="90.41379310344827" cy="43.241379310344826" fill="black" r="2.6206896551724137"></circle>
177
+ <circle cx="90.41379310344827" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
178
+ <circle cx="90.41379310344827" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
179
+ <circle cx="90.41379310344827" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
180
+ <circle cx="90.41379310344827" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
181
+ <circle cx="90.41379310344827" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
182
+ <circle cx="90.41379310344827" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
183
+ <circle cx="90.41379310344827" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
184
+ <circle cx="90.41379310344827" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
185
+ <circle cx="98.27586206896551" cy="3.9310344827586206" fill="black" r="2.6206896551724137"></circle>
186
+ <circle cx="98.27586206896551" cy="11.793103448275861" fill="black" r="2.6206896551724137"></circle>
187
+ <circle cx="98.27586206896551" cy="19.655172413793103" fill="black" r="2.6206896551724137"></circle>
188
+ <circle cx="98.27586206896551" cy="43.241379310344826" fill="black" r="2.6206896551724137"></circle>
189
+ <circle cx="98.27586206896551" cy="51.103448275862064" fill="black" r="2.6206896551724137"></circle>
190
+ <circle cx="98.27586206896551" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
191
+ <circle cx="98.27586206896551" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
192
+ <circle cx="98.27586206896551" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
193
+ <circle cx="98.27586206896551" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
194
+ <circle cx="98.27586206896551" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
195
+ <circle cx="98.27586206896551" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
196
+ <circle cx="98.27586206896551" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
197
+ <circle cx="98.27586206896551" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
198
+ <circle cx="98.27586206896551" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
199
+ <circle cx="106.13793103448275" cy="19.655172413793103" fill="black" r="2.6206896551724137"></circle>
200
+ <circle cx="106.13793103448275" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
201
+ <circle cx="106.13793103448275" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
202
+ <circle cx="106.13793103448275" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
203
+ <circle cx="106.13793103448275" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
204
+ <circle cx="106.13793103448275" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
205
+ <circle cx="106.13793103448275" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
206
+ <circle cx="106.13793103448275" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
207
+ <circle cx="106.13793103448275" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
208
+ <circle cx="106.13793103448275" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
209
+ <circle cx="106.13793103448275" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
210
+ <circle cx="106.13793103448275" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
211
+ <circle cx="106.13793103448275" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
212
+ <circle cx="114" cy="11.793103448275861" fill="black" r="2.6206896551724137"></circle>
213
+ <circle cx="114" cy="51.103448275862064" fill="black" r="2.6206896551724137"></circle>
214
+ <circle cx="114" cy="58.96551724137931" fill="black" r="2.6206896551724137"></circle>
215
+ <circle cx="114" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
216
+ <circle cx="114" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
217
+ <circle cx="114" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
218
+ <circle cx="114" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
219
+ <circle cx="114" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
220
+ <circle cx="114" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
221
+ <circle cx="114" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
222
+ <circle cx="114" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
223
+ <circle cx="114" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
224
+ <circle cx="121.86206896551724" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
225
+ <circle cx="121.86206896551724" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
226
+ <circle cx="121.86206896551724" cy="114" fill="black" r="2.6206896551724137"></circle>
227
+ <circle cx="121.86206896551724" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
228
+ <circle cx="121.86206896551724" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
229
+ <circle cx="121.86206896551724" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
230
+ <circle cx="121.86206896551724" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
231
+ <circle cx="121.86206896551724" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
232
+ <circle cx="121.86206896551724" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
233
+ <circle cx="129.72413793103448" cy="11.793103448275861" fill="black" r="2.6206896551724137"></circle>
234
+ <circle cx="129.72413793103448" cy="19.655172413793103" fill="black" r="2.6206896551724137"></circle>
235
+ <circle cx="129.72413793103448" cy="43.241379310344826" fill="black" r="2.6206896551724137"></circle>
236
+ <circle cx="129.72413793103448" cy="51.103448275862064" fill="black" r="2.6206896551724137"></circle>
237
+ <circle cx="129.72413793103448" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
238
+ <circle cx="129.72413793103448" cy="114" fill="black" r="2.6206896551724137"></circle>
239
+ <circle cx="129.72413793103448" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
240
+ <circle cx="129.72413793103448" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
241
+ <circle cx="129.72413793103448" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
242
+ <circle cx="129.72413793103448" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
243
+ <circle cx="129.72413793103448" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
244
+ <circle cx="129.72413793103448" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
245
+ <circle cx="129.72413793103448" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
246
+ <circle cx="129.72413793103448" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
247
+ <circle cx="129.72413793103448" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
248
+ <circle cx="129.72413793103448" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
249
+ <circle cx="137.58620689655174" cy="27.51724137931034" fill="black" r="2.6206896551724137"></circle>
250
+ <circle cx="137.58620689655174" cy="35.37931034482759" fill="black" r="2.6206896551724137"></circle>
251
+ <circle cx="137.58620689655174" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
252
+ <circle cx="137.58620689655174" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
253
+ <circle cx="137.58620689655174" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
254
+ <circle cx="137.58620689655174" cy="114" fill="black" r="2.6206896551724137"></circle>
255
+ <circle cx="137.58620689655174" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
256
+ <circle cx="137.58620689655174" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
257
+ <circle cx="137.58620689655174" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
258
+ <circle cx="137.58620689655174" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
259
+ <circle cx="137.58620689655174" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
260
+ <circle cx="137.58620689655174" cy="208.3448275862069" fill="black" r="2.6206896551724137"></circle>
261
+ <circle cx="137.58620689655174" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
262
+ <circle cx="145.44827586206898" cy="3.9310344827586206" fill="black" r="2.6206896551724137"></circle>
263
+ <circle cx="145.44827586206898" cy="19.655172413793103" fill="black" r="2.6206896551724137"></circle>
264
+ <circle cx="145.44827586206898" cy="51.103448275862064" fill="black" r="2.6206896551724137"></circle>
265
+ <circle cx="145.44827586206898" cy="58.96551724137931" fill="black" r="2.6206896551724137"></circle>
266
+ <circle cx="145.44827586206898" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
267
+ <circle cx="145.44827586206898" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
268
+ <circle cx="145.44827586206898" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
269
+ <circle cx="145.44827586206898" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
270
+ <circle cx="145.44827586206898" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
271
+ <circle cx="145.44827586206898" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
272
+ <circle cx="145.44827586206898" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
273
+ <circle cx="145.44827586206898" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
274
+ <circle cx="145.44827586206898" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
275
+ <circle cx="145.44827586206898" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
276
+ <circle cx="145.44827586206898" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
277
+ <circle cx="153.31034482758622" cy="11.793103448275861" fill="black" r="2.6206896551724137"></circle>
278
+ <circle cx="153.31034482758622" cy="27.51724137931034" fill="black" r="2.6206896551724137"></circle>
279
+ <circle cx="153.31034482758622" cy="43.241379310344826" fill="black" r="2.6206896551724137"></circle>
280
+ <circle cx="153.31034482758622" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
281
+ <circle cx="153.31034482758622" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
282
+ <circle cx="153.31034482758622" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
283
+ <circle cx="153.31034482758622" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
284
+ <circle cx="153.31034482758622" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
285
+ <circle cx="153.31034482758622" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
286
+ <circle cx="153.31034482758622" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
287
+ <circle cx="153.31034482758622" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
288
+ <circle cx="153.31034482758622" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
289
+ <circle cx="161.17241379310346" cy="3.9310344827586206" fill="black" r="2.6206896551724137"></circle>
290
+ <circle cx="161.17241379310346" cy="19.655172413793103" fill="black" r="2.6206896551724137"></circle>
291
+ <circle cx="161.17241379310346" cy="27.51724137931034" fill="black" r="2.6206896551724137"></circle>
292
+ <circle cx="161.17241379310346" cy="35.37931034482759" fill="black" r="2.6206896551724137"></circle>
293
+ <circle cx="161.17241379310346" cy="43.241379310344826" fill="black" r="2.6206896551724137"></circle>
294
+ <circle cx="161.17241379310346" cy="51.103448275862064" fill="black" r="2.6206896551724137"></circle>
295
+ <circle cx="161.17241379310346" cy="58.96551724137931" fill="black" r="2.6206896551724137"></circle>
296
+ <circle cx="161.17241379310346" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
297
+ <circle cx="161.17241379310346" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
298
+ <circle cx="161.17241379310346" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
299
+ <circle cx="161.17241379310346" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
300
+ <circle cx="161.17241379310346" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
301
+ <circle cx="161.17241379310346" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
302
+ <circle cx="161.17241379310346" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
303
+ <circle cx="161.17241379310346" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
304
+ <circle cx="161.17241379310346" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
305
+ <circle cx="161.17241379310346" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
306
+ <circle cx="169.0344827586207" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
307
+ <circle cx="169.0344827586207" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
308
+ <circle cx="169.0344827586207" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
309
+ <circle cx="169.0344827586207" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
310
+ <circle cx="169.0344827586207" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
311
+ <circle cx="169.0344827586207" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
312
+ <circle cx="169.0344827586207" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
313
+ <circle cx="169.0344827586207" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
314
+ <circle cx="169.0344827586207" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
315
+ <circle cx="169.0344827586207" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
316
+ <circle cx="169.0344827586207" cy="208.3448275862069" fill="black" r="2.6206896551724137"></circle>
317
+ <circle cx="169.0344827586207" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
318
+ <circle cx="169.0344827586207" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
319
+ <circle cx="176.89655172413794" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
320
+ <circle cx="176.89655172413794" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
321
+ <circle cx="176.89655172413794" cy="114" fill="black" r="2.6206896551724137"></circle>
322
+ <circle cx="176.89655172413794" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
323
+ <circle cx="176.89655172413794" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
324
+ <circle cx="176.89655172413794" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
325
+ <circle cx="176.89655172413794" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
326
+ <circle cx="176.89655172413794" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
327
+ <circle cx="176.89655172413794" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
328
+ <circle cx="176.89655172413794" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
329
+ <circle cx="176.89655172413794" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
330
+ <circle cx="176.89655172413794" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
331
+ <circle cx="184.75862068965517" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
332
+ <circle cx="184.75862068965517" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
333
+ <circle cx="184.75862068965517" cy="114" fill="black" r="2.6206896551724137"></circle>
334
+ <circle cx="184.75862068965517" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
335
+ <circle cx="184.75862068965517" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
336
+ <circle cx="184.75862068965517" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
337
+ <circle cx="184.75862068965517" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
338
+ <circle cx="184.75862068965517" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
339
+ <circle cx="184.75862068965517" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
340
+ <circle cx="192.6206896551724" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
341
+ <circle cx="192.6206896551724" cy="74.6896551724138" fill="black" r="2.6206896551724137"></circle>
342
+ <circle cx="192.6206896551724" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
343
+ <circle cx="192.6206896551724" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
344
+ <circle cx="192.6206896551724" cy="114" fill="black" r="2.6206896551724137"></circle>
345
+ <circle cx="192.6206896551724" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
346
+ <circle cx="192.6206896551724" cy="145.44827586206898" fill="black" r="2.6206896551724137"></circle>
347
+ <circle cx="192.6206896551724" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
348
+ <circle cx="192.6206896551724" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
349
+ <circle cx="192.6206896551724" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
350
+ <circle cx="192.6206896551724" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
351
+ <circle cx="192.6206896551724" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
352
+ <circle cx="192.6206896551724" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
353
+ <circle cx="200.48275862068965" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
354
+ <circle cx="200.48275862068965" cy="98.27586206896551" fill="black" r="2.6206896551724137"></circle>
355
+ <circle cx="200.48275862068965" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
356
+ <circle cx="200.48275862068965" cy="114" fill="black" r="2.6206896551724137"></circle>
357
+ <circle cx="200.48275862068965" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
358
+ <circle cx="200.48275862068965" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
359
+ <circle cx="200.48275862068965" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
360
+ <circle cx="200.48275862068965" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
361
+ <circle cx="200.48275862068965" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
362
+ <circle cx="200.48275862068965" cy="208.3448275862069" fill="black" r="2.6206896551724137"></circle>
363
+ <circle cx="208.3448275862069" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
364
+ <circle cx="208.3448275862069" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
365
+ <circle cx="208.3448275862069" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
366
+ <circle cx="208.3448275862069" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
367
+ <circle cx="208.3448275862069" cy="137.58620689655174" fill="black" r="2.6206896551724137"></circle>
368
+ <circle cx="208.3448275862069" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
369
+ <circle cx="208.3448275862069" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
370
+ <circle cx="208.3448275862069" cy="192.6206896551724" fill="black" r="2.6206896551724137"></circle>
371
+ <circle cx="208.3448275862069" cy="200.48275862068965" fill="black" r="2.6206896551724137"></circle>
372
+ <circle cx="208.3448275862069" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
373
+ <circle cx="216.20689655172416" cy="82.55172413793103" fill="black" r="2.6206896551724137"></circle>
374
+ <circle cx="216.20689655172416" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
375
+ <circle cx="216.20689655172416" cy="121.86206896551724" fill="black" r="2.6206896551724137"></circle>
376
+ <circle cx="216.20689655172416" cy="153.31034482758622" fill="black" r="2.6206896551724137"></circle>
377
+ <circle cx="216.20689655172416" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
378
+ <circle cx="216.20689655172416" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
379
+ <circle cx="216.20689655172416" cy="176.89655172413794" fill="black" r="2.6206896551724137"></circle>
380
+ <circle cx="216.20689655172416" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
381
+ <circle cx="224.0689655172414" cy="66.82758620689656" fill="black" r="2.6206896551724137"></circle>
382
+ <circle cx="224.0689655172414" cy="90.41379310344827" fill="black" r="2.6206896551724137"></circle>
383
+ <circle cx="224.0689655172414" cy="106.13793103448275" fill="black" r="2.6206896551724137"></circle>
384
+ <circle cx="224.0689655172414" cy="129.72413793103448" fill="black" r="2.6206896551724137"></circle>
385
+ <circle cx="224.0689655172414" cy="161.17241379310346" fill="black" r="2.6206896551724137"></circle>
386
+ <circle cx="224.0689655172414" cy="169.0344827586207" fill="black" r="2.6206896551724137"></circle>
387
+ <circle cx="224.0689655172414" cy="184.75862068965517" fill="black" r="2.6206896551724137"></circle>
388
+ <circle cx="224.0689655172414" cy="216.20689655172416" fill="black" r="2.6206896551724137"></circle>
389
+ <circle cx="224.0689655172414" cy="224.0689655172414" fill="black" r="2.6206896551724137"></circle>
390
+ </svg>
391
+ );
392
+
393
+ export default MetamaskQrCode;
@@ -0,0 +1,10 @@
1
+ const SpinSvg = (props: React.SVGProps<SVGSVGElement> & { className?: string }) => (
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none" {...props}>
3
+ <path
4
+ d="M21.3914 24.6515C21.6898 25.1549 21.5228 25.8278 20.9999 26.1124C20.488 26.4106 19.8365 26.2355 19.5463 25.7212C19.2342 25.2178 19.4149 24.5585 19.9213 24.2603C20.4524 23.9648 21.093 24.1454 21.3914 24.6515ZM15.0813 26.9303C15.0813 27.513 14.5995 28 13.9945 28C13.4114 28 12.9241 27.524 12.9241 26.9303V26.1808C12.9241 25.5844 13.4141 25.1084 13.9945 25.1084C14.5913 25.1084 15.0813 25.5844 15.0813 26.1808V26.9303ZM8.47553 25.7212C8.17165 26.2491 7.5119 26.416 7.00545 26.1178C6.48531 25.8251 6.30189 25.1713 6.6085 24.6488L7.40514 23.2563C7.71174 22.7447 8.36876 22.5669 8.8889 22.8596C9.39261 23.1578 9.57877 23.8226 9.27216 24.3287L8.47553 25.7212ZM3.34805 21.396C2.82791 21.686 2.16268 21.5109 1.87798 20.9993C1.5741 20.4959 1.74657 19.8284 2.26124 19.5302L4.40202 18.291C4.91394 18.0064 5.57917 18.1679 5.87209 18.6876C6.16228 19.191 5.98433 19.8585 5.47515 20.1567L3.34805 21.396ZM1.07039 15.0738C0.4736 15.0738 0 14.5923 0 14.0041C0 13.4077 0.4736 12.9262 1.07039 12.9262H4.40476C5.00155 12.9262 5.47515 13.4077 5.47515 13.9959C5.47515 14.5923 5.00155 15.0738 4.40476 15.0738H1.07039ZM2.26397 8.46155C1.74383 8.17157 1.5741 7.515 1.88071 7.00068C2.16542 6.4809 2.82791 6.30581 3.35079 6.60401L6.97534 8.70777C7.48726 9.00049 7.65699 9.65432 7.37228 10.1604C7.06841 10.6802 6.40866 10.8471 5.90495 10.5571L2.26397 8.46155ZM6.6085 3.3403L9.13254 7.72017C9.43915 8.23175 10.0962 8.41505 10.6081 8.11138C11.12 7.8214 11.2898 7.15662 10.9914 6.64231L8.45636 2.27064C8.16618 1.76453 7.50916 1.58124 7.00271 1.87943C6.48257 2.17763 6.31558 2.83693 6.6085 3.3403ZM12.9268 1.07787C12.9268 0.495164 13.4168 0 13.9972 0C14.594 0 15.084 0.484221 15.084 1.07787V6.12252C15.084 6.71891 14.6022 7.20039 13.9972 7.2086C13.4141 7.2086 12.9268 6.73532 12.9268 6.12252V1.07787ZM19.5326 2.27064C19.8392 1.75085 20.488 1.58124 21.0027 1.87396C21.5228 2.16395 21.7062 2.82052 21.3996 3.34304L18.8701 7.72291C18.5854 8.23449 17.9119 8.41505 17.4 8.11959C16.8881 7.8214 16.7184 7.15662 17.0085 6.64231L19.5326 2.27064ZM24.6737 6.60401L20.2854 9.1318C19.7735 9.42179 19.5955 10.0784 19.8885 10.6009C20.1923 11.1042 20.8521 11.2739 21.3585 10.9921L25.7496 8.46429C26.2533 8.1743 26.4395 7.51773 26.1329 7.00342C25.8372 6.48363 25.1775 6.29761 24.6737 6.60401ZM26.9295 12.9262C27.5318 12.9262 28.0081 13.4077 27.9999 14.0041C27.9999 14.5923 27.5345 15.0738 26.9295 15.0738H21.8759C21.2928 15.0738 20.8028 14.5923 20.8028 13.9959C20.8028 13.4077 21.2928 12.9262 21.8759 12.9262H26.9295Z"
5
+ fill="#6A6A6A"
6
+ />
7
+ </svg>
8
+ );
9
+
10
+ export default SpinSvg;
@@ -0,0 +1,59 @@
1
+ import React from 'react';
2
+ import { styled } from 'styled-components';
3
+
4
+ interface TextOrg {
5
+ text?: string | number | any;
6
+ size?: number;
7
+ weight?: number;
8
+ color?: string;
9
+ padding?: string;
10
+ margin?: string;
11
+ ellipsis?: boolean;
12
+ className?: string;
13
+ children?: React.ReactNode;
14
+ prefix?: string;
15
+ suffix?: string;
16
+ counting?: boolean;
17
+ href?: string;
18
+ }
19
+
20
+ const TextStyled = styled.div`
21
+ color: ${({ theme }) => theme.textColor2};
22
+ font-family: 'Manrope', serif;
23
+ height: inherit;
24
+ left: inherit;
25
+ white-space: pre-wrap;
26
+ //word-break: break-all;
27
+ align-items: center;
28
+ `;
29
+
30
+ export const Text: React.FC<TextOrg> = ({
31
+ prefix,
32
+ suffix,
33
+ className = '',
34
+ text,
35
+ size,
36
+ weight,
37
+ color,
38
+ padding = '',
39
+ margin = ''
40
+ }) => {
41
+ return (
42
+ <TextStyled
43
+ className={className}
44
+ style={{
45
+ fontSize: size ? size + 'px' : '16px',
46
+ fontWeight: weight || 700,
47
+ color,
48
+ padding,
49
+ margin
50
+ }}
51
+ >
52
+ {prefix ? <span>{prefix}</span> : <></>}
53
+ <span dangerouslySetInnerHTML={{ __html: text }} />
54
+ {suffix ? <span>{suffix}</span> : <></>}
55
+ </TextStyled>
56
+ );
57
+ };
58
+
59
+ export default Text;
@@ -0,0 +1,34 @@
1
+ import { createContext, type ReactNode, useContext, useMemo } from 'react';
2
+
3
+ interface IChainProvider {
4
+ children: ReactNode;
5
+ defaultChain?: number | any;
6
+ }
7
+
8
+ interface ChainContextValue {
9
+ chains: any[];
10
+ defaultChainId?: number;
11
+ }
12
+
13
+ const ChainContext = createContext<ChainContextValue>({
14
+ chains: []
15
+ });
16
+
17
+ export function ChainProvider({ children, defaultChain }: IChainProvider) {
18
+ const chainValue = useMemo(() => {
19
+ return {
20
+ chains: [],
21
+ defaultChainId: typeof defaultChain === 'number' ? defaultChain : defaultChain?.id
22
+ };
23
+ }, [defaultChain]);
24
+
25
+ return <ChainContext.Provider value={chainValue}>{children}</ChainContext.Provider>;
26
+ }
27
+
28
+ export const useWalletKitChains = () => {
29
+ return useContext(ChainContext).chains;
30
+ };
31
+
32
+ export const useWalletKitDefaultChainId = () => {
33
+ return useContext(ChainContext).defaultChainId;
34
+ };
@@ -0,0 +1,52 @@
1
+ import { createContext, type ReactNode, useEffect, useMemo, useState } from 'react';
2
+ import { type Locals } from '../../types/configType';
3
+ import i18n from '../../locals/i18n';
4
+
5
+ interface I18nProviderProps {
6
+ children: ReactNode;
7
+ language?: Locals;
8
+ }
9
+
10
+ export const detectedBrowserLocale = () => {
11
+ if (typeof window !== 'undefined' && typeof navigator !== 'undefined') {
12
+ if (navigator.languages?.length) {
13
+ return navigator.languages[0];
14
+ }
15
+
16
+ if (navigator.language) {
17
+ return navigator.language;
18
+ }
19
+ }
20
+ return '';
21
+ };
22
+
23
+ export const I18nContext = createContext<{ i18n: typeof i18n }>({ i18n });
24
+
25
+ export const I18nProvider = ({ children, language }: I18nProviderProps) => {
26
+ const [updateCount, setUpdateCount] = useState(0);
27
+
28
+ const browserLocale: Locals = useMemo(() => {
29
+ return detectedBrowserLocale() as Locals;
30
+ }, []);
31
+
32
+ useEffect(() => {
33
+ i18n.on('languageChanged', () => {
34
+ setUpdateCount(count => count + 1);
35
+ });
36
+ }, []);
37
+
38
+ useEffect(() => {
39
+ if (language && language !== i18n.language) {
40
+ i18n.changeLanguage(language);
41
+ } else if (!language && browserLocale && browserLocale !== i18n.language) {
42
+ i18n.changeLanguage(browserLocale);
43
+ }
44
+ }, [language, browserLocale]);
45
+
46
+ const memoizedValue = useMemo(() => {
47
+ const t = (key: string, options?: any) => i18n.t(key, options);
48
+ return { t, i18n };
49
+ }, [updateCount]);
50
+
51
+ return <I18nContext.Provider value={memoizedValue}>{children}</I18nContext.Provider>;
52
+ };
@@ -0,0 +1,16 @@
1
+ import { ThemeProvider } from 'styled-components';
2
+ import { type ReactNode, useMemo } from 'react';
3
+ import { type Theme } from '../../types/configType';
4
+ import { themeStyle } from '../../theme';
5
+
6
+ interface IWalletKitThemeProvider {
7
+ theme?: Theme;
8
+ children: ReactNode;
9
+ }
10
+
11
+ export function WalletKitThemeProvider({ theme, children }: IWalletKitThemeProvider) {
12
+ const themeObject = useMemo(() => {
13
+ return themeStyle[theme || 'lightMode'];
14
+ }, [theme]);
15
+ return <ThemeProvider theme={themeObject}>{children}</ThemeProvider>;
16
+ }