Skip to content

Commit

Permalink
chore: boolean result fix, chain update
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Mar 5, 2024
1 parent f3f29da commit a7e4501
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 1,737 deletions.
6 changes: 4 additions & 2 deletions components/ResultDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ export const ResultDialog = ({
sx={{
overflow: "auto",
}}
onClick={() => copyText(result.data)}
onClick={() => copyText(result.data.toString())}
>
<ListItemText primary={result.data} />
<ListItemText
primary={(result.data as any).toString()}
/>
</ListItemButton>
);
} else {
Expand Down
59 changes: 11 additions & 48 deletions config/chainIds.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
59140,
324,
997,
595,
787,
597,
47,
Expand All @@ -45,7 +44,6 @@
651940,
8738,
2330,
9997,
4000003,
3797,
135,
Expand All @@ -63,6 +61,7 @@
462,
10242,
10243,
456,
592,
1261120,
912559,
Expand All @@ -74,10 +73,13 @@
33333,
333331,
634,
61800,
5165,
4090,
641230,
818,
2022,
535037,
1501,
3068,
49088,
Expand All @@ -91,8 +93,6 @@
96,
25925,
210,
7171,
7771,
199,
1028,
2999,
Expand All @@ -111,38 +111,32 @@
288,
2888,
2151,
3637,
3636,
12123,
21912,
963,
19845,
78431,
344106930,
20001,
500,
534,
7700,
7701,
3003,
6102,
44787,
42220,
21337,
3001,
2031,
30103,
5555,
1351057110,
88880,
1353,
1252,
31223,
31224,
33210,
256256,
512512,
9223,
112,
52,
53,
Expand Down Expand Up @@ -175,19 +169,17 @@
6666,
46,
43,
45,
236,
2021398,
75,
202020,
138,
45510,
1133,
432204,
432201,
1954,
68770,
855456,
1117,
9339,
2000,
568,
9888,
Expand All @@ -199,6 +191,8 @@
513,
78281,
36,
2100,
2101,
63000,
63001,
988207,
Expand All @@ -207,7 +201,6 @@
271,
271271,
1994,
1004,
20,
21,
52014,
Expand All @@ -222,7 +215,6 @@
131,
48,
49,
1214,
119,
120,
17777,
Expand All @@ -233,17 +225,15 @@
128123,
1313114,
61803,
476158412,
2213,
9001,
9000,
9395,
31414,
22052002,
27082017,
2109,
1229,
530,
868,
424242,
26026,
12306,
Expand Down Expand Up @@ -273,9 +263,6 @@
486217935,
192837465,
1777,
29,
26,
59971,
16507,
428,
42801,
Expand All @@ -292,7 +279,6 @@
22324,
10024,
614,
72992,
71111,
1280,
25888,
Expand Down Expand Up @@ -336,7 +322,6 @@
88888,
16888,
35011,
66988,
81,
10081,
3501,
Expand Down Expand Up @@ -371,7 +356,6 @@
418,
1891,
1890,
15551,
800,
42,
4201,
Expand All @@ -381,13 +365,13 @@
7860,
2016,
9768,
8898,
169,
3441005,
96970,
5000,
5003,
5001,
22776,
212,
8848,
10201,
Expand All @@ -412,7 +396,6 @@
2001,
200101,
9996,
9977,
1080,
1079,
73927,
Expand Down Expand Up @@ -496,7 +479,6 @@
3400,
3500,
789,
542,
6701,
666301171999,
20201022,
Expand All @@ -514,10 +496,8 @@
8007736,
16658437,
10067275,
242,
99,
77,
11891,
1101,
1442,
1213,
Expand All @@ -526,7 +506,6 @@
2606,
1804,
129,
1031,
2018,
2020,
2019,
Expand Down Expand Up @@ -583,8 +562,6 @@
247253,
11888,
8883,
51712,
11612,
5758,
1985,
1986,
Expand All @@ -598,8 +575,6 @@
34,
3434,
186,
3699,
3698,
58008,
8082,
109,
Expand All @@ -618,15 +593,13 @@
1564830818,
2046399126,
1482601649,
503129905,
1350216234,
1517929550,
5169,
82459,
18122,
20180430,
2323,
19,
101010,
700,
1234,
12345,
Expand All @@ -635,7 +608,6 @@
2048,
2047,
1969,
262,
230,
94,
1291,
Expand All @@ -658,27 +630,19 @@
443,
1559,
155,
8181,
1707,
1708,
7,
7668,
7672,
361,
365,
70001,
70103,
70002,
60001,
60103,
60002,
108,
18,
1127469,
404040,
4141,
55004,
5177,
6969,
980,
77777,
Expand Down Expand Up @@ -743,7 +707,6 @@
3999,
1369,
383414847825,
79,
7001,
33469,
32769,
Expand Down
Loading

0 comments on commit a7e4501

Please sign in to comment.