Repository: base/chains Branch: master Commit: 16efd0a7257e Files: 1781 Total size: 2.5 MB Directory structure: gitextract_ynjdhe64/ ├── .ci/ │ └── kontinuum.json ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── build.yml │ ├── deploy.yml │ ├── pr_checks.yml │ ├── prettier.yml │ ├── rebase.yml │ ├── stale.yml │ └── validate_json.yml ├── .gitignore ├── .gitmodules ├── .jitpack.yml ├── .prettierignore ├── .prettierrc.json ├── LICENSE ├── README.md ├── _data/ │ ├── chains/ │ │ ├── eip155-1.json │ │ ├── eip155-10.json │ │ ├── eip155-100.json │ │ ├── eip155-1000.json │ │ ├── eip155-10000.json │ │ ├── eip155-100000.json │ │ ├── eip155-100001.json │ │ ├── eip155-100002.json │ │ ├── eip155-100003.json │ │ ├── eip155-100004.json │ │ ├── eip155-100005.json │ │ ├── eip155-100006.json │ │ ├── eip155-100007.json │ │ ├── eip155-100008.json │ │ ├── eip155-100009.json │ │ ├── eip155-10001.json │ │ ├── eip155-100010.json │ │ ├── eip155-1001.json │ │ ├── eip155-100100.json │ │ ├── eip155-10024.json │ │ ├── eip155-1004.json │ │ ├── eip155-10067275.json │ │ ├── eip155-1007.json │ │ ├── eip155-1008.json │ │ ├── eip155-10086.json │ │ ├── eip155-101.json │ │ ├── eip155-1010.json │ │ ├── eip155-10101.json │ │ ├── eip155-101010.json │ │ ├── eip155-10101010.json │ │ ├── eip155-1012.json │ │ ├── eip155-102.json │ │ ├── eip155-10200.json │ │ ├── eip155-1022.json │ │ ├── eip155-1023.json │ │ ├── eip155-1024.json │ │ ├── eip155-10248.json │ │ ├── eip155-1028.json │ │ ├── eip155-1030.json │ │ ├── eip155-103090.json │ │ ├── eip155-1031.json │ │ ├── eip155-1038.json │ │ ├── eip155-1039.json │ │ ├── eip155-104.json │ │ ├── eip155-105.json │ │ ├── eip155-10507.json │ │ ├── eip155-10508.json │ │ ├── eip155-106.json │ │ ├── eip155-107.json │ │ ├── eip155-1071.json │ │ ├── eip155-1072.json │ │ ├── eip155-1079.json │ │ ├── eip155-108.json │ │ ├── eip155-10823.json │ │ ├── eip155-1088.json │ │ ├── eip155-108801.json │ │ ├── eip155-10946.json │ │ ├── eip155-10947.json │ │ ├── eip155-1099.json │ │ ├── eip155-11.json │ │ ├── eip155-110.json │ │ ├── eip155-110000.json │ │ ├── eip155-110001.json │ │ ├── eip155-110002.json │ │ ├── eip155-110003.json │ │ ├── eip155-110004.json │ │ ├── eip155-110005.json │ │ ├── eip155-110006.json │ │ ├── eip155-110007.json │ │ ├── eip155-110008.json │ │ ├── eip155-1101.json │ │ ├── eip155-111.json │ │ ├── eip155-111000.json │ │ ├── eip155-1111.json │ │ ├── eip155-11110.json │ │ ├── eip155-11111.json │ │ ├── eip155-111111.json │ │ ├── eip155-11115.json │ │ ├── eip155-11119.json │ │ ├── eip155-1112.json │ │ ├── eip155-111222333444.json │ │ ├── eip155-1115.json │ │ ├── eip155-11155111.json │ │ ├── eip155-1116.json │ │ ├── eip155-1117.json │ │ ├── eip155-112.json │ │ ├── eip155-1122334455.json │ │ ├── eip155-11235.json │ │ ├── eip155-112358.json │ │ ├── eip155-11297108099.json │ │ ├── eip155-11297108109.json │ │ ├── eip155-113.json │ │ ├── eip155-1130.json │ │ ├── eip155-1131.json │ │ ├── eip155-1138.json │ │ ├── eip155-1139.json │ │ ├── eip155-114.json │ │ ├── eip155-1140.json │ │ ├── eip155-11437.json │ │ ├── eip155-1146703430.json │ │ ├── eip155-1149.json │ │ ├── eip155-115.json │ │ ├── eip155-116.json │ │ ├── eip155-11612.json │ │ ├── eip155-117.json │ │ ├── eip155-1170.json │ │ ├── eip155-1177.json │ │ ├── eip155-118.json │ │ ├── eip155-11888.json │ │ ├── eip155-119.json │ │ ├── eip155-1197.json │ │ ├── eip155-12.json │ │ ├── eip155-120.json │ │ ├── eip155-12009.json │ │ ├── eip155-1201.json │ │ ├── eip155-1202.json │ │ ├── eip155-12051.json │ │ ├── eip155-12052.json │ │ ├── eip155-121.json │ │ ├── eip155-12123.json │ │ ├── eip155-1213.json │ │ ├── eip155-1214.json │ │ ├── eip155-122.json │ │ ├── eip155-1229.json │ │ ├── eip155-123.json │ │ ├── eip155-1230.json │ │ ├── eip155-12306.json │ │ ├── eip155-1231.json │ │ ├── eip155-12321.json │ │ ├── eip155-1234.json │ │ ├── eip155-12345.json │ │ ├── eip155-123456.json │ │ ├── eip155-124.json │ │ ├── eip155-1243.json │ │ ├── eip155-1244.json │ │ ├── eip155-1246.json │ │ ├── eip155-125.json │ │ ├── eip155-1252.json │ │ ├── eip155-126.json │ │ ├── eip155-127.json │ │ ├── eip155-12715.json │ │ ├── eip155-1273227453.json │ │ ├── eip155-128.json │ │ ├── eip155-1280.json │ │ ├── eip155-1284.json │ │ ├── eip155-1285.json │ │ ├── eip155-1286.json │ │ ├── eip155-1287.json │ │ ├── eip155-1288.json │ │ ├── eip155-1294.json │ │ ├── eip155-1297.json │ │ ├── eip155-13.json │ │ ├── eip155-13000.json │ │ ├── eip155-1311.json │ │ ├── eip155-1313114.json │ │ ├── eip155-1313161554.json │ │ ├── eip155-1313161555.json │ │ ├── eip155-1313161556.json │ │ ├── eip155-1313500.json │ │ ├── eip155-1314.json │ │ ├── eip155-131419.json │ │ ├── eip155-1319.json │ │ ├── eip155-1320.json │ │ ├── eip155-13308.json │ │ ├── eip155-1337.json │ │ ├── eip155-13371337.json │ │ ├── eip155-1337702.json │ │ ├── eip155-1337802.json │ │ ├── eip155-1337803.json │ │ ├── eip155-1338.json │ │ ├── eip155-13381.json │ │ ├── eip155-1339.json │ │ ├── eip155-134.json │ │ ├── eip155-135.json │ │ ├── eip155-1351057110.json │ │ ├── eip155-1353.json │ │ ├── eip155-136.json │ │ ├── eip155-1369.json │ │ ├── eip155-137.json │ │ ├── eip155-138.json │ │ ├── eip155-1380996178.json │ │ ├── eip155-13812.json │ │ ├── eip155-1388.json │ │ ├── eip155-139.json │ │ ├── eip155-1392.json │ │ ├── eip155-14.json │ │ ├── eip155-14000.json │ │ ├── eip155-1402.json │ │ ├── eip155-141.json │ │ ├── eip155-142.json │ │ ├── eip155-1422.json │ │ ├── eip155-142857.json │ │ ├── eip155-14288640.json │ │ ├── eip155-1433.json │ │ ├── eip155-144.json │ │ ├── eip155-1440.json │ │ ├── eip155-1442.json │ │ ├── eip155-1452.json │ │ ├── eip155-1455.json │ │ ├── eip155-1482601649.json │ │ ├── eip155-15.json │ │ ├── eip155-150.json │ │ ├── eip155-1501.json │ │ ├── eip155-1506.json │ │ ├── eip155-1507.json │ │ ├── eip155-1515.json │ │ ├── eip155-155.json │ │ ├── eip155-15551.json │ │ ├── eip155-15555.json │ │ ├── eip155-15557.json │ │ ├── eip155-1559.json │ │ ├── eip155-156.json │ │ ├── eip155-1564830818.json │ │ ├── eip155-16.json │ │ ├── eip155-160.json │ │ ├── eip155-16000.json │ │ ├── eip155-16001.json │ │ ├── eip155-161.json │ │ ├── eip155-1618.json │ │ ├── eip155-162.json │ │ ├── eip155-1620.json │ │ ├── eip155-163.json │ │ ├── eip155-165.json │ │ ├── eip155-16507.json │ │ ├── eip155-1657.json │ │ ├── eip155-1662.json │ │ ├── eip155-1663.json │ │ ├── eip155-16658437.json │ │ ├── eip155-1666600000.json │ │ ├── eip155-1666600001.json │ │ ├── eip155-1666600002.json │ │ ├── eip155-1666600003.json │ │ ├── eip155-1666700000.json │ │ ├── eip155-1666700001.json │ │ ├── eip155-1666700002.json │ │ ├── eip155-1666700003.json │ │ ├── eip155-1666900000.json │ │ ├── eip155-16688.json │ │ ├── eip155-167.json │ │ ├── eip155-167004.json │ │ ├── eip155-167005.json │ │ ├── eip155-167006.json │ │ ├── eip155-16718.json │ │ ├── eip155-168.json │ │ ├── eip155-1688.json │ │ ├── eip155-16888.json │ │ ├── eip155-17.json │ │ ├── eip155-170.json │ │ ├── eip155-1701.json │ │ ├── eip155-1707.json │ │ ├── eip155-1708.json │ │ ├── eip155-1718.json │ │ ├── eip155-17180.json │ │ ├── eip155-172.json │ │ ├── eip155-1773.json │ │ ├── eip155-1777.json │ │ ├── eip155-17777.json │ │ ├── eip155-18.json │ │ ├── eip155-180.json │ │ ├── eip155-18000.json │ │ ├── eip155-1804.json │ │ ├── eip155-1807.json │ │ ├── eip155-18122.json │ │ ├── eip155-18159.json │ │ ├── eip155-1818.json │ │ ├── eip155-1819.json │ │ ├── eip155-18289463.json │ │ ├── eip155-1856.json │ │ ├── eip155-186.json │ │ ├── eip155-18686.json │ │ ├── eip155-188.json │ │ ├── eip155-1881.json │ │ ├── eip155-188881.json │ │ ├── eip155-189.json │ │ ├── eip155-1890.json │ │ ├── eip155-1891.json │ │ ├── eip155-1898.json │ │ ├── eip155-19.json │ │ ├── eip155-19011.json │ │ ├── eip155-1907.json │ │ ├── eip155-1908.json │ │ ├── eip155-192837465.json │ │ ├── eip155-193.json │ │ ├── eip155-1945.json │ │ ├── eip155-195.json │ │ ├── eip155-1951.json │ │ ├── eip155-1954.json │ │ ├── eip155-196.json │ │ ├── eip155-1967.json │ │ ├── eip155-1969.json │ │ ├── eip155-197.json │ │ ├── eip155-1970.json │ │ ├── eip155-1971.json │ │ ├── eip155-1975.json │ │ ├── eip155-197710212030.json │ │ ├── eip155-197710212031.json │ │ ├── eip155-1984.json │ │ ├── eip155-19845.json │ │ ├── eip155-1987.json │ │ ├── eip155-199.json │ │ ├── eip155-1994.json │ │ ├── eip155-1995.json │ │ ├── eip155-2.json │ │ ├── eip155-20.json │ │ ├── eip155-200.json │ │ ├── eip155-2000.json │ │ ├── eip155-20001.json │ │ ├── eip155-2001.json │ │ ├── eip155-200101.json │ │ ├── eip155-2002.json │ │ ├── eip155-200202.json │ │ ├── eip155-200625.json │ │ ├── eip155-2008.json │ │ ├── eip155-2009.json │ │ ├── eip155-201.json │ │ ├── eip155-201018.json │ │ ├── eip155-201030.json │ │ ├── eip155-2016.json │ │ ├── eip155-2018.json │ │ ├── eip155-201804.json │ │ ├── eip155-20180430.json │ │ ├── eip155-20181205.json │ │ ├── eip155-2019.json │ │ ├── eip155-2020.json │ │ ├── eip155-20201022.json │ │ ├── eip155-202020.json │ │ ├── eip155-2021.json │ │ ├── eip155-2021121117.json │ │ ├── eip155-2022.json │ │ ├── eip155-2023.json │ │ ├── eip155-2025.json │ │ ├── eip155-202624.json │ │ ├── eip155-2043.json │ │ ├── eip155-2044.json │ │ ├── eip155-2046399126.json │ │ ├── eip155-2047.json │ │ ├── eip155-2048.json │ │ ├── eip155-20729.json │ │ ├── eip155-20736.json │ │ ├── eip155-2077.json │ │ ├── eip155-208.json │ │ ├── eip155-2099156.json │ │ ├── eip155-21.json │ │ ├── eip155-210.json │ │ ├── eip155-2100.json │ │ ├── eip155-2101.json │ │ ├── eip155-210425.json │ │ ├── eip155-2109.json │ │ ├── eip155-211.json │ │ ├── eip155-212.json │ │ ├── eip155-2122.json │ │ ├── eip155-2124.json │ │ ├── eip155-21337.json │ │ ├── eip155-2138.json │ │ ├── eip155-2151.json │ │ ├── eip155-2152.json │ │ ├── eip155-2153.json │ │ ├── eip155-2154.json │ │ ├── eip155-217.json │ │ ├── eip155-218.json │ │ ├── eip155-21816.json │ │ ├── eip155-2199.json │ │ ├── eip155-22.json │ │ ├── eip155-2202.json │ │ ├── eip155-22023.json │ │ ├── eip155-2203.json │ │ ├── eip155-220315.json │ │ ├── eip155-2203181.json │ │ ├── eip155-22040.json │ │ ├── eip155-22052002.json │ │ ├── eip155-2206132.json │ │ ├── eip155-221230.json │ │ ├── eip155-221231.json │ │ ├── eip155-2213.json │ │ ├── eip155-222.json │ │ ├── eip155-222000222.json │ │ ├── eip155-2221.json │ │ ├── eip155-2222.json │ │ ├── eip155-2223.json │ │ ├── eip155-224168.json │ │ ├── eip155-225.json │ │ ├── eip155-226.json │ │ ├── eip155-22776.json │ │ ├── eip155-23.json │ │ ├── eip155-230.json │ │ ├── eip155-2300.json │ │ ├── eip155-23006.json │ │ ├── eip155-230315.json │ │ ├── eip155-2309.json │ │ ├── eip155-23118.json │ │ ├── eip155-2323.json │ │ ├── eip155-23294.json │ │ ├── eip155-23295.json │ │ ├── eip155-2330.json │ │ ├── eip155-2332.json │ │ ├── eip155-234666.json │ │ ├── eip155-2357.json │ │ ├── eip155-2358.json │ │ ├── eip155-236.json │ │ ├── eip155-2399.json │ │ ├── eip155-24.json │ │ ├── eip155-2400.json │ │ ├── eip155-2415.json │ │ ├── eip155-242.json │ │ ├── eip155-24484.json │ │ ├── eip155-245022926.json │ │ ├── eip155-245022934.json │ │ ├── eip155-245022940.json │ │ ├── eip155-246.json │ │ ├── eip155-246529.json │ │ ├── eip155-246785.json │ │ ├── eip155-247253.json │ │ ├── eip155-24734.json │ │ ├── eip155-248.json │ │ ├── eip155-25.json │ │ ├── eip155-250.json │ │ ├── eip155-2559.json │ │ ├── eip155-256.json │ │ ├── eip155-256256.json │ │ ├── eip155-2569.json │ │ ├── eip155-258.json │ │ ├── eip155-25888.json │ │ ├── eip155-259.json │ │ ├── eip155-25925.json │ │ ├── eip155-26.json │ │ ├── eip155-26026.json │ │ ├── eip155-2606.json │ │ ├── eip155-2611.json │ │ ├── eip155-2612.json │ │ ├── eip155-2613.json │ │ ├── eip155-262.json │ │ ├── eip155-2625.json │ │ ├── eip155-26600.json │ │ ├── eip155-266256.json │ │ ├── eip155-26863.json │ │ ├── eip155-269.json │ │ ├── eip155-27.json │ │ ├── eip155-27082017.json │ │ ├── eip155-27082022.json │ │ ├── eip155-271.json │ │ ├── eip155-271271.json │ │ ├── eip155-274.json │ │ ├── eip155-278611351.json │ │ ├── eip155-28.json │ │ ├── eip155-280.json │ │ ├── eip155-281121.json │ │ ├── eip155-28528.json │ │ ├── eip155-288.json │ │ ├── eip155-2888.json │ │ ├── eip155-28945486.json │ │ ├── eip155-29.json │ │ ├── eip155-29032022.json │ │ ├── eip155-295.json │ │ ├── eip155-296.json │ │ ├── eip155-297.json │ │ ├── eip155-298.json │ │ ├── eip155-2999.json │ │ ├── eip155-3.json │ │ ├── eip155-30.json │ │ ├── eip155-300.json │ │ ├── eip155-3000.json │ │ ├── eip155-3001.json │ │ ├── eip155-3003.json │ │ ├── eip155-30067.json │ │ ├── eip155-301.json │ │ ├── eip155-3011.json │ │ ├── eip155-303.json │ │ ├── eip155-3031.json │ │ ├── eip155-3068.json │ │ ├── eip155-31.json │ │ ├── eip155-311.json │ │ ├── eip155-31102.json │ │ ├── eip155-311752642.json │ │ ├── eip155-31223.json │ │ ├── eip155-31224.json │ │ ├── eip155-3125659152.json │ │ ├── eip155-313.json │ │ ├── eip155-31337.json │ │ ├── eip155-314.json │ │ ├── eip155-3141.json │ │ ├── eip155-31415.json │ │ ├── eip155-314159.json │ │ ├── eip155-3141592.json │ │ ├── eip155-31415926.json │ │ ├── eip155-32.json │ │ ├── eip155-321.json │ │ ├── eip155-322.json │ │ ├── eip155-324.json │ │ ├── eip155-32520.json │ │ ├── eip155-32659.json │ │ ├── eip155-32769.json │ │ ├── eip155-33.json │ │ ├── eip155-3306.json │ │ ├── eip155-330844.json │ │ ├── eip155-33101.json │ │ ├── eip155-333.json │ │ ├── eip155-333000333.json │ │ ├── eip155-3331.json │ │ ├── eip155-3333.json │ │ ├── eip155-33333.json │ │ ├── eip155-333331.json │ │ ├── eip155-3334.json │ │ ├── eip155-333777.json │ │ ├── eip155-333888.json │ │ ├── eip155-333999.json │ │ ├── eip155-335.json │ │ ├── eip155-336.json │ │ ├── eip155-338.json │ │ ├── eip155-34.json │ │ ├── eip155-3400.json │ │ ├── eip155-3434.json │ │ ├── eip155-344106930.json │ │ ├── eip155-35.json │ │ ├── eip155-3500.json │ │ ├── eip155-3501.json │ │ ├── eip155-35011.json │ │ ├── eip155-35441.json │ │ ├── eip155-35443.json │ │ ├── eip155-355113.json │ │ ├── eip155-356256156.json │ │ ├── eip155-35855456.json │ │ ├── eip155-36.json │ │ ├── eip155-3601.json │ │ ├── eip155-3602.json │ │ ├── eip155-361.json │ │ ├── eip155-363.json │ │ ├── eip155-3636.json │ │ ├── eip155-3637.json │ │ ├── eip155-364.json │ │ ├── eip155-365.json │ │ ├── eip155-3666.json │ │ ├── eip155-369.json │ │ ├── eip155-3690.json │ │ ├── eip155-3693.json │ │ ├── eip155-3698.json │ │ ├── eip155-3699.json │ │ ├── eip155-37.json │ │ ├── eip155-371.json │ │ ├── eip155-3737.json │ │ ├── eip155-373737.json │ │ ├── eip155-3797.json │ │ ├── eip155-38.json │ │ ├── eip155-381931.json │ │ ├── eip155-381932.json │ │ ├── eip155-383414847825.json │ │ ├── eip155-385.json │ │ ├── eip155-39.json │ │ ├── eip155-3912.json │ │ ├── eip155-3939.json │ │ ├── eip155-3966.json │ │ ├── eip155-3967.json │ │ ├── eip155-39797.json │ │ ├── eip155-39815.json │ │ ├── eip155-3999.json │ │ ├── eip155-4.json │ │ ├── eip155-40.json │ │ ├── eip155-400.json │ │ ├── eip155-4000.json │ │ ├── eip155-4000003.json │ │ ├── eip155-4001.json │ │ ├── eip155-4002.json │ │ ├── eip155-401.json │ │ ├── eip155-404040.json │ │ ├── eip155-4051.json │ │ ├── eip155-4061.json │ │ ├── eip155-4062.json │ │ ├── eip155-4090.json │ │ ├── eip155-4096.json │ │ ├── eip155-4099.json │ │ ├── eip155-41.json │ │ ├── eip155-4102.json │ │ ├── eip155-411.json │ │ ├── eip155-4141.json │ │ ├── eip155-41500.json │ │ ├── eip155-416.json │ │ ├── eip155-418.json │ │ ├── eip155-4181.json │ │ ├── eip155-42.json │ │ ├── eip155-420.json │ │ ├── eip155-4201.json │ │ ├── eip155-420420.json │ │ ├── eip155-420666.json │ │ ├── eip155-42069.json │ │ ├── eip155-42161.json │ │ ├── eip155-421611.json │ │ ├── eip155-421613.json │ │ ├── eip155-4216137055.json │ │ ├── eip155-42170.json │ │ ├── eip155-42220.json │ │ ├── eip155-42261.json │ │ ├── eip155-42262.json │ │ ├── eip155-424.json │ │ ├── eip155-4242.json │ │ ├── eip155-424242.json │ │ ├── eip155-427.json │ │ ├── eip155-4281033.json │ │ ├── eip155-42888.json │ │ ├── eip155-43.json │ │ ├── eip155-43110.json │ │ ├── eip155-43113.json │ │ ├── eip155-43114.json │ │ ├── eip155-431140.json │ │ ├── eip155-43214913.json │ │ ├── eip155-432201.json │ │ ├── eip155-432204.json │ │ ├── eip155-4328.json │ │ ├── eip155-43288.json │ │ ├── eip155-44.json │ │ ├── eip155-444.json │ │ ├── eip155-4444.json │ │ ├── eip155-44444.json │ │ ├── eip155-444900.json │ │ ├── eip155-44787.json │ │ ├── eip155-45.json │ │ ├── eip155-45000.json │ │ ├── eip155-456.json │ │ ├── eip155-46.json │ │ ├── eip155-46688.json │ │ ├── eip155-4689.json │ │ ├── eip155-4690.json │ │ ├── eip155-47.json │ │ ├── eip155-471100.json │ │ ├── eip155-474142.json │ │ ├── eip155-4759.json │ │ ├── eip155-4777.json │ │ ├── eip155-47805.json │ │ ├── eip155-48.json │ │ ├── eip155-486217935.json │ │ ├── eip155-49.json │ │ ├── eip155-49049.json │ │ ├── eip155-49088.json │ │ ├── eip155-4918.json │ │ ├── eip155-4919.json │ │ ├── eip155-49797.json │ │ ├── eip155-499.json │ │ ├── eip155-4999.json │ │ ├── eip155-5.json │ │ ├── eip155-50.json │ │ ├── eip155-500.json │ │ ├── eip155-5000.json │ │ ├── eip155-50001.json │ │ ├── eip155-5001.json │ │ ├── eip155-5002.json │ │ ├── eip155-50021.json │ │ ├── eip155-5005.json │ │ ├── eip155-501.json │ │ ├── eip155-503129905.json │ │ ├── eip155-51.json │ │ ├── eip155-51178.json │ │ ├── eip155-512.json │ │ ├── eip155-512512.json │ │ ├── eip155-513.json │ │ ├── eip155-513100.json │ │ ├── eip155-516.json │ │ ├── eip155-5165.json │ │ ├── eip155-5167003.json │ │ ├── eip155-51712.json │ │ ├── eip155-5177.json │ │ ├── eip155-5197.json │ │ ├── eip155-52.json │ │ ├── eip155-520.json │ │ ├── eip155-5234.json │ │ ├── eip155-529.json │ │ ├── eip155-5290.json │ │ ├── eip155-53.json │ │ ├── eip155-530.json │ │ ├── eip155-5315.json │ │ ├── eip155-534.json │ │ ├── eip155-534351.json │ │ ├── eip155-534352.json │ │ ├── eip155-534353.json │ │ ├── eip155-534354.json │ │ ├── eip155-534849.json │ │ ├── eip155-535037.json │ │ ├── eip155-53935.json │ │ ├── eip155-54.json │ │ ├── eip155-54211.json │ │ ├── eip155-54321.json │ │ ├── eip155-55.json │ │ ├── eip155-55004.json │ │ ├── eip155-555.json │ │ ├── eip155-5551.json │ │ ├── eip155-5553.json │ │ ├── eip155-5555.json │ │ ├── eip155-55555.json │ │ ├── eip155-5555555.json │ │ ├── eip155-5555558.json │ │ ├── eip155-55556.json │ │ ├── eip155-558.json │ │ ├── eip155-56.json │ │ ├── eip155-5616.json │ │ ├── eip155-56288.json │ │ ├── eip155-568.json │ │ ├── eip155-57.json │ │ ├── eip155-570.json │ │ ├── eip155-5700.json │ │ ├── eip155-57000.json │ │ ├── eip155-5729.json │ │ ├── eip155-5758.json │ │ ├── eip155-5777.json │ │ ├── eip155-58.json │ │ ├── eip155-58008.json │ │ ├── eip155-5851.json │ │ ├── eip155-5869.json │ │ ├── eip155-588.json │ │ ├── eip155-59.json │ │ ├── eip155-59140.json │ │ ├── eip155-59144.json │ │ ├── eip155-592.json │ │ ├── eip155-595.json │ │ ├── eip155-596.json │ │ ├── eip155-597.json │ │ ├── eip155-599.json │ │ ├── eip155-6.json │ │ ├── eip155-60.json │ │ ├── eip155-600.json │ │ ├── eip155-60000.json │ │ ├── eip155-60001.json │ │ ├── eip155-60002.json │ │ ├── eip155-60103.json │ │ ├── eip155-6022140761023.json │ │ ├── eip155-6065.json │ │ ├── eip155-6066.json │ │ ├── eip155-61.json │ │ ├── eip155-6102.json │ │ ├── eip155-6118.json │ │ ├── eip155-6119.json │ │ ├── eip155-614.json │ │ ├── eip155-61717561.json │ │ ├── eip155-61800.json │ │ ├── eip155-61803.json │ │ ├── eip155-61916.json │ │ ├── eip155-62.json │ │ ├── eip155-62320.json │ │ ├── eip155-62621.json │ │ ├── eip155-63.json │ │ ├── eip155-63000.json │ │ ├── eip155-63001.json │ │ ├── eip155-634.json │ │ ├── eip155-64.json │ │ ├── eip155-641230.json │ │ ├── eip155-647.json │ │ ├── eip155-648.json │ │ ├── eip155-65.json │ │ ├── eip155-65010000.json │ │ ├── eip155-6502.json │ │ ├── eip155-65100000.json │ │ ├── eip155-651940.json │ │ ├── eip155-65450.json │ │ ├── eip155-6552.json │ │ ├── eip155-6565.json │ │ ├── eip155-66.json │ │ ├── eip155-6626.json │ │ ├── eip155-666.json │ │ ├── eip155-666301171999.json │ │ ├── eip155-666666.json │ │ ├── eip155-6688.json │ │ ├── eip155-67.json │ │ ├── eip155-67390.json │ │ ├── eip155-67588.json │ │ ├── eip155-6789.json │ │ ├── eip155-68.json │ │ ├── eip155-686.json │ │ ├── eip155-69.json │ │ ├── eip155-69420.json │ │ ├── eip155-6969.json │ │ ├── eip155-6999.json │ │ ├── eip155-7.json │ │ ├── eip155-70.json │ │ ├── eip155-700.json │ │ ├── eip155-7000.json │ │ ├── eip155-70000.json │ │ ├── eip155-70001.json │ │ ├── eip155-70002.json │ │ ├── eip155-7001.json │ │ ├── eip155-70103.json │ │ ├── eip155-7027.json │ │ ├── eip155-707.json │ │ ├── eip155-7070.json │ │ ├── eip155-708.json │ │ ├── eip155-71.json │ │ ├── eip155-71111.json │ │ ├── eip155-71393.json │ │ ├── eip155-71401.json │ │ ├── eip155-71402.json │ │ ├── eip155-7171.json │ │ ├── eip155-719.json │ │ ├── eip155-72.json │ │ ├── eip155-721.json │ │ ├── eip155-7225878.json │ │ ├── eip155-73.json │ │ ├── eip155-7331.json │ │ ├── eip155-7332.json │ │ ├── eip155-7341.json │ │ ├── eip155-7355310.json │ │ ├── eip155-73799.json │ │ ├── eip155-73927.json │ │ ├── eip155-74.json │ │ ├── eip155-740.json │ │ ├── eip155-741.json │ │ ├── eip155-742.json │ │ ├── eip155-7484.json │ │ ├── eip155-75.json │ │ ├── eip155-75000.json │ │ ├── eip155-751230.json │ │ ├── eip155-7518.json │ │ ├── eip155-7575.json │ │ ├── eip155-7576.json │ │ ├── eip155-76.json │ │ ├── eip155-766.json │ │ ├── eip155-7668.json │ │ ├── eip155-7668378.json │ │ ├── eip155-7672.json │ │ ├── eip155-77.json │ │ ├── eip155-7700.json │ │ ├── eip155-7701.json │ │ ├── eip155-776.json │ │ ├── eip155-77612.json │ │ ├── eip155-7762959.json │ │ ├── eip155-777.json │ │ ├── eip155-7771.json │ │ ├── eip155-7777.json │ │ ├── eip155-77777.json │ │ ├── eip155-7777777.json │ │ ├── eip155-78.json │ │ ├── eip155-78110.json │ │ ├── eip155-78281.json │ │ ├── eip155-786.json │ │ ├── eip155-787.json │ │ ├── eip155-7878.json │ │ ├── eip155-788.json │ │ ├── eip155-789.json │ │ ├── eip155-7895.json │ │ ├── eip155-79.json │ │ ├── eip155-7979.json │ │ ├── eip155-79879.json │ │ ├── eip155-8.json │ │ ├── eip155-80.json │ │ ├── eip155-800.json │ │ ├── eip155-8000.json │ │ ├── eip155-800001.json │ │ ├── eip155-80001.json │ │ ├── eip155-8001.json │ │ ├── eip155-8007736.json │ │ ├── eip155-8029.json │ │ ├── eip155-803.json │ │ ├── eip155-808.json │ │ ├── eip155-8080.json │ │ ├── eip155-8081.json │ │ ├── eip155-8082.json │ │ ├── eip155-8086.json │ │ ├── eip155-8098.json │ │ ├── eip155-81.json │ │ ├── eip155-813.json │ │ ├── eip155-8131.json │ │ ├── eip155-8132.json │ │ ├── eip155-8133.json │ │ ├── eip155-8134.json │ │ ├── eip155-81341.json │ │ ├── eip155-81342.json │ │ ├── eip155-81343.json │ │ ├── eip155-8135.json │ │ ├── eip155-81351.json │ │ ├── eip155-81352.json │ │ ├── eip155-81353.json │ │ ├── eip155-8136.json │ │ ├── eip155-81361.json │ │ ├── eip155-81362.json │ │ ├── eip155-81363.json │ │ ├── eip155-818.json │ │ ├── eip155-8181.json │ │ ├── eip155-82.json │ │ ├── eip155-820.json │ │ ├── eip155-821.json │ │ ├── eip155-8217.json │ │ ├── eip155-8272.json │ │ ├── eip155-827431.json │ │ ├── eip155-8285.json │ │ ├── eip155-83.json │ │ ├── eip155-8387.json │ │ ├── eip155-84.json │ │ ├── eip155-841.json │ │ ├── eip155-842.json │ │ ├── eip155-8453.json │ │ ├── eip155-84531.json │ │ ├── eip155-846000.json │ │ ├── eip155-85.json │ │ ├── eip155-85449.json │ │ ├── eip155-859.json │ │ ├── eip155-86.json │ │ ├── eip155-8654.json │ │ ├── eip155-8655.json │ │ ├── eip155-868.json │ │ ├── eip155-868455272153094.json │ │ ├── eip155-87.json │ │ ├── eip155-8723.json │ │ ├── eip155-8724.json │ │ ├── eip155-8738.json │ │ ├── eip155-876.json │ │ ├── eip155-8768.json │ │ ├── eip155-877.json │ │ ├── eip155-8794598.json │ │ ├── eip155-88.json │ │ ├── eip155-880.json │ │ ├── eip155-8848.json │ │ ├── eip155-888.json │ │ ├── eip155-8880.json │ │ ├── eip155-8881.json │ │ ├── eip155-8882.json │ │ ├── eip155-8883.json │ │ ├── eip155-8888.json │ │ ├── eip155-88880.json │ │ ├── eip155-88888.json │ │ ├── eip155-888888.json │ │ ├── eip155-8888881.json │ │ ├── eip155-8888888.json │ │ ├── eip155-88888888.json │ │ ├── eip155-8889.json │ │ ├── eip155-8898.json │ │ ├── eip155-8899.json │ │ ├── eip155-89.json │ │ ├── eip155-8989.json │ │ ├── eip155-8995.json │ │ ├── eip155-9.json │ │ ├── eip155-90.json │ │ ├── eip155-900.json │ │ ├── eip155-9000.json │ │ ├── eip155-900000.json │ │ ├── eip155-9001.json │ │ ├── eip155-901.json │ │ ├── eip155-9012.json │ │ ├── eip155-902.json │ │ ├── eip155-90210.json │ │ ├── eip155-903.json │ │ ├── eip155-909.json │ │ ├── eip155-91.json │ │ ├── eip155-910.json │ │ ├── eip155-9100.json │ │ ├── eip155-910000.json │ │ ├── eip155-91002.json │ │ ├── eip155-917.json │ │ ├── eip155-9170.json │ │ ├── eip155-919.json │ │ ├── eip155-92.json │ │ ├── eip155-920000.json │ │ ├── eip155-920001.json │ │ ├── eip155-92001.json │ │ ├── eip155-9223.json │ │ ├── eip155-923018.json │ │ ├── eip155-93.json │ │ ├── eip155-9339.json │ │ ├── eip155-94.json │ │ ├── eip155-940.json │ │ ├── eip155-941.json │ │ ├── eip155-942.json │ │ ├── eip155-943.json │ │ ├── eip155-95.json │ │ ├── eip155-9527.json │ │ ├── eip155-9528.json │ │ ├── eip155-955305.json │ │ ├── eip155-9559.json │ │ ├── eip155-956.json │ │ ├── eip155-96.json │ │ ├── eip155-96970.json │ │ ├── eip155-97.json │ │ ├── eip155-970.json │ │ ├── eip155-9700.json │ │ ├── eip155-971.json │ │ ├── eip155-972.json │ │ ├── eip155-9728.json │ │ ├── eip155-97288.json │ │ ├── eip155-9768.json │ │ ├── eip155-977.json │ │ ├── eip155-9779.json │ │ ├── eip155-9790.json │ │ ├── eip155-9792.json │ │ ├── eip155-98.json │ │ ├── eip155-980.json │ │ ├── eip155-985.json │ │ ├── eip155-989.json │ │ ├── eip155-99.json │ │ ├── eip155-990.json │ │ ├── eip155-99099.json │ │ ├── eip155-99415706.json │ │ ├── eip155-997.json │ │ ├── eip155-9977.json │ │ ├── eip155-998.json │ │ ├── eip155-999.json │ │ ├── eip155-9996.json │ │ ├── eip155-9997.json │ │ ├── eip155-9999.json │ │ ├── eip155-99998.json │ │ └── eip155-99999.json │ ├── icons/ │ │ ├── 5ireChain.json │ │ ├── ETND.json │ │ ├── LaChain.json │ │ ├── MARO.json │ │ ├── PLT.json │ │ ├── SUR.json │ │ ├── SX.json │ │ ├── SenjePowers.json │ │ ├── aac.json │ │ ├── acolicon.json │ │ ├── adil.json │ │ ├── agora.json │ │ ├── aioz.json │ │ ├── airdao.json │ │ ├── aitd.json │ │ ├── alaya.json │ │ ├── alltra.json │ │ ├── alphabetnetwork.json │ │ ├── altcoinchain.json │ │ ├── altlayer.json │ │ ├── alveychain.json │ │ ├── alyx.json │ │ ├── amstar.json │ │ ├── antofy.json │ │ ├── any.json │ │ ├── arc.json │ │ ├── ard.json │ │ ├── arzio.json │ │ ├── astar.json │ │ ├── astra.json │ │ ├── atlr.json │ │ ├── atoshi.json │ │ ├── autobahn.json │ │ ├── autonity.json │ │ ├── avax.json │ │ ├── aves.json │ │ ├── avescan.json │ │ ├── avocado.json │ │ ├── axelium.json │ │ ├── bahamut.json │ │ ├── base.json │ │ ├── baseTestnet.json │ │ ├── bcts.json │ │ ├── beonechain.json │ │ ├── berylbit.json │ │ ├── bifrost.json │ │ ├── bitci.json │ │ ├── bitfinity.json │ │ ├── bitindi.json │ │ ├── bitindiTestnet.json │ │ ├── bitnet.json │ │ ├── bitrock.json │ │ ├── bkc.json │ │ ├── blg.json │ │ ├── blockscout.json │ │ ├── blocksscan.json │ │ ├── bnken.json │ │ ├── bomb.json │ │ ├── botanix.json │ │ ├── brcchain.json │ │ ├── brise.json │ │ ├── brnkc.json │ │ ├── bronos.json │ │ ├── bton.json │ │ ├── bty.json │ │ ├── bxn.json │ │ ├── calypso.json │ │ ├── camdl.json │ │ ├── camelark.json │ │ ├── camino.json │ │ ├── carbon.json │ │ ├── cascadia.json │ │ ├── ccn.json │ │ ├── ccp.json │ │ ├── cennz.json │ │ ├── chain_verse.json │ │ ├── chaos.json │ │ ├── chiliz.json │ │ ├── cicchain.json │ │ ├── cloudtx.json │ │ ├── codefin.json │ │ ├── coinbit.json │ │ ├── condor.json │ │ ├── conflux.json │ │ ├── constachain.json │ │ ├── core.json │ │ ├── coston.json │ │ ├── coston2.json │ │ ├── credit.json │ │ ├── crossbell.json │ │ ├── crystal.json │ │ ├── ctex.json │ │ ├── cube.json │ │ ├── curveIcon.json │ │ ├── cyberdeck.json │ │ ├── daon.json │ │ ├── dchain.json │ │ ├── deam.json │ │ ├── debank.json │ │ ├── debounce.json │ │ ├── defichain-network.json │ │ ├── defioraclemeta.json │ │ ├── dexalot.json │ │ ├── dfk.json │ │ ├── dithereum.json │ │ ├── dogechain.json │ │ ├── dogs.json │ │ ├── doken.json │ │ ├── doschain.json │ │ ├── drac.json │ │ ├── dracones.json │ │ ├── dragonfly.json │ │ ├── dsc.json │ │ ├── dx.json │ │ ├── dxz.json │ │ ├── eLiberty.json │ │ ├── ebtc.json │ │ ├── ecredits.json │ │ ├── edexa.json │ │ ├── edgeware.json │ │ ├── egonicon.json │ │ ├── ekta.json │ │ ├── ella.json │ │ ├── enter.json │ │ ├── enuls.json │ │ ├── eon.json │ │ ├── eos.json │ │ ├── eraswap.json │ │ ├── ethereum.json │ │ ├── etherlite.json │ │ ├── etica.json │ │ ├── etmp.json │ │ ├── europa.json │ │ ├── eurus.json │ │ ├── evanesco.json │ │ ├── evmos.json │ │ ├── exl.json │ │ ├── exn.json │ │ ├── exzo.json │ │ ├── ezchain.json │ │ ├── fantom.json │ │ ├── fibonacci.json │ │ ├── filecoin.json │ │ ├── firechain.json │ │ ├── flacoin.json │ │ ├── flare.json │ │ ├── fncy.json │ │ ├── fox.json │ │ ├── fren.json │ │ ├── fsnscan.json │ │ ├── ftmscan.json │ │ ├── fusion.json │ │ ├── fxcore.json │ │ ├── ganache.json │ │ ├── garizon.json │ │ ├── gather.json │ │ ├── gauss.json │ │ ├── genesys.json │ │ ├── gitshockchain.json │ │ ├── gmmt.json │ │ ├── gnosis.json │ │ ├── gonchain.json │ │ ├── grams.json │ │ ├── guapcoinx.json │ │ ├── hap.json │ │ ├── hedera.json │ │ ├── hertz-network.json │ │ ├── hik.json │ │ ├── home_verse.json │ │ ├── hsk.json │ │ ├── htmlcoin.json │ │ ├── human.json │ │ ├── hyperonchain.json │ │ ├── icplaza.json │ │ ├── idchain.json │ │ ├── imversed.json │ │ ├── iorachain.json │ │ ├── irishub.json │ │ ├── ivar.json │ │ ├── j2otaro.json │ │ ├── joc.json │ │ ├── joseon.json │ │ ├── kaiba.json │ │ ├── kaibascan.json │ │ ├── kardiachain.json │ │ ├── kava.json │ │ ├── kek.json │ │ ├── klyntar.json │ │ ├── kroma.json │ │ ├── lachain.json │ │ ├── lambda.json │ │ ├── lightlink.json │ │ ├── linea.json │ │ ├── livingassets.json │ │ ├── lucid.json │ │ ├── lucky.json │ │ ├── ludan.json │ │ ├── lukso.json │ │ ├── lycanchain.json │ │ ├── maal.json │ │ ├── mainnetz.json │ │ ├── mainnetzTestnet.json │ │ ├── mantis.json │ │ ├── mantle.json │ │ ├── map.json │ │ ├── markrgo.json │ │ ├── mas.json │ │ ├── meer.json │ │ ├── meld.json │ │ ├── memo.json │ │ ├── metad.json │ │ ├── metao.json │ │ ├── meverse.json │ │ ├── milkomeda.json │ │ ├── mindchain.json │ │ ├── mintara.json │ │ ├── mmt.json │ │ ├── modeTestnet.json │ │ ├── msn.json │ │ ├── multivac.json │ │ ├── mvm.json │ │ ├── mxc.json │ │ ├── mxczkevm.json │ │ ├── mythical.json │ │ ├── nahmii.json │ │ ├── nautilus.json │ │ ├── nebula.json │ │ ├── nebulatestnet.json │ │ ├── neon.json │ │ ├── neonlink.json │ │ ├── nexi.json │ │ ├── novanetwork.json │ │ ├── ntity.json │ │ ├── num.json │ │ ├── nyancat.json │ │ ├── oasis.json │ │ ├── oasys.json │ │ ├── octaspace.json │ │ ├── oescan.json │ │ ├── oho.json │ │ ├── ohoscan.json │ │ ├── omaxchain.json │ │ ├── omaxray.json │ │ ├── omlira.json │ │ ├── oneledger.json │ │ ├── ontology.json │ │ ├── onus.json │ │ ├── opal.json │ │ ├── openpiece.json │ │ ├── opside-new.json │ │ ├── opside.json │ │ ├── origin.json │ │ ├── orl.json │ │ ├── oychain.json │ │ ├── ozonechain.json │ │ ├── p12.json │ │ ├── palm.json │ │ ├── pando.json │ │ ├── patex.json │ │ ├── pego.json │ │ ├── pepechain.json │ │ ├── pepenetwork.json │ │ ├── peperium.json │ │ ├── pf.json │ │ ├── phi.json │ │ ├── phoenix.json │ │ ├── piecechain.json │ │ ├── planq.json │ │ ├── platon.json │ │ ├── playa3ull.json │ │ ├── plexchain.json │ │ ├── plinga.json │ │ ├── pocr.json │ │ ├── polis.json │ │ ├── polygon.json │ │ ├── polyjuice.json │ │ ├── pom.json │ │ ├── prb.json │ │ ├── publicGoodsNetwork.json │ │ ├── pulsechain.json │ │ ├── q.json │ │ ├── qom.json │ │ ├── quadrans.json │ │ ├── quarix.json │ │ ├── quartz.json │ │ ├── raba.json │ │ ├── rabbit.json │ │ ├── rangers.json │ │ ├── raptorchain.json │ │ ├── raptorchain_explorer.json │ │ ├── razornetwork.json │ │ ├── reapchain.json │ │ ├── reichain.json │ │ ├── resincoin.json │ │ ├── rikeza.json │ │ ├── rinia.json │ │ ├── rlc.json │ │ ├── saakuru.json │ │ ├── sanrchain.json │ │ ├── sapphire.json │ │ ├── sardis.json │ │ ├── sardisTestnet.json │ │ ├── satoshichain.json │ │ ├── scaiIcon.json │ │ ├── scolcoin.json │ │ ├── seedcoin.json │ │ ├── shardeum.json │ │ ├── shibarium.json │ │ ├── shiden.json │ │ ├── shimmerevm.json │ │ ├── shinarium.json │ │ ├── shuffle.json │ │ ├── shyft.json │ │ ├── siberium.json │ │ ├── siriusnet.json │ │ ├── six.json │ │ ├── smarthost.json │ │ ├── soma.json │ │ ├── songbird.json │ │ ├── soverun.json │ │ ├── soverunTestnet.json │ │ ├── stand.json │ │ ├── standTestnet.json │ │ ├── step.json │ │ ├── stn.json │ │ ├── subscan.json │ │ ├── super.json │ │ ├── taf.json │ │ ├── taiko.json │ │ ├── taraxa.json │ │ ├── tcg_verse.json │ │ ├── team.json │ │ ├── techpay.json │ │ ├── teleport.json │ │ ├── tenet.json │ │ ├── tipboxcoinIcon.json │ │ ├── tlc.json │ │ ├── tmychain.json │ │ ├── toki.json │ │ ├── top.json │ │ ├── toronet.json │ │ ├── treasurenet.json │ │ ├── tresleches.json │ │ ├── treslechesexplorer.json │ │ ├── tscscan.json │ │ ├── twala.json │ │ ├── u2u.json │ │ ├── ultron.json │ │ ├── unique.json │ │ ├── uptick.json │ │ ├── uptn.json │ │ ├── velas.json │ │ ├── venidium.json │ │ ├── vention.json │ │ ├── ventionTestnet.json │ │ ├── vsl.json │ │ ├── wagmi.json │ │ ├── web3games.json │ │ ├── whitebit-testnet.json │ │ ├── wireshape.json │ │ ├── woopchain.json │ │ ├── xdc.json │ │ ├── xeta.json │ │ ├── xlon.json │ │ ├── xodex.json │ │ ├── xsc.json │ │ ├── ycc.json │ │ ├── zafirium.json │ │ ├── zcore.json │ │ ├── zetachain.json │ │ ├── zilliqa.json │ │ ├── zkevm.json │ │ ├── zksync-era.json │ │ └── zora.json │ └── iconsDownload/ │ ├── QmNRUoMgx16hurD3au3ou5A9rmTLYmre8WiGmQEPFmP2Vo │ ├── QmNS6B6L8FfgGSMTEi2SxD3bK5cdmKPNtQKcYaJeRWrkHs │ ├── QmNU11AqYB2htrrSyBSP9ct7bPtuZTP7Hrz21PrEcB9nYE │ ├── QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5 │ ├── QmNZiMmzMQYjyGtNSghtzLg4UooYhDgMQsa677DAP5KsBg │ ├── QmNduBtT5BNGDw7DjRwDvaZBb6gjxf46WD7BYhn4gauGc9 │ ├── QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU │ ├── QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s │ ├── QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv │ ├── QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4 │ ├── QmNsuuBBTHErnuFDcdyzaY8CKoVJtobsLJx2WQjaPjcp7g │ ├── QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM │ ├── QmNx8FRacfNeawhkjk5p57EKzDHkLGMaBBmK2VRL5CB2P2 │ ├── QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf │ ├── QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM │ ├── QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy │ ├── QmP93z696v8Hetu13peY2oEHDXq8Bj5CqaDRwpVkpnM15A │ ├── QmPCEGZD1p1keTT2YfPp725azx1r9Ci41hejeUuGL2whFA │ ├── QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb │ ├── QmPLMg5mYD8XRknvYbDkD2x7FXxYan7MPTeUWZC2CihwDM │ ├── QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3 │ ├── QmPRDuEJSTqp2cDUvWCp71Wns6XV8nvdeAVKWH6srpk4xM │ ├── QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5 │ ├── QmPXhdPGufjcPzZ9Y6nY6QyW8MgA6793L88iPMRh1Q3gjJ │ ├── QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC │ ├── QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ │ ├── QmPw1ixYYeXvTiRWoCt2jWe4YMd3B5o7TzL18SBEHXvhXX │ ├── QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3 │ ├── QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW │ ├── QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ │ ├── QmQUHqi1gyuTuKmJQHqt9EyhN1FPmmmLNUK8u93nMGrxAy │ ├── QmQUQKe8VEtSthhgXnJ3EmEz94YhpVCpUDZAiU9KYyNLya │ ├── QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D │ ├── QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz │ ├── QmQjwcNRCLXU8JBtSkPLUnbWVrpoqbnZVffpJ9Bu8rG34e │ ├── QmQk41bYX6WpYyUAdRgomZekxP5mbvZXhfxLEEqtatyJv4 │ ├── QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4 │ ├── QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX │ ├── QmQqAAn2F98TH5ouRyvReKxQdaGKjE7WJQPEPW6mFFVXUT │ ├── QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv │ ├── QmQtEHaejiDbmiCvbBYw9jNQv3DLK5XHCQwLRfnLNpdN5j │ ├── QmQtcwxNiJ9D1QDz4k6jZ7qacLcqMk6CeW85TTBWBvNp3z │ ├── QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU │ ├── QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ │ ├── QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk │ ├── QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE │ ├── QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR │ ├── QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2 │ ├── QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s │ ├── QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z │ ├── QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe │ ├── QmRD7itMvaZutfBjyA7V9xkMGDtsZiJSagPwd3ijqka8kE │ ├── QmRGJ6PqYHDTWuUQ6xfnK8S82NzRXiMjTnSGat9qtLuaLP │ ├── QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc │ ├── QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF │ ├── QmRc1kJ7AgcDL1BSoMYudatWHTrz27K6WNTwGifQb5V17D │ ├── QmRegpZQBW4o1imYNsW3d27MQjygBSU23Gf6JKje26nvs7 │ ├── QmRgZVpjik4cH3Sb6wLRpdnfv9kiMEZ8fugfkzTgk3bpRW │ ├── QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC │ ├── QmRidubY7BVwC737BQwGEttenP1npAXN7ZNryktE416uUW │ ├── QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN │ ├── QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1 │ ├── QmS33ypsZ1Hx5LMMACaJaxePy9QNYMwu4D12niobExLK74 │ ├── QmS3ERgAKYTmV7bSWcUPSvrrCC9wHQYxtZqEQYx9Rw4RGA │ ├── QmS4W4kY7XYBA4f52vuuytXh3YaTcNBXF14V9tEY6SNqhz │ ├── QmS7ipvvyZ16weG1DM7AZbi1v9ixYwU2FjP25Jj5jkLiuf │ ├── QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t │ ├── QmS9h3nFiCzaBLnBNw8Wot4U7vvEVK45EQfi8nxH4nvrmz │ ├── QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU │ ├── QmSAFx34SKNi7a139agX12f68oBMo2Ktt9c8yD8aFa14gd │ ├── QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa │ ├── QmSEsi71AdA5HYH6VNC5QUQezFg1C7BiVQJdx1VVfGz3g3 │ ├── QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti │ ├── QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf │ ├── QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF │ ├── QmSchLvCCZjBzcv5n22v1oFDAc2yHJ42NERyjZeL9hBgrh │ ├── QmSgvmLpRsCiu2ySqyceA5xN4nwi7URJRNEZLffwEKXdoR │ ├── QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc │ ├── QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX │ ├── QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom │ ├── QmT5KKrpNt6duU8QfwaYw3xf4ifTBPtjahpWsMi3gsFmcS │ ├── QmT5gJ5weBiLT3GoYuF5yRTRLdPLCVZ3tXznfqW7M8fxgG │ ├── QmT7DTqT1V2y42pRpt3sj9ifijfmbtkHN7D2vTfAUAS622 │ ├── QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC │ ├── QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR │ ├── QmTAyT3YrW2654CBRqRkec2cCznv6EBsbsRc2y6WQPbvXx │ ├── QmTBszPzBeWPhjozf4TxpL2ws1NkG9yJvisx9h6MFii1zb │ ├── QmTKgKs7kJiWDhdjbELE4Y2HVZ36KS4bYkNCbXdsXk66sW │ ├── QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp │ ├── QmTTamJ55YGQwMboq4aqf3JjTEy5WDtjo4GBRQ5VdsWA6U │ ├── QmTV45o4jTe6ayscF1XWh1WXk5DPck4QohR5kQocSWjvQP │ ├── QmTXJVhVKvVC7DQEnGKXvydvwpvVaUEBJrMHvsCr4nr1sK │ ├── QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz │ ├── QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi │ ├── QmTcNX8ukHkXiVfVah1W8Sed3vtGN95Sq2QSimfLuHva6B │ ├── QmTjV3TTR5aLb7fi7tjx8gcDvYtqBpusqhCSaznVxJ7NJg │ ├── QmTmo2QAtX5PbhX96vewnvH4Vc5H83Ft2DJGi6tAqTcFij │ ├── QmTrLGHyQ1Le25Q7EgNSF5Qq8D2SocKvroDkLqurdBuSQQ │ ├── QmTvYMJXeZeWxYPuoQ15mHCS8K5EQzkMMCHQVs3GshooyR │ ├── QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY │ ├── QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ │ ├── QmUN5j2cre8GHKv52JE8ag88aAnRmuHMGFxePPvKMogisC │ ├── QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH │ ├── QmUVJ7MLCEAfq3pHVPFLscqRMiyAY5biVgTkeDQCmAhHNS │ ├── QmUYKpVmZL4aS3TEZLG5wbrRJ6exxLiwm1rejfGYYNicfb │ ├── QmUc57w3UTHiWapNW9oQb1dP57ymtdemTTbpvGkjVHBRCo │ ├── QmUdwAZJfyKGZnfPGDsCnNvGu123mdd57kTGj1Y3EWVuWK │ ├── QmUmJVof2m5e4HUXb3GmijWUFsLUNhrQiwwQG3CqcXEtHt │ ├── QmUwqGWGjjQweTprn5LBirAwRjYnteTiFLCVpSNHrfMmSL │ ├── QmV1wZ1RVXeD7216aiVBpLkbBBHWNuoTvcSzpVQsqi2uaH │ ├── QmV2Nowzo81F6pi2qFcHePA4MwmmdMKBMUzBJUrxcymxx4 │ ├── QmV2vhTqS9UyrX9Q6BSCbK4JrKBnS8ErHvstMjfb2oVWaj │ ├── QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM │ ├── QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt │ ├── QmVMBTZVPawyLBD2B5VbG68dfWLfZ1CnB8V59xduBe2kwh │ ├── QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2 │ ├── QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx │ ├── QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD │ ├── QmVhezQHkqSZ5Tvtsw18giA1yBjV1URSsBQ7HenUh6p6oC │ ├── QmVkAhSaHhH3wKoLT56Aq8dNyEH4RySPEpqPcLwsptGBDm │ ├── QmVp9jyb3UFW71867yVtymmiRw7dPY4BTnsp3hEjr9tn8L │ ├── QmVpV2WET6ZrqnvvPfE9hCwoE2y5ygbPuniuugpaRoxrho │ ├── QmVth4aPeskDTFqRifUugJx6gyEHCmx2PFbMWUtsCSQFkF │ ├── QmVyAuAnKKNnGEpqeYMLPRfMdysLgPBTZeEXihXbRytGhp │ ├── QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh │ ├── QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc │ ├── QmW44FPm3CMM2JDs8BQxLNvUtykkUtrGkQkQsUDJSi3Gmp │ ├── QmW4C4QHLMhLeH5MsdVbauMc2Skb4ehzLKU3egLKKoux4D │ ├── QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp │ ├── QmW7Ljv2eLQ1poRrhJBaVWJBF1TyfZ8QYxDeELRo6sssrj │ ├── QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN │ ├── QmWAU39z1kcYshAqkENRH8qUjfR5CJehCxA4GiC33p3HpH │ ├── QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D │ ├── QmWGNfwJ9o2vmKD3E6fjrxpbFP8W5q45zmYzHHoXwqqAoj │ ├── QmWSbMuCwQzhBB6GRLYqZ87n5cnpzpYCehCAMMQmUXj4mm │ ├── QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B │ ├── QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw │ ├── QmWsoME6LCghQTpGYf7EnUojaDdYo7kfkWVjE6VvNtkjwy │ ├── QmWxhyxXTEsWH98v7M3ck4ZL1qQoUaHG4HgtgxzD2KJQ5m │ ├── QmX2b4CzNyrNgy4ERBEteSS9MsuYNVYeq2sSMMiogGjbFP │ ├── QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz │ ├── QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth │ ├── QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED │ ├── QmXR5e5SDABWfQn6XT9uMsVYAo5Bv7vUv4jVs8DFqatZWG │ ├── QmXW5T2MaGHznXUmQEXoyJjcdmX7dhLbj5fnqvZZKqeKzA │ ├── QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy │ ├── QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb │ ├── QmXoHaZXJevc59GuzEgBhwRSH6kio1agMRvL8bD93pARRV │ ├── QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW │ ├── QmXvHWmjfXKdZMSz7x82NR4SjEqigKdJELVHbnzUPkj17F │ ├── QmXyvnrZY8FUxSULfnKKA99sAEkjAHtvhRx5WeHixgaEdu │ ├── QmY3vKe1rG9AyHSGH1ouP3ER3EVUZRtRrFbFZEfEpMSd4V │ ├── QmYBup5bWoBfkaHntbcgW8Ji7ncad7f53deJ4Q55z4PNQs │ ├── QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT │ ├── QmYJDpmWyjDa3H6BxweFmQXk4fU8b1GU7M9EqYcaUNvXzc │ ├── QmYNVkoZgRjDBQzJz6kog9mA2yPzQFW2oSKvhnkwuBhLQE │ ├── QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7 │ ├── QmYSyhUqm6ArWyALBe3G64823ZpEUmFdkzKZ93hUUhNKgU │ ├── QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED │ ├── QmYddHh5zdceSsBU7uGfQvEHg6UUtAFbzQBBaePS4whx7o │ ├── QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne │ ├── QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6 │ ├── QmYikaM849eZrL8pGNeVhEHVTKWpxdGMvCY5oFBfZ2ndhd │ ├── QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf │ ├── QmYrMRnjQJcNkYq9AvZ2FQ9kzYj9szzP4YDmyNA1ybd8xE │ ├── QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM │ ├── QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4 │ ├── QmYwvmJZ1bgTdiZUKXk4SifTpTj286CkZjMCshUyJuBFH1 │ ├── QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy │ ├── QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD │ ├── QmZ5gFWUxLFqqT3DkefYfRsVksMwMTc5VvBjkbHpeFMsNe │ ├── QmZ9njQhhKkpJKGnoYy6XTuDtk5CYiDFUd8atqWthqUT3Q │ ├── QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3 │ ├── QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck │ ├── QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s │ ├── QmZT1Wq3P4YbgKBSUmCtgbs5ijPF5d91BzaMPh7Aub8d8t │ ├── QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ │ ├── QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8 │ ├── QmZhAYyazEBZSHWNQb9uCkNPq2MNTLoW3mjwiD3955hUjw │ ├── QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT │ ├── QmZmY6xVNzRAGwyT64PuyHaQ33BR84HEWvTVf6YHPW7kvQ │ ├── QmZt75xixnEtFzqHTrJa8kJkV4cTXmUZqeMeHM8BcvomQc │ ├── QmZyxS9BfRGYWWDtvrV6qtthCYV4TwdjLoH2sF6MkiTYFf │ ├── Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD │ ├── Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W │ ├── Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5 │ ├── Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec │ ├── Qma8dDhxSSVUyzV8Pu5bo252WaZEEikYFndRh7LVktvQEy │ ├── QmaARJiAQUn4Z6wG8GLEry3kTeBB3k6RfHzSZU9SPhBgcG │ ├── QmaBtaukPNNUNjdJSUAwuFFQMLbZX1Pc3fvXKTKQcds7Kf │ ├── QmaDr9R6dKnZLsogRxojjq4dwXuXcudR8UeTZ8Nq553K4u │ ├── QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4 │ ├── QmaGPdccULQEFcCGxzstnmE8THfac2kSiGwvWRAiaRq4dp │ ├── QmaQxfwpXYTomUd24PMx5tKjosupXcm99z1jL1XLq9LWBS │ ├── QmaR5TsgnWSjLys6wGaciKUbc5qYL3Es4jtgQcosVqDWR3 │ ├── QmadSU2tcyvuzssDYGJ4rVLag43QLnKwcBerZR2zKLVU2N │ ├── Qmag2hr5DQghRzKPN3oUFBkjWzqd5CndQzZeb5LfoiMCXf │ ├── QmagWrtyApex28H2QeXcs3jJ2F7p2K7eESz3cDbHdQ3pjG │ ├── QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv │ ├── Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E │ ├── QmbCBBH4dFHGr8u1yQspCieQG9hLcPFNYdRx1wnVsX8hUw │ ├── QmbENgHTymTUUArX5MZ2XXH69WGenirU3oamkRD448hYdz │ ├── QmbJ7CGZ2GxWMp7s6jy71UGzRsMe4w3KANKXDAExYWdaFR │ ├── QmbM4weV8Bk6c9yNhosYntkVw39SNZtCHYGgWyXTxkevZ8 │ ├── QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy │ ├── QmbVLQnaMDu86bPyKgCvTGhFBeYwjr15hQnrCcsp1EkAGL │ ├── QmbYYCoU2G4LUfRr9ofGowF3eatfvWv9FiPVhqKndZeqwA │ ├── QmbiaHnR3fVVofZ7Xq2GYZxwHkLEy3Fh5qDtqnqXD6ACAh │ ├── Qmbp1rwhtRr6JQRyYqyfLqkbmzXr1T17zbmChsi2ouvg3M │ ├── Qmbry1Uc6HnXmqFNXW5dFJ7To8EezCCjNr4TqqvAyzXS4h │ ├── QmbxmfWw5sVMASz5EbR1DCgLfk8PnqpSJGQKpYuEUpoxqn │ ├── Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA │ ├── Qmc44uSjfdNHdcxPTgZAL8eZ8TLe4UmSHibcvKQFyGJxTB │ ├── Qmc8hsCbUUjnJDnXrDhFh4V1xk1gJwZbUyNJ39p72javji │ ├── Qmc9N7V8CiLB4r7FEcG7GojqfiGGsRCZqcFWCahwMohbDW │ ├── QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB │ ├── QmcEfZJU7NMn9ycTAcEooQgGNfa2nYBToSUZHdFCFadcjb │ ├── QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui │ ├── QmcHvn2Wq91ULyEH5s3uHjosX285hUgyJHwggFJUd3L5uh │ ├── QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD │ ├── QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4 │ ├── QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa │ ├── QmcXzfMNSQ7SZzKemNquVoXyG5ergdqCGeLWjRYETGBTUM │ ├── Qmcd19ksUvNMD1XQFSC55jJhDPoF2zUzzV7woteFiugwBH │ ├── Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu │ ├── Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj │ ├── QmcnA15BLE9uvznbugXKjqquizZs1eLPeEEkc92DSmvhmt │ ├── QmcpyTj4hUyHJZ2VmSdkXFpPpRcNKRP1VxMs7Cp1anymNy │ ├── Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9 │ ├── Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q │ ├── Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf │ ├── Qmd26eRJxPb1jJg5Q4mC2M4kD9Jrs5vmcnr5LczHFMGwSD │ ├── Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C │ ├── Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G │ ├── QmdGCthKA11K9kCZJdbTP5WPAyq1wiRZ3REn6KG58MrWaE │ ├── QmdR3YL9F95ajwVwfxAGoEzYwm9w7JNsPSfUPjSaQogVjK │ ├── QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3 │ ├── QmdTfku81ohnG9ECU1Xswmeumt678cBhwHWuFYZ7i1Qsto │ ├── QmdUYi8fjnvdM9iFQ7dwE2YvmhDtavSB3bKhCD2GhPxPks │ ├── QmdaQRUbAXJGfHeJ8jaB8WVh8CCmHExq8VjvAfXpLWWQEo │ ├── QmdbPhiB5W2gbHZGkYsN7i2VTKKP9casmAN2hRnpDaL9W4 │ ├── QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc │ ├── QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz │ ├── QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd │ ├── QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm │ ├── QmduEdtFobPpZWSc45MU6RKxZfTEzLux2z8ikHFhT8usqv │ ├── Qmdvmx3p6gXBCLUMU1qivscaTNkT6h3URdhUTZCHLwKudg │ ├── QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt │ ├── QmdwifhejRfF8QfyzYrNdFVhfhCR6iuzWMmppK4eL7kttG │ ├── Qme2Z8VFYjhHGfLQPBnfseNpEdRfmTDy7VXqrdH4AHETJf │ ├── Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB │ ├── QmeCyZeibUoHNoYGzy1GkzH2uhxyRHKvH51PdaUMer4VTo │ ├── QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi │ ├── QmeDXUAYgQxwaSJLsqWgTqnrJVwicgEyNf9199xAMyRkqA │ ├── QmeFaJtQqTKKuXQR7ysS53bLFPasFBcZw445cvYJ2HGeTo │ ├── QmeGb65zSworzoHmwK3jdkPtEsQZMUSJRxf8K8Feg56soU │ ├── QmeHNYUx6n8CjUFSLWNT17oAtDYrUq6r8buyvGCUBXCJw6 │ ├── QmeJerrsURFNt2LL7DE7TxeunjrQXiuezdfHyqmsbwX3MZ │ ├── QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn │ ├── QmeMa6aw3ebUKJdGgbzDgcVtggzp7cQdfSrmzMYmnt5ywc │ ├── QmePhfibWz9jnGUqF9Rven4x734br1h3LxrChYTEjbbQvo │ ├── QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX │ ├── QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2 │ ├── QmeYpc2JfEsHa2Bh11SKRx3sgDtMeg6T8KpXNLepBEKnbJ │ ├── QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c │ ├── Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z │ ├── QmeknNzGCZXQK7egwfwyxQan7Lw8bLnqYsyoEgEbDNCzJX │ ├── QmeooM7QicT1YbgY93XPd5p7JsCjYhN3qjWt68X57g6bVC │ ├── QmerDBFoXvgev2xx9U71gAaAK4CtxaaQVaAPf9Qi6UF9MS │ ├── QmeuDgSprukzfV7fi9XYHYcfmT4aZZZU7idgShtRS8Vf6V │ ├── QmevAevHxRkK2zVct2Eu6Y7s38YC4SmiAiw9X7473pVtmL │ ├── QmevQ8jmDWHmdnUQg6BpoMwVB3NhpzS75adbMnKL78Ls2h │ ├── Qmf2iSjcrZwUDKhCVY9ZzfbSV2He2HSssbcG2yMz1mDerm │ ├── Qmf3GYbPXmTDpSP6t7Ug2j5HjEwrY5oGhBDP7d4TQHvGnG │ ├── QmfFK6B4MFLrpSS46aLf7hjpt28poHFeTGEKEuH248Tbyj │ ├── QmfJ1Qxpzi6CSLeFeWY1Bwe435CpT5za5WfrLUE7vNzZfy │ ├── QmfMd564KUPK8eKZDwGCT71ZC2jMnUZqP6LCtLpup3rHH1 │ ├── QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9 │ ├── QmfQkfmQuoUUUKwF1yCcrPEzFcWLaqNyiSv5YMcSj6zs74 │ ├── QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq │ ├── QmfVxdrWjtUKiGzqFDzAxHH2FqwP2aRuZTGcYWdWg519Xy │ ├── QmfXCh6UnaEHn3Evz7RFJ3p2ggJBRm9hunDHegeoquGuhD │ ├── bafkreiapaxokh2p4j7hg43ug2inomixiwrdhni4kpqazvqifssnez7efze │ ├── bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e │ ├── bafkreib62bv2d65d7nidojgpkgatrt7smee2l4ov6i6ozqhpfaqsonxku4 │ ├── bafkreibjsc3gww3moti27za2hpyq552aevux3yv5y2ntdklksyr4v4uavy │ ├── bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di │ ├── bafkreibqe2mgiqezi24sx272kunqt6pv7uzxhpkxuobvpbsptce3q6nn5i │ ├── bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle │ ├── bafkreiczbhnoc5wpjikskmehexmg3xmqr4fchrny64db4wmk3lrygqik5e │ ├── bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle │ ├── bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a │ ├── bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe │ ├── bafkreidhsiuqrct42bel76zhi3rx35k4lnk6aqgde27nvvxcz563ttfefy │ ├── bafkreidi5y7afj5z4xrz7uz5rkg2mcsv2p2n4ui4g7q4k4ecdz65i2agou │ ├── bafkreidiedaz3jugxmh2ylzlc4nympbd5iwab33adhwkcnblyop6vvj25y │ ├── bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m │ ├── bafkreidvjcc73v747lqlyrhgbnkvkdepdvepo6baj6hmjsmjtvdyhmzzmq │ ├── bafkreie3ba6ofosjqqiya6empkyw6u5xdrtcfzi2evvyt4u6utzeiezyhi │ ├── bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm │ ├── bafkreiec34ik3glrm5jrzafdytvu4kxdsrxhqmagbe27fytdcuzkhoooay │ ├── bafkreieiro4imoujeewc4r4thf5hxj47l56j2iwuz6d6pdj6ieb6ub3h7e │ ├── bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha │ ├── bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a │ ├── bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre │ ├── bafkreifbso3gd4wu5wxl27xyurxctmuae2jyuy37guqtzx23nga6ba4ag4 │ ├── bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i │ ├── bafkreifhetalm3vpvjrg5u5d2momkcgvkz6rhltur5co3rslltbxzpr6yq │ ├── bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy │ ├── bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu │ ├── bafkreifqpj5jkjazvh24muc7wv4r22tihzzl75cevgecxhvojm4ls6mzpq │ ├── bafkreifrf2iq3k3dqfbvp3pacwuxu33up3usmrhojt5ielyfty7xkixu3i │ ├── bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy │ ├── bafkreig47k53aipns6nu3u5fxpysp7mogzk6zyvatgpbam7yut3yvtuefa │ ├── bafkreig52paynhccs4o5ew6f7mk3xoqu2bqtitmfvlgnwarh2pm33gbdrq │ ├── bafkreig7x5z4j6vh2r3pugmjnob3tmlksaekhqcgsorqzvs55o6v7ehqd4 │ ├── bafkreigcquvoalec3ll2m26v4wsx5enlxwyn6nk2mgfqwncyqrgwivla5u │ ├── bafkreigmvn6spvbiirtutowpq6jmetevbxoof5plzixjoerbeswy4htfb4 │ ├── bafkreigpxhu7glccsislhjqpl5fnsfmj2io4cy33blhky642uiuyojossy │ ├── bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay │ ├── bafkreihifvvbq6xzviygveivayogqiotdtpjvilu27bgqobduqemzeq7o4 │ ├── bafkreihru6cccfblrjz5bv36znq2l3h67u6xj5ivtc4bj5l6gzofbgtnb4 │ ├── bafybeiadbavrwcial76vs5ovhyykyaobteltuhliqcthdairbja4klwzhu │ ├── bafybeiadlvc4pfiykehyt2z67nvgt5w4vlov27olu5obvmryv4xzua4tae │ ├── bafybeiady63oqduls2pm4aaykzjhahblagokhnpsc5qeq5dmkxqelh7i2i │ ├── bafybeib5q4hez37s7b2fx4hqt2q4ji2tuudxjhfdgnp6q3d5mqm6wsxdfq │ ├── bafybeibpvlod5nyev6wyuvp6pbestmgvru3ovbadsul32odpno26xwld6y │ ├── bafybeibpyckp65pqjvrvqhdt26wqoqk55m6anshbfgyqnaemn6l34nlwya │ ├── bafybeicxuxdzrzpwsil4owqmn7wpwka2rqsohpfqmukg57pifzyxr5om2q │ ├── bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm │ ├── bafybeie7jzlzlpz7c3a3oh4x5joej23dj2qf3cexmchjyc72hv3fblcaja │ ├── bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi │ ├── bafybeifkgtmhnq4sxu6jn22i7ass7aih6ubodr77k6ygtu4tjbvpmkw2ga │ ├── bafybeifxqd7zel2m237kq5enavnh2s6cshaavswigogyvae2wevxy5k2ti │ ├── bafybeigxiyyxll4vst5cjjh732mr6zhsnligxubaldyiul2xdvvi6ibktu │ ├── bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m │ └── bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea ├── build.gradle ├── gradle/ │ └── wrapper/ │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── httpsloader/ │ ├── build.gradle.kts │ └── src/ │ └── main/ │ └── kotlin/ │ └── org/ │ └── ethereum/ │ └── lists/ │ └── chains/ │ └── https/ │ └── Chain.kt ├── maintainer_checklist.md ├── model/ │ ├── build.gradle.kts │ └── src/ │ └── main/ │ └── kotlin/ │ └── org/ │ └── ethereum/ │ └── lists/ │ └── chains/ │ └── model/ │ ├── Chain.kt │ ├── Explorer.kt │ └── NativeCurrency.kt ├── processor/ │ ├── build.gradle │ └── src/ │ ├── main/ │ │ └── kotlin/ │ │ └── org/ │ │ └── ethereum/ │ │ └── lists/ │ │ └── chains/ │ │ ├── Env.kt │ │ ├── Main.kt │ │ └── model/ │ │ └── Exceptions.kt │ └── test/ │ ├── kotlin/ │ │ └── org/ │ │ └── ethereum/ │ │ └── lists/ │ │ └── chains/ │ │ └── TheChainChecker.kt │ └── resources/ │ └── test_chains/ │ ├── invalid/ │ │ ├── eip155-1.json │ │ ├── eip155-1.nojson │ │ ├── eip155-100.json │ │ ├── eip155-101.json │ │ ├── eip155-102.json │ │ ├── eip155-2.json │ │ ├── eip155-3.json │ │ ├── eip155-4.json │ │ ├── eip155-99.json │ │ ├── eip155-invalid_filename.json │ │ ├── explorerinvalidurl/ │ │ │ └── eip155-1.json │ │ ├── explorermissingurl/ │ │ │ └── eip155-1.json │ │ ├── explorernoname/ │ │ │ └── eip155-1.json │ │ ├── explorersnotarray/ │ │ │ └── eip155-1.json │ │ ├── extracomma/ │ │ │ └── eip155-1.json │ │ ├── invalid_redFlags/ │ │ │ ├── eip155-2.json │ │ │ └── eip155-3.json │ │ ├── invalid_status/ │ │ │ ├── eip155-1.json │ │ │ └── eip155-2.json │ │ ├── leadingzero/ │ │ │ └── eip155-01.json │ │ ├── sameshortname/ │ │ │ ├── eip155-1.json │ │ │ └── eip155-5.json │ │ ├── shortNameMustNotBeStar/ │ │ │ └── eip155-1.json │ │ ├── withparentchaindoesnotexist/ │ │ │ └── eip155-2.json │ │ ├── withparentextrabridgeelementnoobject/ │ │ │ └── eip155-2.json │ │ ├── withparentextrabridgesfield/ │ │ │ └── eip155-2.json │ │ ├── withparentextrabridgesnoarray/ │ │ │ └── eip155-2.json │ │ ├── withparentextrafield/ │ │ │ └── eip155-2.json │ │ ├── withparentinvalidtype/ │ │ │ └── eip155-2.json │ │ ├── withparentnobject/ │ │ │ └── eip155-2.json │ │ └── wrongexplorerstandard/ │ │ └── eip155-1.json │ └── valid/ │ ├── eip155-1.json │ ├── eip155-5.json │ ├── withexplorer/ │ │ ├── eip155-1.json │ │ └── eip155-2.json │ ├── withparent/ │ │ ├── eip155-1.json │ │ └── eip155-2.json │ └── withparentbridge/ │ ├── eip155-1.json │ └── eip155-2.json ├── settings.gradle.kts └── tools/ ├── package.json ├── rmNetwork.js ├── schema/ │ └── chainSchema.json └── schemaCheck.js ================================================ FILE CONTENTS ================================================ ================================================ FILE: .ci/kontinuum.json ================================================ { "type": "ci", "stages": [ {"name":"test"}, {"name":"run"} ] } ================================================ FILE: .github/dependabot.yml ================================================ version: 2 updates: - package-ecosystem: gradle directory: "/" schedule: interval: "daily" open-pull-requests-limit: 3 ================================================ FILE: .github/workflows/build.yml ================================================ name: Build on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2.3.1 with: submodules: recursive - name: Get changed files id: changed-files uses: tj-actions/changed-files@v35.4.4 - name: Check changed files run: | for file in ${{ steps.changed-files.outputs.all_changed_files }}; do ./gradlew clean run --args="verbose singleChainCheck $file" done - name: Build run: | ./gradlew run ================================================ FILE: .github/workflows/deploy.yml ================================================ name: Build on: push: branches: [ master ] jobs: deploy: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2.3.1 with: submodules: recursive - name: Build run: | ./gradlew run - name: Set Node.js 18.x uses: actions/setup-node@v3 with: node-version: 18.x - name: Run yarn install uses: borales/actions-yarn@v4 with: dir: 'website' cmd: install # will run `yarn install` command - name: Run yarn build uses: borales/actions-yarn@v4 with: dir: 'website' cmd: run build # will run `yarn test` command - name: Merge run: | cp -a output/. website/public/ - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.4 with: branch: gh-pages folder: website/public ================================================ FILE: .github/workflows/pr_checks.yml ================================================ name: Run PR Checks on: pull_request: jobs: validate_icons: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: nrwl/nx-set-shas@v3 id: last_successful_commit_push with: main-branch-name: master workflow-id: 'pr_checks.yml' - name: Get changed icons id: changed-icons uses: tj-actions/changed-files@v35 with: files: _data/icons/*.json base_sha: ${{ steps.last_successful_commit_push.outputs.base }} - name: Get changed icon blobs id: changed-icon-blobs uses: tj-actions/changed-files@v35 with: files: _data/iconsDownload/* base_sha: ${{ steps.last_successful_commit_push.outputs.base }} - run: sudo apt-get -y install jq curl exiftool - name: Verify the changed icons if: steps.changed-icons.outputs.any_changed == 'true' run: | set -euo pipefail BAD=0 CHANGED_ICON_BLOBS=(${{ steps.changed-icon-blobs.outputs.all_changed_files }}) for CHANGED_FILE in ${{ steps.changed-icons.outputs.all_changed_files }}; do echo "Checking icon $CHANGED_FILE" URL=$(cat "$CHANGED_FILE" | jq '.[0].url' -r) if [[ "$URL" =~ ^ipfs://([A-Za-z0-9]+)$ ]]; then IPFS_HASH=${BASH_REMATCH[1]} if [[ "${CHANGED_ICON_BLOBS[*]} " =~ "_data/iconsDownload/$IPFS_HASH " ]]; then TARGET_FILE="_data/iconsDownload/$IPFS_HASH" else echo "Trying to download the image..." TARGET_FILE=icon curl -Lo icon "https://cloudflare-ipfs.com/ipfs/$IPFS_HASH" 2>/dev/null fi METADATA=$(exiftool $TARGET_FILE -json) SCHEMA_WIDTH=$(cat "$CHANGED_FILE" | jq '.[0].width' -r) SCHEMA_HEIGHT=$(cat "$CHANGED_FILE" | jq '.[0].height' -r) SCHEMA_TYPE=$(cat "$CHANGED_FILE" | jq '.[0].format' -r) META_WIDTH=$(echo "$METADATA" | jq '.[0].ImageWidth' -r) META_HEIGHT=$(echo "$METADATA" | jq '.[0].ImageHeight' -r) META_TYPE=$(echo "$METADATA" | jq '.[0].FileTypeExtension' -r) if [ "$SCHEMA_WIDTH" != "$META_WIDTH" ]; then echo "Expected width $SCHEMA_WIDTH, got $META_WIDTH" BAD=1 fi if [ "$SCHEMA_HEIGHT" != "$META_HEIGHT" ]; then echo "Expected height $SCHEMA_HEIGHT, got $META_HEIGHT" BAD=1 fi case "$SCHEMA_TYPE" in png) if [ "$META_TYPE" != "png" ]; then echo "Expected type png, got $META_TYPE" BAD=1 fi ;; jpg) if [ "$META_TYPE" != "jpg" ]; then echo "Expected type jpg, got $META_TYPE" BAD=1 fi ;; svg) if [ "$META_TYPE" != "svg" ]; then echo "Expected type svg, got $META_TYPE" BAD=1 fi ;; *) echo "Expected type png, jpg, or svg, got $SCHEMA_TYPE" BAD=1 ;; esac else echo "Expected an IPFS URL, got $URL" BAD=1 fi done exit $BAD validate_formatting: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: nrwl/nx-set-shas@v3 id: last_successful_commit_push with: main-branch-name: master workflow-id: 'pr_checks.yml' - name: Get changed files id: changed-files uses: tj-actions/changed-files@v35 with: files: _data/*/*.json base_sha: ${{ steps.last_successful_commit_push.outputs.base }} - run: sudo npm i -g prettier - name: Verify the changed icons if: steps.changed-files.outputs.any_changed == 'true' run: | set -euo pipefail BAD=0 for CHANGED_FILE in ${{ steps.changed-files.outputs.all_changed_files }}; do echo "Checking $CHANGED_FILE" diff -u "$CHANGED_FILE" <(prettier "$CHANGED_FILE") done ================================================ FILE: .github/workflows/prettier.yml ================================================ name: Run prettier on: push: jobs: prettier: runs-on: ubuntu-latest steps: - name: Check out repo uses: actions/checkout@v2 - uses: actions/cache@v2 name: Configure npm caching with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }} restore-keys: | ${{ runner.os }}-npm- - name: Run prettier run: |- npx prettier --check '_data/*/*.json' ================================================ FILE: .github/workflows/rebase.yml ================================================ name: Automatic Rebase on: issue_comment: types: [created] jobs: rebase: name: Rebase runs-on: ubuntu-latest if: >- github.event.issue.pull_request != '' && ( contains(github.event.comment.body, '/rebase') || contains(github.event.comment.body, '/autosquash') ) steps: - name: Checkout the latest code uses: actions/checkout@v2 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Automatic Rebase uses: cirrus-actions/rebase@1.7 with: autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ================================================ FILE: .github/workflows/stale.yml ================================================ name: 'Close stale issues and PRs' on: schedule: - cron: '30 1 * * *' jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v4 with: stale-issue-message: 'This issue has no activity in a while - it will be closed soon.' exempt-issue-labels: enhancement stale-pr-message: 'This PR has no activity in a while - it will be closed soon.' days-before-stale: 42 days-before-close: 7 ================================================ FILE: .github/workflows/validate_json.yml ================================================ name: Check JSON Schema on: push: pull_request: jobs: validate_json: runs-on: ubuntu-latest steps: - name: Check out repo uses: actions/checkout@v2 - uses: actions/cache@v2 name: Configure npm caching with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/validate_json.yml') }} restore-keys: | ${{ runner.os }}-npm- - name: Run JSON Validation working-directory: ./tools run: |- npm install node schemaCheck.js ================================================ FILE: .gitignore ================================================ _site .sass-cache .jekyll-metadata .DS_Store .env node_modules .idea output .gradle model/bin model/build processor/bin processor/build httpsloader/build httpsloader/bin ================================================ FILE: .gitmodules ================================================ [submodule "website"] path = website url = https://github.com/FrederikBolding/chainlist.git ================================================ FILE: .jitpack.yml ================================================ jdk: openjdk11 ================================================ FILE: .prettierignore ================================================ # Using Prettier for JSON files only in _data # Command to format all existing JSON files # npx prettier --write --ignore-unknown _data model processor ================================================ FILE: .prettierrc.json ================================================ { "trailingComma": "es5", "tabWidth": 2, "semi": false, "singleQuote": false } ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2018 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # EVM-based Chains The source data is in _data/chains. Each chain has its own file with the filename being the [CAIP-2](https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-2.md) representation as name and `.json` as extension. ## Example ```json { "name": "Ethereum Mainnet", "chain": "ETH", "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://ethereum.org", "shortName": "eth", "chainId": 1, "networkId": 1, "icon": "ethereum", "explorers": [{ "name": "etherscan", "url": "https://etherscan.io", "icon": "etherscan", "standard": "EIP3091" }] } ``` when an icon is used in either the network or an explorer there must be a json in _data/icons with the name used (e.g. in the above example there must be a `ethereum.json` and a `etherscan.json` in there) - the icon jsons look like this: ```json [ { "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", "width": 1000, "height": 1628, "format": "png" } ] ``` where: * the URL must be an IPFS url that is publicly resolvable * width and height are positive integers * format is either "png", "jpg" or "svg" If the chain is an L2 or a shard of another chain you can link it to the parent chain like this: ```json { ... "parent": { "type" : "L2", "chain": "eip155-1", "bridges": [ {"url":"https://bridge.arbitrum.io"} ] } } ``` where you need to specify type 2 and the reference to an existing parent. The field about bridges is optional. You can add a `status` field e.g. to deprecate (via status `deprecated`) a chain (a chain should never be deleted as this would open the door to replay attacks) Other options for `status` are `active` (default) or `incubating` ## Aggregation There are also aggregated json files with all chains automatically assembled: * https://chainid.network/chains.json * https://chainid.network/chains_mini.json (miniaturized - fewer fields for smaller filesize) ## Constraints * the shortName and name MUST be unique - see e.g. EIP-3770 on why * if referencing a parent chain - the chain MUST exist in the repo * if using a IPFS CID for the icon - the CID MUST be retrievable via `ipfs get` - not only through some gateway (means please do not use pinata for now) * for more constraints you can look into the CI ## Collision management We cannot allow more than one chain with the same chainID - this would open the door to replay attacks. The first pull request gets the chainID assigned. When creating a chain we can expect that you read EIP155 which states this repo. All pull requests trying to replace a chainID because they think their chain is better than the other will be closed. The only way to get a chain reassigned is when the old chain gets deprecated. This can e.g. be used for testnets that are short-lived. But then you will get the redFlag "reusedChaiID" that should be displayed in clients to warn them about the dangers here. ## PR verification Before submitting a PR, please verify that checks pass with: ```bash $ ./gradlew run BUILD SUCCESSFUL in 7s 9 actionable tasks: 9 executed ``` ## Usages ### Wallets * [WallETH](https://walleth.org) * [TREZOR](https://trezor.io) * [Minerva Wallet](https://minerva.digital) ### Explorers * [Otterscan](https://otterscan.io) ### EIPs * EIP-155 * EIP-3014 * EIP-3770 * EIP-4527 ### Listing sites * [chainid.network](https://chainid.network) / [chainlist.wtf](https://chainlist.wtf) * [chainlist.org](https://chainlist.org) * [networks.vercel.app](https://networks.vercel.app) * [eth-chains](https://github.com/taylorjdawson/eth-chains) * [EVM-BOX](https://github.com/izayl/evm-box) * [chaindirectory.xyz](https://www.chaindirectory.xyz) * [chain-list.org](https://chain-list.org) * [chainlist.network](https://chainlist.network/) * [evmchainlist.org](https://evmchainlist.org) * [evmchainlist.com](https://evmchainlist.com) * [thechainlist.io](https://thechainlist.io) * [chainlist.info](https://chainlist.info) * [chainmap.io](https://chainmap.io) * [chainlist.in](https://www.chainlist.in) * [chainz.me](https://chainz.me) * [Chainlink docs](https://docs.chain.link/) * [Wagmi compatible chain configurations](https://spenhouet.com/chains) * [evmchain.info](https://evmchain.info) ### Other * [FaucETH](https://github.com/komputing/FaucETH) * [Sourcify playground](https://playground.sourcify.dev) * Your project - contact us to add it here! ================================================ FILE: _data/chains/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "chain": "ETH", "icon": "ethereum", "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth", "https://cloudflare-eth.com", "https://ethereum.publicnode.com" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://ethereum.org", "shortName": "eth", "chainId": 1, "networkId": 1, "slip44": 60, "ens": { "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" }, "explorers": [ { "name": "etherscan", "url": "https://etherscan.io", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://eth.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-10.json ================================================ { "name": "OP Mainnet", "chain": "ETH", "rpc": ["https://mainnet.optimism.io", "https://optimism.publicnode.com"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://optimism.io", "shortName": "oeth", "chainId": 10, "networkId": 10, "explorers": [ { "name": "etherscan", "url": "https://optimistic.etherscan.io", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://optimism.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100.json ================================================ { "name": "Gnosis", "chain": "GNO", "icon": "gnosis", "rpc": [ "https://rpc.gnosischain.com", "https://rpc.gnosis.gateway.fm", "https://rpc.ankr.com/gnosis", "https://gnosischain-rpc.gateway.pokt.network", "https://gnosis-mainnet.public.blastapi.io", "https://gnosis.api.onfinality.io/public", "https://gnosis.blockpi.network/v1/rpc/public", "https://web3endpoints.com/gnosischain-mainnet", "wss://rpc.gnosischain.com/wss" ], "faucets": [ "https://gnosisfaucet.com", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai" ], "nativeCurrency": { "name": "xDAI", "symbol": "XDAI", "decimals": 18 }, "infoURL": "https://docs.gnosischain.com", "shortName": "gno", "chainId": 100, "networkId": 100, "slip44": 700, "explorers": [ { "name": "gnosisscan", "url": "https://gnosisscan.io", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://gnosis.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1000.json ================================================ { "name": "GTON Mainnet", "chain": "GTON", "rpc": ["https://rpc.gton.network/"], "faucets": [], "nativeCurrency": { "name": "GCD", "symbol": "GCD", "decimals": 18 }, "infoURL": "https://gton.capital", "shortName": "gton", "chainId": 1000, "networkId": 1000, "explorers": [ { "name": "GTON Network Explorer", "url": "https://explorer.gton.network", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1" } } ================================================ FILE: _data/chains/eip155-10000.json ================================================ { "name": "Smart Bitcoin Cash", "chain": "smartBCH", "rpc": [ "https://smartbch.greyh.at", "https://rpc-mainnet.smartbch.org", "https://smartbch.fountainhead.cash/mainnet", "https://smartbch.devops.cash/mainnet" ], "faucets": [], "nativeCurrency": { "name": "Bitcoin Cash", "symbol": "BCH", "decimals": 18 }, "infoURL": "https://smartbch.org/", "shortName": "smartbch", "chainId": 10000, "networkId": 10000 } ================================================ FILE: _data/chains/eip155-100000.json ================================================ { "name": "QuarkChain Mainnet Root", "chain": "QuarkChain", "rpc": ["http://jrpc.mainnet.quarkchain.io:38391"], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-r", "chainId": 100000, "networkId": 100000 } ================================================ FILE: _data/chains/eip155-100001.json ================================================ { "name": "QuarkChain Mainnet Shard 0", "chain": "QuarkChain", "rpc": [ "https://mainnet-s0-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39000" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s0", "chainId": 100001, "networkId": 100001, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/0", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100002.json ================================================ { "name": "QuarkChain Mainnet Shard 1", "chain": "QuarkChain", "rpc": [ "https://mainnet-s1-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39001" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s1", "chainId": 100002, "networkId": 100002, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/1", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100003.json ================================================ { "name": "QuarkChain Mainnet Shard 2", "chain": "QuarkChain", "rpc": [ "https://mainnet-s2-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39002" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s2", "chainId": 100003, "networkId": 100003, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/2", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100004.json ================================================ { "name": "QuarkChain Mainnet Shard 3", "chain": "QuarkChain", "rpc": [ "https://mainnet-s3-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39003" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s3", "chainId": 100004, "networkId": 100004, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/3", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100005.json ================================================ { "name": "QuarkChain Mainnet Shard 4", "chain": "QuarkChain", "rpc": [ "https://mainnet-s4-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39004" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s4", "chainId": 100005, "networkId": 100005, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/4", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100006.json ================================================ { "name": "QuarkChain Mainnet Shard 5", "chain": "QuarkChain", "rpc": [ "https://mainnet-s5-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39005" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s5", "chainId": 100006, "networkId": 100006, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/5", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100007.json ================================================ { "name": "QuarkChain Mainnet Shard 6", "chain": "QuarkChain", "rpc": [ "https://mainnet-s6-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39006" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s6", "chainId": 100007, "networkId": 100007, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/6", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100008.json ================================================ { "name": "QuarkChain Mainnet Shard 7", "chain": "QuarkChain", "rpc": [ "https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-s7", "chainId": 100008, "networkId": 100008, "parent": { "chain": "eip155-100000", "type": "shard" }, "explorers": [ { "name": "quarkchain-mainnet", "url": "https://mainnet.quarkchain.io/7", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-100009.json ================================================ { "name": "VeChain", "chain": "VeChain", "rpc": [], "faucets": [], "nativeCurrency": { "name": "VeChain", "symbol": "VET", "decimals": 18 }, "infoURL": "https://vechain.org", "shortName": "vechain", "chainId": 100009, "networkId": 100009, "explorers": [ { "name": "VeChain Stats", "url": "https://vechainstats.com", "standard": "none" }, { "name": "VeChain Explorer", "url": "https://explore.vechain.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-10001.json ================================================ { "name": "Smart Bitcoin Cash Testnet", "chain": "smartBCHTest", "rpc": [ "https://rpc-testnet.smartbch.org", "https://smartbch.devops.cash/testnet" ], "faucets": [], "nativeCurrency": { "name": "Bitcoin Cash Test Token", "symbol": "BCHT", "decimals": 18 }, "infoURL": "http://smartbch.org/", "shortName": "smartbchtest", "chainId": 10001, "networkId": 10001 } ================================================ FILE: _data/chains/eip155-100010.json ================================================ { "name": "VeChain Testnet", "chain": "VeChain", "rpc": [], "faucets": ["https://faucet.vecha.in"], "nativeCurrency": { "name": "VeChain", "symbol": "VET", "decimals": 18 }, "infoURL": "https://vechain.org", "shortName": "vechain-testnet", "chainId": 100010, "networkId": 100010, "explorers": [ { "name": "VeChain Explorer", "url": "https://explore-testnet.vechain.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1001.json ================================================ { "name": "Klaytn Testnet Baobab", "chain": "KLAY", "rpc": ["https://api.baobab.klaytn.net:8651"], "faucets": ["https://baobab.wallet.klaytn.com/access?next=faucet"], "nativeCurrency": { "name": "KLAY", "symbol": "KLAY", "decimals": 18 }, "infoURL": "https://www.klaytn.com/", "shortName": "Baobab", "chainId": 1001, "networkId": 1001 } ================================================ FILE: _data/chains/eip155-100100.json ================================================ { "name": "Deprecated CHI", "chain": "CHI1", "icon": "gnosis", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Chiado xDAI", "symbol": "xDAI", "decimals": 18 }, "infoURL": "https://docs.gnosischain.com", "shortName": "chi1", "chainId": 100100, "networkId": 100100, "explorers": [], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-10024.json ================================================ { "name": "Gon Chain", "chain": "GonChain", "icon": "gonchain", "rpc": [ "https://node1.testnet.gaiaopen.network", "https://node1.mainnet.gon.network", "https://node2.mainnet.gon.network", "https://node3.mainnet.gon.network", "https://node4.mainnet.gon.network" ], "faucets": [], "nativeCurrency": { "name": "Gon Token", "symbol": "GT", "decimals": 18 }, "infoURL": "", "shortName": "gon", "chainId": 10024, "networkId": 10024, "explorers": [ { "name": "Gon Explorer", "url": "https://gonscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1004.json ================================================ { "name": "T-EKTA", "title": "EKTA Testnet T-EKTA", "chain": "T-EKTA", "rpc": ["https://test.ekta.io:8545"], "faucets": [], "nativeCurrency": { "name": "T-EKTA", "symbol": "T-EKTA", "decimals": 18 }, "infoURL": "https://www.ekta.io", "shortName": "t-ekta", "chainId": 1004, "networkId": 1004, "icon": "ekta", "explorers": [ { "name": "test-ektascan", "url": "https://test.ektascan.io", "icon": "ekta", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-10067275.json ================================================ { "name": "Plian Testnet Subchain 1", "chain": "Plian", "rpc": ["https://testnet.plian.io/child_test"], "faucets": [], "nativeCurrency": { "name": "Plian Token", "symbol": "TPI", "decimals": 18 }, "infoURL": "https://plian.org/", "shortName": "plian-testnet-l2", "chainId": 10067275, "networkId": 10067275, "explorers": [ { "name": "piscan", "url": "https://testnet.plian.org/child_test", "standard": "EIP3091" } ], "parent": { "chain": "eip155-16658437", "type": "L2" } } ================================================ FILE: _data/chains/eip155-1007.json ================================================ { "name": "Newton Testnet", "chain": "NEW", "rpc": ["https://rpc1.newchain.newtonproject.org"], "faucets": [], "nativeCurrency": { "name": "Newton", "symbol": "NEW", "decimals": 18 }, "infoURL": "https://www.newtonproject.org/", "shortName": "tnew", "chainId": 1007, "networkId": 1007 } ================================================ FILE: _data/chains/eip155-1008.json ================================================ { "name": "Eurus Mainnet", "chain": "EUN", "rpc": ["https://mainnet.eurus.network/"], "faucets": [], "nativeCurrency": { "name": "Eurus", "symbol": "EUN", "decimals": 18 }, "infoURL": "https://eurus.network", "shortName": "eun", "chainId": 1008, "networkId": 1008, "icon": "eurus", "explorers": [ { "name": "eurusexplorer", "url": "https://explorer.eurus.network", "icon": "eurus", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-10086.json ================================================ { "name": "SJATSH", "chain": "ETH", "rpc": ["http://geth.free.idcfengye.com"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://sjis.me", "shortName": "SJ", "chainId": 10086, "networkId": 10086 } ================================================ FILE: _data/chains/eip155-101.json ================================================ { "name": "EtherInc", "chain": "ETI", "rpc": ["https://api.einc.io/jsonrpc/mainnet"], "faucets": [], "nativeCurrency": { "name": "EtherInc Ether", "symbol": "ETI", "decimals": 18 }, "infoURL": "https://einc.io", "shortName": "eti", "chainId": 101, "networkId": 1, "slip44": 464 } ================================================ FILE: _data/chains/eip155-1010.json ================================================ { "name": "Evrice Network", "chain": "EVC", "rpc": ["https://meta.evrice.com"], "faucets": [], "nativeCurrency": { "name": "Evrice", "symbol": "EVC", "decimals": 18 }, "infoURL": "https://evrice.com", "shortName": "EVC", "chainId": 1010, "networkId": 1010, "slip44": 1020 } ================================================ FILE: _data/chains/eip155-10101.json ================================================ { "name": "Blockchain Genesis Mainnet", "chain": "GEN", "rpc": [ "https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com" ], "faucets": [], "nativeCurrency": { "name": "GEN", "symbol": "GEN", "decimals": 18 }, "infoURL": "https://www.xixoio.com/", "shortName": "GEN", "chainId": 10101, "networkId": 10101 } ================================================ FILE: _data/chains/eip155-101010.json ================================================ { "name": "Soverun Testnet", "chain": "SVRN", "icon": "soverunTestnet", "rpc": ["https://testnet-rpc.soverun.com"], "faucets": ["https://faucet.soverun.com"], "nativeCurrency": { "name": "Soverun", "symbol": "SVRN", "decimals": 18 }, "infoURL": "https://soverun.com", "shortName": "SVRNt", "chainId": 101010, "networkId": 101010, "explorers": [ { "name": "Soverun", "url": "https://testnet.soverun.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-10101010.json ================================================ { "name": "Soverun Mainnet", "chain": "SVRN", "icon": "soverun", "rpc": ["https://mainnet-rpc.soverun.com"], "faucets": ["https://faucet.soverun.com"], "nativeCurrency": { "name": "Soverun", "symbol": "SVRN", "decimals": 18 }, "infoURL": "https://soverun.com", "shortName": "SVRNm", "chainId": 10101010, "networkId": 10101010, "explorers": [ { "name": "Soverun", "url": "https://explorer.soverun.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1012.json ================================================ { "name": "Newton", "chain": "NEW", "rpc": ["https://global.rpc.mainnet.newtonproject.org"], "faucets": [], "nativeCurrency": { "name": "Newton", "symbol": "NEW", "decimals": 18 }, "infoURL": "https://www.newtonproject.org/", "shortName": "new", "chainId": 1012, "networkId": 1012 } ================================================ FILE: _data/chains/eip155-102.json ================================================ { "name": "Web3Games Testnet", "chain": "Web3Games", "icon": "web3games", "rpc": [ "https://testnet-rpc-0.web3games.org/evm", "https://testnet-rpc-1.web3games.org/evm", "https://testnet-rpc-2.web3games.org/evm" ], "faucets": [], "nativeCurrency": { "name": "Web3Games", "symbol": "W3G", "decimals": 18 }, "infoURL": "https://web3games.org/", "shortName": "tw3g", "chainId": 102, "networkId": 102 } ================================================ FILE: _data/chains/eip155-10200.json ================================================ { "name": "Gnosis Chiado Testnet", "chain": "GNO", "icon": "gnosis", "rpc": [ "https://rpc.chiadochain.net", "https://rpc.chiado.gnosis.gateway.fm", "wss://rpc.chiadochain.net/wss" ], "faucets": ["https://gnosisfaucet.com"], "nativeCurrency": { "name": "Chiado xDAI", "symbol": "XDAI", "decimals": 18 }, "infoURL": "https://docs.gnosischain.com", "shortName": "chi", "chainId": 10200, "networkId": 10200, "explorers": [ { "name": "blockscout-chiadochain", "url": "https://blockscout.chiadochain.net", "icon": "blockscout", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://gnosis-chiado.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1022.json ================================================ { "name": "Sakura", "chain": "Sakura", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Sakura", "symbol": "SKU", "decimals": 18 }, "infoURL": "https://clover.finance/sakura", "shortName": "sku", "chainId": 1022, "networkId": 1022 } ================================================ FILE: _data/chains/eip155-1023.json ================================================ { "name": "Clover Testnet", "chain": "Clover", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Clover", "symbol": "CLV", "decimals": 18 }, "infoURL": "https://clover.finance", "shortName": "tclv", "chainId": 1023, "networkId": 1023 } ================================================ FILE: _data/chains/eip155-1024.json ================================================ { "name": "CLV Parachain", "chain": "CLV", "rpc": ["https://api-para.clover.finance"], "faucets": [], "nativeCurrency": { "name": "CLV", "symbol": "CLV", "decimals": 18 }, "infoURL": "https://clv.org", "shortName": "clv", "chainId": 1024, "networkId": 1024 } ================================================ FILE: _data/chains/eip155-10248.json ================================================ { "name": "0XTade", "chain": "0XTade Chain", "rpc": ["https://node.0xtchain.com"], "faucets": [], "nativeCurrency": { "name": "0XT", "symbol": "0XT", "decimals": 18 }, "infoURL": "https://www.0xtrade.finance/", "shortName": "0xt", "chainId": 10248, "networkId": 10248, "explorers": [ { "name": "0xtrade Scan", "url": "https://www.0xtscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1028.json ================================================ { "name": "BitTorrent Chain Testnet", "chain": "BTTC", "rpc": ["https://testrpc.bittorrentchain.io/"], "faucets": [], "nativeCurrency": { "name": "BitTorrent", "symbol": "BTT", "decimals": 18 }, "infoURL": "https://bittorrentchain.io/", "shortName": "tbtt", "chainId": 1028, "networkId": 1028, "explorers": [ { "name": "testbttcscan", "url": "https://testscan.bittorrentchain.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1030.json ================================================ { "name": "Conflux eSpace", "chain": "Conflux", "rpc": ["https://evm.confluxrpc.com"], "faucets": [], "nativeCurrency": { "name": "CFX", "symbol": "CFX", "decimals": 18 }, "infoURL": "https://confluxnetwork.org", "shortName": "cfx", "chainId": 1030, "networkId": 1030, "icon": "conflux", "explorers": [ { "name": "Conflux Scan", "url": "https://evm.confluxscan.net", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-103090.json ================================================ { "name": "Crystaleum", "chain": "crystal", "rpc": ["https://evm.cryptocurrencydevs.org", "https://rpc.crystaleum.org"], "faucets": [], "nativeCurrency": { "name": "CRFI", "symbol": "◈", "decimals": 18 }, "infoURL": "https://crystaleum.org", "shortName": "CRFI", "chainId": 103090, "networkId": 1, "icon": "crystal", "explorers": [ { "name": "blockscout", "url": "https://scan.crystaleum.org", "icon": "crystal", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1031.json ================================================ { "name": "Proxy Network Testnet", "chain": "Proxy Network", "rpc": ["http://128.199.94.183:8041"], "faucets": [], "nativeCurrency": { "name": "PRX", "symbol": "PRX", "decimals": 18 }, "infoURL": "https://theproxy.network", "shortName": "prx", "chainId": 1031, "networkId": 1031, "explorers": [ { "name": "proxy network testnet", "url": "http://testnet-explorer.theproxy.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1038.json ================================================ { "name": "Bronos Testnet", "chain": "Bronos", "rpc": ["https://evm-testnet.bronos.org"], "faucets": ["https://faucet.bronos.org"], "nativeCurrency": { "name": "tBRO", "symbol": "tBRO", "decimals": 18 }, "infoURL": "https://bronos.org", "shortName": "bronos-testnet", "chainId": 1038, "networkId": 1038, "icon": "bronos", "explorers": [ { "name": "Bronos Testnet Explorer", "url": "https://tbroscan.bronos.org", "standard": "none", "icon": "bronos" } ] } ================================================ FILE: _data/chains/eip155-1039.json ================================================ { "name": "Bronos Mainnet", "chain": "Bronos", "rpc": [], "faucets": [], "nativeCurrency": { "name": "BRO", "symbol": "BRO", "decimals": 18 }, "infoURL": "https://bronos.org", "shortName": "bronos-mainnet", "chainId": 1039, "networkId": 1039, "icon": "bronos", "explorers": [ { "name": "Bronos Explorer", "url": "https://broscan.bronos.org", "standard": "none", "icon": "bronos" } ] } ================================================ FILE: _data/chains/eip155-104.json ================================================ { "name": "Kaiba Lightning Chain Testnet", "chain": "tKLC", "rpc": ["https://klc.live/"], "faucets": [], "nativeCurrency": { "name": "Kaiba Testnet Token", "symbol": "tKAIBA", "decimals": 18 }, "infoURL": "https://kaibadefi.com", "shortName": "tklc", "chainId": 104, "networkId": 104, "icon": "kaiba", "explorers": [ { "name": "kaibascan", "url": "https://kaibascan.io", "icon": "kaibascan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-105.json ================================================ { "name": "Web3Games Devnet", "chain": "Web3Games", "icon": "web3games", "rpc": ["https://devnet.web3games.org/evm"], "faucets": [], "nativeCurrency": { "name": "Web3Games", "symbol": "W3G", "decimals": 18 }, "infoURL": "https://web3games.org/", "shortName": "dw3g", "chainId": 105, "networkId": 105, "explorers": [ { "name": "Web3Games Explorer", "url": "https://explorer-devnet.web3games.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-10507.json ================================================ { "name": "Numbers Mainnet", "chain": "NUM", "icon": "num", "rpc": ["https://mainnetrpc.num.network"], "faucets": [], "nativeCurrency": { "name": "NUM Token", "symbol": "NUM", "decimals": 18 }, "infoURL": "https://numbersprotocol.io", "shortName": "Jade", "chainId": 10507, "networkId": 10507, "explorers": [ { "name": "ethernal", "url": "https://mainnet.num.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-10508.json ================================================ { "name": "Numbers Testnet", "chain": "NUM", "icon": "num", "rpc": ["https://testnetrpc.num.network"], "faucets": [ "https://faucet.avax.network/?subnet=num", "https://faucet.num.network" ], "nativeCurrency": { "name": "NUM Token", "symbol": "NUM", "decimals": 18 }, "infoURL": "https://numbersprotocol.io", "shortName": "Snow", "chainId": 10508, "networkId": 10508, "explorers": [ { "name": "ethernal", "url": "https://testnet.num.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-106.json ================================================ { "name": "Velas EVM Mainnet", "chain": "Velas", "icon": "velas", "rpc": [ "https://evmexplorer.velas.com/rpc", "https://explorer.velas.com/rpc" ], "faucets": [], "nativeCurrency": { "name": "Velas", "symbol": "VLX", "decimals": 18 }, "infoURL": "https://velas.com", "shortName": "vlx", "chainId": 106, "networkId": 106, "explorers": [ { "name": "Velas Explorer", "url": "https://evmexplorer.velas.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-107.json ================================================ { "name": "Nebula Testnet", "chain": "NTN", "icon": "nebulatestnet", "rpc": ["https://testnet.rpc.novanetwork.io"], "faucets": ["https://faucet.novanetwork.io"], "nativeCurrency": { "name": "Nebula X", "symbol": "NBX", "decimals": 18 }, "infoURL": "https://novanetwork.io", "shortName": "ntn", "chainId": 107, "networkId": 107, "explorers": [ { "name": "nebulatestnet", "url": "https://explorer.novanetwork.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1071.json ================================================ { "name": "ShimmerEVM Testnet Deprecated", "title": "ShimmerEVM Testnet Deprecated", "chain": "ShimmerEVM", "icon": "shimmerevm", "rpc": [], "faucets": [ "https://evm-toolkit.evm.testnet.shimmer.network", "https://evm-faucet.testnet.shimmer.network" ], "nativeCurrency": { "name": "SMR", "symbol": "SMR", "decimals": 18 }, "infoURL": "https://shimmer.network", "shortName": "shimmerevm-testnet-deprecated", "chainId": 1071, "networkId": 1071, "explorers": [ { "name": "explorer", "url": "https://explorer.evm.testnet.shimmer.network", "standard": "EIP3091" } ], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-1072.json ================================================ { "name": "ShimmerEVM Testnet", "title": "ShimmerEVM Testnet", "chain": "ShimmerEVM", "icon": "shimmerevm", "rpc": ["https://json-rpc.evm.testnet.shimmer.network"], "faucets": [ "https://evm-toolkit.evm.testnet.shimmer.network", "https://evm-faucet.testnet.shimmer.network" ], "nativeCurrency": { "name": "SMR", "symbol": "SMR", "decimals": 6 }, "infoURL": "https://shimmer.network", "shortName": "shimmerevm-testnet", "chainId": 1072, "networkId": 1072, "explorers": [ { "name": "explorer", "url": "https://explorer.evm.testnet.shimmer.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1079.json ================================================ { "name": "Mintara Testnet", "title": "Mintara Testnet", "chain": "Mintara", "icon": "mintara", "rpc": ["https://subnets.avax.network/mintara/testnet/rpc"], "faucets": [], "nativeCurrency": { "name": "MINTARA", "symbol": "MNTR", "decimals": 18 }, "infoURL": "https://playthink.co.jp", "shortName": "mintara-testnet", "chainId": 1079, "networkId": 1079, "explorers": [ { "name": "explorer", "url": "https://subnets-test.avax.network/mintara", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-108.json ================================================ { "name": "ThunderCore Mainnet", "chain": "TT", "rpc": [ "https://mainnet-rpc.thundercore.com", "https://mainnet-rpc.thundertoken.net", "https://mainnet-rpc.thundercore.io" ], "faucets": ["https://faucet.thundercore.com"], "nativeCurrency": { "name": "ThunderCore Token", "symbol": "TT", "decimals": 18 }, "infoURL": "https://thundercore.com", "shortName": "TT", "chainId": 108, "networkId": 108, "slip44": 1001, "explorers": [ { "name": "thundercore-viewblock", "url": "https://viewblock.io/thundercore", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-10823.json ================================================ { "name": "CryptoCoinPay", "chain": "CCP", "rpc": [ "http://node106.cryptocoinpay.info:8545", "ws://node106.cryptocoinpay.info:8546" ], "faucets": [], "icon": "ccp", "nativeCurrency": { "name": "CryptoCoinPay", "symbol": "CCP", "decimals": 18 }, "infoURL": "https://www.cryptocoinpay.co", "shortName": "CCP", "chainId": 10823, "networkId": 10823, "explorers": [ { "name": "CCP Explorer", "url": "https://cryptocoinpay.info", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1088.json ================================================ { "name": "Metis Andromeda Mainnet", "chain": "ETH", "rpc": ["https://andromeda.metis.io/?owner=1088"], "faucets": [], "nativeCurrency": { "name": "Metis", "symbol": "METIS", "decimals": 18 }, "infoURL": "https://www.metis.io", "shortName": "metis-andromeda", "chainId": 1088, "networkId": 1088, "explorers": [ { "name": "blockscout", "url": "https://andromeda-explorer.metis.io", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.metis.io" }] } } ================================================ FILE: _data/chains/eip155-108801.json ================================================ { "name": "BROChain Mainnet", "chain": "BRO", "rpc": [ "https://rpc.brochain.org", "http://rpc.brochain.org", "https://rpc.brochain.org/mainnet", "http://rpc.brochain.org/mainnet" ], "faucets": [], "nativeCurrency": { "name": "Brother", "symbol": "BRO", "decimals": 18 }, "infoURL": "https://brochain.org", "shortName": "bro", "chainId": 108801, "networkId": 108801, "explorers": [ { "name": "BROChain Explorer", "url": "https://explorer.brochain.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-10946.json ================================================ { "name": "Quadrans Blockchain", "chain": "QDC", "icon": "quadrans", "rpc": [ "https://rpc.quadrans.io", "https://rpcna.quadrans.io", "https://rpceu.quadrans.io" ], "faucets": [], "nativeCurrency": { "name": "Quadrans Coin", "symbol": "QDC", "decimals": 18 }, "infoURL": "https://quadrans.io", "shortName": "quadrans", "chainId": 10946, "networkId": 10946, "explorers": [ { "name": "explorer", "url": "https://explorer.quadrans.io", "icon": "quadrans", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-10947.json ================================================ { "name": "Quadrans Blockchain Testnet", "chain": "tQDC", "icon": "quadrans", "rpc": ["https://rpctest.quadrans.io", "https://rpctest2.quadrans.io"], "faucets": ["https://faucetpage.quadrans.io"], "nativeCurrency": { "name": "Quadrans Testnet Coin", "symbol": "tQDC", "decimals": 18 }, "infoURL": "https://quadrans.io", "shortName": "quadranstestnet", "chainId": 10947, "networkId": 10947, "explorers": [ { "name": "explorer", "url": "https://explorer.testnet.quadrans.io", "icon": "quadrans", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1099.json ================================================ { "name": "MOAC mainnet", "chain": "MOAC", "rpc": [], "faucets": [], "nativeCurrency": { "name": "MOAC", "symbol": "mc", "decimals": 18 }, "infoURL": "https://moac.io", "shortName": "moac", "chainId": 1099, "networkId": 1099, "slip44": 314, "explorers": [ { "name": "moac explorer", "url": "https://explorer.moac.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-11.json ================================================ { "name": "Metadium Mainnet", "chain": "META", "rpc": ["https://api.metadium.com/prod"], "faucets": [], "nativeCurrency": { "name": "Metadium Mainnet Ether", "symbol": "META", "decimals": 18 }, "infoURL": "https://metadium.com", "shortName": "meta", "chainId": 11, "networkId": 11, "slip44": 916 } ================================================ FILE: _data/chains/eip155-110.json ================================================ { "name": "Proton Testnet", "chain": "XPR", "rpc": ["https://protontestnet.greymass.com/"], "faucets": [], "nativeCurrency": { "name": "Proton", "symbol": "XPR", "decimals": 4 }, "infoURL": "https://protonchain.com", "shortName": "xpr", "chainId": 110, "networkId": 110 } ================================================ FILE: _data/chains/eip155-110000.json ================================================ { "name": "QuarkChain Devnet Root", "chain": "QuarkChain", "rpc": ["http://jrpc.devnet.quarkchain.io:38391"], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-r", "chainId": 110000, "networkId": 110000 } ================================================ FILE: _data/chains/eip155-110001.json ================================================ { "name": "QuarkChain Devnet Shard 0", "chain": "QuarkChain", "rpc": [ "https://devnet-s0-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39900" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s0", "chainId": 110001, "networkId": 110001, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/0", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-110002.json ================================================ { "name": "QuarkChain Devnet Shard 1", "chain": "QuarkChain", "rpc": [ "https://devnet-s1-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39901" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s1", "chainId": 110002, "networkId": 110002, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/1", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-110003.json ================================================ { "name": "QuarkChain Devnet Shard 2", "chain": "QuarkChain", "rpc": [ "https://devnet-s2-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39902" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s2", "chainId": 110003, "networkId": 110003, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/2", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-110004.json ================================================ { "name": "QuarkChain Devnet Shard 3", "chain": "QuarkChain", "rpc": [ "https://devnet-s3-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39903" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s3", "chainId": 110004, "networkId": 110004, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/3", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-110005.json ================================================ { "name": "QuarkChain Devnet Shard 4", "chain": "QuarkChain", "rpc": [ "https://devnet-s4-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39904" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s4", "chainId": 110005, "networkId": 110005, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/4", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-110006.json ================================================ { "name": "QuarkChain Devnet Shard 5", "chain": "QuarkChain", "rpc": [ "https://devnet-s5-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39905" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s5", "chainId": 110006, "networkId": 110006, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/5", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-110007.json ================================================ { "name": "QuarkChain Devnet Shard 6", "chain": "QuarkChain", "rpc": [ "https://devnet-s6-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39906" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s6", "chainId": 110007, "networkId": 110007, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/6", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-110008.json ================================================ { "name": "QuarkChain Devnet Shard 7", "chain": "QuarkChain", "rpc": [ "https://devnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39907" ], "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", "decimals": 18 }, "infoURL": "https://www.quarkchain.io", "shortName": "qkc-d-s7", "chainId": 110008, "networkId": 110008, "parent": { "chain": "eip155-110000", "type": "shard" }, "explorers": [ { "name": "quarkchain-devnet", "url": "https://devnet.quarkchain.io/7", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1101.json ================================================ { "name": "Polygon zkEVM", "title": "Polygon zkEVM", "chain": "Polygon", "rpc": ["https://zkevm-rpc.com"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://polygon.technology/polygon-zkevm", "shortName": "zkevm", "chainId": 1101, "networkId": 1101, "icon": "zkevm", "explorers": [ { "name": "blockscout", "url": "https://zkevm.polygonscan.com", "icon": "zkevm", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zkevm-rpc.com" }] } } ================================================ FILE: _data/chains/eip155-111.json ================================================ { "name": "EtherLite Chain", "chain": "ETL", "rpc": ["https://rpc.etherlite.org"], "faucets": ["https://etherlite.org/faucets"], "nativeCurrency": { "name": "EtherLite", "symbol": "ETL", "decimals": 18 }, "infoURL": "https://etherlite.org", "shortName": "ETL", "chainId": 111, "networkId": 111, "icon": "etherlite" } ================================================ FILE: _data/chains/eip155-111000.json ================================================ { "name": "Siberium Test Network", "chain": "SBR", "rpc": ["https://rpc.test.siberium.net"], "faucets": [], "nativeCurrency": { "name": "TestSIBR", "symbol": "SIBR", "decimals": 18 }, "infoURL": "https://siberium.net", "shortName": "testsbr", "chainId": 111000, "networkId": 111000, "icon": "siberium", "explorers": [ { "name": "Siberium Testnet Explorer - blockscout", "url": "https://explorer.test.siberium.net", "icon": "siberium", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1111.json ================================================ { "name": "WEMIX3.0 Mainnet", "chain": "WEMIX", "rpc": ["https://api.wemix.com", "wss://ws.wemix.com"], "faucets": [], "nativeCurrency": { "name": "WEMIX", "symbol": "WEMIX", "decimals": 18 }, "infoURL": "https://wemix.com", "shortName": "wemix", "chainId": 1111, "networkId": 1111, "explorers": [ { "name": "WEMIX Block Explorer", "url": "https://explorer.wemix.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-11110.json ================================================ { "name": "Astra", "chain": "Astra", "rpc": ["https://rpc.astranaut.io", "https://rpc1.astranaut.io"], "faucets": [], "nativeCurrency": { "name": "Astra", "symbol": "ASA", "decimals": 18 }, "infoURL": "https://astranaut.io", "shortName": "astra", "chainId": 11110, "networkId": 11110, "icon": "astra", "explorers": [ { "name": "Astra EVM Explorer (Blockscout)", "url": "https://explorer.astranaut.io", "standard": "none", "icon": "astra" }, { "name": "Astra PingPub Explorer", "url": "https://ping.astranaut.io/astra", "standard": "none", "icon": "astra" } ] } ================================================ FILE: _data/chains/eip155-11111.json ================================================ { "name": "WAGMI", "chain": "WAGMI", "icon": "wagmi", "rpc": ["https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"], "faucets": ["https://faucet.avax.network/?subnet=wagmi"], "nativeCurrency": { "name": "WAGMI", "symbol": "WGM", "decimals": 18 }, "infoURL": "https://subnets-test.avax.network/wagmi/details", "shortName": "WAGMI", "chainId": 11111, "networkId": 11111, "explorers": [ { "name": "Avalanche Subnet Explorer", "url": "https://subnets-test.avax.network/wagmi", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-111111.json ================================================ { "name": "Siberium Network", "chain": "SBR", "rpc": ["https://rpc.main.siberium.net", "https://rpc.main.siberium.net.ru"], "faucets": [], "nativeCurrency": { "name": "Siberium", "symbol": "SIBR", "decimals": 18 }, "infoURL": "https://siberium.net", "shortName": "sbr", "chainId": 111111, "networkId": 111111, "icon": "siberium", "explorers": [ { "name": "Siberium Mainnet Explorer - blockscout - 1", "url": "https://explorer.main.siberium.net", "icon": "siberium", "standard": "EIP3091" }, { "name": "Siberium Mainnet Explorer - blockscout - 2", "url": "https://explorer.main.siberium.net.ru", "icon": "siberium", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-11115.json ================================================ { "name": "Astra Testnet", "chain": "Astra", "rpc": ["https://rpc.astranaut.dev"], "faucets": ["https://faucet.astranaut.dev"], "nativeCurrency": { "name": "test-Astra", "symbol": "tASA", "decimals": 18 }, "infoURL": "https://astranaut.io", "shortName": "astra-testnet", "chainId": 11115, "networkId": 11115, "icon": "astra", "explorers": [ { "name": "Astra EVM Explorer", "url": "https://explorer.astranaut.dev", "standard": "EIP3091", "icon": "astra" }, { "name": "Astra PingPub Explorer", "url": "https://ping.astranaut.dev/astra", "standard": "none", "icon": "astra" } ] } ================================================ FILE: _data/chains/eip155-11119.json ================================================ { "name": "HashBit Mainnet", "chain": "HBIT", "rpc": ["https://mainnet-rpc.hashbit.org", "https://rpc.hashbit.org"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "HashBit Native Token", "symbol": "HBIT", "decimals": 18 }, "infoURL": "https://hashbit.org", "shortName": "hbit", "chainId": 11119, "networkId": 11119, "explorers": [ { "name": "hashbitscan", "url": "https://explorer.hashbit.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1112.json ================================================ { "name": "WEMIX3.0 Testnet", "chain": "TWEMIX", "rpc": ["https://api.test.wemix.com", "wss://ws.test.wemix.com"], "faucets": ["https://wallet.test.wemix.com/faucet"], "nativeCurrency": { "name": "TestnetWEMIX", "symbol": "tWEMIX", "decimals": 18 }, "infoURL": "https://wemix.com", "shortName": "twemix", "chainId": 1112, "networkId": 1112, "explorers": [ { "name": "WEMIX Testnet Microscope", "url": "https://microscope.test.wemix.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-111222333444.json ================================================ { "name": "Alphabet Mainnet", "chain": "Alphabet Network", "icon": "alphabetnetwork", "rpc": [ "https://londonpublic.alphabetnetwork.org", "wss://londonpublic.alphabetnetwork.org/ws/", "https://main-rpc.com", "wss://main-rpc.com/ws/" ], "faucets": [], "nativeCurrency": { "name": "ALT", "symbol": "ALT", "decimals": 18 }, "infoURL": "https://alphabetnetwork.org", "shortName": "alphabet", "chainId": 111222333444, "networkId": 111222333444, "explorers": [ { "name": "Alphabet Explorer", "url": "https://scan.alphabetnetwork.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1115.json ================================================ { "name": "Core Blockchain Testnet", "chain": "Core", "icon": "core", "rpc": ["https://rpc.test.btcs.network/"], "faucets": ["https://scan.test.btcs.network/faucet"], "nativeCurrency": { "name": "Core Blockchain Testnet Native Token", "symbol": "tCORE", "decimals": 18 }, "infoURL": "https://www.coredao.org", "shortName": "tcore", "chainId": 1115, "networkId": 1115, "explorers": [ { "name": "Core Scan Testnet", "url": "https://scan.test.btcs.network", "icon": "core", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-11155111.json ================================================ { "name": "Sepolia", "title": "Ethereum Testnet Sepolia", "chain": "ETH", "rpc": [ "https://rpc.sepolia.org", "https://rpc2.sepolia.org", "https://rpc-sepolia.rockx.com", "https://rpc.sepolia.ethpandaops.io", "https://sepolia.infura.io/v3/${INFURA_API_KEY}", "wss://sepolia.infura.io/v3/${INFURA_API_KEY}" ], "faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://sepolia.otterscan.io", "shortName": "sep", "chainId": 11155111, "networkId": 11155111, "explorers": [ { "name": "etherscan-sepolia", "url": "https://sepolia.etherscan.io", "standard": "EIP3091" }, { "name": "otterscan-sepolia", "url": "https://sepolia.otterscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1116.json ================================================ { "name": "Core Blockchain Mainnet", "chain": "Core", "icon": "core", "rpc": ["https://rpc.coredao.org/", "https://rpc-core.icecreamswap.com"], "faucets": [], "nativeCurrency": { "name": "Core Blockchain Native Token", "symbol": "CORE", "decimals": 18 }, "infoURL": "https://www.coredao.org", "shortName": "core", "chainId": 1116, "networkId": 1116, "explorers": [ { "name": "Core Scan", "url": "https://scan.coredao.org", "icon": "core", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1117.json ================================================ { "name": "Dogcoin Mainnet", "chain": "DOGS", "icon": "dogs", "rpc": ["https://mainnet-rpc.dogcoin.me"], "faucets": ["https://faucet.dogcoin.network"], "nativeCurrency": { "name": "Dogcoin", "symbol": "DOGS", "decimals": 18 }, "infoURL": "https://dogcoin.network", "shortName": "DOGSm", "chainId": 1117, "networkId": 1117, "explorers": [ { "name": "Dogcoin", "url": "https://explorer.dogcoin.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-112.json ================================================ { "name": "Coinbit Mainnet", "chain": "Coinbit", "rpc": ["https://coinbit-rpc-mainnet.chain.sbcrypto.app"], "faucets": [], "nativeCurrency": { "name": "Gas IDR", "symbol": "GIDR", "decimals": 18 }, "infoURL": "https://crypto.stockbit.com/", "shortName": "coinbit", "chainId": 112, "networkId": 112, "icon": "coinbit", "explorers": [ { "name": "blockscout", "url": "https://coinbit-explorer.chain.sbcrypto.app", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1122334455.json ================================================ { "name": "IPOS Network", "chain": "IPOS", "rpc": ["https://rpc.iposlab.com", "https://rpc2.iposlab.com"], "faucets": [], "nativeCurrency": { "name": "IPOS Network Ether", "symbol": "IPOS", "decimals": 18 }, "infoURL": "https://iposlab.com", "shortName": "ipos", "chainId": 1122334455, "networkId": 1122334455 } ================================================ FILE: _data/chains/eip155-11235.json ================================================ { "name": "Haqq Network", "chain": "Haqq", "rpc": ["https://rpc.eth.haqq.network", "https://haqq-evm.publicnode.com"], "faucets": [], "nativeCurrency": { "name": "Islamic Coin", "symbol": "ISLM", "decimals": 18 }, "infoURL": "https://islamiccoin.net", "shortName": "ISLM", "chainId": 11235, "networkId": 11235, "explorers": [ { "name": "Mainnet HAQQ Explorer", "url": "https://explorer.haqq.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-112358.json ================================================ { "name": "Metachain One Mainnet", "chain": "METAO", "icon": "metao", "rpc": ["https://rpc.metachain.one", "https://rpc2.metachain.one"], "faucets": [], "nativeCurrency": { "name": "Metao", "symbol": "METAO", "decimals": 18 }, "infoURL": "https://metachain.one", "shortName": "metao", "chainId": 112358, "networkId": 112358, "explorers": [ { "name": "blockscout", "url": "https://explorer.metachain.one", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-11297108099.json ================================================ { "name": "Palm Testnet", "chain": "Palm", "icon": "palm", "rpc": ["https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"], "faucets": [], "nativeCurrency": { "name": "PALM", "symbol": "PALM", "decimals": 18 }, "infoURL": "https://palm.io", "shortName": "tpalm", "chainId": 11297108099, "networkId": 11297108099, "explorers": [ { "name": "Palm Testnet Explorer", "url": "https://explorer.palm-uat.xyz", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-11297108109.json ================================================ { "name": "Palm", "chain": "Palm", "icon": "palm", "rpc": ["https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"], "faucets": [], "nativeCurrency": { "name": "PALM", "symbol": "PALM", "decimals": 18 }, "infoURL": "https://palm.io", "shortName": "palm", "chainId": 11297108109, "networkId": 11297108109, "explorers": [ { "name": "Palm Explorer", "url": "https://explorer.palm.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-113.json ================================================ { "name": "Dehvo", "chain": "Dehvo", "rpc": [ "https://connect.dehvo.com", "https://rpc.dehvo.com", "https://rpc1.dehvo.com", "https://rpc2.dehvo.com" ], "faucets": ["https://buy.dehvo.com"], "nativeCurrency": { "name": "Dehvo", "symbol": "Deh", "decimals": 18 }, "infoURL": "https://dehvo.com", "shortName": "deh", "chainId": 113, "networkId": 113, "slip44": 714, "explorers": [ { "name": "Dehvo Explorer", "url": "https://explorer.dehvo.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1130.json ================================================ { "name": "DeFiChain EVM Network Mainnet", "chain": "defichain-evm", "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { "name": "DeFiChain", "symbol": "DFI", "decimals": 18 }, "infoURL": "https://meta.defichain.com/", "shortName": "DFI", "chainId": 1130, "networkId": 1130, "slip44": 1130, "icon": "defichain-network", "explorers": [] } ================================================ FILE: _data/chains/eip155-1131.json ================================================ { "name": "DeFiChain EVM Network Testnet", "chain": "defichain-evm-testnet", "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { "name": "DeFiChain", "symbol": "DFI", "decimals": 18 }, "infoURL": "https://meta.defichain.com/", "shortName": "DFI-T", "chainId": 1131, "networkId": 1131, "icon": "defichain-network", "explorers": [] } ================================================ FILE: _data/chains/eip155-1138.json ================================================ { "name": "AmStar Testnet", "chain": "AmStar", "icon": "amstar", "rpc": ["https://testnet-rpc.amstarscan.com"], "faucets": [], "nativeCurrency": { "name": "SINSO", "symbol": "SINSO", "decimals": 18 }, "infoURL": "https://sinso.io", "shortName": "ASARt", "chainId": 1138, "networkId": 1138, "explorers": [ { "name": "amstarscan-testnet", "url": "https://testnet.amstarscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1139.json ================================================ { "name": "MathChain", "chain": "MATH", "rpc": [ "https://mathchain-asia.maiziqianbao.net/rpc", "https://mathchain-us.maiziqianbao.net/rpc" ], "faucets": [], "nativeCurrency": { "name": "MathChain", "symbol": "MATH", "decimals": 18 }, "infoURL": "https://mathchain.org", "shortName": "MATH", "chainId": 1139, "networkId": 1139 } ================================================ FILE: _data/chains/eip155-114.json ================================================ { "name": "Flare Testnet Coston2", "chain": "FLR", "icon": "coston2", "rpc": ["https://coston2-api.flare.network/ext/bc/C/rpc"], "faucets": ["https://coston2-faucet.towolabs.com"], "nativeCurrency": { "name": "Coston2 Flare", "symbol": "C2FLR", "decimals": 18 }, "infoURL": "https://flare.xyz", "shortName": "c2flr", "chainId": 114, "networkId": 114, "explorers": [ { "name": "blockscout", "url": "https://coston2-explorer.flare.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1140.json ================================================ { "name": "MathChain Testnet", "chain": "MATH", "rpc": ["https://galois-hk.maiziqianbao.net/rpc"], "faucets": ["https://scan.boka.network/#/Galois/faucet"], "nativeCurrency": { "name": "MathChain", "symbol": "MATH", "decimals": 18 }, "infoURL": "https://mathchain.org", "shortName": "tMATH", "chainId": 1140, "networkId": 1140 } ================================================ FILE: _data/chains/eip155-11437.json ================================================ { "name": "Shyft Testnet", "chain": "SHYFTT", "icon": "shyft", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Shyft Test Token", "symbol": "SHYFTT", "decimals": 18 }, "infoURL": "https://shyft.network", "shortName": "shyftt", "chainId": 11437, "networkId": 11437, "explorers": [ { "name": "Shyft Testnet BX", "url": "https://bx.testnet.shyft.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1146703430.json ================================================ { "name": "CyberdeckNet", "chain": "cyberdeck", "rpc": ["http://cybeth1.cyberdeck.eu:8545"], "faucets": [], "nativeCurrency": { "name": "Cyb", "symbol": "CYB", "decimals": 18 }, "infoURL": "https://cyberdeck.eu", "shortName": "cyb", "chainId": 1146703430, "networkId": 1146703430, "icon": "cyberdeck", "status": "active", "explorers": [ { "name": "CybEthExplorer", "url": "http://cybeth1.cyberdeck.eu:8000", "icon": "cyberdeck", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1149.json ================================================ { "name": "Symplexia Smart Chain", "chain": "Plexchain", "rpc": ["https://plex-rpc.plexfinance.us"], "faucets": [], "nativeCurrency": { "name": "Plex Native Token", "symbol": "PLEX", "decimals": 18 }, "infoURL": "https://plexfinance.us/", "shortName": "Plexchain", "chainId": 1149, "networkId": 1149, "icon": "plexchain", "explorers": [ { "name": "Plexchain Explorer", "url": "https://explorer.plexfinance.us", "icon": "plexchain", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-115.json ================================================ { "name": "DeBank Testnet", "chain": "DeBank", "rpc": [], "faucets": [], "icon": "debank", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://debank.com", "shortName": "debank-testnet", "chainId": 115, "networkId": 115, "explorers": [] } ================================================ FILE: _data/chains/eip155-116.json ================================================ { "name": "DeBank Mainnet", "chain": "DeBank", "rpc": [], "faucets": [], "icon": "debank", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://debank.com", "shortName": "debank-mainnet", "chainId": 116, "networkId": 116, "explorers": [] } ================================================ FILE: _data/chains/eip155-11612.json ================================================ { "name": "Sardis Testnet", "chain": "SRDX", "icon": "sardisTestnet", "rpc": ["https://testnet-rpc.sardisnetwork.com"], "faucets": ["https://faucet.sardisnetwork.com"], "nativeCurrency": { "name": "Sardis", "symbol": "SRDX", "decimals": 18 }, "infoURL": "https://mysardis.com", "shortName": "SRDXt", "chainId": 11612, "networkId": 11612, "explorers": [ { "name": "Sardis", "url": "https://testnet.sardisnetwork.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-117.json ================================================ { "name": "Uptick Mainnet", "chain": "Uptick", "rpc": ["https://json-rpc.uptick.network"], "faucets": [], "nativeCurrency": { "name": "Uptick", "symbol": "UPTICK", "decimals": 18 }, "infoURL": "https://www.uptick.network", "shortName": "auptick", "chainId": 117, "networkId": 117, "icon": "uptick", "explorers": [ { "name": "Uptick Explorer", "url": "https://evm-explorer.uptick.network", "icon": "uptick", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1170.json ================================================ { "name": "Origin Testnet", "chain": "Origin", "rpc": ["https://json-rpc.origin.uptick.network"], "faucets": [], "nativeCurrency": { "name": "Origin", "symbol": "UOC", "decimals": 18 }, "infoURL": "https://www.uptick.network", "shortName": "auoc", "chainId": 1170, "networkId": 1170, "icon": "origin", "explorers": [ { "name": "Origin Explorer", "url": "https://evm-explorer.origin.uptick.network", "icon": "origin", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1177.json ================================================ { "name": "Smart Host Teknoloji TESTNET", "chain": "SHT", "rpc": ["https://s2.tl.web.tr:4041"], "faucets": [], "nativeCurrency": { "name": "Smart Host Teknoloji TESTNET", "symbol": "tSHT", "decimals": 18 }, "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "infoURL": "https://smart-host.com.tr", "shortName": "sht", "chainId": 1177, "networkId": 1177, "icon": "smarthost", "explorers": [ { "name": "Smart Host Teknoloji TESTNET Explorer", "url": "https://s2.tl.web.tr:4000", "icon": "smarthost", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-118.json ================================================ { "name": "Arcology Testnet", "chain": "Arcology", "icon": "acolicon", "rpc": ["https://testnet.arcology.network/rpc"], "faucets": [], "nativeCurrency": { "name": "Arcology Coin", "symbol": "Acol", "decimals": 18 }, "infoURL": "https://arcology.network/", "shortName": "arcology", "chainId": 118, "networkId": 118, "explorers": [ { "name": "arcology", "url": "https://testnet.arcology.network/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-11888.json ================================================ { "name": "SanR Chain", "chain": "SanRChain", "rpc": ["https://sanrchain-node.santiment.net"], "faucets": [], "nativeCurrency": { "name": "nSAN", "symbol": "nSAN", "decimals": 18 }, "infoURL": "https://sanr.app", "shortName": "SAN", "chainId": 11888, "networkId": 11888, "icon": "sanrchain", "parent": { "chain": "eip155-1", "type": "L2", "bridges": [ { "url": "https://sanr.app" } ] }, "explorers": [ { "name": "SanR Chain Explorer", "url": "https://sanrchain-explorer.santiment.net", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-119.json ================================================ { "name": "ENULS Mainnet", "chain": "ENULS", "rpc": ["https://evmapi.nuls.io", "https://evmapi2.nuls.io"], "faucets": [], "nativeCurrency": { "name": "NULS", "symbol": "NULS", "decimals": 18 }, "infoURL": "https://nuls.io", "shortName": "enuls", "chainId": 119, "networkId": 119, "icon": "enuls", "explorers": [ { "name": "enulsscan", "url": "https://evmscan.nuls.io", "icon": "enuls", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1197.json ================================================ { "name": "Iora Chain", "chain": "IORA", "icon": "iorachain", "rpc": ["https://dataseed.iorachain.com"], "faucets": [], "nativeCurrency": { "name": "Iora", "symbol": "IORA", "decimals": 18 }, "infoURL": "https://iorachain.com", "shortName": "iora", "chainId": 1197, "networkId": 1197, "explorers": [ { "name": "ioraexplorer", "url": "https://explorer.iorachain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-12.json ================================================ { "name": "Metadium Testnet", "chain": "META", "rpc": ["https://api.metadium.com/dev"], "faucets": [], "nativeCurrency": { "name": "Metadium Testnet Ether", "symbol": "KAL", "decimals": 18 }, "infoURL": "https://metadium.com", "shortName": "kal", "chainId": 12, "networkId": 12 } ================================================ FILE: _data/chains/eip155-120.json ================================================ { "name": "ENULS Testnet", "chain": "ENULS", "rpc": ["https://beta.evmapi.nuls.io", "https://beta.evmapi2.nuls.io"], "faucets": ["http://faucet.nuls.io"], "nativeCurrency": { "name": "NULS", "symbol": "NULS", "decimals": 18 }, "infoURL": "https://nuls.io", "shortName": "enulst", "chainId": 120, "networkId": 120, "icon": "enuls", "explorers": [ { "name": "enulsscan", "url": "https://beta.evmscan.nuls.io", "icon": "enuls", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-12009.json ================================================ { "name": "SatoshiChain Mainnet", "chain": "SATS", "icon": "satoshichain", "rpc": ["https://mainnet-rpc.satoshichain.io"], "faucets": [], "nativeCurrency": { "name": "SatoshiChain Coin", "symbol": "SATS", "decimals": 18 }, "infoURL": "https://satoshichain.net", "shortName": "sats", "chainId": 12009, "networkId": 12009, "explorers": [ { "name": "SatoshiChain Explorer", "url": "https://satoshiscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1201.json ================================================ { "name": "Evanesco Testnet", "chain": "Evanesco Testnet", "rpc": ["https://seed5.evanesco.org:8547"], "faucets": [], "nativeCurrency": { "name": "AVIS", "symbol": "AVIS", "decimals": 18 }, "infoURL": "https://evanesco.org/", "shortName": "avis", "chainId": 1201, "networkId": 1201 } ================================================ FILE: _data/chains/eip155-1202.json ================================================ { "name": "World Trade Technical Chain Mainnet", "chain": "WTT", "rpc": ["https://rpc.cadaut.com", "wss://rpc.cadaut.com/ws"], "faucets": [], "nativeCurrency": { "name": "World Trade Token", "symbol": "WTT", "decimals": 18 }, "infoURL": "http://www.cadaut.com", "shortName": "wtt", "chainId": 1202, "networkId": 2048, "explorers": [ { "name": "WTTScout", "url": "https://explorer.cadaut.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-12051.json ================================================ { "name": "Singularity ZERO Testnet", "chain": "ZERO", "rpc": ["https://betaenv.singularity.gold:18545"], "faucets": ["https://nft.singularity.gold"], "nativeCurrency": { "name": "ZERO", "symbol": "tZERO", "decimals": 18 }, "infoURL": "https://www.singularity.gold", "shortName": "tZERO", "chainId": 12051, "networkId": 12051, "explorers": [ { "name": "zeroscan", "url": "https://betaenv.singularity.gold:18002", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-12052.json ================================================ { "name": "Singularity ZERO Mainnet", "chain": "ZERO", "rpc": ["https://zerorpc.singularity.gold"], "faucets": ["https://zeroscan.singularity.gold"], "nativeCurrency": { "name": "ZERO", "symbol": "ZERO", "decimals": 18 }, "infoURL": "https://www.singularity.gold", "shortName": "ZERO", "chainId": 12052, "networkId": 12052, "slip44": 621, "explorers": [ { "name": "zeroscan", "url": "https://zeroscan.singularity.gold", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-121.json ================================================ { "name": "Realchain Mainnet", "chain": "REAL", "rpc": [ "https://rcl-dataseed1.rclsidechain.com", "https://rcl-dataseed2.rclsidechain.com", "https://rcl-dataseed3.rclsidechain.com", "https://rcl-dataseed4.rclsidechain.com", "wss://rcl-dataseed1.rclsidechain.com/v1/", "wss://rcl-dataseed2.rclsidechain.com/v1/", "wss://rcl-dataseed3.rclsidechain.com/v1/", "wss://rcl-dataseed4.rclsidechain.com/v1/" ], "faucets": ["https://faucet.rclsidechain.com"], "nativeCurrency": { "name": "Realchain", "symbol": "REAL", "decimals": 18 }, "infoURL": "https://www.rclsidechain.com/", "shortName": "REAL", "chainId": 121, "networkId": 121, "slip44": 714, "explorers": [ { "name": "realscan", "url": "https://rclscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-12123.json ================================================ { "name": "BRC Chain Mainnet", "chain": "BRC", "rpc": ["https://rpc.brcchain.io"], "faucets": ["https://faucet.brcchain.io"], "nativeCurrency": { "name": "BRC Chain mainnet native token", "symbol": "BRC", "decimals": 18 }, "infoURL": "https://bridge.brcchain.io", "shortName": "BRC", "chainId": 12123, "networkId": 12123, "icon": "brcchain", "explorers": [ { "name": "BRC Chain Explorer", "url": "https://scan.brcchain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1213.json ================================================ { "name": "Popcateum Mainnet", "chain": "POPCATEUM", "rpc": ["https://dataseed.popcateum.org"], "faucets": [], "nativeCurrency": { "name": "Popcat", "symbol": "POP", "decimals": 18 }, "infoURL": "https://popcateum.org", "shortName": "popcat", "chainId": 1213, "networkId": 1213, "explorers": [ { "name": "popcateum explorer", "url": "https://explorer.popcateum.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1214.json ================================================ { "name": "EnterChain Mainnet", "chain": "ENTER", "rpc": ["https://tapi.entercoin.net/"], "faucets": [], "nativeCurrency": { "name": "EnterCoin", "symbol": "ENTER", "decimals": 18 }, "infoURL": "https://entercoin.net", "shortName": "enter", "chainId": 1214, "networkId": 1214, "icon": "enter", "explorers": [ { "name": "Enter Explorer - Expenter", "url": "https://explorer.entercoin.net", "icon": "enter", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-122.json ================================================ { "name": "Fuse Mainnet", "chain": "FUSE", "rpc": ["https://rpc.fuse.io"], "faucets": [], "nativeCurrency": { "name": "Fuse", "symbol": "FUSE", "decimals": 18 }, "infoURL": "https://fuse.io/", "shortName": "fuse", "chainId": 122, "networkId": 122 } ================================================ FILE: _data/chains/eip155-1229.json ================================================ { "name": "Exzo Network Mainnet", "chain": "EXZO", "icon": "exzo", "rpc": ["https://mainnet.exzo.technology"], "faucets": [], "nativeCurrency": { "name": "Exzo", "symbol": "XZO", "decimals": 18 }, "infoURL": "https://exzo.network", "shortName": "xzo", "chainId": 1229, "networkId": 1229, "explorers": [ { "name": "blockscout", "url": "https://exzoscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-123.json ================================================ { "name": "Fuse Sparknet", "chain": "fuse", "rpc": ["https://rpc.fusespark.io"], "faucets": ["https://get.fusespark.io"], "nativeCurrency": { "name": "Spark", "symbol": "SPARK", "decimals": 18 }, "infoURL": "https://docs.fuse.io/general/fuse-network-blockchain/fuse-testnet", "shortName": "spark", "chainId": 123, "networkId": 123 } ================================================ FILE: _data/chains/eip155-1230.json ================================================ { "name": "Ultron Testnet", "chain": "Ultron", "icon": "ultron", "rpc": ["https://ultron-dev.io"], "faucets": [], "nativeCurrency": { "name": "Ultron", "symbol": "ULX", "decimals": 18 }, "infoURL": "https://ultron.foundation", "shortName": "UltronTestnet", "chainId": 1230, "networkId": 1230, "explorers": [ { "name": "Ultron Testnet Explorer", "url": "https://explorer.ultron-dev.io", "icon": "ultron", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-12306.json ================================================ { "name": "Fibonacci Mainnet", "chain": "FIBO", "icon": "fibonacci", "rpc": [ "https://node1.fibo-api.asia", "https://node2.fibo-api.asia", "https://node3.fibo-api.asia", "https://node4.fibo-api.asia", "https://node5.fibo-api.asia", "https://node6.fibo-api.asia", "https://node7.fibo-api.asia", "https://node1.fibo-rpc.asia", "https://node2.fibo-rpc.asia", "https://node3.fibo-rpc.asia", "https://node4.fibo-rpc.asia", "https://node5.fibo-rpc.asia", "https://node6.fibo-rpc.asia", "https://node7.fibo-rpc.asia" ], "faucets": ["https://test.fibochain.org/faucets"], "nativeCurrency": { "name": "FIBONACCI UTILITY TOKEN", "symbol": "FIBO", "decimals": 18 }, "infoURL": "https://fibochain.org", "shortName": "fibo", "chainId": 12306, "networkId": 1230, "explorers": [ { "name": "fiboscan", "url": "https://scan.fibochain.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1231.json ================================================ { "name": "Ultron Mainnet", "chain": "Ultron", "icon": "ultron", "rpc": ["https://ultron-rpc.net"], "faucets": [], "nativeCurrency": { "name": "Ultron", "symbol": "ULX", "decimals": 18 }, "infoURL": "https://ultron.foundation", "shortName": "UtronMainnet", "chainId": 1231, "networkId": 1231, "explorers": [ { "name": "Ultron Explorer", "url": "https://ulxscan.com", "icon": "ultron", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-12321.json ================================================ { "name": "BLG Testnet", "chain": "BLG", "icon": "blg", "rpc": ["https://rpc.blgchain.com"], "faucets": ["https://faucet.blgchain.com"], "nativeCurrency": { "name": "Blg", "symbol": "BLG", "decimals": 18 }, "infoURL": "https://blgchain.com", "shortName": "blgchain", "chainId": 12321, "networkId": 12321 } ================================================ FILE: _data/chains/eip155-1234.json ================================================ { "name": "Step Network", "title": "Step Main Network", "chain": "STEP", "icon": "step", "rpc": ["https://rpc.step.network"], "faucets": [], "nativeCurrency": { "name": "FITFI", "symbol": "FITFI", "decimals": 18 }, "infoURL": "https://step.network", "shortName": "step", "chainId": 1234, "networkId": 1234, "explorers": [ { "name": "StepScan", "url": "https://stepscan.io", "icon": "step", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-43114", "bridges": [{ "url": "https://bridge.step.network" }] } } ================================================ FILE: _data/chains/eip155-12345.json ================================================ { "name": "Step Testnet", "title": "Step Test Network", "chain": "STEP", "icon": "step", "rpc": ["https://rpc.testnet.step.network"], "faucets": ["https://faucet.step.network"], "nativeCurrency": { "name": "FITFI", "symbol": "FITFI", "decimals": 18 }, "infoURL": "https://step.network", "shortName": "steptest", "chainId": 12345, "networkId": 12345, "explorers": [ { "name": "StepScan", "url": "https://testnet.stepscan.io", "icon": "step", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-43113" } } ================================================ FILE: _data/chains/eip155-123456.json ================================================ { "name": "ADIL Devnet", "chain": "ADIL", "icon": "adil", "rpc": ["https://devnet.adilchain-rpc.io"], "faucets": [], "nativeCurrency": { "name": "Devnet ADIL", "symbol": "ADIL", "decimals": 18 }, "infoURL": "https://adilchain.io", "shortName": "dadil", "chainId": 123456, "networkId": 123456, "explorers": [ { "name": "ADIL Devnet Explorer", "url": "https://devnet.adilchain-scan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-124.json ================================================ { "name": "Decentralized Web Mainnet", "shortName": "dwu", "chain": "DWU", "chainId": 124, "networkId": 124, "rpc": ["https://decentralized-web.tech/dw_rpc.php"], "faucets": [], "infoURL": "https://decentralized-web.tech/dw_chain.php", "nativeCurrency": { "name": "Decentralized Web Utility", "symbol": "DWU", "decimals": 18 } } ================================================ FILE: _data/chains/eip155-1243.json ================================================ { "name": "ARC Mainnet", "chain": "ARC", "icon": "arc", "rpc": ["https://rpc-main-1.archiechain.io"], "faucets": [], "nativeCurrency": { "name": "ARC", "symbol": "ARC", "decimals": 18 }, "infoURL": "https://archiechain.io/", "shortName": "ARC", "chainId": 1243, "networkId": 1243, "explorers": [ { "name": "archiescan", "url": "https://app.archiescan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1244.json ================================================ { "name": "ARC Testnet", "chain": "ARC", "icon": "arc", "rpc": ["https://rpc-test-1.archiechain.io"], "faucets": ["https://faucet.archiechain.io"], "nativeCurrency": { "name": "ARC", "symbol": "ARC", "decimals": 18 }, "infoURL": "https://archiechain.io/", "shortName": "TARC", "chainId": 1244, "networkId": 1244, "explorers": [ { "name": "archiescan", "url": "https://testnet.archiescan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1246.json ================================================ { "name": "OM Platform Mainnet", "chain": "omplatform", "rpc": ["https://rpc-cnx.omplatform.com/"], "faucets": [], "nativeCurrency": { "name": "OMCOIN", "symbol": "OM", "decimals": 18 }, "infoURL": "https://omplatform.com/", "shortName": "om", "chainId": 1246, "networkId": 1246, "explorers": [ { "name": "OMSCAN - Expenter", "url": "https://omscan.omplatform.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-125.json ================================================ { "name": "OYchain Testnet", "chain": "OYchain", "rpc": ["https://rpc.testnet.oychain.io"], "faucets": ["https://faucet.oychain.io"], "nativeCurrency": { "name": "OYchain Token", "symbol": "OY", "decimals": 18 }, "infoURL": "https://www.oychain.io", "shortName": "OYchainTestnet", "chainId": 125, "networkId": 125, "slip44": 125, "explorers": [ { "name": "OYchain Testnet Explorer", "url": "https://explorer.testnet.oychain.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1252.json ================================================ { "name": "CIC Chain Testnet", "chain": "CICT", "rpc": ["https://testapi.cicscan.com"], "faucets": ["https://cicfaucet.com"], "nativeCurrency": { "name": "Crazy Internet Coin", "symbol": "CICT", "decimals": 18 }, "infoURL": "https://www.cicchain.net", "shortName": "CICT", "chainId": 1252, "networkId": 1252, "icon": "cicchain", "explorers": [ { "name": "CICscan", "url": "https://testnet.cicscan.com", "icon": "cicchain", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-126.json ================================================ { "name": "OYchain Mainnet", "chain": "OYchain", "icon": "oychain", "rpc": ["https://rpc.mainnet.oychain.io"], "faucets": [], "nativeCurrency": { "name": "OYchain Token", "symbol": "OY", "decimals": 18 }, "infoURL": "https://www.oychain.io", "shortName": "OYchainMainnet", "chainId": 126, "networkId": 126, "slip44": 126, "explorers": [ { "name": "OYchain Mainnet Explorer", "url": "https://explorer.oychain.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-127.json ================================================ { "name": "Factory 127 Mainnet", "chain": "FETH", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Factory 127 Token", "symbol": "FETH", "decimals": 18 }, "infoURL": "https://www.factory127.com", "shortName": "feth", "chainId": 127, "networkId": 127, "slip44": 127 } ================================================ FILE: _data/chains/eip155-12715.json ================================================ { "name": "Rikeza Network Testnet", "title": "Rikeza Network Testnet", "chain": "Rikeza", "icon": "rikeza", "rpc": ["https://testnet-rpc.rikscan.com"], "faucets": [], "nativeCurrency": { "name": "Rikeza", "symbol": "RIK", "decimals": 18 }, "infoURL": "https://rikeza.io", "shortName": "tRIK", "chainId": 12715, "networkId": 12715, "explorers": [ { "name": "Rikeza Blockchain explorer", "url": "https://testnet.rikscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1273227453.json ================================================ { "name": "HUMAN Protocol", "title": "HUMAN Protocol", "chain": "wan-red-ain", "rpc": ["https://mainnet.skalenodes.com/v1/wan-red-ain"], "faucets": ["https://dashboard.humanprotocol.org/faucet"], "nativeCurrency": { "name": "sFUEL", "symbol": "sFUEL", "decimals": 18 }, "infoURL": "https://www.humanprotocol.org", "shortName": "human-mainnet", "chainId": 1273227453, "networkId": 1273227453, "explorers": [ { "name": "Blockscout", "url": "https://wan-red-ain.explorer.mainnet.skalenodes.com", "icon": "human", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-128.json ================================================ { "name": "Huobi ECO Chain Mainnet", "chain": "Heco", "rpc": [ "https://http-mainnet.hecochain.com", "wss://ws-mainnet.hecochain.com" ], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Huobi ECO Chain Native Token", "symbol": "HT", "decimals": 18 }, "infoURL": "https://www.hecochain.com", "shortName": "heco", "chainId": 128, "networkId": 128, "slip44": 1010, "explorers": [ { "name": "hecoinfo", "url": "https://hecoinfo.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1280.json ================================================ { "name": "HALO Mainnet", "chain": "HALO", "rpc": ["https://nodes.halo.land"], "faucets": [], "nativeCurrency": { "name": "HALO", "symbol": "HO", "decimals": 18 }, "infoURL": "https://halo.land/#/", "shortName": "HO", "chainId": 1280, "networkId": 1280, "explorers": [ { "name": "HALOexplorer", "url": "https://browser.halo.land", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1284.json ================================================ { "name": "Moonbeam", "chain": "MOON", "rpc": ["https://rpc.api.moonbeam.network", "wss://wss.api.moonbeam.network"], "faucets": [], "nativeCurrency": { "name": "Glimmer", "symbol": "GLMR", "decimals": 18 }, "infoURL": "https://moonbeam.network/networks/moonbeam/", "shortName": "mbeam", "chainId": 1284, "networkId": 1284, "explorers": [ { "name": "moonscan", "url": "https://moonbeam.moonscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1285.json ================================================ { "name": "Moonriver", "chain": "MOON", "rpc": [ "https://rpc.api.moonriver.moonbeam.network", "wss://wss.api.moonriver.moonbeam.network" ], "faucets": [], "nativeCurrency": { "name": "Moonriver", "symbol": "MOVR", "decimals": 18 }, "infoURL": "https://moonbeam.network/networks/moonriver/", "shortName": "mriver", "chainId": 1285, "networkId": 1285, "explorers": [ { "name": "moonscan", "url": "https://moonriver.moonscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1286.json ================================================ { "name": "Moonrock old", "chain": "MOON", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Rocs", "symbol": "ROC", "decimals": 18 }, "infoURL": "", "shortName": "mrock-old", "chainId": 1286, "networkId": 1286, "status": "deprecated" } ================================================ FILE: _data/chains/eip155-1287.json ================================================ { "name": "Moonbase Alpha", "chain": "MOON", "rpc": [ "https://rpc.api.moonbase.moonbeam.network", "wss://wss.api.moonbase.moonbeam.network" ], "faucets": [], "nativeCurrency": { "name": "Dev", "symbol": "DEV", "decimals": 18 }, "infoURL": "https://docs.moonbeam.network/networks/testnet/", "shortName": "mbase", "chainId": 1287, "networkId": 1287, "explorers": [ { "name": "moonscan", "url": "https://moonbase.moonscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1288.json ================================================ { "name": "Moonrock", "chain": "MOON", "rpc": [ "https://rpc.api.moonrock.moonbeam.network", "wss://wss.api.moonrock.moonbeam.network" ], "faucets": [], "nativeCurrency": { "name": "Rocs", "symbol": "ROC", "decimals": 18 }, "infoURL": "https://docs.moonbeam.network/learn/platform/networks/overview/", "shortName": "mrock", "chainId": 1288, "networkId": 1288 } ================================================ FILE: _data/chains/eip155-1294.json ================================================ { "name": "Bobabeam", "chain": "Bobabeam", "rpc": [ "https://bobabeam.boba.network", "wss://wss.bobabeam.boba.network", "https://replica.bobabeam.boba.network", "wss://replica-wss.bobabeam.boba.network" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "Bobabeam", "chainId": 1294, "networkId": 1294, "explorers": [ { "name": "Bobabeam block explorer", "url": "https://blockexplorer.bobabeam.boba.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1297.json ================================================ { "name": "Bobabase Testnet", "chain": "Bobabase Testnet", "rpc": [ "https://bobabase.boba.network", "wss://wss.bobabase.boba.network", "https://replica.bobabase.boba.network", "wss://replica-wss.bobabase.boba.network" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "Bobabase", "chainId": 1297, "networkId": 1297, "explorers": [ { "name": "Bobabase block explorer", "url": "https://blockexplorer.bobabase.boba.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-13.json ================================================ { "name": "Diode Testnet Staging", "chain": "DIODE", "rpc": ["https://staging.diode.io:8443/", "wss://staging.diode.io:8443/ws"], "faucets": [], "nativeCurrency": { "name": "Staging Diodes", "symbol": "sDIODE", "decimals": 18 }, "infoURL": "https://diode.io/staging", "shortName": "dstg", "chainId": 13, "networkId": 13 } ================================================ FILE: _data/chains/eip155-13000.json ================================================ { "name": "SPS", "chain": "SPS", "rpc": ["https://rpc.ssquad.games"], "faucets": [], "nativeCurrency": { "name": "ECG", "symbol": "ECG", "decimals": 18 }, "infoURL": "https://ssquad.games/", "shortName": "SPS", "chainId": 13000, "networkId": 13000, "explorers": [ { "name": "SPS Explorer", "url": "http://spsscan.ssquad.games", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1311.json ================================================ { "name": "Dos Fuji Subnet", "chain": "DOS", "rpc": ["https://test.doschain.com/jsonrpc"], "faucets": [], "nativeCurrency": { "name": "Dos Native Token", "symbol": "DOS", "decimals": 18 }, "infoURL": "http://doschain.io/", "shortName": "TDOS", "chainId": 1311, "networkId": 1311, "explorers": [ { "name": "dos-testnet", "url": "https://test.doscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1313114.json ================================================ { "name": "Etho Protocol", "chain": "ETHO", "rpc": ["https://rpc.ethoprotocol.com"], "faucets": [], "nativeCurrency": { "name": "Etho Protocol", "symbol": "ETHO", "decimals": 18 }, "infoURL": "https://ethoprotocol.com", "shortName": "etho", "chainId": 1313114, "networkId": 1313114, "slip44": 1313114, "explorers": [ { "name": "blockscout", "url": "https://explorer.ethoprotocol.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1313161554.json ================================================ { "name": "Aurora Mainnet", "chain": "NEAR", "rpc": ["https://mainnet.aurora.dev"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://aurora.dev", "shortName": "aurora", "chainId": 1313161554, "networkId": 1313161554, "explorers": [ { "name": "aurorascan.dev", "url": "https://aurorascan.dev", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1313161555.json ================================================ { "name": "Aurora Testnet", "chain": "NEAR", "rpc": ["https://testnet.aurora.dev/"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://aurora.dev", "shortName": "aurora-testnet", "chainId": 1313161555, "networkId": 1313161555, "explorers": [ { "name": "aurorascan.dev", "url": "https://testnet.aurorascan.dev", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1313161556.json ================================================ { "name": "Aurora Betanet", "chain": "NEAR", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://aurora.dev", "shortName": "aurora-betanet", "chainId": 1313161556, "networkId": 1313161556 } ================================================ FILE: _data/chains/eip155-1313500.json ================================================ { "name": "Xerom", "chain": "XERO", "rpc": ["https://rpc.xerom.org"], "faucets": [], "nativeCurrency": { "name": "Xerom Ether", "symbol": "XERO", "decimals": 18 }, "infoURL": "https://xerom.org", "shortName": "xero", "chainId": 1313500, "networkId": 1313500 } ================================================ FILE: _data/chains/eip155-1314.json ================================================ { "name": "Alyx Mainnet", "chain": "ALYX", "rpc": ["https://rpc.alyxchain.com"], "faucets": [], "nativeCurrency": { "name": "Alyx Chain Native Token", "symbol": "ALYX", "decimals": 18 }, "infoURL": "https://www.alyxchain.com", "shortName": "alyx", "chainId": 1314, "networkId": 1314, "explorers": [ { "name": "alyxscan", "url": "https://www.alyxscan.com", "standard": "EIP3091" } ], "icon": "alyx" } ================================================ FILE: _data/chains/eip155-131419.json ================================================ { "name": "ETND Chain Mainnets", "chain": "ETND", "rpc": ["https://rpc.node1.etnd.pro/"], "faucets": [], "nativeCurrency": { "name": "ETND", "symbol": "ETND", "decimals": 18 }, "infoURL": "https://www.etnd.pro", "shortName": "ETND", "chainId": 131419, "networkId": 131419, "icon": "ETND", "explorers": [ { "name": "etndscan", "url": "https://scan.etnd.pro", "icon": "ETND", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1319.json ================================================ { "name": "Aitd Mainnet", "chain": "AITD", "icon": "aitd", "rpc": ["https://walletrpc.aitd.io", "https://node.aitd.io"], "faucets": [], "nativeCurrency": { "name": "AITD Mainnet", "symbol": "AITD", "decimals": 18 }, "infoURL": "https://www.aitd.io/", "shortName": "aitd", "chainId": 1319, "networkId": 1319, "explorers": [ { "name": "AITD Chain Explorer Mainnet", "url": "https://aitd-explorer-new.aitd.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1320.json ================================================ { "name": "Aitd Testnet", "chain": "AITD", "icon": "aitd", "rpc": ["http://http-testnet.aitd.io"], "faucets": ["https://aitd-faucet-pre.aitdcoin.com/"], "nativeCurrency": { "name": "AITD Testnet", "symbol": "AITD", "decimals": 18 }, "infoURL": "https://www.aitd.io/", "shortName": "aitdtestnet", "chainId": 1320, "networkId": 1320, "explorers": [ { "name": "AITD Chain Explorer Testnet", "url": "https://block-explorer-testnet.aitd.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-13308.json ================================================ { "name": "Credit Smartchain Mainnet", "chain": "CREDIT", "rpc": ["https://mainnet-rpc.cscscan.io"], "faucets": [], "nativeCurrency": { "name": "Credit", "symbol": "CREDIT", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://creditsmartchain.com", "shortName": "Credit", "chainId": 13308, "networkId": 1, "icon": "credit", "explorers": [ { "name": "CSC Scan", "url": "https://explorer.cscscan.io", "icon": "credit", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1337.json ================================================ { "name": "Geth Testnet", "title": "Go Ethereum (Geth) Private Testnet", "chain": "ETH", "rpc": ["http://127.0.0.1:8545"], "faucets": [], "nativeCurrency": { "name": "Geth Testnet Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://geth.ethereum.org", "shortName": "geth", "chainId": 1337, "networkId": 1337 } ================================================ FILE: _data/chains/eip155-13371337.json ================================================ { "name": "PepChain Churchill", "chain": "PEP", "rpc": ["https://churchill-rpc.pepchain.io"], "faucets": [], "nativeCurrency": { "name": "PepChain Churchill Ether", "symbol": "TPEP", "decimals": 18 }, "infoURL": "https://pepchain.io", "shortName": "tpep", "chainId": 13371337, "networkId": 13371337 } ================================================ FILE: _data/chains/eip155-1337702.json ================================================ { "name": "Kintsugi", "title": "Kintsugi merge testnet", "chain": "ETH", "rpc": ["https://rpc.kintsugi.themerge.dev"], "faucets": [ "http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", "https://faucet.kintsugi.themerge.dev" ], "nativeCurrency": { "name": "kintsugi Ethere", "symbol": "kiETH", "decimals": 18 }, "infoURL": "https://kintsugi.themerge.dev/", "shortName": "kintsugi", "chainId": 1337702, "networkId": 1337702, "explorers": [ { "name": "kintsugi explorer", "url": "https://explorer.kintsugi.themerge.dev", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1337802.json ================================================ { "name": "Kiln", "chain": "ETH", "rpc": ["https://rpc.kiln.themerge.dev"], "faucets": [ "https://faucet.kiln.themerge.dev", "https://kiln-faucet.pk910.de", "https://kilnfaucet.com" ], "nativeCurrency": { "name": "Testnet ETH", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://kiln.themerge.dev/", "shortName": "kiln", "chainId": 1337802, "networkId": 1337802, "icon": "ethereum", "explorers": [ { "name": "Kiln Explorer", "url": "https://explorer.kiln.themerge.dev", "icon": "ethereum", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1337803.json ================================================ { "name": "Zhejiang", "chain": "ETH", "rpc": ["https://rpc.zhejiang.ethpandaops.io"], "faucets": [ "https://faucet.zhejiang.ethpandaops.io", "https://zhejiang-faucet.pk910.de" ], "nativeCurrency": { "name": "Testnet ETH", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://zhejiang.ethpandaops.io", "shortName": "zhejiang", "chainId": 1337803, "networkId": 1337803, "icon": "ethereum", "explorers": [ { "name": "Zhejiang Explorer", "url": "https://zhejiang.beaconcha.in", "icon": "ethereum", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1338.json ================================================ { "name": "Elysium Testnet", "title": "An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged", "chain": "Elysium", "rpc": ["https://elysium-test-rpc.vulcanforged.com"], "faucets": [], "nativeCurrency": { "name": "LAVA", "symbol": "LAVA", "decimals": 18 }, "infoURL": "https://elysiumscan.vulcanforged.com", "shortName": "ELST", "chainId": 1338, "networkId": 1338, "explorers": [ { "name": "Elysium testnet explorer", "url": "https://elysium-explorer.vulcanforged.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-13381.json ================================================ { "name": "Phoenix Mainnet", "chain": "Phoenix", "rpc": ["https://rpc.phoenixplorer.com/"], "faucets": [], "nativeCurrency": { "name": "Phoenix", "symbol": "PHX", "decimals": 18 }, "infoURL": "https://cryptophoenix.org/phoenix", "shortName": "Phoenix", "chainId": 13381, "networkId": 13381, "icon": "phoenix", "explorers": [ { "name": "phoenixplorer", "url": "https://phoenixplorer.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1339.json ================================================ { "name": "Elysium Mainnet", "title": "An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged", "chain": "Elysium", "rpc": ["https://rpc.elysiumchain.tech/"], "faucets": [], "nativeCurrency": { "name": "LAVA", "symbol": "LAVA", "decimals": 18 }, "infoURL": "https://elysiumscan.vulcanforged.com", "shortName": "ELSM", "chainId": 1339, "networkId": 1339, "explorers": [ { "name": "Elysium mainnet explorer", "url": "https://explorer.elysiumchain.tech", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-134.json ================================================ { "name": "iExec Sidechain", "chain": "Bellecour", "icon": "rlc", "rpc": ["https://bellecour.iex.ec"], "faucets": [], "nativeCurrency": { "name": "xRLC", "symbol": "xRLC", "decimals": 18 }, "infoURL": "https://iex.ec", "shortName": "rlc", "chainId": 134, "networkId": 134, "explorers": [ { "name": "blockscout", "url": "https://blockscout.bellecour.iex.ec", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-135.json ================================================ { "name": "Alyx Chain Testnet", "chain": "Alyx Chain Testnet", "rpc": ["https://testnet-rpc.alyxchain.com"], "faucets": ["https://faucet.alyxchain.com"], "nativeCurrency": { "name": "Alyx Testnet Native Token", "symbol": "ALYX", "decimals": 18 }, "infoURL": "https://www.alyxchain.com", "shortName": "AlyxTestnet", "chainId": 135, "networkId": 135, "explorers": [ { "name": "alyx testnet scan", "url": "https://testnet.alyxscan.com", "standard": "EIP3091" } ], "icon": "alyx" } ================================================ FILE: _data/chains/eip155-1351057110.json ================================================ { "name": "Chaos (SKALE Testnet)", "title": "Chaos Testnet", "chain": "staging-fast-active-bellatrix", "rpc": ["https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"], "faucets": ["https://sfuel.skale.network/staging/chaos"], "nativeCurrency": { "name": "sFUEL", "symbol": "sFUEL", "decimals": 18 }, "infoURL": "https://docs.skale.network/develop/", "shortName": "chaos-tenet", "chainId": 1351057110, "networkId": 1351057110, "explorers": [ { "name": "Blockscout", "url": "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com", "icon": "chaos", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1353.json ================================================ { "name": "CIC Chain Mainnet", "chain": "CIC", "rpc": ["https://xapi.cicscan.com"], "faucets": [], "nativeCurrency": { "name": "Crazy Internet Coin", "symbol": "CIC", "decimals": 18 }, "infoURL": "https://www.cicchain.net", "shortName": "CIC", "chainId": 1353, "networkId": 1353, "icon": "cicchain", "explorers": [ { "name": "CICscan", "url": "https://cicscan.com", "icon": "cicchain", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-136.json ================================================ { "name": "Deamchain Mainnet", "chain": "Deamchain", "icon": "deam", "rpc": ["https://mainnet.deamchain.com"], "faucets": [], "nativeCurrency": { "name": "Deamchain Native Token", "symbol": "DEAM", "decimals": 18 }, "infoURL": "https://deamchain.com", "shortName": "deam", "chainId": 136, "networkId": 136, "explorers": [ { "name": "Deamchain Block Explorer", "url": "https://scan.deamchain.com", "standard": "EIP3091", "icon": "deam" } ] } ================================================ FILE: _data/chains/eip155-1369.json ================================================ { "name": "Zafirium Mainnet", "chain": "ZAFIC", "icon": "zafirium", "rpc": ["https://mainnet.zakumi.io"], "faucets": [], "nativeCurrency": { "name": "Zakumi Chain Native Token", "symbol": "ZAFIC", "decimals": 18 }, "infoURL": "https://www.zakumi.io", "shortName": "zafic", "chainId": 1369, "networkId": 1369, "explorers": [ { "name": "zafirium-explorer", "url": "https://explorer.zakumi.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-137.json ================================================ { "name": "Polygon Mainnet", "chain": "Polygon", "icon": "polygon", "rpc": [ "https://polygon-rpc.com/", "https://rpc-mainnet.matic.network", "https://matic-mainnet.chainstacklabs.com", "https://rpc-mainnet.maticvigil.com", "https://rpc-mainnet.matic.quiknode.pro", "https://matic-mainnet-full-rpc.bwarelabs.com", "https://polygon-bor.publicnode.com" ], "faucets": [], "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 }, "infoURL": "https://polygon.technology/", "shortName": "matic", "chainId": 137, "networkId": 137, "slip44": 966, "explorers": [ { "name": "polygonscan", "url": "https://polygonscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-138.json ================================================ { "name": "Defi Oracle Meta Mainnet", "chain": "dfiometa", "icon": "defioraclemeta", "rpc": [ "https://rpc.public-0138.defi-oracle.io", "wss://rpc.public-0138.defi-oracle.io" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://defi-oracle.io/", "shortName": "dfio-meta-main", "chainId": 138, "networkId": 1, "slip44": 60, "ens": { "registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85" }, "explorers": [ { "name": "Quorum Explorer", "url": "https://public-0138.defi-oracle.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1380996178.json ================================================ { "name": "RaptorChain", "chain": "RPTR", "rpc": ["https://rpc.raptorchain.io/web3"], "faucets": [], "nativeCurrency": { "name": "Raptor", "symbol": "RPTR", "decimals": 18 }, "features": [{ "name": "EIP155" }], "infoURL": "https://raptorchain.io", "shortName": "rptr", "chainId": 1380996178, "networkId": 1380996178, "icon": "raptorchain", "explorers": [ { "name": "RaptorChain Explorer", "url": "https://explorer.raptorchain.io", "icon": "raptorchain_explorer", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-13812.json ================================================ { "name": "Susono", "chain": "SUS", "rpc": [ "https://gateway.opn.network/node/ext/bc/2VsZe5DstWw2bfgdx3YbjKcMsJnNDjni95sZorBEdk9L9Qr9Fr/rpc" ], "faucets": [], "nativeCurrency": { "name": "Susono", "symbol": "OPN", "decimals": 18 }, "infoURL": "", "shortName": "sus", "chainId": 13812, "networkId": 13812, "explorers": [ { "name": "Susono", "url": "http://explorer.opn.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1388.json ================================================ { "name": "AmStar Mainnet", "chain": "AmStar", "icon": "amstar", "rpc": ["https://mainnet-rpc.amstarscan.com"], "faucets": [], "nativeCurrency": { "name": "SINSO", "symbol": "SINSO", "decimals": 18 }, "infoURL": "https://sinso.io", "shortName": "ASAR", "chainId": 1388, "networkId": 1388, "explorers": [ { "name": "amstarscan", "url": "https://mainnet.amstarscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-139.json ================================================ { "name": "WoopChain Mainnet", "chain": "WOOP", "icon": "woopchain", "rpc": ["https://rpc.woop.ai/rpc"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "WoopCoin", "symbol": "WOOC", "decimals": 18 }, "infoURL": "https://wikiwoop.com", "shortName": "woop", "chainId": 139, "networkId": 139, "explorers": [ { "name": "wikiwoop", "url": "https://explorer.wikiwoop.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1392.json ================================================ { "name": "Joseon Mainnet", "chain": "Joseon", "icon": "joseon", "rpc": ["https://rpc.modchain.net/blockchain.joseon.com/rpc"], "faucets": [], "nativeCurrency": { "name": "Joseon Mun", "symbol": "JSM", "decimals": 18 }, "infoURL": "https://www.joseon.com/", "shortName": "mun", "chainId": 1392, "networkId": 1392, "explorers": [ { "name": "BlockExplorer", "url": "https://www.blockexplorer.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-14.json ================================================ { "name": "Flare Mainnet", "chain": "FLR", "icon": "flare", "rpc": ["https://flare-api.flare.network/ext/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Flare", "symbol": "FLR", "decimals": 18 }, "infoURL": "https://flare.xyz", "shortName": "flr", "chainId": 14, "networkId": 14, "explorers": [ { "name": "blockscout", "url": "https://flare-explorer.flare.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-14000.json ================================================ { "name": "SPS Testnet", "chain": "SPS-Testnet", "rpc": ["https://www.3sps.net"], "faucets": [], "nativeCurrency": { "name": "ECG", "symbol": "ECG", "decimals": 18 }, "infoURL": "https://ssquad.games/", "shortName": "SPS-Test", "chainId": 14000, "networkId": 14000, "explorers": [ { "name": "SPS Test Explorer", "url": "https://explorer.3sps.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1402.json ================================================ { "name": "Polygon zkEVM Testnet old", "title": "Polygon zkEVM Testnet", "chain": "Polygon", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://polygon.technology/solutions/polygon-zkevm/", "shortName": "zkevmtest", "chainId": 1402, "networkId": 1402, "explorers": [ { "name": "blockscout", "url": "https://explorer.public.zkevm-test.net", "standard": "EIP3091" } ], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-141.json ================================================ { "name": "Openpiece Testnet", "chain": "OPENPIECE", "icon": "openpiece", "rpc": ["https://testnet.openpiece.io"], "faucets": [], "nativeCurrency": { "name": "Belly", "symbol": "BELLY", "decimals": 18 }, "infoURL": "https://cryptopiece.online", "shortName": "OPtest", "chainId": 141, "networkId": 141, "explorers": [ { "name": "Belly Scan", "url": "https://testnet.bellyscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-142.json ================================================ { "name": "DAX CHAIN", "chain": "DAX", "rpc": ["https://rpc.prodax.io"], "faucets": [], "nativeCurrency": { "name": "Prodax", "symbol": "DAX", "decimals": 18 }, "infoURL": "https://prodax.io/", "shortName": "dax", "chainId": 142, "networkId": 142 } ================================================ FILE: _data/chains/eip155-1422.json ================================================ { "name": "Polygon zkEVM Testnet Pre Audit-Upgraded", "title": "Polygon zkEVM Testnet Pre Audit-Upgraded", "chain": "Polygon", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://polygon.technology/solutions/polygon-zkevm/", "shortName": "testnet-zkEVM-mango-pre-audit-upgraded", "chainId": 1422, "networkId": 1422, "explorers": [ { "name": "Polygon zkEVM explorer", "url": "https://explorer.public.zkevm-test.net", "standard": "EIP3091" } ], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-142857.json ================================================ { "name": "ICPlaza Mainnet", "chain": "ICPlaza", "icon": "icplaza", "rpc": ["https://rpcmainnet.ic-plaza.org/"], "faucets": [], "nativeCurrency": { "name": "ict", "symbol": "ict", "decimals": 18 }, "infoURL": "https://docs.ic-plaza.org/", "shortName": "ICPlaza", "chainId": 142857, "networkId": 142857, "explorers": [ { "name": "ICPlaza", "url": "https://browsemainnet.ic-plaza.org/index", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-14288640.json ================================================ { "name": "Anduschain Mainnet", "chain": "anduschain", "rpc": ["https://rpc.anduschain.io/rpc", "wss://rpc.anduschain.io/ws"], "faucets": [], "nativeCurrency": { "name": "DAON", "symbol": "DEB", "decimals": 18 }, "infoURL": "https://anduschain.io/", "shortName": "anduschain-mainnet", "chainId": 14288640, "networkId": 14288640, "explorers": [ { "name": "anduschain explorer", "url": "https://explorer.anduschain.io", "icon": "daon", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1433.json ================================================ { "name": "Rikeza Network Mainnet", "title": "Rikeza Network Mainnet", "chain": "Rikeza", "icon": "rikeza", "rpc": ["https://rpc.rikscan.com"], "faucets": [], "nativeCurrency": { "name": "Rikeza", "symbol": "RIK", "decimals": 18 }, "infoURL": "https://rikeza.io", "shortName": "RIK", "chainId": 1433, "networkId": 1433, "explorers": [ { "name": "Rikeza Blockchain explorer", "url": "https://rikscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-144.json ================================================ { "name": "PHI Network v2", "chain": "PHI", "rpc": ["https://connect.phi.network"], "faucets": [], "nativeCurrency": { "name": "PHI", "symbol": "Φ", "decimals": 18 }, "infoURL": "https://phi.network", "shortName": "PHI", "chainId": 144, "networkId": 144, "icon": "phi", "explorers": [ { "name": "Phiscan", "url": "https://phiscan.com", "icon": "phi", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1440.json ================================================ { "name": "Living Assets Mainnet", "chain": "LAS", "icon": "livingassets", "rpc": [ "https://beta.mainnet.livingassets.io/rpc", "https://gamma.mainnet.livingassets.io/rpc" ], "faucets": [], "nativeCurrency": { "name": "LAS", "symbol": "LAS", "decimals": 18 }, "infoURL": "https://dev.livingassets.io/", "shortName": "LAS", "chainId": 1440, "networkId": 1440 } ================================================ FILE: _data/chains/eip155-1442.json ================================================ { "name": "Polygon zkEVM Testnet", "title": "Polygon zkEVM Testnet", "chain": "Polygon", "rpc": ["https://rpc.public.zkevm-test.net"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://polygon.technology/solutions/polygon-zkevm/", "shortName": "testnet-zkEVM-mango", "chainId": 1442, "networkId": 1442, "explorers": [ { "name": "Polygon zkEVM explorer", "url": "https://explorer.public.zkevm-test.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1452.json ================================================ { "name": "GIL Testnet", "chain": "GIL", "icon": "gauss", "rpc": ["https://rpc.giltestnet.com"], "faucets": [], "nativeCurrency": { "name": "GANG", "symbol": "GANG", "decimals": 18 }, "infoURL": "https://gaussgang.com/", "shortName": "gil", "chainId": 1452, "networkId": 1452, "explorers": [ { "name": "GIL Explorer", "url": "https://explorer.giltestnet.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1455.json ================================================ { "name": "Ctex Scan Blockchain", "chain": "Ctex Scan Blockchain", "icon": "ctex", "rpc": ["https://mainnet-rpc.ctexscan.com/"], "faucets": ["https://faucet.ctexscan.com"], "nativeCurrency": { "name": "CTEX", "symbol": "CTEX", "decimals": 18 }, "infoURL": "https://ctextoken.io", "shortName": "CTEX", "chainId": 1455, "networkId": 1455, "explorers": [ { "name": "Ctex Scan Explorer", "url": "https://ctexscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1482601649.json ================================================ { "name": "Nebula Mainnet", "chain": "green-giddy-denebola", "rpc": [ "https://mainnet.skalenodes.com/v1/green-giddy-denebola", "wss://mainnet-proxy.skalenodes.com/v1/ws/green-giddy-denebola" ], "faucets": [], "nativeCurrency": { "name": "sFUEL", "symbol": "sFUEL", "decimals": 18 }, "infoURL": "https://nebulachain.io/", "shortName": "nebula-mainnet", "chainId": 1482601649, "networkId": 1482601649, "explorers": [ { "name": "nebula", "url": "https://green-giddy-denebola.explorer.mainnet.skalenodes.com", "icon": "nebula", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-15.json ================================================ { "name": "Diode Prenet", "chain": "DIODE", "rpc": ["https://prenet.diode.io:8443/", "wss://prenet.diode.io:8443/ws"], "faucets": [], "nativeCurrency": { "name": "Diodes", "symbol": "DIODE", "decimals": 18 }, "infoURL": "https://diode.io/prenet", "shortName": "diode", "chainId": 15, "networkId": 15 } ================================================ FILE: _data/chains/eip155-150.json ================================================ { "name": "Six Protocol Testnet", "chain": "FIVENET", "icon": "six", "rpc": ["https://rpc-evm.fivenet.sixprotocol.net"], "faucets": ["https://faucet.sixprotocol.net"], "nativeCurrency": { "name": "SIX testnet evm token", "symbol": "tSIX", "decimals": 18 }, "infoURL": "https://six.network/", "shortName": "sixt", "chainId": 150, "networkId": 150, "explorers": [ { "name": "SIX Scan fivenet", "url": "https://sixscan.io/fivenet", "standard": "none", "icon": "six" } ] } ================================================ FILE: _data/chains/eip155-1501.json ================================================ { "name": "BEVM", "chain": "ChainX", "rpc": ["https://rpc-1.bevm.io/", "https://rpc-2.bevm.io/"], "faucets": [], "nativeCurrency": { "name": "BTC", "symbol": "BTC", "decimals": 18 }, "infoURL": "https://chainx.org", "shortName": "chainx", "chainId": 1501, "networkId": 1501, "explorers": [ { "name": "bevm scan", "url": "https://scan.bevm.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1506.json ================================================ { "name": "Sherpax Mainnet", "chain": "Sherpax Mainnet", "rpc": ["https://mainnet.sherpax.io/rpc"], "faucets": [], "nativeCurrency": { "name": "KSX", "symbol": "KSX", "decimals": 18 }, "infoURL": "https://sherpax.io/", "shortName": "Sherpax", "chainId": 1506, "networkId": 1506, "explorers": [ { "name": "Sherpax Mainnet Explorer", "url": "https://evm.sherpax.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1507.json ================================================ { "name": "Sherpax Testnet", "chain": "Sherpax Testnet", "rpc": ["https://sherpax-testnet.chainx.org/rpc"], "faucets": [], "nativeCurrency": { "name": "KSX", "symbol": "KSX", "decimals": 18 }, "infoURL": "https://sherpax.io/", "shortName": "SherpaxTestnet", "chainId": 1507, "networkId": 1507, "explorers": [ { "name": "Sherpax Testnet Explorer", "url": "https://evm-pre.sherpax.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1515.json ================================================ { "name": "Beagle Messaging Chain", "chain": "BMC", "rpc": ["https://beagle.chat/eth"], "faucets": ["https://faucet.beagle.chat/"], "nativeCurrency": { "name": "Beagle", "symbol": "BG", "decimals": 18 }, "infoURL": "https://beagle.chat/", "shortName": "beagle", "chainId": 1515, "networkId": 1515, "explorers": [ { "name": "Beagle Messaging Chain Explorer", "url": "https://eth.beagle.chat", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-155.json ================================================ { "name": "Tenet Testnet", "title": "Tenet Testnet", "chain": "TENET", "icon": "tenet", "rpc": ["https://rpc.testnet.tenet.org"], "faucets": ["https://faucet.testnet.tenet.org"], "nativeCurrency": { "name": "TENET", "symbol": "TENET", "decimals": 18 }, "infoURL": "https://tenet.org/", "shortName": "tenet-testnet", "chainId": 155, "networkId": 155, "explorers": [ { "name": "TenetScan Testnet", "url": "https://testnet.tenetscan.io", "icon": "tenet", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-15551.json ================================================ { "name": "LoopNetwork Mainnet", "chain": "LoopNetwork", "rpc": ["https://api.mainnetloop.com"], "faucets": [], "nativeCurrency": { "name": "LOOP", "symbol": "LOOP", "decimals": 18 }, "infoURL": "http://theloopnetwork.org/", "shortName": "loop", "chainId": 15551, "networkId": 15551, "explorers": [ { "name": "loopscan", "url": "http://explorer.mainnetloop.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-15555.json ================================================ { "name": "Trust EVM Testnet", "chain": "Trust EVM Testnet", "rpc": ["https://api.testnet-dev.trust.one"], "faucets": ["https://faucet.testnet-dev.trust.one/"], "nativeCurrency": { "name": "Trust EVM", "symbol": "EVM", "decimals": 18 }, "infoURL": "https://www.trust.one/", "shortName": "TrustTestnet", "chainId": 15555, "networkId": 15555, "explorers": [ { "name": "Trust EVM Explorer", "url": "https://trustscan.one", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-15557.json ================================================ { "name": "EOS EVM Network Testnet", "chain": "EOS", "icon": "eos", "rpc": ["https://api.testnet.evm.eosnetwork.com"], "faucets": [], "nativeCurrency": { "name": "EOS", "symbol": "EOS", "decimals": 18 }, "infoURL": "https://eosnetwork.com/eos-evm", "shortName": "eos-testnet", "chainId": 15557, "networkId": 15557, "explorers": [ { "name": "EOS EVM Explorer", "url": "https://explorer.testnet.evm.eosnetwork.com", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.testnet.evm.eosnetwork.com" }] } } ================================================ FILE: _data/chains/eip155-1559.json ================================================ { "name": "Tenet", "title": "Tenet Mainnet", "chain": "TENET", "icon": "tenet", "rpc": ["https://rpc.tenet.org", "https://tenet-evm.publicnode.com"], "faucets": [], "nativeCurrency": { "name": "TENET", "symbol": "TENET", "decimals": 18 }, "infoURL": "https://tenet.org/", "shortName": "tenet", "chainId": 1559, "networkId": 1559, "explorers": [ { "name": "TenetScan Mainnet", "url": "https://tenetscan.io", "icon": "tenet", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-156.json ================================================ { "name": "OEBlock Testnet", "chain": "OEBt", "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "rpc": ["https://testnet-rpc.oeblock.com"], "faucets": [], "nativeCurrency": { "name": "OEBlock", "symbol": "OEB", "decimals": 18 }, "infoURL": "https://www.oeblock.com/", "shortName": "obe", "chainId": 156, "networkId": 156, "icon": "oescan", "explorers": [ { "name": "OEScan explorer", "url": "https://testnet.oescan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1564830818.json ================================================ { "name": "Calypso NFT Hub (SKALE)", "title": "Calypso NFT Hub Mainnet", "chain": "honorable-steel-rasalhague", "rpc": ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"], "faucets": ["https://sfuel.dirtroad.dev"], "nativeCurrency": { "name": "sFUEL", "symbol": "sFUEL", "decimals": 18 }, "infoURL": "https://calypsohub.network/", "shortName": "calypso-mainnet", "chainId": 1564830818, "networkId": 1564830818, "explorers": [ { "name": "Blockscout", "url": "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com", "icon": "calypso", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-16.json ================================================ { "name": "Flare Testnet Coston", "chain": "FLR", "icon": "coston", "rpc": ["https://coston-api.flare.network/ext/bc/C/rpc"], "faucets": [ "https://faucet.towolabs.com", "https://fauceth.komputing.org?chain=16&address=${ADDRESS}" ], "nativeCurrency": { "name": "Coston Flare", "symbol": "CFLR", "decimals": 18 }, "infoURL": "https://flare.xyz", "shortName": "cflr", "chainId": 16, "networkId": 16, "explorers": [ { "name": "blockscout", "url": "https://coston-explorer.flare.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-160.json ================================================ { "name": "Armonia Eva Chain Mainnet", "chain": "Eva", "rpc": ["https://evascan.io/api/eth-rpc/"], "faucets": [], "nativeCurrency": { "name": "Armonia Multichain Native Token", "symbol": "AMAX", "decimals": 18 }, "infoURL": "https://amax.network", "shortName": "eva", "chainId": 160, "networkId": 160, "status": "incubating" } ================================================ FILE: _data/chains/eip155-16000.json ================================================ { "name": "MetaDot Mainnet", "chain": "MTT", "rpc": ["https://mainnet.metadot.network"], "faucets": [], "nativeCurrency": { "name": "MetaDot Token", "symbol": "MTT", "decimals": 18 }, "infoURL": "https://metadot.network", "shortName": "mtt", "chainId": 16000, "networkId": 16000 } ================================================ FILE: _data/chains/eip155-16001.json ================================================ { "name": "MetaDot Testnet", "chain": "MTTTest", "rpc": ["https://testnet.metadot.network"], "faucets": ["https://faucet.metadot.network/"], "nativeCurrency": { "name": "MetaDot Token TestNet", "symbol": "MTTest", "decimals": 18 }, "infoURL": "https://metadot.network", "shortName": "mtttest", "chainId": 16001, "networkId": 16001 } ================================================ FILE: _data/chains/eip155-161.json ================================================ { "name": "Armonia Eva Chain Testnet", "chain": "Wall-e", "rpc": ["https://testnet.evascan.io/api/eth-rpc/"], "faucets": [], "nativeCurrency": { "name": "Armonia Multichain Native Token", "symbol": "AMAX", "decimals": 18 }, "infoURL": "https://amax.network", "shortName": "wall-e", "chainId": 161, "networkId": 161, "explorers": [ { "name": "blockscout - evascan", "url": "https://testnet.evascan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1618.json ================================================ { "name": "Catecoin Chain Mainnet", "chain": "Catechain", "rpc": ["https://send.catechain.com"], "faucets": [], "nativeCurrency": { "name": "Catecoin", "symbol": "CATE", "decimals": 18 }, "infoURL": "https://catechain.com", "shortName": "cate", "chainId": 1618, "networkId": 1618 } ================================================ FILE: _data/chains/eip155-162.json ================================================ { "name": "Lightstreams Testnet", "chain": "PHT", "rpc": ["https://node.sirius.lightstreams.io"], "faucets": ["https://discuss.lightstreams.network/t/request-test-tokens"], "nativeCurrency": { "name": "Lightstreams PHT", "symbol": "PHT", "decimals": 18 }, "infoURL": "https://explorer.sirius.lightstreams.io", "shortName": "tpht", "chainId": 162, "networkId": 162 } ================================================ FILE: _data/chains/eip155-1620.json ================================================ { "name": "Atheios", "chain": "ATH", "rpc": ["https://rpc.atheios.org/"], "faucets": [], "nativeCurrency": { "name": "Atheios Ether", "symbol": "ATH", "decimals": 18 }, "infoURL": "https://atheios.org", "shortName": "ath", "chainId": 1620, "networkId": 11235813, "slip44": 1620 } ================================================ FILE: _data/chains/eip155-163.json ================================================ { "name": "Lightstreams Mainnet", "chain": "PHT", "rpc": ["https://node.mainnet.lightstreams.io"], "faucets": [], "nativeCurrency": { "name": "Lightstreams PHT", "symbol": "PHT", "decimals": 18 }, "infoURL": "https://explorer.lightstreams.io", "shortName": "pht", "chainId": 163, "networkId": 163 } ================================================ FILE: _data/chains/eip155-165.json ================================================ { "name": "Omni Testnet 1", "chain": "Omni", "rpc": ["https://testnet-1.omni.network"], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { "name": "Omni", "symbol": "OMNI", "decimals": 18 }, "infoURL": "https://docs.omni.network/", "shortName": "omni_testnet", "chainId": 165, "networkId": 165, "explorers": [ { "name": "Omni Explorer", "url": "https://testnet-1.explorer.omni.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-16507.json ================================================ { "name": "Genesys Mainnet", "chain": "Genesys", "icon": "genesys", "rpc": ["https://rpc.genesys.network"], "faucets": [], "nativeCurrency": { "name": "Genesys", "symbol": "GSYS", "decimals": 18 }, "infoURL": "https://www.genesys.network/", "shortName": "Genesys", "chainId": 16507, "networkId": 16507, "explorers": [ { "name": "GchainExplorer", "url": "https://gchainexplorer.genesys.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1657.json ================================================ { "name": "Btachain", "chain": "btachain", "rpc": ["https://dataseed1.btachain.com/"], "faucets": [], "nativeCurrency": { "name": "Bitcoin Asset", "symbol": "BTA", "decimals": 18 }, "infoURL": "https://bitcoinasset.io/", "shortName": "bta", "chainId": 1657, "networkId": 1657 } ================================================ FILE: _data/chains/eip155-1662.json ================================================ { "name": "Horizen Yuma Testnet Deprecated", "shortName": "Yuma", "chain": "Yuma", "icon": "eon", "rpc": [], "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "faucets": [], "nativeCurrency": { "name": "Testnet Zen", "symbol": "tZEN", "decimals": 18 }, "infoURL": "https://horizen.io/", "chainId": 1662, "networkId": 1662, "slip44": 121, "explorers": [], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-1663.json ================================================ { "name": "Horizen Gobi Testnet", "shortName": "Gobi", "chain": "Gobi", "icon": "eon", "rpc": [ "https://gobi-testnet.horizenlabs.io/ethv1", "https://rpc.ankr.com/horizen_testnet_evm" ], "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "faucets": ["https://faucet.horizen.io"], "nativeCurrency": { "name": "Testnet Zen", "symbol": "tZEN", "decimals": 18 }, "infoURL": "https://horizen.io/", "chainId": 1663, "networkId": 1663, "slip44": 121, "explorers": [ { "name": "Gobi Testnet Block Explorer", "url": "https://gobi-explorer.horizen.io", "icon": "eon", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-16658437.json ================================================ { "name": "Plian Testnet Main", "chain": "Plian", "rpc": ["https://testnet.plian.io/testnet"], "faucets": [], "nativeCurrency": { "name": "Plian Testnet Token", "symbol": "TPI", "decimals": 18 }, "infoURL": "https://plian.org", "shortName": "plian-testnet", "chainId": 16658437, "networkId": 16658437, "explorers": [ { "name": "piscan", "url": "https://testnet.plian.org/testnet", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1666600000.json ================================================ { "name": "Harmony Mainnet Shard 0", "chain": "Harmony", "rpc": ["https://api.harmony.one", "https://api.s0.t.hmny.io"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-s0", "chainId": 1666600000, "networkId": 1666600000, "explorers": [ { "name": "Harmony Block Explorer", "url": "https://explorer.harmony.one", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1666600001.json ================================================ { "name": "Harmony Mainnet Shard 1", "chain": "Harmony", "rpc": ["https://api.s1.t.hmny.io"], "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-s1", "chainId": 1666600001, "networkId": 1666600001 } ================================================ FILE: _data/chains/eip155-1666600002.json ================================================ { "name": "Harmony Mainnet Shard 2", "chain": "Harmony", "rpc": ["https://api.s2.t.hmny.io"], "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-s2", "chainId": 1666600002, "networkId": 1666600002 } ================================================ FILE: _data/chains/eip155-1666600003.json ================================================ { "name": "Harmony Mainnet Shard 3", "chain": "Harmony", "rpc": ["https://api.s3.t.hmny.io"], "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-s3", "chainId": 1666600003, "networkId": 1666600003 } ================================================ FILE: _data/chains/eip155-1666700000.json ================================================ { "name": "Harmony Testnet Shard 0", "chain": "Harmony", "rpc": ["https://api.s0.b.hmny.io"], "faucets": ["https://faucet.pops.one"], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-b-s0", "chainId": 1666700000, "networkId": 1666700000, "explorers": [ { "name": "Harmony Testnet Block Explorer", "url": "https://explorer.pops.one", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1666700001.json ================================================ { "name": "Harmony Testnet Shard 1", "chain": "Harmony", "rpc": ["https://api.s1.b.hmny.io"], "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-b-s1", "chainId": 1666700001, "networkId": 1666700001 } ================================================ FILE: _data/chains/eip155-1666700002.json ================================================ { "name": "Harmony Testnet Shard 2", "chain": "Harmony", "rpc": ["https://api.s2.b.hmny.io"], "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-b-s2", "chainId": 1666700002, "networkId": 1666700002 } ================================================ FILE: _data/chains/eip155-1666700003.json ================================================ { "name": "Harmony Testnet Shard 3", "chain": "Harmony", "rpc": ["https://api.s3.b.hmny.io"], "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-b-s3", "chainId": 1666700003, "networkId": 1666700003 } ================================================ FILE: _data/chains/eip155-1666900000.json ================================================ { "name": "Harmony Devnet Shard 0", "chain": "Harmony", "rpc": ["https://api.s1.ps.hmny.io", "https://api.s1.ps.hmny.io"], "faucets": ["http://dev.faucet.easynode.one/"], "nativeCurrency": { "name": "ONE", "symbol": "ONE", "decimals": 18 }, "infoURL": "https://www.harmony.one/", "shortName": "hmy-ps-s0", "chainId": 1666900000, "networkId": 1666900000, "explorers": [ { "name": "Harmony Block Explorer", "url": "https://explorer.ps.hmny.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-16688.json ================================================ { "name": "IRIShub Testnet", "chain": "IRIShub", "rpc": ["https://evmrpc.nyancat.irisnet.org"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Eris", "symbol": "ERIS", "decimals": 18 }, "infoURL": "https://www.irisnet.org", "shortName": "nyancat", "chainId": 16688, "networkId": 16688, "icon": "nyancat", "explorers": [ { "name": "IRISHub Testnet Cosmos Explorer (IOBScan)", "url": "https://nyancat.iobscan.io", "standard": "none", "icon": "nyancat" } ] } ================================================ FILE: _data/chains/eip155-167.json ================================================ { "name": "Atoshi Testnet", "chain": "ATOSHI", "icon": "atoshi", "rpc": ["https://node.atoshi.io/"], "faucets": [], "nativeCurrency": { "name": "ATOSHI", "symbol": "ATOS", "decimals": 18 }, "infoURL": "https://atoshi.org", "shortName": "atoshi", "chainId": 167, "networkId": 167, "explorers": [ { "name": "atoshiscan", "url": "https://scan.atoverse.info", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-167004.json ================================================ { "name": "Taiko (Alpha-2 Testnet)", "chain": "ETH", "status": "deprecated", "icon": "taiko", "rpc": ["https://rpc.a2.taiko.xyz"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://taiko.xyz", "shortName": "taiko-a2", "chainId": 167004, "networkId": 167004, "explorers": [ { "name": "blockscout", "url": "https://explorer.a2.taiko.xyz", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-167005.json ================================================ { "name": "Taiko Grimsvotn L2", "chain": "ETH", "status": "active", "icon": "taiko", "rpc": ["https://rpc.test.taiko.xyz"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://taiko.xyz", "shortName": "taiko-l2", "chainId": 167005, "networkId": 167005, "explorers": [ { "name": "blockscout", "url": "https://explorer.test.taiko.xyz", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-167006.json ================================================ { "name": "Taiko Eldfell L3", "chain": "ETH", "status": "active", "icon": "taiko", "rpc": ["https://rpc.l3test.taiko.xyz"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://taiko.xyz", "shortName": "taiko-l3", "chainId": 167006, "networkId": 167006, "explorers": [ { "name": "blockscout", "url": "https://explorer.l3test.taiko.xyz", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-16718.json ================================================ { "name": "AirDAO Mainnet", "chain": "ambnet", "icon": "airdao", "rpc": ["https://network.ambrosus.io"], "faucets": [], "nativeCurrency": { "name": "Amber", "symbol": "AMB", "decimals": 18 }, "infoURL": "https://airdao.io", "shortName": "airdao", "chainId": 16718, "networkId": 16718, "explorers": [ { "name": "AirDAO Network Explorer", "url": "https://airdao.io/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-168.json ================================================ { "name": "AIOZ Network", "chain": "AIOZ", "icon": "aioz", "rpc": ["https://eth-dataseed.aioz.network"], "faucets": [], "nativeCurrency": { "name": "AIOZ", "symbol": "AIOZ", "decimals": 18 }, "infoURL": "https://aioz.network", "shortName": "aioz", "chainId": 168, "networkId": 168, "slip44": 60, "explorers": [ { "name": "AIOZ Network Explorer", "url": "https://explorer.aioz.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1688.json ================================================ { "name": "LUDAN Mainnet", "chain": "LUDAN", "rpc": ["https://rpc.ludan.org/"], "faucets": [], "nativeCurrency": { "name": "LUDAN", "symbol": "LUDAN", "decimals": 18 }, "infoURL": "https://www.ludan.org/", "shortName": "LUDAN", "icon": "ludan", "chainId": 1688, "networkId": 1688 } ================================================ FILE: _data/chains/eip155-16888.json ================================================ { "name": "IVAR Chain Testnet", "chain": "IVAR", "icon": "ivar", "rpc": ["https://testnet-rpc.ivarex.com"], "faucets": ["https://tfaucet.ivarex.com/"], "nativeCurrency": { "name": "tIvar", "symbol": "tIVAR", "decimals": 18 }, "infoURL": "https://ivarex.com", "shortName": "tivar", "chainId": 16888, "networkId": 16888, "explorers": [ { "name": "ivarscan", "url": "https://testnet.ivarscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-17.json ================================================ { "name": "ThaiChain 2.0 ThaiFi", "chain": "TCH", "rpc": ["https://rpc.thaifi.com"], "faucets": [], "nativeCurrency": { "name": "Thaifi Ether", "symbol": "TFI", "decimals": 18 }, "infoURL": "https://exp.thaifi.com", "shortName": "tfi", "chainId": 17, "networkId": 17 } ================================================ FILE: _data/chains/eip155-170.json ================================================ { "name": "HOO Smart Chain Testnet", "chain": "ETH", "rpc": ["https://http-testnet.hoosmartchain.com"], "faucets": ["https://faucet-testnet.hscscan.com/"], "nativeCurrency": { "name": "HOO", "symbol": "HOO", "decimals": 18 }, "infoURL": "https://www.hoosmartchain.com", "shortName": "hoosmartchain", "chainId": 170, "networkId": 170 } ================================================ FILE: _data/chains/eip155-1701.json ================================================ { "name": "Anytype EVM Chain", "chain": "ETH", "icon": "any", "rpc": ["https://geth.anytype.io"], "faucets": ["https://evm.anytype.io/faucet"], "nativeCurrency": { "name": "ANY", "symbol": "ANY", "decimals": 18 }, "infoURL": "https://evm.anytype.io", "shortName": "AnytypeChain", "chainId": 1701, "networkId": 1701, "explorers": [ { "name": "Anytype Explorer", "url": "https://explorer.anytype.io", "icon": "any", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1707.json ================================================ { "name": "TBSI Mainnet", "title": "Thai Blockchain Service Infrastructure Mainnet", "chain": "TBSI", "rpc": ["https://rpc.blockchain.or.th"], "faucets": [], "nativeCurrency": { "name": "Jinda", "symbol": "JINDA", "decimals": 18 }, "infoURL": "https://blockchain.or.th", "shortName": "TBSI", "chainId": 1707, "networkId": 1707, "explorers": [ { "name": "blockscout", "url": "https://exp.blockchain.or.th", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1708.json ================================================ { "name": "TBSI Testnet", "title": "Thai Blockchain Service Infrastructure Testnet", "chain": "TBSI", "rpc": ["https://rpc.testnet.blockchain.or.th"], "faucets": ["https://faucet.blockchain.or.th"], "nativeCurrency": { "name": "Jinda", "symbol": "JINDA", "decimals": 18 }, "infoURL": "https://blockchain.or.th", "shortName": "tTBSI", "chainId": 1708, "networkId": 1708, "explorers": [ { "name": "blockscout", "url": "https://exp.testnet.blockchain.or.th", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1718.json ================================================ { "name": "Palette Chain Mainnet", "chain": "PLT", "rpc": ["https://palette-rpc.com:22000"], "faucets": [], "nativeCurrency": { "name": "Palette Token", "symbol": "PLT", "decimals": 18 }, "features": [], "infoURL": "https://hashpalette.com/", "shortName": "PCM", "chainId": 1718, "networkId": 1718, "icon": "PLT", "explorers": [ { "name": "Palettescan", "url": "https://palettescan.com", "icon": "PLT", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-17180.json ================================================ { "name": "Palette Chain Testnet", "chain": "PLT", "rpc": ["https://palette-opennet.com:22000"], "faucets": [], "nativeCurrency": { "name": "Palette Token", "symbol": "PLT", "decimals": 18 }, "features": [], "infoURL": "https://hashpalette.com/", "shortName": "PCT", "chainId": 17180, "networkId": 17180, "icon": "PLT", "explorers": [ { "name": "Palettescan", "url": "https://testnet.palettescan.com", "icon": "PLT", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-172.json ================================================ { "name": "Latam-Blockchain Resil Testnet", "chain": "Resil", "rpc": ["https://rpc.latam-blockchain.com", "wss://ws.latam-blockchain.com"], "faucets": ["https://faucet.latam-blockchain.com"], "nativeCurrency": { "name": "Latam-Blockchain Resil Test Native Token", "symbol": "usd", "decimals": 18 }, "infoURL": "https://latam-blockchain.com", "shortName": "resil", "chainId": 172, "networkId": 172 } ================================================ FILE: _data/chains/eip155-1773.json ================================================ { "name": "PartyChain", "chain": "mainnet", "rpc": ["https://tea.mining4people.com/rpc", "http://172.104.194.36:8545"], "faucets": [], "nativeCurrency": { "name": "Grams", "symbol": "GRAMS", "decimals": 18 }, "infoURL": "TeaPartyCrypto.com", "shortName": "TeaParty", "chainId": 1773, "networkId": 1773, "icon": "grams", "status": "incubating", "explorers": [ { "name": "PartyExplorer", "url": "https://partyexplorer.co", "icon": "grams", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1777.json ================================================ { "name": "Gauss Mainnet", "chain": "Gauss", "icon": "gauss", "rpc": ["https://rpc.gaussgang.com"], "faucets": [], "nativeCurrency": { "name": "GANG", "symbol": "GANG", "decimals": 18 }, "infoURL": "https://gaussgang.com/", "shortName": "gauss", "chainId": 1777, "networkId": 1777, "explorers": [ { "name": "Gauss Explorer", "url": "https://explorer.gaussgang.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-17777.json ================================================ { "name": "EOS EVM Network", "chain": "EOS", "icon": "eos", "rpc": ["https://api.evm.eosnetwork.com"], "faucets": [], "nativeCurrency": { "name": "EOS", "symbol": "EOS", "decimals": 18 }, "infoURL": "https://eosnetwork.com/eos-evm", "shortName": "eos", "chainId": 17777, "networkId": 17777, "explorers": [ { "name": "EOS EVM Explorer", "url": "https://explorer.evm.eosnetwork.com", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [ { "url": "https://bridge.evm.eosnetwork.com" }, { "url": "https://app.multichain.org" } ] } } ================================================ FILE: _data/chains/eip155-18.json ================================================ { "name": "ThunderCore Testnet", "chain": "TST", "rpc": ["https://testnet-rpc.thundercore.com"], "faucets": ["https://faucet-testnet.thundercore.com"], "nativeCurrency": { "name": "ThunderCore Testnet Token", "symbol": "TST", "decimals": 18 }, "infoURL": "https://thundercore.com", "shortName": "TST", "chainId": 18, "networkId": 18, "explorers": [ { "name": "thundercore-blockscout-testnet", "url": "https://explorer-testnet.thundercore.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-180.json ================================================ { "name": "AME Chain Mainnet", "chain": "AME", "rpc": ["https://node1.amechain.io/"], "faucets": [], "nativeCurrency": { "name": "AME", "symbol": "AME", "decimals": 18 }, "infoURL": "https://amechain.io/", "shortName": "ame", "chainId": 180, "networkId": 180, "explorers": [ { "name": "AME Scan", "url": "https://amescan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-18000.json ================================================ { "name": "Frontier of Dreams Testnet", "chain": "Game Network", "rpc": ["https://rpc.fod.games/"], "nativeCurrency": { "name": "ZKST", "symbol": "ZKST", "decimals": 18 }, "faucets": [], "shortName": "ZKST", "chainId": 18000, "networkId": 18000, "infoURL": "https://goexosphere.com", "explorers": [ { "name": "Game Network", "url": "https://explorer.fod.games", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1804.json ================================================ { "name": "Kerleano", "title": "Proof of Climate awaReness testnet", "chain": "CRC", "status": "active", "rpc": [ "https://cacib-saturn-test.francecentral.cloudapp.azure.com", "wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443" ], "faucets": [ "https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md" ], "nativeCurrency": { "name": "Climate awaReness Coin", "symbol": "CRC", "decimals": 18 }, "infoURL": "https://github.com/ethereum-pocr/kerleano", "shortName": "kerleano", "chainId": 1804, "networkId": 1804, "icon": "pocr", "explorers": [ { "name": "Lite Explorer", "url": "https://ethereum-pocr.github.io/explorer/kerleano", "icon": "pocr", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1807.json ================================================ { "name": "Rabbit Analog Testnet Chain", "chain": "rAna", "icon": "rabbit", "rpc": ["https://rabbit.analog-rpc.com"], "faucets": ["https://analogfaucet.com"], "nativeCurrency": { "name": "Rabbit Analog Test Chain Native Token ", "symbol": "rAna", "decimals": 18 }, "infoURL": "https://rabbit.analogscan.com", "shortName": "rAna", "chainId": 1807, "networkId": 1807, "explorers": [ { "name": "blockscout", "url": "https://rabbit.analogscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-18122.json ================================================ { "name": "Smart Trade Networks", "chain": "Smart Trade Networks", "rpc": ["https://beefledgerwallet.com:8544"], "faucets": [], "nativeCurrency": { "name": "STN", "symbol": "STN", "decimals": 18 }, "infoURL": "https://www.smarttradenetworks.com", "shortName": "STN", "chainId": 18122, "networkId": 18122, "icon": "stn", "explorers": [ { "name": "stnscan", "url": "https://stnscan.com", "icon": "stn", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-18159.json ================================================ { "name": "Proof Of Memes", "title": "Proof Of Memes Mainnet", "chain": "POM", "icon": "pom", "rpc": [ "https://mainnet-rpc.memescan.io", "https://mainnet-rpc2.memescan.io", "https://mainnet-rpc3.memescan.io", "https://mainnet-rpc4.memescan.io" ], "faucets": [], "nativeCurrency": { "name": "Proof Of Memes", "symbol": "POM", "decimals": 18 }, "infoURL": "https://proofofmemes.org", "shortName": "pom", "chainId": 18159, "networkId": 18159, "explorers": [ { "name": "explorer-proofofmemes", "url": "https://memescan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1818.json ================================================ { "name": "Cube Chain Mainnet", "chain": "Cube", "icon": "cube", "rpc": [ "https://http-mainnet.cube.network", "wss://ws-mainnet.cube.network", "https://http-mainnet-sg.cube.network", "wss://ws-mainnet-sg.cube.network", "https://http-mainnet-us.cube.network", "wss://ws-mainnet-us.cube.network" ], "faucets": [], "nativeCurrency": { "name": "Cube Chain Native Token", "symbol": "CUBE", "decimals": 18 }, "infoURL": "https://www.cube.network", "shortName": "cube", "chainId": 1818, "networkId": 1818, "slip44": 1818, "explorers": [ { "name": "cube-scan", "url": "https://cubescan.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1819.json ================================================ { "name": "Cube Chain Testnet", "chain": "Cube", "icon": "cube", "rpc": [ "https://http-testnet.cube.network", "wss://ws-testnet.cube.network", "https://http-testnet-sg.cube.network", "wss://ws-testnet-sg.cube.network", "https://http-testnet-jp.cube.network", "wss://ws-testnet-jp.cube.network", "https://http-testnet-us.cube.network", "wss://ws-testnet-us.cube.network" ], "faucets": ["https://faucet.cube.network"], "nativeCurrency": { "name": "Cube Chain Test Native Token", "symbol": "CUBET", "decimals": 18 }, "infoURL": "https://www.cube.network", "shortName": "cubet", "chainId": 1819, "networkId": 1819, "slip44": 1819, "explorers": [ { "name": "cubetest-scan", "url": "https://testnet.cubescan.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-18289463.json ================================================ { "name": "IOLite", "chain": "ILT", "rpc": ["https://net.iolite.io"], "faucets": [], "nativeCurrency": { "name": "IOLite Ether", "symbol": "ILT", "decimals": 18 }, "infoURL": "https://iolite.io", "shortName": "ilt", "chainId": 18289463, "networkId": 18289463 } ================================================ FILE: _data/chains/eip155-1856.json ================================================ { "name": "Teslafunds", "chain": "TSF", "rpc": ["https://tsfapi.europool.me"], "faucets": [], "nativeCurrency": { "name": "Teslafunds Ether", "symbol": "TSF", "decimals": 18 }, "infoURL": "https://teslafunds.io", "shortName": "tsf", "chainId": 1856, "networkId": 1 } ================================================ FILE: _data/chains/eip155-186.json ================================================ { "name": "Seele Mainnet", "chain": "Seele", "rpc": ["https://rpc.seelen.pro/"], "faucets": [], "nativeCurrency": { "name": "Seele", "symbol": "Seele", "decimals": 18 }, "infoURL": "https://seelen.pro/", "shortName": "Seele", "chainId": 186, "networkId": 186, "explorers": [ { "name": "seeleview", "url": "https://seeleview.net", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-18686.json ================================================ { "name": "MXC zkEVM Mainnet", "chain": "MXC zkEVM", "icon": "mxczkevm", "rpc": ["https://rpc.mxc.com"], "faucets": [], "nativeCurrency": { "name": "MXC zkEVM Mainnet", "symbol": "MXC", "decimals": 18 }, "infoURL": "https://doc.mxc.com/docs/intro", "shortName": "MXCzkEVM", "chainId": 18686, "networkId": 18686, "explorers": [ { "name": "MXC zkEVM Mainnet", "url": "https://explorer.mxc.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-188.json ================================================ { "name": "BMC Mainnet", "chain": "BMC", "rpc": ["https://mainnet.bmcchain.com/"], "faucets": [], "nativeCurrency": { "name": "BTM", "symbol": "BTM", "decimals": 18 }, "infoURL": "https://bmc.bytom.io/", "shortName": "BMC", "chainId": 188, "networkId": 188, "explorers": [ { "name": "Blockmeta", "url": "https://bmc.blockmeta.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1881.json ================================================ { "name": "Gitshock Cartenz Testnet", "chain": "Gitshock Cartenz", "icon": "gitshockchain", "rpc": ["https://rpc.cartenz.works"], "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "faucets": [], "nativeCurrency": { "name": "Gitshock Cartenz", "symbol": "tGTFX", "decimals": 18 }, "infoURL": "https://gitshock.com", "shortName": "gitshockchain", "chainId": 1881, "networkId": 1881, "explorers": [ { "name": "blockscout", "url": "https://scan.cartenz.works", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-188881.json ================================================ { "name": "Condor Test Network", "chain": "CONDOR", "icon": "condor", "rpc": ["https://testnet.condor.systems/rpc"], "faucets": ["https://faucet.condor.systems"], "nativeCurrency": { "name": "Condor Native Token", "symbol": "CONDOR", "decimals": 18 }, "infoURL": "https://condor.systems", "shortName": "condor", "chainId": 188881, "networkId": 188881, "explorers": [ { "name": "CondorScan", "url": "https://explorer.condor.systems", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-189.json ================================================ { "name": "BMC Testnet", "chain": "BMC", "rpc": ["https://testnet.bmcchain.com"], "faucets": [], "nativeCurrency": { "name": "BTM", "symbol": "BTM", "decimals": 18 }, "infoURL": "https://bmc.bytom.io/", "shortName": "BMCT", "chainId": 189, "networkId": 189, "explorers": [ { "name": "Blockmeta", "url": "https://bmctestnet.blockmeta.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1890.json ================================================ { "name": "Lightlink Phoenix Mainnet", "chain": "Lightlink Phoenix Mainnet", "icon": "lightlink", "rpc": [ "https://replicator-01.phoenix.lightlink.io/rpc/v1", "https://replicator-02.phoenix.lightlink.io/rpc/v1" ], "features": [ { "name": "EIP155" } ], "faucets": [], "nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://lightlink.io", "shortName": "lightlink_phoenix", "chainId": 1890, "networkId": 1890, "explorers": [ { "name": "phoenix", "url": "https://phoenix.lightlink.io", "icon": "lightlink", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1891.json ================================================ { "name": "Lightlink Pegasus Testnet", "chain": "Lightlink Pegasus Testnet", "icon": "lightlink", "rpc": [ "https://replicator-01.pegasus.lightlink.io/rpc/v1", "https://replicator-02.pegasus.lightlink.io/rpc/v1" ], "features": [ { "name": "EIP155" } ], "faucets": ["https://pegasus-faucet-react.vercel.app"], "nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://lightlink.io", "shortName": "lightlink_pegasus", "chainId": 1891, "networkId": 1891, "explorers": [ { "name": "pegasus", "url": "https://pegasus.lightlink.io", "icon": "lightlink", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1898.json ================================================ { "name": "BON Network", "chain": "BON", "rpc": ["http://rpc.boyanet.org:8545", "ws://rpc.boyanet.org:8546"], "faucets": [], "nativeCurrency": { "name": "BOYACoin", "symbol": "BOY", "decimals": 18 }, "infoURL": "https://boyanet.org", "shortName": "boya", "chainId": 1898, "networkId": 1, "explorers": [ { "name": "explorer", "url": "https://explorer.boyanet.org:4001", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-19.json ================================================ { "name": "Songbird Canary-Network", "chain": "SGB", "icon": "songbird", "rpc": [ "https://songbird-api.flare.network/ext/C/rpc", "https://sgb.ftso.com.au/ext/bc/C/rpc", "https://sgb.lightft.so/rpc", "https://sgb-rpc.ftso.eu" ], "faucets": [], "nativeCurrency": { "name": "Songbird", "symbol": "SGB", "decimals": 18 }, "infoURL": "https://flare.xyz", "shortName": "sgb", "chainId": 19, "networkId": 19, "explorers": [ { "name": "blockscout", "url": "https://songbird-explorer.flare.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-19011.json ================================================ { "name": "HOME Verse Mainnet", "chain": "HOME Verse", "icon": "home_verse", "rpc": ["https://rpc.mainnet.oasys.homeverse.games/"], "faucets": [], "nativeCurrency": { "name": "OAS", "symbol": "OAS", "decimals": 18 }, "infoURL": "https://www.homeverse.games/", "shortName": "HMV", "chainId": 19011, "networkId": 19011, "explorers": [ { "name": "HOME Verse Explorer", "url": "https://explorer.oasys.homeverse.games", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-248" } } ================================================ FILE: _data/chains/eip155-1907.json ================================================ { "name": "Bitcichain Mainnet", "chain": "BITCI", "icon": "bitci", "rpc": ["https://rpc.bitci.com"], "faucets": [], "nativeCurrency": { "name": "Bitci", "symbol": "BITCI", "decimals": 18 }, "infoURL": "https://www.bitcichain.com", "shortName": "bitci", "chainId": 1907, "networkId": 1907, "explorers": [ { "name": "Bitci Explorer", "url": "https://bitciexplorer.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1908.json ================================================ { "name": "Bitcichain Testnet", "chain": "TBITCI", "icon": "bitci", "rpc": ["https://testnet.bitcichain.com"], "faucets": ["https://faucet.bitcichain.com"], "nativeCurrency": { "name": "Test Bitci", "symbol": "TBITCI", "decimals": 18 }, "infoURL": "https://www.bitcichain.com", "shortName": "tbitci", "chainId": 1908, "networkId": 1908, "explorers": [ { "name": "Bitci Explorer Testnet", "url": "https://testnet.bitciexplorer.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-192837465.json ================================================ { "name": "Gather Mainnet Network", "chain": "GTH", "rpc": ["https://mainnet.gather.network"], "faucets": [], "nativeCurrency": { "name": "Gather", "symbol": "GTH", "decimals": 18 }, "infoURL": "https://gather.network", "shortName": "GTH", "chainId": 192837465, "networkId": 192837465, "icon": "gather", "explorers": [ { "name": "Blockscout", "url": "https://explorer.gather.network", "icon": "gather", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-193.json ================================================ { "name": "Crypto Emergency", "chain": "CEM", "rpc": ["https://cemchain.com"], "faucets": [], "nativeCurrency": { "name": "Crypto Emergency", "symbol": "CEM", "decimals": 18 }, "infoURL": "https://cemblockchain.com/", "shortName": "cem", "chainId": 193, "networkId": 193, "explorers": [ { "name": "cemscan", "url": "https://cemscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1945.json ================================================ { "name": "ONUS Chain Testnet", "title": "ONUS Chain Testnet", "chain": "onus", "rpc": ["https://rpc-testnet.onuschain.io"], "faucets": [], "nativeCurrency": { "name": "ONUS", "symbol": "ONUS", "decimals": 18 }, "infoURL": "https://onuschain.io", "shortName": "onus-testnet", "chainId": 1945, "networkId": 1945, "explorers": [ { "name": "Onus explorer testnet", "url": "https://explorer-testnet.onuschain.io", "icon": "onus", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-195.json ================================================ { "name": "OKBChain Testnet", "chain": "okbchain", "rpc": ["https://okbtestrpc.okbchain.org"], "faucets": ["https://www.oklink.com/okbc-test"], "nativeCurrency": { "name": "OKBChain Global Utility Token in testnet", "symbol": "OKB", "decimals": 18 }, "features": [], "infoURL": "https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain", "shortName": "tokb", "chainId": 195, "networkId": 195, "explorers": [ { "name": "OKLink", "url": "https://www.oklink.com/okbc-test", "standard": "EIP3091" } ], "status": "active" } ================================================ FILE: _data/chains/eip155-1951.json ================================================ { "name": "D-Chain Mainnet", "chain": "D-Chain", "rpc": [ "https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc" ], "nativeCurrency": { "name": "DOINX", "symbol": "DOINX", "decimals": 18 }, "shortName": "dchain-mainnet", "chainId": 1951, "networkId": 1951, "icon": "dchain", "faucets": [], "infoURL": "" } ================================================ FILE: _data/chains/eip155-1954.json ================================================ { "name": "Dexilla Testnet", "chain": "Dexilla", "rpc": ["https://rpc.dexilla.com"], "faucets": [], "icon": "dxz", "nativeCurrency": { "name": "Dexilla Native Token", "symbol": "DXZ", "decimals": 18 }, "infoURL": "https://dexilla.com", "shortName": "Dexilla", "chainId": 1954, "networkId": 1954, "explorers": [ { "name": "dos-mainnet", "url": "https://exp.dexilla.com", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://bridge.dexilla.com" }] } } ================================================ FILE: _data/chains/eip155-196.json ================================================ { "name": "OKBChain Mainnet", "chain": "okbchain", "rpc": [], "faucets": [], "nativeCurrency": { "name": "OKBChain Global Utility Token", "symbol": "OKB", "decimals": 18 }, "features": [], "infoURL": "https://www.okex.com/okc", "shortName": "okb", "chainId": 196, "networkId": 196, "explorers": [], "status": "incubating" } ================================================ FILE: _data/chains/eip155-1967.json ================================================ { "name": "Eleanor", "title": "Metatime Testnet Eleanor", "chain": "MTC", "rpc": ["https://rpc.metatime.com/eleanor", "wss://ws.metatime.com/eleanor"], "faucets": ["https://faucet.metatime.com/eleanor"], "nativeCurrency": { "name": "Eleanor Metacoin", "symbol": "MTC", "decimals": 18 }, "infoURL": "https://eleanor.metatime.com", "shortName": "mtc", "chainId": 1967, "networkId": 1967, "explorers": [ { "name": "metaexplorer-eleanor", "url": "https://explorer.metatime.com/eleanor", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1969.json ================================================ { "name": "Super Smart Chain Testnet", "chain": "TSCS", "rpc": ["https://testnetrpc.scschain.com"], "faucets": ["https://testnet.scschain.com"], "nativeCurrency": { "name": "Super Chain Native Token", "symbol": "TSCS", "decimals": 18 }, "infoURL": "https://testnet.scschain.com", "shortName": "tscs", "chainId": 1969, "networkId": 1969, "icon": "super", "explorers": [ { "name": "blockscout", "url": "https://testnetscan.scschain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-197.json ================================================ { "name": "Neutrinos TestNet", "chain": "NEUTR", "rpc": ["https://testnet-rpc.neutrinoschain.com"], "faucets": ["https://neutrinoschain.com/faucet"], "nativeCurrency": { "name": "Neutrinos", "symbol": "NEUTR", "decimals": 18 }, "infoURL": "https://docs.neutrinoschain.com", "shortName": "NEUTR", "chainId": 197, "networkId": 197, "explorers": [ { "name": "blockscout", "url": "https://testnet.neutrinoschain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1970.json ================================================ { "name": "Super Smart Chain Mainnet", "chain": "SCS", "rpc": ["https://rpc.scschain.com"], "faucets": [], "nativeCurrency": { "name": "Super Chain Native Token", "symbol": "SCS", "decimals": 18 }, "infoURL": "https://scschain.com", "shortName": "scs", "chainId": 1970, "networkId": 1970, "icon": "super", "explorers": [ { "name": "blockscout", "url": "https://scan.scschain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1971.json ================================================ { "name": "Atelier", "title": "Atelier Test Network", "chain": "ALTR", "rpc": ["https://1971.network/atlr", "wss://1971.network/atlr"], "faucets": [], "nativeCurrency": { "name": "ATLR", "symbol": "ATLR", "decimals": 18 }, "infoURL": "https://1971.network/", "shortName": "atlr", "chainId": 1971, "networkId": 1971, "icon": "atlr" } ================================================ FILE: _data/chains/eip155-1975.json ================================================ { "name": "ONUS Chain Mainnet", "title": "ONUS Chain Mainnet", "chain": "onus", "rpc": ["https://rpc.onuschain.io", "wss://ws.onuschain.io"], "faucets": [], "nativeCurrency": { "name": "ONUS", "symbol": "ONUS", "decimals": 18 }, "infoURL": "https://onuschain.io", "shortName": "onus-mainnet", "chainId": 1975, "networkId": 1975, "explorers": [ { "name": "Onus explorer mainnet", "url": "https://explorer.onuschain.io", "icon": "onus", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-197710212030.json ================================================ { "name": "Ntity Mainnet", "chain": "Ntity", "rpc": ["https://rpc.ntity.io"], "faucets": [], "nativeCurrency": { "name": "Ntity", "symbol": "NTT", "decimals": 18 }, "infoURL": "https://ntity.io", "shortName": "ntt", "chainId": 197710212030, "networkId": 197710212030, "icon": "ntity", "explorers": [ { "name": "Ntity Blockscout", "url": "https://blockscout.ntity.io", "icon": "ntity", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-197710212031.json ================================================ { "name": "Haradev Testnet", "chain": "Ntity", "rpc": ["https://blockchain.haradev.com"], "faucets": [], "nativeCurrency": { "name": "Ntity Haradev", "symbol": "NTTH", "decimals": 18 }, "infoURL": "https://ntity.io", "shortName": "ntt-haradev", "chainId": 197710212031, "networkId": 197710212031, "icon": "ntity", "explorers": [ { "name": "Ntity Haradev Blockscout", "url": "https://blockscout.haradev.com", "icon": "ntity", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1984.json ================================================ { "name": "Eurus Testnet", "chain": "EUN", "rpc": ["https://testnet.eurus.network"], "faucets": [], "nativeCurrency": { "name": "Eurus", "symbol": "EUN", "decimals": 18 }, "infoURL": "https://eurus.network", "shortName": "euntest", "chainId": 1984, "networkId": 1984, "icon": "eurus", "explorers": [ { "name": "testnetexplorer", "url": "https://testnetexplorer.eurus.network", "icon": "eurus", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-19845.json ================================================ { "name": "BTCIX Network", "chain": "BTCIX", "rpc": ["https://seed.btcix.org/rpc"], "faucets": [], "nativeCurrency": { "name": "BTCIX Network", "symbol": "BTCIX", "decimals": 18 }, "infoURL": "https://bitcolojix.org", "shortName": "btcix", "chainId": 19845, "networkId": 19845, "explorers": [ { "name": "BTCIXScan", "url": "https://btcixscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-1987.json ================================================ { "name": "EtherGem", "chain": "EGEM", "rpc": ["https://jsonrpc.egem.io/custom"], "faucets": [], "nativeCurrency": { "name": "EtherGem Ether", "symbol": "EGEM", "decimals": 18 }, "infoURL": "https://egem.io", "shortName": "egem", "chainId": 1987, "networkId": 1987, "slip44": 1987 } ================================================ FILE: _data/chains/eip155-199.json ================================================ { "name": "BitTorrent Chain Mainnet", "chain": "BTTC", "rpc": ["https://rpc.bittorrentchain.io/"], "faucets": [], "nativeCurrency": { "name": "BitTorrent", "symbol": "BTT", "decimals": 18 }, "infoURL": "https:/bt.io", "shortName": "BTT", "chainId": 199, "networkId": 199, "explorers": [ { "name": "BitTorrent Chain Explorer", "url": "https://bttcscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1994.json ================================================ { "name": "Ekta", "chain": "EKTA", "rpc": ["https://main.ekta.io"], "faucets": [], "nativeCurrency": { "name": "EKTA", "symbol": "EKTA", "decimals": 18 }, "infoURL": "https://www.ekta.io", "shortName": "ekta", "chainId": 1994, "networkId": 1994, "icon": "ekta", "explorers": [ { "name": "ektascan", "url": "https://ektascan.io", "icon": "ekta", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-1995.json ================================================ { "name": "edeXa Testnet", "chain": "edeXa TestNetwork", "rpc": [ "https://testnet.edexa.com/rpc", "https://io-dataseed1.testnet.edexa.io-market.com/rpc" ], "faucets": ["https://faucet.edexa.com/"], "nativeCurrency": { "name": "EDEXA", "symbol": "EDX", "decimals": 18 }, "infoURL": "https://edexa.com/", "shortName": "edx", "chainId": 1995, "networkId": 1995, "icon": "edexa", "explorers": [ { "name": "edexa-testnet", "url": "https://explorer.testnet.edexa.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2.json ================================================ { "name": "Expanse Network", "chain": "EXP", "rpc": ["https://node.expanse.tech"], "faucets": [], "nativeCurrency": { "name": "Expanse Network Ether", "symbol": "EXP", "decimals": 18 }, "infoURL": "https://expanse.tech", "shortName": "exp", "chainId": 2, "networkId": 1, "slip44": 40 } ================================================ FILE: _data/chains/eip155-20.json ================================================ { "name": "Elastos Smart Chain", "chain": "ETH", "rpc": ["https://api.elastos.io/eth"], "faucets": ["https://faucet.elastos.org/"], "nativeCurrency": { "name": "Elastos", "symbol": "ELA", "decimals": 18 }, "infoURL": "https://www.elastos.org/", "shortName": "esc", "chainId": 20, "networkId": 20, "explorers": [ { "name": "elastos esc explorer", "url": "https://esc.elastos.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-200.json ================================================ { "name": "Arbitrum on xDai", "chain": "AOX", "rpc": ["https://arbitrum.xdaichain.com/"], "faucets": [], "nativeCurrency": { "name": "xDAI", "symbol": "xDAI", "decimals": 18 }, "infoURL": "https://xdaichain.com", "shortName": "aox", "chainId": 200, "networkId": 200, "explorers": [ { "name": "blockscout", "url": "https://blockscout.com/xdai/arbitrum", "standard": "EIP3091" } ], "parent": { "chain": "eip155-100", "type": "L2" } } ================================================ FILE: _data/chains/eip155-2000.json ================================================ { "name": "Dogechain Mainnet", "chain": "DC", "icon": "dogechain", "rpc": [ "https://rpc.dogechain.dog", "https://rpc01-sg.dogechain.dog", "https://rpc.ankr.com/dogechain" ], "faucets": [], "nativeCurrency": { "name": "Dogecoin", "symbol": "DOGE", "decimals": 18 }, "infoURL": "https://dogechain.dog", "shortName": "dc", "chainId": 2000, "networkId": 2000, "explorers": [ { "name": "dogechain explorer", "url": "https://explorer.dogechain.dog", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-20001.json ================================================ { "name": "Camelark Mainnet", "chainId": 20001, "shortName": "Camelark", "chain": "ETHW", "icon": "camelark", "networkId": 20001, "nativeCurrency": { "name": "EthereumPoW", "symbol": "ETHW", "decimals": 18 }, "rpc": ["https://mainnet-http-rpc.camelark.com"], "faucets": [], "explorers": [ { "name": "CamelarkScan", "url": "https://scan.camelark.com", "standard": "EIP3091" } ], "infoURL": "https://www.camelark.com" } ================================================ FILE: _data/chains/eip155-2001.json ================================================ { "name": "Milkomeda C1 Mainnet", "chain": "milkAda", "icon": "milkomeda", "rpc": [ "https://rpc-mainnet-cardano-evm.c1.milkomeda.com", "wss://rpc-mainnet-cardano-evm.c1.milkomeda.com" ], "faucets": [], "nativeCurrency": { "name": "milkAda", "symbol": "mADA", "decimals": 18 }, "infoURL": "https://milkomeda.com", "shortName": "milkAda", "chainId": 2001, "networkId": 2001, "explorers": [ { "name": "Blockscout", "url": "https://explorer-mainnet-cardano-evm.c1.milkomeda.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-200101.json ================================================ { "name": "Milkomeda C1 Testnet", "chain": "milkTAda", "icon": "milkomeda", "rpc": [ "https://rpc-devnet-cardano-evm.c1.milkomeda.com", "wss://rpc-devnet-cardano-evm.c1.milkomeda.com" ], "faucets": [], "nativeCurrency": { "name": "milkTAda", "symbol": "mTAda", "decimals": 18 }, "infoURL": "https://milkomeda.com", "shortName": "milkTAda", "chainId": 200101, "networkId": 200101, "explorers": [ { "name": "Blockscout", "url": "https://explorer-devnet-cardano-evm.c1.milkomeda.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2002.json ================================================ { "name": "Milkomeda A1 Mainnet", "chain": "milkALGO", "icon": "milkomeda", "rpc": [ "https://rpc-mainnet-algorand-rollup.a1.milkomeda.com", "wss://rpc-mainnet-algorand-rollup.a1.milkomeda.com/ws" ], "faucets": [], "nativeCurrency": { "name": "milkALGO", "symbol": "mALGO", "decimals": 18 }, "infoURL": "https://milkomeda.com", "shortName": "milkALGO", "chainId": 2002, "networkId": 2002, "explorers": [ { "name": "Blockscout", "url": "https://explorer-mainnet-algorand-rollup.a1.milkomeda.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-200202.json ================================================ { "name": "Milkomeda A1 Testnet", "chain": "milkTAlgo", "icon": "milkomeda", "rpc": ["https://rpc-devnet-algorand-rollup.a1.milkomeda.com"], "faucets": [], "nativeCurrency": { "name": "milkTAlgo", "symbol": "mTAlgo", "decimals": 18 }, "infoURL": "https://milkomeda.com", "shortName": "milkTAlgo", "chainId": 200202, "networkId": 200202, "explorers": [ { "name": "Blockscout", "url": "https://explorer-devnet-algorand-rollup.a1.milkomeda.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-200625.json ================================================ { "name": "Akroma", "chain": "AKA", "rpc": ["https://remote.akroma.io"], "faucets": [], "nativeCurrency": { "name": "Akroma Ether", "symbol": "AKA", "decimals": 18 }, "infoURL": "https://akroma.io", "shortName": "aka", "chainId": 200625, "networkId": 200625, "slip44": 200625 } ================================================ FILE: _data/chains/eip155-2008.json ================================================ { "name": "CloudWalk Testnet", "chain": "CloudWalk Testnet", "rpc": [], "faucets": [], "nativeCurrency": { "name": "CloudWalk Native Token", "symbol": "CWN", "decimals": 18 }, "infoURL": "https://cloudwalk.io", "shortName": "cloudwalk_testnet", "chainId": 2008, "networkId": 2008, "explorers": [ { "name": "CloudWalk Testnet Explorer", "url": "https://explorer.testnet.cloudwalk.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2009.json ================================================ { "name": "CloudWalk Mainnet", "chain": "CloudWalk Mainnet", "rpc": [], "faucets": [], "nativeCurrency": { "name": "CloudWalk Native Token", "symbol": "CWN", "decimals": 18 }, "infoURL": "https://cloudwalk.io", "shortName": "cloudwalk_mainnet", "chainId": 2009, "networkId": 2009, "explorers": [ { "name": "CloudWalk Mainnet Explorer", "url": "https://explorer.mainnet.cloudwalk.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-201.json ================================================ { "name": "MOAC testnet", "chain": "MOAC", "rpc": ["https://gateway.moac.io/testnet"], "faucets": [], "nativeCurrency": { "name": "MOAC", "symbol": "mc", "decimals": 18 }, "infoURL": "https://moac.io", "shortName": "moactest", "chainId": 201, "networkId": 201, "explorers": [ { "name": "moac testnet explorer", "url": "https://testnet.moac.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-201018.json ================================================ { "name": "Alaya Mainnet", "chain": "Alaya", "rpc": [ "https://openapi.alaya.network/rpc", "wss://openapi.alaya.network/ws" ], "faucets": [], "nativeCurrency": { "name": "ATP", "symbol": "atp", "decimals": 18 }, "infoURL": "https://www.alaya.network/", "shortName": "alaya", "chainId": 201018, "networkId": 1, "icon": "alaya", "explorers": [ { "name": "alaya explorer", "url": "https://scan.alaya.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-201030.json ================================================ { "name": "Alaya Dev Testnet", "chain": "Alaya", "rpc": [ "https://devnetopenapi.alaya.network/rpc", "wss://devnetopenapi.alaya.network/ws" ], "faucets": [ "https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c" ], "nativeCurrency": { "name": "ATP", "symbol": "atp", "decimals": 18 }, "infoURL": "https://www.alaya.network/", "shortName": "alayadev", "chainId": 201030, "networkId": 1, "icon": "alaya", "explorers": [ { "name": "alaya explorer", "url": "https://devnetscan.alaya.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2016.json ================================================ { "name": "MainnetZ Mainnet", "chain": "NetZ", "icon": "mainnetz", "rpc": ["https://mainnet-rpc.mainnetz.io"], "faucets": ["https://faucet.mainnetz.io"], "nativeCurrency": { "name": "MainnetZ", "symbol": "NetZ", "decimals": 18 }, "infoURL": "https://mainnetz.io", "shortName": "NetZm", "chainId": 2016, "networkId": 2016, "explorers": [ { "name": "MainnetZ", "url": "https://explorer.mainnetz.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2018.json ================================================ { "name": "PublicMint Devnet", "title": "Public Mint Devnet", "chain": "PublicMint", "rpc": ["https://rpc.dev.publicmint.io:8545"], "faucets": [], "nativeCurrency": { "name": "USD", "symbol": "USD", "decimals": 18 }, "infoURL": "https://publicmint.com", "shortName": "pmint_dev", "chainId": 2018, "networkId": 2018, "slip44": 60, "explorers": [ { "name": "PublicMint Explorer", "url": "https://explorer.dev.publicmint.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-201804.json ================================================ { "name": "Mythical Chain", "chain": "MYTH", "rpc": ["https://chain-rpc.mythicalgames.com"], "faucets": [], "nativeCurrency": { "name": "Mythos", "symbol": "MYTH", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://mythicalgames.com/", "shortName": "myth", "chainId": 201804, "networkId": 201804, "icon": "mythical", "explorers": [ { "name": "Mythical Chain Explorer", "url": "https://explorer.mythicalgames.com", "icon": "mythical", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-20180430.json ================================================ { "name": "SmartMesh Mainnet", "chain": "Spectrum", "rpc": ["https://jsonapi1.smartmesh.cn"], "faucets": [], "nativeCurrency": { "name": "SmartMesh Native Token", "symbol": "SMT", "decimals": 18 }, "infoURL": "https://smartmesh.io", "shortName": "spectrum", "chainId": 20180430, "networkId": 1, "explorers": [ { "name": "spectrum", "url": "https://spectrum.pub", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-20181205.json ================================================ { "name": "quarkblockchain", "chain": "QKI", "rpc": ["https://hz.rpc.qkiscan.cn", "https://jp.rpc.qkiscan.io"], "faucets": [], "nativeCurrency": { "name": "quarkblockchain Native Token", "symbol": "QKI", "decimals": 18 }, "infoURL": "https://quarkblockchain.org/", "shortName": "qki", "chainId": 20181205, "networkId": 20181205 } ================================================ FILE: _data/chains/eip155-2019.json ================================================ { "name": "PublicMint Testnet", "title": "Public Mint Testnet", "chain": "PublicMint", "rpc": ["https://rpc.tst.publicmint.io:8545"], "faucets": [], "nativeCurrency": { "name": "USD", "symbol": "USD", "decimals": 18 }, "infoURL": "https://publicmint.com", "shortName": "pmint_test", "chainId": 2019, "networkId": 2019, "slip44": 60, "explorers": [ { "name": "PublicMint Explorer", "url": "https://explorer.tst.publicmint.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2020.json ================================================ { "name": "PublicMint Mainnet", "title": "Public Mint Mainnet", "chain": "PublicMint", "rpc": ["https://rpc.publicmint.io:8545"], "faucets": [], "nativeCurrency": { "name": "USD", "symbol": "USD", "decimals": 18 }, "infoURL": "https://publicmint.com", "shortName": "pmint", "chainId": 2020, "networkId": 2020, "slip44": 60, "explorers": [ { "name": "PublicMint Explorer", "url": "https://explorer.publicmint.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-20201022.json ================================================ { "name": "Pego Network", "chain": "PEGO", "rpc": [ "https://pegorpc.com", "https://node1.pegorpc.com", "https://node2.pegorpc.com", "https://node3.pegorpc.com" ], "faucets": [], "nativeCurrency": { "name": "Pego Native Token", "symbol": "PG", "decimals": 18 }, "infoURL": "https://pego.network", "shortName": "pg", "chainId": 20201022, "networkId": 20201022, "icon": "pego", "explorers": [ { "name": "Pego Network Explorer", "url": "https://scan.pego.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-202020.json ================================================ { "name": "Decimal Smart Chain Testnet", "chain": "tDSC", "rpc": ["https://testnet-val.decimalchain.com/web3/"], "faucets": [], "nativeCurrency": { "name": "Decimal", "symbol": "tDEL", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://decimalchain.com", "shortName": "tDSC", "chainId": 202020, "networkId": 202020, "icon": "dsc", "explorers": [ { "name": "DSC Explorer Testnet", "url": "https://testnet.explorer.decimalchain.com", "icon": "dsc", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2021.json ================================================ { "name": "Edgeware EdgeEVM Mainnet", "chain": "EDG", "icon": "edgeware", "rpc": [ "https://edgeware-evm.jelliedowl.net", "https://mainnet2.edgewa.re/evm", "https://mainnet3.edgewa.re/evm", "https://mainnet4.edgewa.re/evm", "https://mainnet5.edgewa.re/evm", "wss://edgeware.jelliedowl.net", "wss://mainnet2.edgewa.re", "wss://mainnet3.edgewa.re", "wss://mainnet4.edgewa.re", "wss://mainnet5.edgewa.re" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Edgeware", "symbol": "EDG", "decimals": 18 }, "infoURL": "https://edgeware.io", "shortName": "edg", "chainId": 2021, "networkId": 2021, "slip44": 523, "explorers": [ { "name": "Edgscan by Bharathcoorg", "url": "https://edgscan.live", "standard": "EIP3091" }, { "name": "Subscan", "url": "https://edgeware.subscan.io", "standard": "none", "icon": "subscan" } ] } ================================================ FILE: _data/chains/eip155-2021121117.json ================================================ { "name": "DataHopper", "chain": "HOP", "rpc": ["https://23.92.21.121:8545"], "faucets": [], "nativeCurrency": { "name": "DataHoppers", "symbol": "HOP", "decimals": 18 }, "infoURL": "https://www.DataHopper.com", "shortName": "hop", "chainId": 2021121117, "networkId": 2021121117 } ================================================ FILE: _data/chains/eip155-2022.json ================================================ { "name": "Beresheet BereEVM Testnet", "chain": "EDG", "rpc": [ "https://beresheet-evm.jelliedowl.net", "wss://beresheet.jelliedowl.net" ], "faucets": [], "nativeCurrency": { "name": "Testnet EDG", "symbol": "tEDG", "decimals": 18 }, "infoURL": "https://edgeware.io/build", "shortName": "edgt", "chainId": 2022, "networkId": 2022, "explorers": [ { "name": "Edgscan by Bharathcoorg", "url": "https://testnet.edgscan.live", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2023.json ================================================ { "name": "Taycan Testnet", "chain": "Taycan", "rpc": ["https://test-taycan.hupayx.io"], "faucets": ["https://ttaycan-faucet.hupayx.io/"], "nativeCurrency": { "name": "test-Shuffle", "symbol": "tSFL", "decimals": 18 }, "infoURL": "https://hupayx.io", "shortName": "taycan-testnet", "chainId": 2023, "networkId": 2023, "icon": "shuffle", "explorers": [ { "name": "Taycan Explorer(Blockscout)", "url": "https://evmscan-test.hupayx.io", "standard": "none", "icon": "shuffle" }, { "name": "Taycan Cosmos Explorer", "url": "https://cosmoscan-test.hupayx.io", "standard": "none", "icon": "shuffle" } ] } ================================================ FILE: _data/chains/eip155-2025.json ================================================ { "name": "Rangers Protocol Mainnet", "chain": "Rangers", "icon": "rangers", "rpc": ["https://mainnet.rangersprotocol.com/api/jsonrpc"], "faucets": [], "nativeCurrency": { "name": "Rangers Protocol Gas", "symbol": "RPG", "decimals": 18 }, "infoURL": "https://rangersprotocol.com", "shortName": "rpg", "chainId": 2025, "networkId": 2025, "slip44": 1008, "explorers": [ { "name": "rangersscan", "url": "https://scan.rangersprotocol.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-202624.json ================================================ { "name": "Jellie", "title": "Twala Testnet Jellie", "shortName": "twl-jellie", "chain": "ETH", "chainId": 202624, "networkId": 202624, "icon": "twala", "nativeCurrency": { "name": "Twala Coin", "symbol": "TWL", "decimals": 18 }, "rpc": ["https://jellie-rpc.twala.io/", "wss://jellie-rpc-wss.twala.io/"], "faucets": [], "infoURL": "https://twala.io/", "explorers": [ { "name": "Jellie Blockchain Explorer", "url": "https://jellie.twala.io", "standard": "EIP3091", "icon": "twala" } ] } ================================================ FILE: _data/chains/eip155-2043.json ================================================ { "name": "OriginTrail Parachain", "chain": "OTP", "rpc": [ "https://astrosat.origintrail.network", "wss://parachain-rpc.origin-trail.network" ], "faucets": [], "nativeCurrency": { "name": "OriginTrail Parachain Token", "symbol": "OTP", "decimals": 12 }, "infoURL": "https://parachain.origintrail.io", "shortName": "otp", "chainId": 2043, "networkId": 2043 } ================================================ FILE: _data/chains/eip155-2044.json ================================================ { "name": "Shrapnel Subnet", "chain": "shrapnel", "rpc": ["https://subnets.avax.network/shrapnel/mainnet/rpc"], "faucets": [], "nativeCurrency": { "name": "Shrapnel Gas Token", "symbol": "SHRAPG", "decimals": 18 }, "infoURL": "https://www.shrapnel.com/", "shortName": "Shrapnel", "chainId": 2044, "networkId": 2044 } ================================================ FILE: _data/chains/eip155-2046399126.json ================================================ { "name": "Europa SKALE Chain", "chain": "europa", "icon": "europa", "rpc": [ "https://mainnet.skalenodes.com/v1/elated-tan-skat", "wss://mainnet.skalenodes.com/v1/elated-tan-skat" ], "faucets": [ "https://ruby.exchange/faucet.html", "https://sfuel.mylilius.com/" ], "nativeCurrency": { "name": "sFUEL", "symbol": "sFUEL", "decimals": 18 }, "infoURL": "https://europahub.network/", "shortName": "europa", "chainId": 2046399126, "networkId": 2046399126, "explorers": [ { "name": "Blockscout", "url": "https://elated-tan-skat.explorer.mainnet.skalenodes.com", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [ { "url": "https://ruby.exchange/bridge.html" } ] } } ================================================ FILE: _data/chains/eip155-2047.json ================================================ { "name": "Stratos Testnet", "chain": "STOS", "rpc": ["https://web3-rpc-mesos.thestratos.org"], "faucets": [], "nativeCurrency": { "name": "STOS", "symbol": "STOS", "decimals": 18 }, "infoURL": "https://www.thestratos.org", "shortName": "stos-testnet", "chainId": 2047, "networkId": 2047, "explorers": [ { "name": "Stratos EVM Explorer (Blockscout)", "url": "https://web3-explorer-mesos.thestratos.org", "standard": "none" }, { "name": "Stratos Cosmos Explorer (BigDipper)", "url": "https://big-dipper-mesos.thestratos.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2048.json ================================================ { "name": "Stratos Mainnet", "chain": "STOS", "rpc": [], "faucets": [], "nativeCurrency": { "name": "STOS", "symbol": "STOS", "decimals": 18 }, "infoURL": "https://www.thestratos.org", "shortName": "stos-mainnet", "chainId": 2048, "networkId": 2048, "status": "incubating" } ================================================ FILE: _data/chains/eip155-20729.json ================================================ { "name": "Callisto Testnet", "chain": "CLO", "rpc": ["https://testnet-rpc.callisto.network/"], "faucets": ["https://faucet.callisto.network/"], "nativeCurrency": { "name": "Callisto", "symbol": "CLO", "decimals": 18 }, "infoURL": "https://callisto.network", "shortName": "CLOTestnet", "chainId": 20729, "networkId": 79 } ================================================ FILE: _data/chains/eip155-20736.json ================================================ { "name": "P12 Chain", "chain": "P12", "icon": "p12", "rpc": ["https://rpc-chain.p12.games"], "faucets": [], "nativeCurrency": { "name": "Hooked P2", "symbol": "hP2", "decimals": 18 }, "infoURL": "https://p12.network", "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "shortName": "p12", "chainId": 20736, "networkId": 20736, "explorers": [ { "name": "P12 Chain Explorer", "url": "https://explorer.p12.games", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2077.json ================================================ { "name": "Quokkacoin Mainnet", "chain": "Qkacoin", "rpc": ["https://rpc.qkacoin.org"], "faucets": [], "nativeCurrency": { "name": "Qkacoin", "symbol": "QKA", "decimals": 18 }, "infoURL": "https://qkacoin.org", "shortName": "QKA", "chainId": 2077, "networkId": 2077, "explorers": [ { "name": "blockscout", "url": "https://explorer.qkacoin.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-208.json ================================================ { "name": "Structx Mainnet", "chain": "utx", "rpc": ["https://mainnet.structx.io"], "faucets": [], "nativeCurrency": { "name": "Notes", "symbol": "utx", "decimals": 18 }, "infoURL": "https://structx.io", "shortName": "utx", "chainId": 208, "networkId": 208 } ================================================ FILE: _data/chains/eip155-2099156.json ================================================ { "name": "Plian Mainnet Main", "chain": "Plian", "rpc": ["https://mainnet.plian.io/pchain"], "faucets": [], "nativeCurrency": { "name": "Plian Token", "symbol": "PI", "decimals": 18 }, "infoURL": "https://plian.org/", "shortName": "plian-mainnet", "chainId": 2099156, "networkId": 2099156, "explorers": [ { "name": "piscan", "url": "https://piscan.plian.org/pchain", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-21.json ================================================ { "name": "Elastos Smart Chain Testnet", "chain": "ETH", "rpc": ["https://api-testnet.elastos.io/eth"], "faucets": ["https://esc-faucet.elastos.io/"], "nativeCurrency": { "name": "Elastos", "symbol": "tELA", "decimals": 18 }, "infoURL": "https://www.elastos.org/", "shortName": "esct", "chainId": 21, "networkId": 21, "explorers": [ { "name": "elastos esc explorer", "url": "https://esc-testnet.elastos.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-210.json ================================================ { "name": "Bitnet", "chain": "BTN", "icon": "bitnet", "rpc": ["https://rpc.bitnet.money", "https://rpc.btnscan.com"], "faucets": [], "nativeCurrency": { "name": "Bitnet", "symbol": "BTN", "decimals": 18 }, "infoURL": "https://bitnet.money", "shortName": "BTN", "chainId": 210, "networkId": 210, "explorers": [ { "name": "Bitnet Explorer", "url": "https://btnscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2100.json ================================================ { "name": "Ecoball Mainnet", "chain": "ECO", "rpc": ["https://api.ecoball.org/ecoball/"], "faucets": [], "nativeCurrency": { "name": "Ecoball Coin", "symbol": "ECO", "decimals": 18 }, "infoURL": "https://ecoball.org", "shortName": "eco", "chainId": 2100, "networkId": 2100, "explorers": [ { "name": "Ecoball Explorer", "url": "https://scan.ecoball.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2101.json ================================================ { "name": "Ecoball Testnet Espuma", "chain": "ECO", "rpc": ["https://api.ecoball.org/espuma/"], "faucets": [], "nativeCurrency": { "name": "Espuma Coin", "symbol": "ECO", "decimals": 18 }, "infoURL": "https://ecoball.org", "shortName": "esp", "chainId": 2101, "networkId": 2101, "explorers": [ { "name": "Ecoball Testnet Explorer", "url": "https://espuma-scan.ecoball.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-210425.json ================================================ { "name": "PlatON Mainnet", "chain": "PlatON", "rpc": [ "https://openapi2.platon.network/rpc", "wss://openapi2.platon.network/ws" ], "faucets": [], "nativeCurrency": { "name": "LAT", "symbol": "lat", "decimals": 18 }, "infoURL": "https://www.platon.network", "shortName": "platon", "chainId": 210425, "networkId": 1, "icon": "platon", "explorers": [ { "name": "PlatON explorer", "url": "https://scan.platon.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2109.json ================================================ { "name": "Exosama Network", "chain": "EXN", "rpc": ["https://rpc.exosama.com", "wss://rpc.exosama.com"], "faucets": [], "nativeCurrency": { "name": "Sama Token", "symbol": "SAMA", "decimals": 18 }, "infoURL": "https://moonsama.com", "shortName": "exn", "chainId": 2109, "networkId": 2109, "slip44": 2109, "icon": "exn", "explorers": [ { "name": "blockscout", "url": "https://explorer.exosama.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-211.json ================================================ { "name": "Freight Trust Network", "chain": "EDI", "rpc": [ "http://13.57.207.168:3435", "https://app.freighttrust.net/ftn/${API_KEY}" ], "faucets": ["http://faucet.freight.sh"], "nativeCurrency": { "name": "Freight Trust Native", "symbol": "0xF", "decimals": 18 }, "infoURL": "https://freighttrust.com", "shortName": "EDI", "chainId": 211, "networkId": 0 } ================================================ FILE: _data/chains/eip155-212.json ================================================ { "name": "MAP Makalu", "title": "MAP Testnet Makalu", "chain": "MAP", "rpc": ["https://testnet-rpc.maplabs.io"], "faucets": ["https://faucet.maplabs.io"], "nativeCurrency": { "name": "Makalu MAP", "symbol": "MAP", "decimals": 18 }, "infoURL": "https://maplabs.io", "shortName": "makalu", "chainId": 212, "networkId": 212, "explorers": [ { "name": "mapscan", "url": "https://testnet.mapscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2122.json ================================================ { "name": "Metaplayerone Mainnet", "chain": "METAD", "icon": "metad", "rpc": ["https://rpc.metaplayer.one/"], "faucets": [], "nativeCurrency": { "name": "METAD", "symbol": "METAD", "decimals": 18 }, "infoURL": "https://docs.metaplayer.one/", "shortName": "Metad", "chainId": 2122, "networkId": 2122, "explorers": [ { "name": "Metad Scan", "url": "https://scan.metaplayer.one", "icon": "metad", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2124.json ================================================ { "name": "Metaplayerone Dubai Testnet", "chain": "MP1 Dubai-Testnet", "rpc": ["https://rpc-dubai.mp1network.com/"], "faucets": [], "nativeCurrency": { "name": "Metaunit", "symbol": "MEU", "decimals": 18 }, "infoURL": "https://docs.metaplayer.one/", "shortName": "MEU", "chainId": 2124, "networkId": 2124, "explorers": [ { "name": "MP1Scan", "url": "https://dubai.mp1scan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-21337.json ================================================ { "name": "CENNZnet Azalea", "chain": "CENNZnet", "rpc": ["https://cennznet.unfrastructure.io/public"], "faucets": [], "nativeCurrency": { "name": "CPAY", "symbol": "CPAY", "decimals": 18 }, "infoURL": "https://cennz.net", "shortName": "cennz-a", "chainId": 21337, "networkId": 21337, "icon": "cennz", "explorers": [ { "name": "UNcover", "url": "https://uncoverexplorer.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2138.json ================================================ { "name": "Defi Oracle Meta Testnet", "chain": "dfiometatest", "icon": "defioraclemeta", "rpc": [ "https://rpc.public-2138.defi-oracle.io", "wss://rpc.public-2138.defi-oracle.io" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "testEther", "symbol": "tETH", "decimals": 18 }, "infoURL": "https://defi-oracle.io/", "shortName": "dfio-meta-test", "chainId": 2138, "networkId": 21, "slip44": 60, "ens": { "registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85" }, "explorers": [ { "name": "Quorum Explorer", "url": "https://public-2138.defi-oracle.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2151.json ================================================ { "name": "BOSagora Mainnet", "chain": "ETH", "rpc": ["https://mainnet.bosagora.org", "https://rpc.bosagora.org"], "faucets": [], "nativeCurrency": { "name": "BOSAGORA", "symbol": "BOA", "decimals": 18 }, "infoURL": "https://docs.bosagora.org", "shortName": "boa", "chainId": 2151, "networkId": 2151, "icon": "agora", "explorers": [ { "name": "BOASCAN", "url": "https://boascan.io", "icon": "agora", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2152.json ================================================ { "name": "Findora Mainnet", "chain": "Findora", "rpc": ["https://rpc-mainnet.findora.org"], "faucets": [], "nativeCurrency": { "name": "FRA", "symbol": "FRA", "decimals": 18 }, "infoURL": "https://findora.org/", "shortName": "fra", "chainId": 2152, "networkId": 2152, "explorers": [ { "name": "findorascan", "url": "https://evm.findorascan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2153.json ================================================ { "name": "Findora Testnet", "chain": "Testnet-anvil", "rpc": ["https://prod-testnet.prod.findora.org:8545/"], "faucets": [], "nativeCurrency": { "name": "FRA", "symbol": "FRA", "decimals": 18 }, "infoURL": "https://findora.org/", "shortName": "findora-testnet", "chainId": 2153, "networkId": 2153, "explorers": [ { "name": "findorascan", "url": "https://testnet-anvil.evm.findorascan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2154.json ================================================ { "name": "Findora Forge", "chain": "Testnet-forge", "rpc": ["https://prod-forge.prod.findora.org:8545/"], "faucets": [], "nativeCurrency": { "name": "FRA", "symbol": "FRA", "decimals": 18 }, "infoURL": "https://findora.org/", "shortName": "findora-forge", "chainId": 2154, "networkId": 2154, "explorers": [ { "name": "findorascan", "url": "https://testnet-forge.evm.findorascan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-217.json ================================================ { "name": "SiriusNet V2", "chain": "SIN2", "faucets": [], "rpc": ["https://rpc2.siriusnet.io"], "icon": "siriusnet", "nativeCurrency": { "name": "MCD", "symbol": "MCD", "decimals": 18 }, "infoURL": "https://siriusnet.io", "shortName": "SIN2", "chainId": 217, "networkId": 217, "explorers": [ { "name": "siriusnet explorer", "url": "https://scan.siriusnet.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-218.json ================================================ { "name": "SoterOne Mainnet old", "chain": "SOTER", "rpc": ["https://rpc.soter.one"], "faucets": [], "nativeCurrency": { "name": "SoterOne Mainnet Ether", "symbol": "SOTER", "decimals": 18 }, "infoURL": "https://www.soterone.com", "shortName": "SO1-old", "chainId": 218, "networkId": 218, "status": "deprecated" } ================================================ FILE: _data/chains/eip155-21816.json ================================================ { "name": "omChain Mainnet", "chain": "OML", "icon": "omlira", "rpc": ["https://seed.omchain.io"], "faucets": [], "nativeCurrency": { "name": "omChain", "symbol": "OMC", "decimals": 18 }, "infoURL": "https://omchain.io", "shortName": "omc", "chainId": 21816, "networkId": 21816, "explorers": [ { "name": "omChain Explorer", "url": "https://explorer.omchain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2199.json ================================================ { "name": "Moonsama Network", "chain": "MSN", "rpc": ["https://rpc.moonsama.com", "wss://rpc.moonsama.com/ws"], "faucets": ["https://multiverse.moonsama.com/faucet"], "nativeCurrency": { "name": "Sama Token", "symbol": "SAMA", "decimals": 18 }, "infoURL": "https://moonsama.com", "shortName": "msn", "chainId": 2199, "networkId": 2199, "slip44": 2199, "icon": "msn", "explorers": [ { "name": "blockscout", "url": "https://explorer.moonsama.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-22.json ================================================ { "name": "ELA-DID-Sidechain Mainnet", "chain": "ETH", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Elastos", "symbol": "ELA", "decimals": 18 }, "infoURL": "https://www.elastos.org/", "shortName": "eladid", "chainId": 22, "networkId": 22 } ================================================ FILE: _data/chains/eip155-2202.json ================================================ { "name": "Antofy Mainnet", "chain": "ABN", "icon": "antofy", "rpc": ["https://rpc.antofy.io"], "faucets": ["https://faucet.antofy.io"], "nativeCurrency": { "name": "Antofy", "symbol": "ABN", "decimals": 18 }, "infoURL": "https://antofy.io", "shortName": "ABNm", "chainId": 2202, "networkId": 2202, "explorers": [ { "name": "Antofy Mainnet", "url": "https://antofyscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-22023.json ================================================ { "name": "Taycan", "chain": "Taycan", "rpc": ["https://taycan-rpc.hupayx.io:8545"], "faucets": [], "nativeCurrency": { "name": "shuffle", "symbol": "SFL", "decimals": 18 }, "infoURL": "https://hupayx.io", "shortName": "SFL", "chainId": 22023, "networkId": 22023, "icon": "shuffle", "explorers": [ { "name": "Taycan Explorer(Blockscout)", "url": "https://taycan-evmscan.hupayx.io", "standard": "none", "icon": "shuffle" }, { "name": "Taycan Cosmos Explorer(BigDipper)", "url": "https://taycan-cosmoscan.hupayx.io", "standard": "none", "icon": "shuffle" } ] } ================================================ FILE: _data/chains/eip155-2203.json ================================================ { "name": "Bitcoin EVM", "chain": "Bitcoin EVM", "rpc": ["https://connect.bitcoinevm.com"], "faucets": [], "nativeCurrency": { "name": "Bitcoin", "symbol": "BTC", "decimals": 18 }, "infoURL": "https://bitcoinevm.com", "shortName": "BTC", "chainId": 2203, "networkId": 2203, "icon": "ebtc", "explorers": [ { "name": "Explorer", "url": "https://explorer.bitcoinevm.com", "icon": "ebtc", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-220315.json ================================================ { "name": "Mas Mainnet", "chain": "MAS", "rpc": ["http://node.masnet.ai:8545"], "faucets": [], "nativeCurrency": { "name": "Master Bank", "symbol": "MAS", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://masterbank.org", "shortName": "mas", "chainId": 220315, "networkId": 220315, "icon": "mas", "explorers": [ { "name": "explorer masnet", "url": "https://explorer.masnet.ai", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2203181.json ================================================ { "name": "PlatON Dev Testnet Deprecated", "chain": "PlatON", "rpc": [ "https://devnetopenapi2.platon.network/rpc", "wss://devnetopenapi2.platon.network/ws" ], "faucets": ["https://devnet2faucet.platon.network/faucet"], "nativeCurrency": { "name": "LAT", "symbol": "lat", "decimals": 18 }, "infoURL": "https://www.platon.network", "shortName": "platondev", "chainId": 2203181, "networkId": 1, "icon": "platon", "status": "deprecated", "explorers": [ { "name": "PlatON explorer", "url": "https://devnetscan.platon.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-22040.json ================================================ { "name": "AirDAO Testnet", "chain": "ambnet-test", "icon": "airdao", "rpc": ["https://network.ambrosus-test.io"], "faucets": [], "nativeCurrency": { "name": "Amber", "symbol": "AMB", "decimals": 18 }, "infoURL": "https://testnet.airdao.io", "shortName": "airdao-test", "chainId": 22040, "networkId": 22040, "explorers": [ { "name": "AirDAO Network Explorer", "url": "https://testnet.airdao.io/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-22052002.json ================================================ { "name": "Excelon Mainnet", "chain": "XLON", "icon": "xlon", "rpc": ["https://edgewallet1.xlon.org/"], "faucets": [], "nativeCurrency": { "name": "Excelon", "symbol": "xlon", "decimals": 18 }, "infoURL": "https://xlon.org", "shortName": "xlon", "chainId": 22052002, "networkId": 22052002, "explorers": [ { "name": "Excelon explorer", "url": "https://explorer.excelon.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2206132.json ================================================ { "name": "PlatON Dev Testnet2", "chain": "PlatON", "rpc": [ "https://devnet2openapi.platon.network/rpc", "wss://devnet2openapi.platon.network/ws" ], "faucets": ["https://devnet2faucet.platon.network/faucet"], "nativeCurrency": { "name": "LAT", "symbol": "lat", "decimals": 18 }, "infoURL": "https://www.platon.network", "shortName": "platondev2", "chainId": 2206132, "networkId": 1, "icon": "platon", "explorers": [ { "name": "PlatON explorer", "url": "https://devnet2scan.platon.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-221230.json ================================================ { "name": "Reapchain Mainnet", "chain": "REAP", "rpc": ["https://rpc.reapchain.org"], "faucets": [], "nativeCurrency": { "name": "Reap", "symbol": "REAP", "decimals": 18 }, "features": [], "infoURL": "https://reapchain.com", "shortName": "reap", "chainId": 221230, "networkId": 221230, "icon": "reapchain", "explorers": [ { "name": "Reapchain Dashboard", "url": "https://dashboard.reapchain.org", "icon": "reapchain", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-221231.json ================================================ { "name": "Reapchain Testnet", "chain": "REAP", "rpc": ["https://test-rpc.reapchain.org"], "faucets": ["http://faucet.reapchain.com"], "nativeCurrency": { "name": "test-Reap", "symbol": "tREAP", "decimals": 18 }, "features": [], "infoURL": "https://reapchain.com", "shortName": "reap-testnet", "chainId": 221231, "networkId": 221231, "icon": "reapchain", "explorers": [ { "name": "Reapchain Testnet Dashboard", "url": "https://test-dashboard.reapchain.org", "icon": "reapchain", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2213.json ================================================ { "name": "Evanesco Mainnet", "chain": "EVA", "rpc": ["https://seed4.evanesco.org:8546"], "faucets": [], "nativeCurrency": { "name": "EVA", "symbol": "EVA", "decimals": 18 }, "infoURL": "https://evanesco.org/", "shortName": "evanesco", "chainId": 2213, "networkId": 2213, "icon": "evanesco", "explorers": [ { "name": "Evanesco Explorer", "url": "https://explorer.evanesco.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-222.json ================================================ { "name": "Permission", "chain": "ASK", "rpc": ["https://blockchain-api-mainnet.permission.io/rpc"], "faucets": [], "nativeCurrency": { "name": "ASK", "symbol": "ASK", "decimals": 18 }, "infoURL": "https://permission.io/", "shortName": "ASK", "chainId": 222, "networkId": 2221, "slip44": 2221, "status": "deprecated" } ================================================ FILE: _data/chains/eip155-222000222.json ================================================ { "name": "Kanazawa", "title": "Meld Testnet Kanazawa", "chain": "Kanazawa", "rpc": ["https://subnets.avax.network/meld/testnet/rpc"], "faucets": [], "features": [], "nativeCurrency": { "name": "gMeld", "symbol": "gMELD", "decimals": 18 }, "icon": "meld", "infoURL": "https://meld.com", "shortName": "kanazawa", "chainId": 222000222, "networkId": 222000222, "explorers": [ { "name": "explorer", "url": "https://subnets-test.avax.network/meld", "icon": "meld", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2221.json ================================================ { "name": "Kava EVM Testnet", "chain": "KAVA", "rpc": ["https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io"], "faucets": ["https://faucet.kava.io"], "nativeCurrency": { "name": "TKava", "symbol": "TKAVA", "decimals": 18 }, "infoURL": "https://www.kava.io", "shortName": "tkava", "chainId": 2221, "networkId": 2221, "icon": "kava", "explorers": [ { "name": "Kava Testnet Explorer", "url": "https://explorer.testnet.kava.io", "standard": "EIP3091", "icon": "kava" } ] } ================================================ FILE: _data/chains/eip155-2222.json ================================================ { "name": "Kava EVM", "chain": "KAVA", "rpc": [ "https://evm.kava.io", "https://evm2.kava.io", "wss://wevm.kava.io", "wss://wevm2.kava.io", "https://kava-evm.publicnode.com" ], "faucets": [], "nativeCurrency": { "name": "Kava", "symbol": "KAVA", "decimals": 18 }, "infoURL": "https://www.kava.io", "shortName": "kava", "chainId": 2222, "networkId": 2222, "icon": "kava", "explorers": [ { "name": "Kava EVM Explorer", "url": "https://explorer.kava.io", "standard": "EIP3091", "icon": "kava" } ] } ================================================ FILE: _data/chains/eip155-2223.json ================================================ { "name": "VChain Mainnet", "chain": "VChain", "rpc": ["https://bc.vcex.xyz"], "faucets": [], "nativeCurrency": { "name": "VNDT", "symbol": "VNDT", "decimals": 18 }, "infoURL": "https://bo.vcex.xyz/", "shortName": "VChain", "chainId": 2223, "networkId": 2223, "explorers": [ { "name": "VChain Scan", "url": "https://scan.vcex.xyz", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-224168.json ================================================ { "name": "Taf ECO Chain Mainnet", "chain": "Taf ECO Chain", "icon": "taf", "rpc": ["https://mainnet.tafchain.com/v1"], "faucets": [], "nativeCurrency": { "name": "Taf ECO Chain Mainnet", "symbol": "TAFECO", "decimals": 18 }, "infoURL": "https://www.tafchain.com", "shortName": "TAFECO", "chainId": 224168, "networkId": 224168, "explorers": [ { "name": "Taf ECO Chain Mainnet", "url": "https://ecoscan.tafchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-225.json ================================================ { "name": "LACHAIN Mainnet", "chain": "LA", "icon": "lachain", "rpc": ["https://rpc-mainnet.lachain.io"], "faucets": [], "nativeCurrency": { "name": "LA", "symbol": "LA", "decimals": 18 }, "infoURL": "https://lachain.io", "shortName": "LA", "chainId": 225, "networkId": 225, "explorers": [ { "name": "blockscout", "url": "https://scan.lachain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-226.json ================================================ { "name": "LACHAIN Testnet", "chain": "TLA", "icon": "lachain", "rpc": ["https://rpc-testnet.lachain.io"], "faucets": [], "nativeCurrency": { "name": "TLA", "symbol": "TLA", "decimals": 18 }, "infoURL": "https://lachain.io", "shortName": "TLA", "chainId": 226, "networkId": 226, "explorers": [ { "name": "blockscout", "url": "https://scan-test.lachain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-22776.json ================================================ { "name": "MAP Mainnet", "chain": "MAP", "icon": "map", "rpc": ["https://rpc.maplabs.io"], "faucets": [], "nativeCurrency": { "name": "MAP", "symbol": "MAP", "decimals": 18 }, "infoURL": "https://maplabs.io", "shortName": "map", "chainId": 22776, "networkId": 22776, "slip44": 60, "explorers": [ { "name": "mapscan", "url": "https://mapscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-23.json ================================================ { "name": "ELA-DID-Sidechain Testnet", "chain": "ETH", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Elastos", "symbol": "tELA", "decimals": 18 }, "infoURL": "https://elaeth.io/", "shortName": "eladidt", "chainId": 23, "networkId": 23 } ================================================ FILE: _data/chains/eip155-230.json ================================================ { "name": "SwapDEX", "chain": "SDX", "rpc": ["https://rpc.swapdex.network", "wss://ss.swapdex.network"], "faucets": [], "nativeCurrency": { "name": "SwapDEX", "symbol": "SDX", "decimals": 18 }, "infoURL": "https://swapdex.network/", "shortName": "SDX", "chainId": 230, "networkId": 230, "explorers": [ { "name": "SwapDEX", "url": "https://evm.swapdex.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2300.json ================================================ { "name": "BOMB Chain", "chain": "BOMB", "rpc": ["https://rpc.bombchain.com"], "faucets": [], "nativeCurrency": { "name": "BOMB Token", "symbol": "BOMB", "decimals": 18 }, "infoURL": "https://www.bombchain.com", "shortName": "bomb", "chainId": 2300, "networkId": 2300, "icon": "bomb", "explorers": [ { "name": "bombscan", "icon": "bomb", "url": "https://bombscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-23006.json ================================================ { "name": "Antofy Testnet", "chain": "ABN", "icon": "antofy", "rpc": ["https://testnet-rpc.antofy.io"], "faucets": ["https://faucet.antofy.io"], "nativeCurrency": { "name": "Antofy", "symbol": "ABN", "decimals": 18 }, "infoURL": "https://antofy.io", "shortName": "ABNt", "chainId": 23006, "networkId": 23006, "explorers": [ { "name": "Antofy Testnet", "url": "https://test.antofyscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-230315.json ================================================ { "name": "HashKey Chain Testnet", "chain": "HashKey", "rpc": ["https://testnet.hashkeychain/rpc"], "faucets": ["https://testnet.hashkeychain/faucet"], "nativeCurrency": { "name": "HashKey Token", "symbol": "tHSK", "decimals": 18 }, "infoURL": "https://www.hashkey.com", "shortName": "hsktest", "chainId": 230315, "networkId": 230315, "icon": "hsk", "explorers": [ { "name": "HashKey Chain Testnet Explorer", "url": "https://testnet.hashkeyscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2309.json ================================================ { "name": "Arevia", "chain": "Arevia", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Arev", "symbol": "ARÉV", "decimals": 18 }, "infoURL": "", "shortName": "arevia", "chainId": 2309, "networkId": 2309, "explorers": [], "status": "incubating" } ================================================ FILE: _data/chains/eip155-23118.json ================================================ { "name": "Opside Testnet", "chain": "Opside", "rpc": ["https://testrpc.opside.network"], "faucets": ["https://faucet.opside.network"], "nativeCurrency": { "name": "IDE", "symbol": "IDE", "decimals": 18 }, "infoURL": "https://opside.network", "shortName": "opside", "chainId": 23118, "networkId": 23118, "icon": "opside", "explorers": [ { "name": "opsideInfo", "url": "https://opside.info", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2323.json ================================================ { "name": "SOMA Network Testnet", "chain": "SOMA", "rpc": ["https://data-testnet-v1.somanetwork.io/"], "faucets": ["https://faucet.somanetwork.io"], "nativeCurrency": { "name": "SMA", "symbol": "tSMA", "decimals": 18 }, "infoURL": "https://somanetwork.io", "shortName": "sma", "chainId": 2323, "networkId": 2323, "icon": "soma", "explorers": [ { "name": "SOMA Testnet Explorer", "icon": "soma", "url": "https://testnet.somascan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-23294.json ================================================ { "name": "Oasis Sapphire", "chain": "Sapphire", "icon": "oasis", "rpc": ["https://sapphire.oasis.io", "wss://sapphire.oasis.io/ws"], "faucets": [], "nativeCurrency": { "name": "Sapphire Rose", "symbol": "ROSE", "decimals": 18 }, "infoURL": "https://docs.oasis.io/dapp/sapphire", "shortName": "sapphire", "chainId": 23294, "networkId": 23294, "explorers": [ { "name": "Oasis Sapphire Explorer", "url": "https://explorer.sapphire.oasis.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-23295.json ================================================ { "name": "Oasis Sapphire Testnet", "chain": "Sapphire", "icon": "oasis", "rpc": [ "https://testnet.sapphire.oasis.dev", "wss://testnet.sapphire.oasis.dev/ws" ], "faucets": [], "nativeCurrency": { "name": "Sapphire Test Rose", "symbol": "TEST", "decimals": 18 }, "infoURL": "https://docs.oasis.io/dapp/sapphire", "shortName": "sapphire-testnet", "chainId": 23295, "networkId": 23295, "explorers": [ { "name": "Oasis Sapphire Testnet Explorer", "url": "https://testnet.explorer.sapphire.oasis.dev", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2330.json ================================================ { "name": "Altcoinchain", "chain": "mainnet", "rpc": ["https://rpc0.altcoinchain.org/rpc"], "faucets": [], "nativeCurrency": { "name": "Altcoin", "symbol": "ALT", "decimals": 18 }, "infoURL": "https://altcoinchain.org", "shortName": "alt", "chainId": 2330, "networkId": 2330, "icon": "altcoinchain", "status": "active", "explorers": [ { "name": "expedition", "url": "http://expedition.altcoinchain.org", "icon": "altcoinchain", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2332.json ================================================ { "name": "SOMA Network Mainnet", "chain": "SOMA", "rpc": ["https://data-mainnet-v1.somanetwork.io/"], "faucets": ["https://airdrop.somanetwork.io"], "nativeCurrency": { "name": "Soma Native Token", "symbol": "SMA", "decimals": 18 }, "infoURL": "https://somanetwork.io", "shortName": "smam", "chainId": 2332, "networkId": 2332, "icon": "soma", "status": "incubating", "explorers": [ { "name": "SOMA Explorer Mainnet", "icon": "soma", "url": "https://somascan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-234666.json ================================================ { "name": "Haymo Testnet", "chain": "tHYM", "rpc": ["https://testnet1.haymo.network"], "faucets": [], "nativeCurrency": { "name": "HAYMO", "symbol": "HYM", "decimals": 18 }, "infoURL": "https://haymoswap.web.app/", "shortName": "hym", "chainId": 234666, "networkId": 234666 } ================================================ FILE: _data/chains/eip155-2357.json ================================================ { "name": "(deprecated) Kroma Sepolia", "title": "(deprecated) Kroma Testnet Sepolia", "chainId": 2357, "shortName": "deprecated-kroma-sepolia", "chain": "ETH", "networkId": 2357, "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "rpc": ["https://api.sepolia-deprecated.kroma.network"], "faucets": [], "infoURL": "https://kroma.network", "icon": "kroma", "explorers": [ { "name": "blockscout", "url": "https://blockscout.sepolia-deprecated.kroma.network", "icon": "kroma", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://kroma.network/bridge" }] }, "status": "deprecated" } ================================================ FILE: _data/chains/eip155-2358.json ================================================ { "name": "Kroma Sepolia", "title": "Kroma Testnet Sepolia", "chainId": 2358, "shortName": "kroma-sepolia", "chain": "ETH", "networkId": 2358, "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "rpc": ["https://api.sepolia.kroma.network"], "faucets": [], "infoURL": "https://kroma.network", "icon": "kroma", "explorers": [ { "name": "blockscout", "url": "https://blockscout.sepolia.kroma.network", "icon": "kroma", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://kroma.network/bridge" }] } } ================================================ FILE: _data/chains/eip155-236.json ================================================ { "name": "Deamchain Testnet", "chain": "Deamchain", "icon": "deam", "rpc": ["https://testnet.deamchain.com"], "faucets": ["https://faucet.deamchain.com"], "nativeCurrency": { "name": "Deamchain Native Token", "symbol": "DEAM", "decimals": 18 }, "infoURL": "https://deamchain.com", "shortName": "deamtest", "chainId": 236, "networkId": 236, "explorers": [ { "name": "Deamchain Testnet Explorer", "url": "https://testnet-scan.deamchain.com", "standard": "EIP3091", "icon": "deam" } ] } ================================================ FILE: _data/chains/eip155-2399.json ================================================ { "name": "BOMB Chain Testnet", "chain": "BOMB", "rpc": ["https://bombchain-testnet.ankr.com/bas_full_rpc_1"], "faucets": ["https://faucet.bombchain-testnet.ankr.com/"], "nativeCurrency": { "name": "BOMB Token", "symbol": "tBOMB", "decimals": 18 }, "infoURL": "https://www.bombmoney.com", "shortName": "bombt", "chainId": 2399, "networkId": 2399, "icon": "bomb", "explorers": [ { "name": "bombscan-testnet", "icon": "bomb", "url": "https://explorer.bombchain-testnet.ankr.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-24.json ================================================ { "name": "KardiaChain Mainnet", "chain": "KAI", "icon": "kardiachain", "rpc": ["https://rpc.kardiachain.io"], "faucets": [], "nativeCurrency": { "name": "KardiaChain", "symbol": "KAI", "decimals": 18 }, "infoURL": "https://kardiachain.io", "shortName": "kardiachain", "chainId": 24, "networkId": 0, "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-2400.json ================================================ { "name": "TCG Verse Mainnet", "chain": "TCG Verse", "icon": "tcg_verse", "rpc": ["https://rpc.tcgverse.xyz"], "faucets": [], "nativeCurrency": { "name": "OAS", "symbol": "OAS", "decimals": 18 }, "infoURL": "https://tcgverse.xyz/", "shortName": "TCGV", "chainId": 2400, "networkId": 2400, "explorers": [ { "name": "TCG Verse Explorer", "url": "https://explorer.tcgverse.xyz", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-248" } } ================================================ FILE: _data/chains/eip155-2415.json ================================================ { "name": "XODEX", "chain": "XODEX", "rpc": ["https://mainnet.xo-dex.com/rpc", "https://xo-dex.io"], "faucets": [], "nativeCurrency": { "name": "XODEX Native Token", "symbol": "XODEX", "decimals": 18 }, "infoURL": "https://xo-dex.com", "shortName": "xodex", "chainId": 2415, "networkId": 10, "icon": "xodex", "explorers": [ { "name": "XODEX Explorer", "url": "https://explorer.xo-dex.com", "standard": "EIP3091", "icon": "xodex" } ] } ================================================ FILE: _data/chains/eip155-242.json ================================================ { "name": "Plinga Mainnet", "chain": "Plinga", "icon": "plinga", "rpc": [ "https://rpcurl.mainnet.plgchain.com", "https://rpcurl.plgchain.blockchain.evmnode.online", "https://rpcurl.mainnet.plgchain.plinga.technology" ], "faucets": [], "nativeCurrency": { "name": "Plinga", "symbol": "PLINGA", "decimals": 18 }, "infoURL": "https://www.plinga.technology/", "shortName": "plgchain", "chainId": 242, "networkId": 242, "explorers": [ { "name": "plgscan", "url": "https://www.plgscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-24484.json ================================================ { "name": "Webchain", "chain": "WEB", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Webchain Ether", "symbol": "WEB", "decimals": 18 }, "infoURL": "https://webchain.network", "shortName": "web", "chainId": 24484, "networkId": 37129, "slip44": 227 } ================================================ FILE: _data/chains/eip155-245022926.json ================================================ { "name": "Neon EVM DevNet", "chain": "Solana", "rpc": ["https://devnet.neonevm.org"], "faucets": ["https://neonfaucet.org"], "icon": "neon", "nativeCurrency": { "name": "Neon", "symbol": "NEON", "decimals": 18 }, "infoURL": "https://neon-labs.org", "shortName": "neonevm-devnet", "chainId": 245022926, "networkId": 245022926, "explorers": [ { "name": "native", "url": "https://devnet.explorer.neon-labs.org", "standard": "EIP3091" }, { "name": "neonscan", "url": "https://devnet.neonscan.org", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://neon-devnet.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-245022934.json ================================================ { "name": "Neon EVM MainNet", "chain": "Solana", "rpc": [], "faucets": [], "icon": "neon", "nativeCurrency": { "name": "Neon", "symbol": "NEON", "decimals": 18 }, "infoURL": "https://neonevm.org", "shortName": "neonevm-mainnet", "chainId": 245022934, "networkId": 245022934, "explorers": [ { "name": "neonscan", "url": "https://neonscan.org", "standard": "EIP3091" }, { "name": "native", "url": "https://neon.blockscout.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-245022940.json ================================================ { "name": "Neon EVM TestNet", "chain": "Solana", "rpc": ["https://testnet.neonevm.org"], "faucets": [], "icon": "neon", "nativeCurrency": { "name": "Neon", "symbol": "NEON", "decimals": 18 }, "infoURL": "https://neon-labs.org", "shortName": "neonevm-testnet", "chainId": 245022940, "networkId": 245022940, "explorers": [ { "name": "native", "url": "https://testnet.explorer.neon-labs.org", "standard": "EIP3091" }, { "name": "neonscan", "url": "https://testnet.neonscan.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-246.json ================================================ { "name": "Energy Web Chain", "chain": "Energy Web Chain", "rpc": ["https://rpc.energyweb.org", "wss://rpc.energyweb.org/ws"], "faucets": [ "https://faucet.carbonswap.exchange", "https://free-online-app.com/faucet-for-eth-evm-chains/" ], "nativeCurrency": { "name": "Energy Web Token", "symbol": "EWT", "decimals": 18 }, "infoURL": "https://energyweb.org", "shortName": "ewt", "chainId": 246, "networkId": 246, "slip44": 246, "explorers": [ { "name": "blockscout", "url": "https://explorer.energyweb.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-246529.json ================================================ { "name": "ARTIS sigma1", "chain": "ARTIS", "rpc": ["https://rpc.sigma1.artis.network"], "faucets": [], "nativeCurrency": { "name": "ARTIS sigma1 Ether", "symbol": "ATS", "decimals": 18 }, "infoURL": "https://artis.eco", "shortName": "ats", "chainId": 246529, "networkId": 246529, "slip44": 246529 } ================================================ FILE: _data/chains/eip155-246785.json ================================================ { "name": "ARTIS Testnet tau1", "chain": "ARTIS", "rpc": ["https://rpc.tau1.artis.network"], "faucets": [], "nativeCurrency": { "name": "ARTIS tau1 Ether", "symbol": "tATS", "decimals": 18 }, "infoURL": "https://artis.network", "shortName": "atstau", "chainId": 246785, "networkId": 246785 } ================================================ FILE: _data/chains/eip155-247253.json ================================================ { "name": "Saakuru Testnet", "chain": "Saakuru", "icon": "saakuru", "rpc": ["https://rpc-testnet.saakuru.network"], "faucets": [], "nativeCurrency": { "name": "OAS", "symbol": "OAS", "decimals": 18 }, "infoURL": "https://saakuru.network", "shortName": "saakuru-testnet", "chainId": 247253, "networkId": 247253, "explorers": [ { "name": "saakuru-explorer-testnet", "url": "https://explorer-testnet.saakuru.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-24734.json ================================================ { "name": "MintMe.com Coin", "chain": "MINTME", "rpc": ["https://node1.mintme.com"], "faucets": [], "nativeCurrency": { "name": "MintMe.com Coin", "symbol": "MINTME", "decimals": 18 }, "infoURL": "https://www.mintme.com", "shortName": "mintme", "chainId": 24734, "networkId": 37480 } ================================================ FILE: _data/chains/eip155-248.json ================================================ { "name": "Oasys Mainnet", "chain": "Oasys", "icon": "oasys", "rpc": ["https://rpc.mainnet.oasys.games"], "faucets": [], "nativeCurrency": { "name": "OAS", "symbol": "OAS", "decimals": 18 }, "infoURL": "https://oasys.games", "shortName": "OAS", "chainId": 248, "networkId": 248, "explorers": [ { "name": "blockscout", "url": "https://explorer.oasys.games", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-25.json ================================================ { "name": "Cronos Mainnet", "chain": "CRO", "rpc": ["https://evm.cronos.org", "https://cronos-evm.publicnode.com"], "features": [{ "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Cronos", "symbol": "CRO", "decimals": 18 }, "infoURL": "https://cronos.org/", "shortName": "cro", "chainId": 25, "networkId": 25, "explorers": [ { "name": "Cronos Explorer", "url": "https://cronoscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-250.json ================================================ { "name": "Fantom Opera", "chain": "FTM", "rpc": ["https://rpc.ftm.tools", "https://fantom.publicnode.com"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 }, "infoURL": "https://fantom.foundation", "shortName": "ftm", "chainId": 250, "networkId": 250, "icon": "fantom", "explorers": [ { "name": "ftmscan", "url": "https://ftmscan.com", "icon": "ftmscan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2559.json ================================================ { "name": "Kortho Mainnet", "chain": "Kortho Chain", "rpc": ["https://www.kortho-chain.com"], "faucets": [], "nativeCurrency": { "name": "KorthoChain", "symbol": "KTO", "decimals": 11 }, "infoURL": "https://www.kortho.io/", "shortName": "ktoc", "chainId": 2559, "networkId": 2559 } ================================================ FILE: _data/chains/eip155-256.json ================================================ { "name": "Huobi ECO Chain Testnet", "chain": "Heco", "rpc": [ "https://http-testnet.hecochain.com", "wss://ws-testnet.hecochain.com" ], "faucets": ["https://scan-testnet.hecochain.com/faucet"], "nativeCurrency": { "name": "Huobi ECO Chain Test Native Token", "symbol": "htt", "decimals": 18 }, "infoURL": "https://testnet.hecoinfo.com", "shortName": "hecot", "chainId": 256, "networkId": 256 } ================================================ FILE: _data/chains/eip155-256256.json ================================================ { "name": "CMP-Mainnet", "chain": "CMP", "rpc": [ "https://mainnet.block.caduceus.foundation", "wss://mainnet.block.caduceus.foundation" ], "faucets": [], "nativeCurrency": { "name": "Caduceus Token", "symbol": "CMP", "decimals": 18 }, "infoURL": "https://caduceus.foundation/", "shortName": "cmp-mainnet", "chainId": 256256, "networkId": 256256, "explorers": [ { "name": "Mainnet Scan", "url": "https://mainnet.scan.caduceus.foundation", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2569.json ================================================ { "name": "TechPay Mainnet", "chain": "TPC", "rpc": ["https://api.techpay.io/"], "faucets": [], "nativeCurrency": { "name": "TechPay", "symbol": "TPC", "decimals": 18 }, "infoURL": "https://techpay.io/", "shortName": "tpc", "chainId": 2569, "networkId": 2569, "icon": "techpay", "explorers": [ { "name": "tpcscan", "url": "https://tpcscan.com", "icon": "techpay", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-258.json ================================================ { "name": "Setheum", "chain": "Setheum", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Setheum", "symbol": "SETM", "decimals": 18 }, "infoURL": "https://setheum.xyz", "shortName": "setm", "chainId": 258, "networkId": 258 } ================================================ FILE: _data/chains/eip155-25888.json ================================================ { "name": "Hammer Chain Mainnet", "chain": "HammerChain", "rpc": ["https://www.hammerchain.io/rpc"], "faucets": [], "nativeCurrency": { "name": "GOLDT", "symbol": "GOLDT", "decimals": 18 }, "infoURL": "https://www.hammerchain.io", "shortName": "GOLDT", "chainId": 25888, "networkId": 25888, "explorers": [ { "name": "Hammer Chain Explorer", "url": "https://www.hammerchain.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-259.json ================================================ { "name": "Neonlink Mainnet", "chain": "Neonlink", "rpc": ["https://mainnet.neonlink.io"], "faucets": [], "nativeCurrency": { "name": "Neonlink Native Token", "symbol": "NEON", "decimals": 18 }, "infoURL": "https://neonlink.io", "shortName": "neon", "chainId": 259, "networkId": 259, "icon": "neonlink", "explorers": [ { "name": "Neon Blockchain Explorer", "url": "https://scan.neonlink.io", "standard": "EIP3091", "icon": "neonlink" } ] } ================================================ FILE: _data/chains/eip155-25925.json ================================================ { "name": "Bitkub Chain Testnet", "chain": "BKC", "icon": "bkc", "rpc": [ "https://rpc-testnet.bitkubchain.io", "wss://wss-testnet.bitkubchain.io" ], "faucets": ["https://faucet.bitkubchain.com"], "nativeCurrency": { "name": "Bitkub Coin", "symbol": "tKUB", "decimals": 18 }, "infoURL": "https://www.bitkubchain.com/", "shortName": "bkct", "chainId": 25925, "networkId": 25925, "explorers": [ { "name": "bkcscan-testnet", "url": "https://testnet.bkcscan.com", "standard": "none", "icon": "bkc" } ] } ================================================ FILE: _data/chains/eip155-26.json ================================================ { "name": "Genesis L1 testnet", "chain": "genesis", "rpc": ["https://testrpc.genesisl1.org"], "faucets": [], "nativeCurrency": { "name": "L1 testcoin", "symbol": "L1test", "decimals": 18 }, "infoURL": "https://www.genesisl1.com", "shortName": "L1test", "chainId": 26, "networkId": 26, "explorers": [ { "name": "Genesis L1 testnet explorer", "url": "https://testnet.genesisl1.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-26026.json ================================================ { "name": "Ferrum Testnet", "chain": "tFRM", "rpc": ["http://testnet.dev.svcs.ferrumnetwork.io:9933"], "faucets": ["https://testnet.faucet.ferrumnetwork.io"], "nativeCurrency": { "name": "Ferrum", "symbol": "tFRM", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://ferrum.network", "shortName": "frm", "chainId": 26026, "networkId": 26026, "explorers": [ { "name": "polkadotjs", "url": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-2606.json ================================================ { "name": "PoCRNet", "title": "Proof of Climate awaReness mainnet", "chain": "CRC", "status": "active", "rpc": [ "https://pocrnet.westeurope.cloudapp.azure.com/http", "wss://pocrnet.westeurope.cloudapp.azure.com/ws" ], "faucets": [], "nativeCurrency": { "name": "Climate awaReness Coin", "symbol": "CRC", "decimals": 18 }, "infoURL": "https://github.com/ethereum-pocr/pocrnet", "shortName": "pocrnet", "chainId": 2606, "networkId": 2606, "icon": "pocr", "explorers": [ { "name": "Lite Explorer", "url": "https://ethereum-pocr.github.io/explorer/pocrnet", "icon": "pocr", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2611.json ================================================ { "name": "Redlight Chain Mainnet", "chain": "REDLC", "rpc": ["https://dataseed2.redlightscan.finance"], "faucets": [], "nativeCurrency": { "name": "Redlight Coin", "symbol": "REDLC", "decimals": 18 }, "infoURL": "https://redlight.finance/", "shortName": "REDLC", "chainId": 2611, "networkId": 2611, "explorers": [ { "name": "REDLC Explorer", "url": "https://redlightscan.finance", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2612.json ================================================ { "name": "EZChain C-Chain Mainnet", "chain": "EZC", "rpc": ["https://api.ezchain.com/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "EZChain", "symbol": "EZC", "decimals": 18 }, "infoURL": "https://ezchain.com", "shortName": "EZChain", "chainId": 2612, "networkId": 2612, "icon": "ezchain", "explorers": [ { "name": "ezchain", "url": "https://cchain-explorer.ezchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2613.json ================================================ { "name": "EZChain C-Chain Testnet", "chain": "EZC", "rpc": ["https://testnet-api.ezchain.com/ext/bc/C/rpc"], "faucets": ["https://testnet-faucet.ezchain.com"], "nativeCurrency": { "name": "EZChain", "symbol": "EZC", "decimals": 18 }, "infoURL": "https://ezchain.com", "shortName": "Fuji-EZChain", "chainId": 2613, "networkId": 2613, "icon": "ezchain", "explorers": [ { "name": "ezchain", "url": "https://testnet-cchain-explorer.ezchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-262.json ================================================ { "name": "SUR Blockchain Network", "chain": "SUR", "rpc": ["https://sur.nilin.org"], "faucets": [], "nativeCurrency": { "name": "Suren", "symbol": "SRN", "decimals": 18 }, "infoURL": "https://surnet.org", "shortName": "SUR", "chainId": 262, "networkId": 1, "icon": "SUR", "explorers": [ { "name": "Surnet Explorer", "url": "https://explorer.surnet.org", "icon": "SUR", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-2625.json ================================================ { "name": "WhiteBIT Network Testnet", "chain": "WBT", "rpc": ["https://rpc-testnet.whitebit.network"], "faucets": ["https://explorer.whitebit.network/testnet/faucet"], "nativeCurrency": { "name": "WhiteBIT Coin", "symbol": "WBT", "decimals": 18 }, "infoURL": "https://whitebit.com/wbt", "shortName": "twbt", "chainId": 2625, "networkId": 2625, "icon": "whitebit-testnet", "explorers": [ { "name": "wb-explorer-testnet", "url": "https://explorer.whitebit.network/testnet", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-26600.json ================================================ { "name": "Hertz Network Mainnet", "chain": "HTZ", "rpc": ["https://mainnet-rpc.hertzscan.com"], "faucets": [], "nativeCurrency": { "name": "Hertz", "symbol": "HTZ", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://www.hertz-network.com", "shortName": "HTZ", "chainId": 26600, "networkId": 26600, "icon": "hertz-network", "explorers": [ { "name": "Hertz Scan", "url": "https://hertzscan.com", "icon": "hertz-network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-266256.json ================================================ { "name": "Gear Zero Network Testnet", "chain": "GearZero", "rpc": ["https://gzn-test.linksme.info"], "faucets": [], "nativeCurrency": { "name": "Gear Zero Network Native Token", "symbol": "GZN", "decimals": 18 }, "infoURL": "https://token.gearzero.ca/testnet", "shortName": "gz-testnet", "chainId": 266256, "networkId": 266256, "slip44": 266256, "explorers": [] } ================================================ FILE: _data/chains/eip155-26863.json ================================================ { "name": "OasisChain Mainnet", "chain": "OasisChain", "rpc": [ "https://rpc1.oasischain.io", "https://rpc2.oasischain.io", "https://rpc3.oasischain.io" ], "faucets": ["http://faucet.oasischain.io"], "nativeCurrency": { "name": "OAC", "symbol": "OAC", "decimals": 18 }, "infoURL": "https://scan.oasischain.io", "shortName": "OAC", "chainId": 26863, "networkId": 26863, "explorers": [ { "name": "OasisChain Explorer", "url": "https://scan.oasischain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-269.json ================================================ { "name": "High Performance Blockchain", "chain": "HPB", "rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"], "faucets": ["https://myhpbwallet.com/"], "nativeCurrency": { "name": "High Performance Blockchain Ether", "symbol": "HPB", "decimals": 18 }, "infoURL": "https://hpb.io", "shortName": "hpb", "chainId": 269, "networkId": 269, "slip44": 269, "explorers": [ { "name": "hscan", "url": "https://hscan.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-27.json ================================================ { "name": "ShibaChain", "chain": "SHIB", "rpc": ["https://rpc.shibchain.org"], "faucets": [], "nativeCurrency": { "name": "SHIBA INU COIN", "symbol": "SHIB", "decimals": 18 }, "infoURL": "https://shibchain.org", "shortName": "shib", "chainId": 27, "networkId": 27, "explorers": [ { "name": "Shiba Explorer", "url": "https://exp.shibchain.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-27082017.json ================================================ { "name": "Excoincial Chain Volta-Testnet", "chain": "TEXL", "icon": "exl", "rpc": ["https://testnet-rpc.exlscan.com"], "faucets": ["https://faucet.exlscan.com"], "nativeCurrency": { "name": "TExlcoin", "symbol": "TEXL", "decimals": 18 }, "infoURL": "", "shortName": "exlvolta", "chainId": 27082017, "networkId": 27082017, "explorers": [ { "name": "exlscan", "url": "https://testnet-explorer.exlscan.com", "icon": "exl", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-27082022.json ================================================ { "name": "Excoincial Chain Mainnet", "chain": "EXL", "icon": "exl", "rpc": ["https://rpc.exlscan.com"], "faucets": [], "nativeCurrency": { "name": "Exlcoin", "symbol": "EXL", "decimals": 18 }, "infoURL": "", "shortName": "exl", "chainId": 27082022, "networkId": 27082022, "explorers": [ { "name": "exlscan", "url": "https://exlscan.com", "icon": "exl", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-271.json ================================================ { "name": "EgonCoin Mainnet", "chain": "EGON", "icon": "egonicon", "rpc": ["https://rpc.egcscan.com"], "faucets": ["https://faucet.egcscan.com"], "nativeCurrency": { "name": "EgonCoin", "symbol": "EGON", "decimals": 18 }, "infoURL": "https://egcscan.com", "shortName": "EGONm", "chainId": 271, "networkId": 271, "explorers": [ { "name": "EgonCoin Mainnet", "url": "https://egcscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-271271.json ================================================ { "name": "EgonCoin Testnet", "chain": "EGON", "icon": "egonicon", "rpc": ["https://rpctest.egcscan.com"], "faucets": ["https://faucet.egcscan.com"], "nativeCurrency": { "name": "EgonCoin", "symbol": "EGON", "decimals": 18 }, "infoURL": "https://egcscan.com", "shortName": "EGONt", "chainId": 271271, "networkId": 271271, "explorers": [ { "name": "EgonCoin Testnet", "url": "https://testnet.egcscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-274.json ================================================ { "name": "LaChain", "chain": "LaChain", "icon": "LaChain", "rpc": [ "https://rpc1.mainnet.lachain.network", "https://rpc2.mainnet.lachain.network", "https://lachain.rpc-nodes.cedalio.dev" ], "faucets": [], "nativeCurrency": { "name": "LaCoin", "symbol": "LAC", "decimals": 18 }, "features": [{ "name": "EIP155" }], "infoURL": "", "shortName": "lachain", "chainId": 274, "networkId": 274, "explorers": [ { "name": "LaChain Explorer", "url": "https://explorer.lachain.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-278611351.json ================================================ { "name": "Razor Skale Chain", "chain": "Razor Schain", "icon": "razornetwork", "rpc": ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"], "faucets": ["https://faucet.razorscan.io/"], "nativeCurrency": { "name": "sFuel", "symbol": "SFUEL", "decimals": 18 }, "infoURL": "https://razor.network", "shortName": "razor", "chainId": 278611351, "networkId": 278611351, "explorers": [ { "name": "turbulent-unique-scheat", "url": "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-28.json ================================================ { "name": "Boba Network Rinkeby Testnet", "chain": "ETH", "rpc": ["https://rinkeby.boba.network/"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "BobaRinkeby", "chainId": 28, "networkId": 28, "explorers": [ { "name": "Blockscout", "url": "https://blockexplorer.rinkeby.boba.network", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-4", "bridges": [{ "url": "https://gateway.rinkeby.boba.network" }] } } ================================================ FILE: _data/chains/eip155-280.json ================================================ { "name": "zkSync Era Testnet", "chain": "ETH", "rpc": ["https://testnet.era.zksync.dev"], "faucets": ["https://goerli.portal.zksync.io/faucet"], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://era.zksync.io/docs/", "shortName": "zksync-goerli", "chainId": 280, "networkId": 280, "icon": "zksync-era", "explorers": [ { "name": "zkSync Era Block Explorer", "url": "https://goerli.explorer.zksync.io", "icon": "zksync-era", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://goerli.portal.zksync.io/bridge" }] } } ================================================ FILE: _data/chains/eip155-281121.json ================================================ { "name": "Social Smart Chain Mainnet", "chain": "SoChain", "rpc": ["https://socialsmartchain.digitalnext.business"], "faucets": [], "nativeCurrency": { "name": "SoChain", "symbol": "$OC", "decimals": 18 }, "infoURL": "https://digitalnext.business/SocialSmartChain", "shortName": "SoChain", "chainId": 281121, "networkId": 281121, "explorers": [] } ================================================ FILE: _data/chains/eip155-28528.json ================================================ { "name": "Optimism Bedrock (Goerli Alpha Testnet)", "chain": "ETH", "rpc": [ "https://alpha-1-replica-0.bedrock-goerli.optimism.io", "https://alpha-1-replica-1.bedrock-goerli.optimism.io", "https://alpha-1-replica-2.bedrock-goerli.optimism.io", "https://alpha-1-replica-2.bedrock-goerli.optimism.io" ], "faucets": [], "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://community.optimism.io/docs/developers/bedrock", "shortName": "obgor", "chainId": 28528, "networkId": 28528, "explorers": [ { "name": "blockscout", "url": "https://blockscout.com/optimism/bedrock-alpha", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-288.json ================================================ { "name": "Boba Network", "chain": "ETH", "rpc": [ "https://mainnet.boba.network", "https://replica.boba.network", "http://boba-ethereum.gateway.tenderly.co", "http://gateway.tenderly.co/public/boba-ethereum", "wss://boba-ethereum.gateway.tenderly.co/", "wss://gateway.tenderly.co/public/boba-ethereum" ], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "Boba", "chainId": 288, "networkId": 288, "explorers": [ { "name": "Bobascan", "url": "https://bobascan.com", "standard": "none" }, { "name": "Blockscout", "url": "https://blockexplorer.boba.network", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://gateway.boba.network" }] } } ================================================ FILE: _data/chains/eip155-2888.json ================================================ { "name": "Boba Network Goerli Testnet", "chain": "ETH", "rpc": ["https://goerli.boba.network/", "wss://wss.goerli.boba.network/"], "faucets": [], "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "BobaGoerli", "chainId": 2888, "networkId": 2888, "explorers": [ { "name": "Blockscout", "url": "https://testnet.bobascan.com", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-5", "bridges": [ { "url": "https://gateway.boba.network" } ] } } ================================================ FILE: _data/chains/eip155-28945486.json ================================================ { "name": "Auxilium Network Mainnet", "chain": "AUX", "rpc": ["https://rpc.auxilium.global"], "faucets": [], "nativeCurrency": { "name": "Auxilium coin", "symbol": "AUX", "decimals": 18 }, "infoURL": "https://auxilium.global", "shortName": "auxi", "chainId": 28945486, "networkId": 28945486, "slip44": 344 } ================================================ FILE: _data/chains/eip155-29.json ================================================ { "name": "Genesis L1", "chain": "genesis", "rpc": ["https://rpc.genesisl1.org"], "faucets": [], "nativeCurrency": { "name": "L1 coin", "symbol": "L1", "decimals": 18 }, "infoURL": "https://www.genesisl1.com", "shortName": "L1", "chainId": 29, "networkId": 29, "explorers": [ { "name": "Genesis L1 blockchain explorer", "url": "https://explorer.genesisl1.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-29032022.json ================================================ { "name": "Flachain Mainnet", "chain": "FLX", "icon": "flacoin", "rpc": ["https://flachain.flaexchange.top/"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Flacoin", "symbol": "FLA", "decimals": 18 }, "infoURL": "https://www.flaexchange.top", "shortName": "fla", "chainId": 29032022, "networkId": 29032022, "explorers": [ { "name": "FLXExplorer", "url": "https://explorer.flaexchange.top", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-295.json ================================================ { "name": "Hedera Mainnet", "chain": "Hedera", "icon": "hedera", "rpc": ["https://mainnet.hashio.io/api"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "hbar", "symbol": "HBAR", "decimals": 18 }, "infoURL": "https://hedera.com", "shortName": "hedera-mainnet", "chainId": 295, "networkId": 295, "slip44": 3030, "explorers": [ { "name": "HashScan", "url": "https://hashscan.io/mainnet/dashboard", "standard": "none" }, { "name": "Arkhia Explorer", "url": "https://explorer.arkhia.io", "standard": "none" }, { "name": "DragonGlass", "url": "https://app.dragonglass.me", "standard": "none" }, { "name": "Hedera Explorer", "url": "https://hederaexplorer.io", "standard": "none" }, { "name": "Ledger Works Explore", "url": "https://explore.lworks.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-296.json ================================================ { "name": "Hedera Testnet", "chain": "Hedera", "icon": "hedera", "rpc": ["https://testnet.hashio.io/api"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": ["https://portal.hedera.com"], "nativeCurrency": { "name": "hbar", "symbol": "HBAR", "decimals": 18 }, "infoURL": "https://hedera.com", "shortName": "hedera-testnet", "chainId": 296, "networkId": 296, "slip44": 3030, "explorers": [ { "name": "HashScan", "url": "https://hashscan.io/testnet/dashboard", "standard": "none" }, { "name": "Arkhia Explorer", "url": "https://explorer.arkhia.io", "standard": "none" }, { "name": "DragonGlass", "url": "https://app.dragonglass.me", "standard": "none" }, { "name": "Hedera Explorer", "url": "https://hederaexplorer.io", "standard": "none" }, { "name": "Ledger Works Explore", "url": "https://explore.lworks.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-297.json ================================================ { "name": "Hedera Previewnet", "chain": "Hedera", "icon": "hedera", "rpc": ["https://previewnet.hashio.io/api"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": ["https://portal.hedera.com"], "nativeCurrency": { "name": "hbar", "symbol": "HBAR", "decimals": 18 }, "infoURL": "https://hedera.com", "shortName": "hedera-previewnet", "chainId": 297, "networkId": 297, "slip44": 3030, "explorers": [ { "name": "HashScan", "url": "https://hashscan.io/previewnet/dashboard", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-298.json ================================================ { "name": "Hedera Localnet", "chain": "Hedera", "icon": "hedera", "rpc": [], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "hbar", "symbol": "HBAR", "decimals": 18 }, "infoURL": "https://hedera.com", "shortName": "hedera-localnet", "chainId": 298, "networkId": 298, "slip44": 3030, "explorers": [] } ================================================ FILE: _data/chains/eip155-2999.json ================================================ { "name": "BitYuan Mainnet", "chain": "BTY", "rpc": ["https://mainnet.bityuan.com/eth"], "faucets": [], "nativeCurrency": { "name": "BTY", "symbol": "BTY", "decimals": 18 }, "infoURL": "https://www.bityuan.com", "shortName": "bty", "chainId": 2999, "networkId": 2999, "icon": "bty", "explorers": [ { "name": "BitYuan Block Chain Explorer", "url": "https://mainnet.bityuan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-3.json ================================================ { "name": "Ropsten", "title": "Ethereum Testnet Ropsten", "chain": "ETH", "rpc": [ "https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": [ "http://fauceth.komputing.org?chain=3&address=${ADDRESS}", "https://faucet.ropsten.be?${ADDRESS}" ], "nativeCurrency": { "name": "Ropsten Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://github.com/ethereum/ropsten", "shortName": "rop", "chainId": 3, "networkId": 3, "ens": { "registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010" }, "explorers": [ { "name": "etherscan", "url": "https://ropsten.etherscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-30.json ================================================ { "name": "RSK Mainnet", "chain": "RSK", "rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"], "faucets": ["https://faucet.rsk.co/"], "nativeCurrency": { "name": "Smart Bitcoin", "symbol": "RBTC", "decimals": 18 }, "infoURL": "https://rsk.co", "shortName": "rsk", "chainId": 30, "networkId": 30, "slip44": 137, "explorers": [ { "name": "RSK Explorer", "url": "https://explorer.rsk.co", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-300.json ================================================ { "name": "(deprecated) Optimism on GC", "chain": "OGC", "rpc": [], "faucets": [], "nativeCurrency": { "name": "xDAI", "symbol": "xDAI", "decimals": 18 }, "shortName": "ogc", "chainId": 300, "networkId": 300, "infoURL": "https://docs.gnosischain.com", "explorers": [], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-3000.json ================================================ { "name": "CENNZnet Rata", "chain": "CENNZnet", "rpc": [], "faucets": ["https://app-faucet.centrality.me"], "nativeCurrency": { "name": "CPAY", "symbol": "CPAY", "decimals": 18 }, "infoURL": "https://cennz.net", "shortName": "cennz-r", "chainId": 3000, "networkId": 3000, "icon": "cennz" } ================================================ FILE: _data/chains/eip155-3001.json ================================================ { "name": "CENNZnet Nikau", "chain": "CENNZnet", "rpc": ["https://nikau.centrality.me/public"], "faucets": ["https://app-faucet.centrality.me"], "nativeCurrency": { "name": "CPAY", "symbol": "CPAY", "decimals": 18 }, "infoURL": "https://cennz.net", "shortName": "cennz-n", "chainId": 3001, "networkId": 3001, "icon": "cennz", "explorers": [ { "name": "UNcover", "url": "https://www.uncoverexplorer.com/?network=Nikau", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-3003.json ================================================ { "name": "Canxium Mainnet", "chain": "CAU", "rpc": ["https://rpc.canxium.org"], "faucets": [], "nativeCurrency": { "name": "Canxium", "symbol": "CAU", "decimals": 18 }, "infoURL": "https://canxium.org", "shortName": "cau", "chainId": 3003, "networkId": 3003, "explorers": [ { "name": "canxium explorer", "url": "https://explorer.canxium.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-30067.json ================================================ { "name": "Piece testnet", "chain": "PieceNetwork", "icon": "piecechain", "rpc": ["https://testnet-rpc0.piecenetwork.com"], "faucets": ["https://piecenetwork.com/faucet"], "nativeCurrency": { "name": "ECE", "symbol": "ECE", "decimals": 18 }, "infoURL": "https://piecenetwork.com", "shortName": "Piece", "chainId": 30067, "networkId": 30067, "explorers": [ { "name": "Piece Scan", "url": "https://testnet-scan.piecenetwork.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-301.json ================================================ { "name": "Bobaopera", "chain": "Bobaopera", "rpc": [ "https://bobaopera.boba.network", "wss://wss.bobaopera.boba.network", "https://replica.bobaopera.boba.network", "wss://replica-wss.bobaopera.boba.network" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "Bobaopera", "chainId": 301, "networkId": 301, "explorers": [ { "name": "Bobaopera block explorer", "url": "https://blockexplorer.bobaopera.boba.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-3011.json ================================================ { "name": "PLAYA3ULL GAMES", "chain": "3ULL", "rpc": ["https://api.mainnet.playa3ull.games"], "faucets": [], "nativeCurrency": { "name": "3ULL", "symbol": "3ULL", "decimals": 18 }, "features": [{ "name": "EIP1559" }], "infoURL": "https://playa3ull.games", "shortName": "3ULL", "chainId": 3011, "networkId": 3011, "icon": "playa3ull", "explorers": [ { "name": "PLAYA3ULL GAMES Explorer", "url": "https://3011.routescan.io", "icon": "playa3ull", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-303.json ================================================ { "name": "Neurochain Testnet", "chain": "NCN", "rpc": ["https://nc-rpc-test1.neurochain.io"], "faucets": [], "nativeCurrency": { "name": "Neurochain", "symbol": "tNCN", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://www.neurochain.ai", "shortName": "ncnt", "chainId": 303, "networkId": 303, "explorers": [ { "name": "neuroscan", "url": "https://testnet.ncnscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3031.json ================================================ { "name": "Orlando Chain", "chain": "ORL", "rpc": ["https://rpc-testnet.orlchain.com"], "faucets": [], "nativeCurrency": { "name": "Orlando", "symbol": "ORL", "decimals": 18 }, "infoURL": "https://orlchain.com", "shortName": "ORL", "chainId": 3031, "networkId": 3031, "icon": "orl", "explorers": [ { "name": "Orlando (ORL) Explorer", "url": "https://orlscan.com", "icon": "orl", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3068.json ================================================ { "name": "Bifrost Mainnet", "title": "The Bifrost Mainnet network", "chain": "BFC", "rpc": [ "https://public-01.mainnet.thebifrost.io/rpc", "https://public-02.mainnet.thebifrost.io/rpc" ], "faucets": [], "nativeCurrency": { "name": "Bifrost", "symbol": "BFC", "decimals": 18 }, "infoURL": "https://thebifrost.io", "shortName": "bfc", "chainId": 3068, "networkId": 3068, "icon": "bifrost", "explorers": [ { "name": "explorer-thebifrost", "url": "https://explorer.mainnet.thebifrost.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-31.json ================================================ { "name": "RSK Testnet", "chain": "RSK", "rpc": [ "https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co" ], "faucets": ["https://faucet.rsk.co/"], "nativeCurrency": { "name": "Testnet Smart Bitcoin", "symbol": "tRBTC", "decimals": 18 }, "infoURL": "https://rsk.co", "shortName": "trsk", "chainId": 31, "networkId": 31, "explorers": [ { "name": "RSK Testnet Explorer", "url": "https://explorer.testnet.rsk.co", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-311.json ================================================ { "name": "Omax Mainnet", "chain": "OMAX Chain", "rpc": ["https://mainapi.omaxray.com"], "faucets": ["https://faucet.omaxray.com/"], "nativeCurrency": { "name": "OMAX COIN", "symbol": "OMAX", "decimals": 18 }, "infoURL": "https://www.omaxcoin.com/", "shortName": "omax", "chainId": 311, "networkId": 311, "icon": "omaxchain", "explorers": [ { "name": "Omax Chain Explorer", "url": "https://omaxray.com", "icon": "omaxray", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-31102.json ================================================ { "name": "Ethersocial Network", "chain": "ESN", "rpc": ["https://api.esn.gonspool.com"], "faucets": [], "nativeCurrency": { "name": "Ethersocial Network Ether", "symbol": "ESN", "decimals": 18 }, "infoURL": "https://ethersocial.org", "shortName": "esn", "chainId": 31102, "networkId": 1, "slip44": 31102 } ================================================ FILE: _data/chains/eip155-311752642.json ================================================ { "name": "OneLedger Mainnet", "chain": "OLT", "icon": "oneledger", "rpc": ["https://mainnet-rpc.oneledger.network"], "faucets": [], "nativeCurrency": { "name": "OLT", "symbol": "OLT", "decimals": 18 }, "infoURL": "https://oneledger.io", "shortName": "oneledger", "chainId": 311752642, "networkId": 311752642, "explorers": [ { "name": "OneLedger Block Explorer", "url": "https://mainnet-explorer.oneledger.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-31223.json ================================================ { "name": "CloudTx Mainnet", "chain": "CLD", "icon": "cloudtx", "rpc": ["https://mainnet-rpc.cloudtx.finance"], "faucets": [], "nativeCurrency": { "name": "CloudTx", "symbol": "CLD", "decimals": 18 }, "infoURL": "https://cloudtx.finance", "shortName": "CLDTX", "chainId": 31223, "networkId": 31223, "explorers": [ { "name": "cloudtxscan", "url": "https://scan.cloudtx.finance", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-31224.json ================================================ { "name": "CloudTx Testnet", "chain": "CloudTx", "icon": "cloudtx", "rpc": ["https://testnet-rpc.cloudtx.finance"], "faucets": ["https://faucet.cloudtx.finance"], "nativeCurrency": { "name": "CloudTx", "symbol": "CLD", "decimals": 18 }, "infoURL": "https://cloudtx.finance/", "shortName": "CLD", "chainId": 31224, "networkId": 31224, "explorers": [ { "name": "cloudtxexplorer", "url": "https://explorer.cloudtx.finance", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3125659152.json ================================================ { "name": "Pirl", "chain": "PIRL", "rpc": ["https://wallrpc.pirl.io"], "faucets": [], "nativeCurrency": { "name": "Pirl Ether", "symbol": "PIRL", "decimals": 18 }, "infoURL": "https://pirl.io", "shortName": "pirl", "chainId": 3125659152, "networkId": 3125659152, "slip44": 164 } ================================================ FILE: _data/chains/eip155-313.json ================================================ { "name": "Neurochain Mainnet", "chain": "NCN", "rpc": [ "https://nc-rpc-prd1.neurochain.io", "https://nc-rpc-prd2.neurochain.io" ], "faucets": [], "nativeCurrency": { "name": "Neurochain", "symbol": "NCN", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://www.neurochain.ai", "shortName": "ncn", "chainId": 313, "networkId": 313, "explorers": [ { "name": "neuroscan", "url": "https://ncnscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-31337.json ================================================ { "name": "GoChain Testnet", "chain": "GO", "rpc": ["https://testnet-rpc.gochain.io"], "faucets": [], "nativeCurrency": { "name": "GoChain Coin", "symbol": "GO", "decimals": 18 }, "infoURL": "https://gochain.io", "shortName": "got", "chainId": 31337, "networkId": 31337, "slip44": 6060, "explorers": [ { "name": "GoChain Testnet Explorer", "url": "https://testnet-explorer.gochain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-314.json ================================================ { "name": "Filecoin - Mainnet", "chain": "FIL", "icon": "filecoin", "rpc": [ "https://api.node.glif.io/", "https://rpc.ankr.com/filecoin", "https://filecoin-mainnet.chainstacklabs.com/rpc/v1" ], "faucets": [], "nativeCurrency": { "name": "filecoin", "symbol": "FIL", "decimals": 18 }, "infoURL": "https://filecoin.io", "shortName": "filecoin", "chainId": 314, "networkId": 314, "slip44": 461, "explorers": [ { "name": "Filfox", "url": "https://filfox.info/en", "standard": "none" }, { "name": "Beryx", "url": "https://beryx.zondax.ch", "standard": "none" }, { "name": "Glif Explorer", "url": "https://explorer.glif.io", "standard": "EIP3091" }, { "name": "Dev.storage", "url": "https://dev.storage", "standard": "none" }, { "name": "Filscan", "url": "https://filscan.io", "standard": "none" }, { "name": "Filscout", "url": "https://filscout.io/en", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-3141.json ================================================ { "name": "Filecoin - Hyperspace testnet", "status": "deprecated", "chain": "FIL", "icon": "filecoin", "rpc": [], "faucets": [], "nativeCurrency": { "name": "testnet filecoin", "symbol": "tFIL", "decimals": 18 }, "infoURL": "https://filecoin.io", "shortName": "filecoin-hyperspace", "chainId": 3141, "networkId": 3141, "slip44": 1, "explorers": [] } ================================================ FILE: _data/chains/eip155-31415.json ================================================ { "name": "Filecoin - Wallaby testnet", "status": "deprecated", "chain": "FIL", "icon": "filecoin", "rpc": [], "faucets": [], "nativeCurrency": { "name": "testnet filecoin", "symbol": "tFIL", "decimals": 18 }, "infoURL": "https://filecoin.io", "shortName": "filecoin-wallaby", "chainId": 31415, "networkId": 31415, "slip44": 1, "explorers": [] } ================================================ FILE: _data/chains/eip155-314159.json ================================================ { "name": "Filecoin - Calibration testnet", "chain": "FIL", "icon": "filecoin", "rpc": [ "https://api.calibration.node.glif.io/rpc/v1", "https://rpc.ankr.com/filecoin_testnet", "https://filecoin-calibration.chainstacklabs.com/rpc/v1", "https://filecoin-calibration.chainup.net/rpc/v1" ], "faucets": ["https://faucet.calibration.fildev.network/"], "nativeCurrency": { "name": "testnet filecoin", "symbol": "tFIL", "decimals": 18 }, "infoURL": "https://filecoin.io", "shortName": "filecoin-calibration", "chainId": 314159, "networkId": 314159, "slip44": 1, "explorers": [ { "name": "Filscan - Calibration", "url": "https://calibration.filscan.io", "standard": "none" }, { "name": "Filscout - Calibration", "url": "https://calibration.filscout.com/en", "standard": "none" }, { "name": "Filfox - Calibration", "url": "https://calibration.filfox.info", "standard": "none" }, { "name": "Glif Explorer - Calibration", "url": "https://explorer.glif.io/?network=calibration", "standard": "none" }, { "name": "Beryx", "url": "https://beryx.zondax.ch", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-3141592.json ================================================ { "name": "Filecoin - Butterfly testnet", "chain": "FIL", "status": "incubating", "rpc": [], "faucets": ["https://faucet.butterfly.fildev.network"], "nativeCurrency": { "name": "testnet filecoin", "symbol": "tFIL", "decimals": 18 }, "infoURL": "https://filecoin.io", "shortName": "filecoin-butterfly", "icon": "filecoin", "chainId": 3141592, "networkId": 3141592, "slip44": 1, "explorers": [] } ================================================ FILE: _data/chains/eip155-31415926.json ================================================ { "name": "Filecoin - Local testnet", "chain": "FIL", "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { "name": "testnet filecoin", "symbol": "tFIL", "decimals": 18 }, "infoURL": "https://filecoin.io", "shortName": "filecoin-local", "icon": "filecoin", "chainId": 31415926, "networkId": 31415926, "slip44": 1, "explorers": [] } ================================================ FILE: _data/chains/eip155-32.json ================================================ { "name": "GoodData Testnet", "chain": "GooD", "rpc": ["https://test2.goodata.io"], "faucets": [], "nativeCurrency": { "name": "GoodData Testnet Ether", "symbol": "GooD", "decimals": 18 }, "infoURL": "https://www.goodata.org", "shortName": "GooDT", "chainId": 32, "networkId": 32 } ================================================ FILE: _data/chains/eip155-321.json ================================================ { "name": "KCC Mainnet", "chain": "KCC", "rpc": [ "https://rpc-mainnet.kcc.network", "https://kcc.mytokenpocket.vip", "https://public-rpc.blockpi.io/http/kcc" ], "faucets": [ "https://faucet.kcc.io/", "https://free-online-app.com/faucet-for-eth-evm-chains/" ], "nativeCurrency": { "name": "KuCoin Token", "symbol": "KCS", "decimals": 18 }, "infoURL": "https://kcc.io", "shortName": "kcs", "chainId": 321, "networkId": 321, "slip44": 641, "explorers": [ { "name": "KCC Explorer", "url": "https://explorer.kcc.io/en", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-322.json ================================================ { "name": "KCC Testnet", "chain": "KCC", "rpc": ["https://rpc-testnet.kcc.network"], "faucets": ["https://faucet-testnet.kcc.network"], "nativeCurrency": { "name": "KuCoin Testnet Token", "symbol": "tKCS", "decimals": 18 }, "infoURL": "https://scan-testnet.kcc.network", "shortName": "kcst", "chainId": 322, "networkId": 322, "explorers": [ { "name": "kcc-scan-testnet", "url": "https://scan-testnet.kcc.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-324.json ================================================ { "name": "zkSync Era Mainnet", "chain": "ETH", "rpc": ["https://mainnet.era.zksync.io"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://zksync.io/", "shortName": "zksync", "chainId": 324, "networkId": 324, "icon": "zksync-era", "explorers": [ { "name": "zkSync Era Block Explorer", "url": "https://explorer.zksync.io", "icon": "zksync-era", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zksync.io/" }] } } ================================================ FILE: _data/chains/eip155-32520.json ================================================ { "name": "Bitgert Mainnet", "chain": "Brise", "rpc": [ "https://rpc.icecreamswap.com", "https://mainnet-rpc.brisescan.com", "https://chainrpc.com", "https://serverrpc.com" ], "faucets": [], "nativeCurrency": { "name": "Bitrise Token", "symbol": "Brise", "decimals": 18 }, "infoURL": "https://bitgert.com/", "shortName": "Brise", "chainId": 32520, "networkId": 32520, "icon": "brise", "explorers": [ { "name": "Brise Scan", "url": "https://brisescan.com", "icon": "brise", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-32659.json ================================================ { "name": "Fusion Mainnet", "chain": "FSN", "icon": "fusion", "rpc": ["https://mainnet.fusionnetwork.io", "wss://mainnet.fusionnetwork.io"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Fusion", "symbol": "FSN", "decimals": 18 }, "infoURL": "https://fusion.org", "shortName": "fsn", "chainId": 32659, "networkId": 32659, "slip44": 288, "explorers": [ { "name": "fsnscan", "url": "https://fsnscan.com", "icon": "fsnscan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-32769.json ================================================ { "name": "Zilliqa EVM", "chain": "ZIL", "rpc": ["https://api.zilliqa.com"], "faucets": [], "nativeCurrency": { "name": "Zilliqa", "symbol": "ZIL", "decimals": 18 }, "infoURL": "https://www.zilliqa.com/", "shortName": "zil", "chainId": 32769, "networkId": 32769, "icon": "zilliqa", "explorers": [ { "name": "Zilliqa EVM Explorer", "url": "https://evmx.zilliqa.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-33.json ================================================ { "name": "GoodData Mainnet", "chain": "GooD", "rpc": ["https://rpc.goodata.io"], "faucets": [], "nativeCurrency": { "name": "GoodData Mainnet Ether", "symbol": "GooD", "decimals": 18 }, "infoURL": "https://www.goodata.org", "shortName": "GooD", "chainId": 33, "networkId": 33 } ================================================ FILE: _data/chains/eip155-3306.json ================================================ { "name": "Debounce Subnet Testnet", "chain": "Debounce Network", "icon": "debounce", "rpc": ["https://dev-rpc.debounce.network"], "faucets": [], "nativeCurrency": { "name": "Debounce Network", "symbol": "DB", "decimals": 18 }, "infoURL": "https://debounce.network", "shortName": "debounce-devnet", "chainId": 3306, "networkId": 3306, "explorers": [ { "name": "Debounce Devnet Explorer", "url": "https://explorer.debounce.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-330844.json ================================================ { "name": "TTcoin Smart Chain Mainnet", "chain": "TSC", "icon": "tscscan", "rpc": ["https://mainnet-rpc.tscscan.com"], "faucets": ["https://faucet.tscscan.com"], "nativeCurrency": { "name": "TTcoin", "symbol": "TC", "decimals": 18 }, "infoURL": "https://ttcoin.info/", "shortName": "tc", "chainId": 330844, "networkId": 330844, "explorers": [ { "name": "TTcoin Smart Chain Explorer", "url": "https://tscscan.com", "standard": "EIP3091", "icon": "tscscan" } ] } ================================================ FILE: _data/chains/eip155-33101.json ================================================ { "name": "Zilliqa EVM Testnet", "chain": "ZIL", "rpc": ["https://dev-api.zilliqa.com"], "faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"], "nativeCurrency": { "name": "Zilliqa", "symbol": "ZIL", "decimals": 18 }, "infoURL": "https://www.zilliqa.com/", "shortName": "zil-testnet", "chainId": 33101, "networkId": 33101, "explorers": [ { "name": "Zilliqa EVM Explorer", "url": "https://evmx.zilliqa.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-333.json ================================================ { "name": "Web3Q Mainnet", "chain": "Web3Q", "rpc": ["https://mainnet.web3q.io:8545"], "faucets": [], "nativeCurrency": { "name": "Web3Q", "symbol": "W3Q", "decimals": 18 }, "infoURL": "https://web3q.io/home.w3q/", "shortName": "w3q", "chainId": 333, "networkId": 333, "explorers": [ { "name": "w3q-mainnet", "url": "https://explorer.mainnet.web3q.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-333000333.json ================================================ { "name": "Meld", "title": "Meld Mainnet", "chain": "MELD", "rpc": ["https://subnets.avax.network/meld/mainnet/rpc"], "faucets": [], "features": [], "nativeCurrency": { "name": "gMeld", "symbol": "gMELD", "decimals": 18 }, "icon": "meld", "infoURL": "https://meld.com", "shortName": "meld", "chainId": 333000333, "networkId": 333000333, "explorers": [ { "name": "explorer", "url": "https://subnets.avax.network/meld", "icon": "meld", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3331.json ================================================ { "name": "ZCore Testnet", "chain": "Beach", "icon": "zcore", "rpc": ["https://rpc-testnet.zcore.cash"], "faucets": ["https://faucet.zcore.cash"], "nativeCurrency": { "name": "ZCore", "symbol": "ZCR", "decimals": 18 }, "infoURL": "https://zcore.cash", "shortName": "zcrbeach", "chainId": 3331, "networkId": 3331 } ================================================ FILE: _data/chains/eip155-3333.json ================================================ { "name": "Web3Q Testnet", "chain": "Web3Q", "rpc": ["https://testnet.web3q.io:8545"], "faucets": [], "nativeCurrency": { "name": "Web3Q", "symbol": "W3Q", "decimals": 18 }, "infoURL": "https://testnet.web3q.io/home.w3q/", "shortName": "w3q-t", "chainId": 3333, "networkId": 3333, "explorers": [ { "name": "w3q-testnet", "url": "https://explorer.testnet.web3q.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-33333.json ================================================ { "name": "Aves Mainnet", "chain": "AVS", "rpc": ["https://rpc.avescoin.io"], "faucets": [], "nativeCurrency": { "name": "Aves", "symbol": "AVS", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://avescoin.io", "shortName": "avs", "chainId": 33333, "networkId": 33333, "icon": "aves", "explorers": [ { "name": "avescan", "url": "https://avescan.io", "icon": "avescan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-333331.json ================================================ { "name": "Aves Testnet", "chain": "AVST", "rpc": ["https://test.rpc.avescoin.io"], "faucets": [], "nativeCurrency": { "name": "AvesT", "symbol": "AVST", "decimals": 18 }, "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "infoURL": "https://ethereum.org", "shortName": "avst", "chainId": 333331, "networkId": 333331, "icon": "aves", "explorers": [ { "name": "avescan", "url": "https://testnet.avescoin.io", "icon": "avescan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3334.json ================================================ { "name": "Web3Q Galileo", "chain": "Web3Q", "rpc": ["https://galileo.web3q.io:8545"], "faucets": [], "nativeCurrency": { "name": "Web3Q", "symbol": "W3Q", "decimals": 18 }, "infoURL": "https://galileo.web3q.io/home.w3q/", "shortName": "w3q-g", "chainId": 3334, "networkId": 3334, "explorers": [ { "name": "w3q-galileo", "url": "https://explorer.galileo.web3q.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-333777.json ================================================ { "name": "Oone Chain Testnet", "chain": "OONE", "rpc": ["https://blockchain-test.adigium.world"], "faucets": ["https://apps-test.adigium.com/faucet"], "nativeCurrency": { "name": "Oone", "symbol": "tOONE", "decimals": 18 }, "infoURL": "https://oone.world", "shortName": "oonetest", "chainId": 333777, "networkId": 333777, "explorers": [ { "name": "expedition", "url": "https://explorer-test.adigium.world", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-333888.json ================================================ { "name": "Polis Testnet", "chain": "Sparta", "icon": "polis", "rpc": ["https://sparta-rpc.polis.tech"], "faucets": ["https://faucet.polis.tech"], "nativeCurrency": { "name": "tPolis", "symbol": "tPOLIS", "decimals": 18 }, "infoURL": "https://polis.tech", "shortName": "sparta", "chainId": 333888, "networkId": 333888 } ================================================ FILE: _data/chains/eip155-333999.json ================================================ { "name": "Polis Mainnet", "chain": "Olympus", "icon": "polis", "rpc": ["https://rpc.polis.tech"], "faucets": ["https://faucet.polis.tech"], "nativeCurrency": { "name": "Polis", "symbol": "POLIS", "decimals": 18 }, "infoURL": "https://polis.tech", "shortName": "olympus", "chainId": 333999, "networkId": 333999 } ================================================ FILE: _data/chains/eip155-335.json ================================================ { "name": "DFK Chain Test", "chain": "DFK", "icon": "dfk", "rpc": ["https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc"], "faucets": [], "nativeCurrency": { "name": "Jewel", "symbol": "JEWEL", "decimals": 18 }, "infoURL": "https://defikingdoms.com", "shortName": "DFKTEST", "chainId": 335, "networkId": 335, "explorers": [ { "name": "ethernal", "url": "https://explorer-test.dfkchain.com", "icon": "ethereum", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-336.json ================================================ { "name": "Shiden", "chain": "SDN", "rpc": [ "https://shiden.api.onfinality.io/public", "https://shiden-rpc.dwellir.com", "https://shiden.public.blastapi.io", "wss://shiden.api.onfinality.io/public-ws", "wss://shiden.public.blastapi.io", "wss://shiden-rpc.dwellir.com" ], "faucets": [], "nativeCurrency": { "name": "Shiden", "symbol": "SDN", "decimals": 18 }, "infoURL": "https://shiden.astar.network/", "shortName": "sdn", "chainId": 336, "networkId": 336, "icon": "shiden", "explorers": [ { "name": "subscan", "url": "https://shiden.subscan.io", "standard": "none", "icon": "subscan" }, { "name": "blockscout", "url": "https://blockscout.com/shiden", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-338.json ================================================ { "name": "Cronos Testnet", "chain": "CRO", "rpc": ["https://evm-t3.cronos.org"], "faucets": ["https://cronos.org/faucet"], "nativeCurrency": { "name": "Cronos Test Coin", "symbol": "TCRO", "decimals": 18 }, "infoURL": "https://cronos.org", "shortName": "tcro", "chainId": 338, "networkId": 338, "explorers": [ { "name": "Cronos Testnet Explorer", "url": "https://explorer.cronos.org/testnet", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-34.json ================================================ { "name": "Dithereum Testnet", "chain": "DTH", "icon": "dithereum", "rpc": ["https://node-testnet.dithereum.io"], "faucets": ["https://faucet.dithereum.org"], "nativeCurrency": { "name": "Dither", "symbol": "DTH", "decimals": 18 }, "infoURL": "https://dithereum.org", "shortName": "dth", "chainId": 34, "networkId": 34 } ================================================ FILE: _data/chains/eip155-3400.json ================================================ { "name": "Paribu Net Mainnet", "chain": "PRB", "rpc": ["https://rpc.paribu.network"], "faucets": [], "nativeCurrency": { "name": "PRB", "symbol": "PRB", "decimals": 18 }, "infoURL": "https://net.paribu.com", "shortName": "prb", "chainId": 3400, "networkId": 3400, "icon": "prb", "explorers": [ { "name": "Paribu Net Explorer", "url": "https://explorer.paribu.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3434.json ================================================ { "name": "SecureChain Testnet", "chain": "SCAI", "icon": "scaiIcon", "rpc": ["https://testnet-rpc.securechain.ai"], "faucets": ["https://faucet.securechain.ai"], "nativeCurrency": { "name": "SCAI", "symbol": "SCAI", "decimals": 18 }, "infoURL": "https://securechain.ai", "shortName": "SCAIt", "chainId": 3434, "networkId": 3434, "explorers": [ { "name": "SecureChain", "url": "https://testnet.securechain.ai", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-344106930.json ================================================ { "name": "Calypso NFT Hub (SKALE Testnet)", "title": "Calypso NFT Hub Testnet", "chain": "staging-utter-unripe-menkar", "rpc": ["https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"], "faucets": ["https://sfuel.dirtroad.dev/staging"], "nativeCurrency": { "name": "sFUEL", "symbol": "sFUEL", "decimals": 18 }, "infoURL": "https://calypsohub.network/", "shortName": "calypso-testnet", "chainId": 344106930, "networkId": 344106930, "explorers": [ { "name": "Blockscout", "url": "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com", "icon": "calypso", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-35.json ================================================ { "name": "TBWG Chain", "chain": "TBWG", "rpc": ["https://rpc.tbwg.io"], "faucets": [], "nativeCurrency": { "name": "TBWG Ether", "symbol": "TBG", "decimals": 18 }, "infoURL": "https://tbwg.io", "shortName": "tbwg", "chainId": 35, "networkId": 35 } ================================================ FILE: _data/chains/eip155-3500.json ================================================ { "name": "Paribu Net Testnet", "chain": "PRB", "rpc": ["https://rpc.testnet.paribuscan.com"], "faucets": ["https://faucet.paribuscan.com"], "nativeCurrency": { "name": "PRB", "symbol": "PRB", "decimals": 18 }, "infoURL": "https://net.paribu.com", "shortName": "prbtestnet", "chainId": 3500, "networkId": 3500, "icon": "prb", "explorers": [ { "name": "Paribu Net Testnet Explorer", "url": "https://testnet.paribuscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3501.json ================================================ { "name": "JFIN Chain", "chain": "JFIN", "rpc": ["https://rpc.jfinchain.com"], "faucets": [], "nativeCurrency": { "name": "JFIN Coin", "symbol": "jfin", "decimals": 18 }, "infoURL": "https://jfinchain.com", "shortName": "jfin", "chainId": 3501, "networkId": 3501, "explorers": [ { "name": "JFIN Chain Explorer", "url": "https://exp.jfinchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-35011.json ================================================ { "name": "J2O Taro", "chain": "TARO", "rpc": ["https://rpc.j2o.io"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "TARO Coin", "symbol": "taro", "decimals": 18 }, "infoURL": "https://j2o.io", "shortName": "j2o", "chainId": 35011, "networkId": 35011, "explorers": [ { "name": "J2O Taro Explorer", "url": "https://exp.j2o.io", "icon": "j2otaro", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-35441.json ================================================ { "name": "Q Mainnet", "chain": "Q", "rpc": ["https://rpc.q.org"], "faucets": [], "nativeCurrency": { "name": "Q token", "symbol": "Q", "decimals": 18 }, "infoURL": "https://q.org", "shortName": "q", "chainId": 35441, "networkId": 35441, "icon": "q", "explorers": [ { "name": "Q explorer", "url": "https://explorer.q.org", "icon": "q", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-35443.json ================================================ { "name": "Q Testnet", "chain": "Q", "rpc": ["https://rpc.qtestnet.org"], "faucets": [], "nativeCurrency": { "name": "Q token", "symbol": "Q", "decimals": 18 }, "infoURL": "https://q.org/", "shortName": "q-testnet", "chainId": 35443, "networkId": 35443, "icon": "q", "explorers": [ { "name": "Q explorer", "url": "https://explorer.qtestnet.org", "icon": "q", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-355113.json ================================================ { "name": "Bitfinity Network Testnet", "chain": "BFT", "rpc": ["https://testnet.bitfinity.network"], "faucets": ["https://bitfinity.network/faucet"], "nativeCurrency": { "name": "BITFINITY", "symbol": "BFT", "decimals": 18 }, "infoURL": "https://bitfinity.network", "shortName": "Bitfinity", "chainId": 355113, "networkId": 355113, "explorers": [ { "name": "Bitfinity Block Explorer", "url": "https://explorer.bitfinity.network", "icon": "bitfinity", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-356256156.json ================================================ { "name": "Gather Testnet Network", "chain": "GTH", "rpc": ["https://testnet.gather.network"], "faucets": [], "nativeCurrency": { "name": "Gather", "symbol": "GTH", "decimals": 18 }, "infoURL": "https://gather.network", "shortName": "tGTH", "chainId": 356256156, "networkId": 356256156, "icon": "gather", "explorers": [ { "name": "Blockscout", "url": "https://testnet-explorer.gather.network", "icon": "gather", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-35855456.json ================================================ { "name": "Joys Digital Mainnet", "chain": "JOYS", "rpc": ["https://node.joys.digital"], "faucets": [], "nativeCurrency": { "name": "JOYS", "symbol": "JOYS", "decimals": 18 }, "infoURL": "https://joys.digital", "shortName": "JOYS", "chainId": 35855456, "networkId": 35855456 } ================================================ FILE: _data/chains/eip155-36.json ================================================ { "name": "Dxchain Mainnet", "chain": "Dxchain", "icon": "dx", "rpc": ["https://mainnet.dxchain.com"], "faucets": [], "nativeCurrency": { "name": "Dxchain", "symbol": "DX", "decimals": 18 }, "infoURL": "https://www.dxchain.com/", "shortName": "dx", "chainId": 36, "networkId": 36, "explorers": [ { "name": "dxscan", "url": "https://dxscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3601.json ================================================ { "name": "PandoProject Mainnet", "chain": "PandoProject", "icon": "pando", "rpc": ["https://eth-rpc-api.pandoproject.org/rpc"], "faucets": [], "nativeCurrency": { "name": "pando-token", "symbol": "PTX", "decimals": 18 }, "infoURL": "https://www.pandoproject.org/", "shortName": "pando-mainnet", "chainId": 3601, "networkId": 3601, "explorers": [ { "name": "Pando Mainnet Explorer", "url": "https://explorer.pandoproject.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-3602.json ================================================ { "name": "PandoProject Testnet", "chain": "PandoProject", "icon": "pando", "rpc": ["https://testnet.ethrpc.pandoproject.org/rpc"], "faucets": [], "nativeCurrency": { "name": "pando-token", "symbol": "PTX", "decimals": 18 }, "infoURL": "https://www.pandoproject.org/", "shortName": "pando-testnet", "chainId": 3602, "networkId": 3602, "explorers": [ { "name": "Pando Testnet Explorer", "url": "https://testnet.explorer.pandoproject.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-361.json ================================================ { "name": "Theta Mainnet", "chain": "Theta", "rpc": ["https://eth-rpc-api.thetatoken.org/rpc"], "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", "decimals": 18 }, "infoURL": "https://www.thetatoken.org/", "shortName": "theta-mainnet", "chainId": 361, "networkId": 361, "explorers": [ { "name": "Theta Mainnet Explorer", "url": "https://explorer.thetatoken.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-363.json ================================================ { "name": "Theta Sapphire Testnet", "chain": "Theta", "rpc": ["https://eth-rpc-api-sapphire.thetatoken.org/rpc"], "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", "decimals": 18 }, "infoURL": "https://www.thetatoken.org/", "shortName": "theta-sapphire", "chainId": 363, "networkId": 363, "explorers": [ { "name": "Theta Sapphire Testnet Explorer", "url": "https://guardian-testnet-sapphire-explorer.thetatoken.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3636.json ================================================ { "name": "Botanix Testnet", "chain": "BTC", "icon": "botanix", "rpc": ["https://testnet-rpc.btxtestchain.com"], "faucets": ["https://faucet.btxtestchain.com"], "nativeCurrency": { "name": "Botanix", "symbol": "BTC", "decimals": 18 }, "infoURL": "https://btxtestchain.com", "shortName": "BTCt", "chainId": 3636, "networkId": 3636, "explorers": [ { "name": "Botanix", "url": "https://testnet.btxtestchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3637.json ================================================ { "name": "Botanix Mainnet", "chain": "BTC", "icon": "botanix", "rpc": ["https://rpc.btxtestchain.com"], "faucets": ["https://faucet.btxtestchain.com"], "nativeCurrency": { "name": "Botanix", "symbol": "BTC", "decimals": 18 }, "infoURL": "https://btxtestchain.com", "shortName": "BTCm", "chainId": 3637, "networkId": 3637, "explorers": [ { "name": "Botanix", "url": "https://btxtestchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-364.json ================================================ { "name": "Theta Amber Testnet", "chain": "Theta", "rpc": ["https://eth-rpc-api-amber.thetatoken.org/rpc"], "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", "decimals": 18 }, "infoURL": "https://www.thetatoken.org/", "shortName": "theta-amber", "chainId": 364, "networkId": 364, "explorers": [ { "name": "Theta Amber Testnet Explorer", "url": "https://guardian-testnet-amber-explorer.thetatoken.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-365.json ================================================ { "name": "Theta Testnet", "chain": "Theta", "rpc": ["https://eth-rpc-api-testnet.thetatoken.org/rpc"], "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", "decimals": 18 }, "infoURL": "https://www.thetatoken.org/", "shortName": "theta-testnet", "chainId": 365, "networkId": 365, "explorers": [ { "name": "Theta Testnet Explorer", "url": "https://testnet-explorer.thetatoken.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3666.json ================================================ { "name": "Jouleverse Mainnet", "chain": "Jouleverse", "rpc": ["https://rpc.jnsdao.com:8503"], "faucets": [], "nativeCurrency": { "name": "J", "symbol": "J", "decimals": 18 }, "infoURL": "https://jnsdao.com", "shortName": "jouleverse", "chainId": 3666, "networkId": 3666, "explorers": [ { "name": "jscan", "url": "https://jscan.jnsdao.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-369.json ================================================ { "name": "PulseChain", "shortName": "pls", "chain": "PLS", "chainId": 369, "networkId": 369, "infoURL": "https://pulsechain.com/", "rpc": [ "https://rpc.pulsechain.com", "wss://rpc.pulsechain.com", "https://pulsechain.publicnode.com" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "ens": { "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" }, "status": "incubating", "nativeCurrency": { "name": "Pulse", "symbol": "PLS", "decimals": 18 } } ================================================ FILE: _data/chains/eip155-3690.json ================================================ { "name": "Bittex Mainnet", "chain": "BTX", "rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"], "faucets": [], "nativeCurrency": { "name": "Bittex", "symbol": "BTX", "decimals": 18 }, "infoURL": "https://bittexscan.com", "shortName": "btx", "chainId": 3690, "networkId": 3690, "explorers": [ { "name": "bittexscan", "url": "https://bittexscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3693.json ================================================ { "name": "Empire Network", "chain": "EMPIRE", "rpc": ["https://rpc.empirenetwork.io"], "faucets": [], "nativeCurrency": { "name": "Empire", "symbol": "EMPIRE", "decimals": 18 }, "infoURL": "https://www.empirenetwork.io/", "shortName": "empire", "chainId": 3693, "networkId": 3693, "explorers": [ { "name": "Empire Explorer", "url": "https://explorer.empirenetwork.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-3698.json ================================================ { "name": "SenjePowers Testnet", "chain": "SPC", "icon": "SenjePowers", "rpc": ["https://testnet-rpc.senjepowersscan.com"], "faucets": ["https://faucet.senjepowersscan.com"], "nativeCurrency": { "name": "SenjePowers", "symbol": "SPC", "decimals": 18 }, "infoURL": "https://senjepowersscan.com", "shortName": "SPCt", "chainId": 3698, "networkId": 3698, "explorers": [ { "name": "SenjePowers", "url": "https://testnet.senjepowersscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3699.json ================================================ { "name": "SenjePowers Mainnet", "chain": "SPC", "icon": "SenjePowers", "rpc": ["https://rpc.senjepowersscan.com"], "faucets": ["https://faucet.senjepowersscan.com"], "nativeCurrency": { "name": "SenjePowers", "symbol": "SPC", "decimals": 18 }, "infoURL": "https://senjepowersscan.com", "shortName": "SPCm", "chainId": 3699, "networkId": 3699, "explorers": [ { "name": "SenjePowers", "url": "https://senjepowersscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-37.json ================================================ { "name": "SeedCoin-Network", "chain": "SeedCoin-Network", "rpc": ["https://node.seedcoin.network"], "faucets": [], "nativeCurrency": { "name": "SeedCoin", "symbol": "SEED", "decimals": 18 }, "infoURL": "https://www.seedcoin.network/", "shortName": "SEED", "icon": "seedcoin", "chainId": 37, "networkId": 37 } ================================================ FILE: _data/chains/eip155-371.json ================================================ { "name": "Consta Testnet", "chain": "tCNT", "rpc": ["https://rpc-testnet.theconsta.com"], "faucets": [], "nativeCurrency": { "name": "tCNT", "symbol": "tCNT", "decimals": 18 }, "infoURL": "http://theconsta.com", "shortName": "tCNT", "chainId": 371, "networkId": 371, "icon": "constachain", "explorers": [ { "name": "blockscout", "url": "https://explorer-testnet.theconsta.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3737.json ================================================ { "name": "Crossbell", "chain": "Crossbell", "rpc": ["https://rpc.crossbell.io"], "faucets": ["https://faucet.crossbell.io"], "nativeCurrency": { "name": "Crossbell Token", "symbol": "CSB", "decimals": 18 }, "infoURL": "https://crossbell.io", "shortName": "csb", "chainId": 3737, "networkId": 3737, "icon": "crossbell", "explorers": [ { "name": "Crossbell Explorer", "url": "https://scan.crossbell.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-373737.json ================================================ { "name": "HAPchain Testnet", "chain": "HAPchain", "rpc": ["https://jsonrpc-test.hap.land"], "faucets": [], "nativeCurrency": { "name": "HAP", "symbol": "HAP", "decimals": 18 }, "infoURL": "https://hap.land", "shortName": "hap-testnet", "chainId": 373737, "networkId": 373737, "icon": "hap", "explorers": [ { "name": "HAP EVM Explorer (Blockscout)", "url": "https://blockscout-test.hap.land", "standard": "none", "icon": "hap" } ] } ================================================ FILE: _data/chains/eip155-3797.json ================================================ { "name": "AlveyChain Mainnet", "chain": "ALV", "icon": "alveychain", "rpc": ["https://rpc.alveychain.com/rpc", "https://rpc2.alvey.io/rpc"], "faucets": [], "nativeCurrency": { "name": "AlveyCoin", "symbol": "ALV", "decimals": 18 }, "infoURL": "https://alveyscan.com/rpc", "shortName": "alv", "chainId": 3797, "networkId": 3797, "explorers": [ { "name": "AlveyScan", "url": "https://alveyscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-38.json ================================================ { "name": "Valorbit", "chain": "VAL", "rpc": ["https://rpc.valorbit.com/v2"], "faucets": [], "nativeCurrency": { "name": "Valorbit", "symbol": "VAL", "decimals": 18 }, "infoURL": "https://valorbit.com", "shortName": "val", "chainId": 38, "networkId": 38, "slip44": 538 } ================================================ FILE: _data/chains/eip155-381931.json ================================================ { "name": "Metal C-Chain", "chain": "Metal", "rpc": ["https://api.metalblockchain.org/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Metal", "symbol": "METAL", "decimals": 18 }, "infoURL": "https://www.metalblockchain.org/", "shortName": "metal", "chainId": 381931, "networkId": 381931, "slip44": 9005, "explorers": [ { "name": "metalscan", "url": "https://metalscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-381932.json ================================================ { "name": "Metal Tahoe C-Chain", "chain": "Metal", "rpc": ["https://tahoe.metalblockchain.org/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Metal", "symbol": "METAL", "decimals": 18 }, "infoURL": "https://www.metalblockchain.org/", "shortName": "Tahoe", "chainId": 381932, "networkId": 381932, "slip44": 9005, "explorers": [ { "name": "metalscan", "url": "https://tahoe.metalscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-383414847825.json ================================================ { "name": "Zeniq", "chain": "ZENIQ", "rpc": ["https://smart.zeniq.network:9545"], "faucets": ["https://faucet.zeniq.net/"], "nativeCurrency": { "name": "Zeniq", "symbol": "ZENIQ", "decimals": 18 }, "infoURL": "https://www.zeniq.dev/", "shortName": "zeniq", "chainId": 383414847825, "networkId": 383414847825, "explorers": [ { "name": "zeniq-smart-chain-explorer", "url": "https://smart.zeniq.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-385.json ================================================ { "name": "Lisinski", "chain": "CRO", "rpc": ["https://rpc-bitfalls1.lisinski.online"], "faucets": ["https://pipa.lisinski.online"], "nativeCurrency": { "name": "Lisinski Ether", "symbol": "LISINS", "decimals": 18 }, "infoURL": "https://lisinski.online", "shortName": "lisinski", "chainId": 385, "networkId": 385 } ================================================ FILE: _data/chains/eip155-39.json ================================================ { "name": "Unicorn Ultra Testnet", "chain": "u2u", "rpc": ["https://rpc-testnet.uniultra.xyz"], "faucets": ["https://faucet.uniultra.xyz"], "nativeCurrency": { "name": "Unicorn Ultra", "symbol": "U2U", "decimals": 18 }, "infoURL": "https://uniultra.xyz", "shortName": "u2u", "chainId": 39, "networkId": 39, "icon": "u2u", "explorers": [ { "icon": "u2u", "name": "U2U Explorer", "url": "https://testnet.uniultra.xyz", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3912.json ================================================ { "name": "DRAC Network", "chain": "DRAC", "rpc": ["https://www.dracscan.com/rpc"], "faucets": ["https://www.dracscan.io/faucet"], "nativeCurrency": { "name": "DRAC", "symbol": "DRAC", "decimals": 18 }, "infoURL": "https://drac.io/", "shortName": "drac", "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "chainId": 3912, "networkId": 3912, "icon": "drac", "explorers": [ { "name": "DRAC_Network Scan", "url": "https://www.dracscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3939.json ================================================ { "name": "DOS Tesnet", "chain": "DOS", "rpc": ["https://test.doschain.com"], "faucets": [], "nativeCurrency": { "name": "DOS", "symbol": "DOS", "decimals": 18 }, "infoURL": "http://doschain.io/", "shortName": "dost", "chainId": 3939, "networkId": 3939, "icon": "doschain", "explorers": [ { "name": "DOScan-Test", "url": "https://test.doscan.io", "icon": "doschain", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3966.json ================================================ { "name": "DYNO Mainnet", "chain": "DYNO", "rpc": ["https://api.dynoprotocol.com"], "faucets": ["https://faucet.dynoscan.io"], "nativeCurrency": { "name": "DYNO Token", "symbol": "DYNO", "decimals": 18 }, "infoURL": "https://dynoprotocol.com", "shortName": "dyno", "chainId": 3966, "networkId": 3966, "explorers": [ { "name": "DYNO Explorer", "url": "https://dynoscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3967.json ================================================ { "name": "DYNO Testnet", "chain": "DYNO", "rpc": ["https://tapi.dynoprotocol.com"], "faucets": ["https://faucet.dynoscan.io"], "nativeCurrency": { "name": "DYNO Token", "symbol": "tDYNO", "decimals": 18 }, "infoURL": "https://dynoprotocol.com", "shortName": "tdyno", "chainId": 3967, "networkId": 3967, "explorers": [ { "name": "DYNO Explorer", "url": "https://testnet.dynoscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-39797.json ================================================ { "name": "Energi Mainnet", "chain": "NRG", "rpc": ["https://nodeapi.energi.network"], "faucets": [], "nativeCurrency": { "name": "Energi", "symbol": "NRG", "decimals": 18 }, "infoURL": "https://www.energi.world/", "shortName": "nrg", "chainId": 39797, "networkId": 39797, "slip44": 39797 } ================================================ FILE: _data/chains/eip155-39815.json ================================================ { "name": "OHO Mainnet", "chain": "OHO", "rpc": ["https://mainnet.oho.ai"], "faucets": [], "nativeCurrency": { "name": "OHO", "symbol": "OHO", "decimals": 18 }, "infoURL": "https://oho.ai", "shortName": "oho", "chainId": 39815, "networkId": 39815, "icon": "oho", "explorers": [ { "name": "ohoscan", "url": "https://ohoscan.com", "icon": "ohoscan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-3999.json ================================================ { "name": "YuanChain Mainnet", "chain": "YCC", "rpc": ["https://mainnet.yuan.org/eth"], "faucets": [], "nativeCurrency": { "name": "YCC", "symbol": "YCC", "decimals": 18 }, "infoURL": "https://www.yuan.org", "shortName": "ycc", "chainId": 3999, "networkId": 3999, "icon": "ycc", "explorers": [ { "name": "YuanChain Explorer", "url": "https://mainnet.yuan.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-4.json ================================================ { "name": "Rinkeby", "title": "Ethereum Testnet Rinkeby", "chain": "ETH", "rpc": [ "https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": [ "http://fauceth.komputing.org?chain=4&address=${ADDRESS}", "https://faucet.rinkeby.io" ], "nativeCurrency": { "name": "Rinkeby Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://www.rinkeby.io", "shortName": "rin", "chainId": 4, "networkId": 4, "ens": { "registry": "0xe7410170f87102df0055eb195163a03b7f2bff4a" }, "explorers": [ { "name": "etherscan-rinkeby", "url": "https://rinkeby.etherscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-40.json ================================================ { "name": "Telos EVM Mainnet", "chain": "TLOS", "rpc": ["https://mainnet.telos.net/evm"], "faucets": [], "nativeCurrency": { "name": "Telos", "symbol": "TLOS", "decimals": 18 }, "infoURL": "https://telos.net", "shortName": "TelosEVM", "chainId": 40, "networkId": 40, "explorers": [ { "name": "teloscan", "url": "https://teloscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-400.json ================================================ { "name": "HyperonChain TestNet", "chain": "HPN", "icon": "hyperonchain", "rpc": ["https://testnet-rpc.hyperonchain.com"], "faucets": ["https://faucet.hyperonchain.com"], "nativeCurrency": { "name": "HyperonChain", "symbol": "HPN", "decimals": 18 }, "infoURL": "https://docs.hyperonchain.com", "shortName": "hpn", "chainId": 400, "networkId": 400, "explorers": [ { "name": "blockscout", "url": "https://testnet.hyperonchain.com", "icon": "hyperonchain", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4000.json ================================================ { "name": "Ozone Chain Mainnet", "chain": "OZONE", "rpc": ["https://node1.ozonechain.io"], "faucets": [], "nativeCurrency": { "name": "OZONE", "symbol": "OZO", "decimals": 18 }, "infoURL": "https://ozonechain.io", "shortName": "ozo", "chainId": 4000, "networkId": 4000, "icon": "ozonechain", "explorers": [ { "name": "OZONE Scan", "url": "https://ozonescan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4000003.json ================================================ { "name": "AltLayer Zero Gas Network", "chain": "ETH", "rpc": ["https://zero.alt.technology"], "faucets": [], "nativeCurrency": { "name": "ZERO", "symbol": "ZERO", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://altlayer.io", "shortName": "alt-zerogas", "chainId": 4000003, "networkId": 4000003, "icon": "altlayer", "explorers": [ { "name": "blockscout", "url": "https://zero-explorer.alt.technology", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4001.json ================================================ { "name": "Peperium Chain Testnet", "chain": "PERIUM", "rpc": ["https://rpc-testnet.peperium.io"], "faucets": [], "nativeCurrency": { "name": "Peperium Chain Testnet", "symbol": "PERIUM", "decimals": 18 }, "infoURL": "https://peperium.io", "shortName": "PERIUM", "chainId": 4001, "networkId": 4001, "icon": "peperium", "explorers": [ { "name": "Peperium Chain Explorer", "url": "https://scan-testnet.peperium.io", "icon": "peperium", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4002.json ================================================ { "name": "Fantom Testnet", "chain": "FTM", "rpc": [ "https://rpc.testnet.fantom.network", "https://fantom-testnet.publicnode.com" ], "faucets": ["https://faucet.fantom.network"], "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 }, "infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet", "shortName": "tftm", "chainId": 4002, "networkId": 4002, "icon": "fantom", "explorers": [ { "name": "ftmscan", "url": "https://testnet.ftmscan.com", "icon": "ftmscan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-401.json ================================================ { "name": "Ozone Chain Testnet", "chain": "OZONE", "rpc": ["https://node1.testnet.ozonechain.io"], "faucets": [], "nativeCurrency": { "name": "OZONE", "symbol": "OZO", "decimals": 18 }, "infoURL": "https://ozonechain.io", "shortName": "ozo_tst", "chainId": 401, "networkId": 401, "icon": "ozonechain", "explorers": [ { "name": "OZONE Scan", "url": "https://testnet.ozonescan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-404040.json ================================================ { "name": "Tipboxcoin Mainnet", "chain": "TPBX", "icon": "tipboxcoinIcon", "rpc": ["https://mainnet-rpc.tipboxcoin.net"], "faucets": ["https://faucet.tipboxcoin.net"], "nativeCurrency": { "name": "Tipboxcoin", "symbol": "TPBX", "decimals": 18 }, "infoURL": "https://tipboxcoin.net", "shortName": "TPBXm", "chainId": 404040, "networkId": 404040, "explorers": [ { "name": "Tipboxcoin", "url": "https://tipboxcoin.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4051.json ================================================ { "name": "Bobaopera Testnet", "chain": "Bobaopera Testnet", "rpc": [ "https://testnet.bobaopera.boba.network", "wss://wss.testnet.bobaopera.boba.network", "https://replica.testnet.bobaopera.boba.network", "wss://replica-wss.testnet.bobaopera.boba.network" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "BobaoperaTestnet", "chainId": 4051, "networkId": 4051, "explorers": [ { "name": "Bobaopera Testnet block explorer", "url": "https://blockexplorer.testnet.bobaopera.boba.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-4061.json ================================================ { "name": "Nahmii 3 Mainnet", "chain": "Nahmii", "rpc": [], "status": "incubating", "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://nahmii.io", "shortName": "Nahmii3Mainnet", "chainId": 4061, "networkId": 4061, "icon": "nahmii", "parent": { "type": "L2", "chain": "eip155-1", "bridges": [ { "url": "https://bridge.nahmii.io" } ] } } ================================================ FILE: _data/chains/eip155-4062.json ================================================ { "name": "Nahmii 3 Testnet", "chain": "Nahmii", "rpc": ["https://ngeth.testnet.n3.nahmii.io"], "faucets": [], "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://nahmii.io", "shortName": "Nahmii3Testnet", "chainId": 4062, "networkId": 4062, "icon": "nahmii", "explorers": [ { "name": "Nahmii 3 Testnet Explorer", "url": "https://explorer.testnet.n3.nahmii.io", "icon": "nahmii", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-3", "bridges": [ { "url": "https://bridge.testnet.n3.nahmii.io" } ] } } ================================================ FILE: _data/chains/eip155-4090.json ================================================ { "name": "Fastex Chain (Bahamut) Oasis Testnet", "title": "Bahamut testnet Oasis", "icon": "bahamut", "chain": "Fastex Chain (Bahamut)", "rpc": ["https://rpc1.oasis.bahamutchain.com"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": ["https://faucet.oasis.fastexchain.com"], "nativeCurrency": { "name": "FTN", "symbol": "FTN", "decimals": 18 }, "infoURL": "https://fastexchain.com", "shortName": "Oasis", "chainId": 4090, "networkId": 4090, "explorers": [ { "name": "blockscout", "url": "https://oasis.ftnscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-4096.json ================================================ { "name": "Bitindi Testnet", "chain": "BNI", "icon": "bitindiTestnet", "rpc": ["https://testnet-rpc.bitindi.org"], "faucets": ["https://faucet.bitindi.org"], "nativeCurrency": { "name": "BNI", "symbol": "$BNI", "decimals": 18 }, "infoURL": "https://bitindi.org", "shortName": "BNIt", "chainId": 4096, "networkId": 4096, "explorers": [ { "name": "Bitindi", "url": "https://testnet.bitindiscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4099.json ================================================ { "name": "Bitindi Mainnet", "chain": "BNI", "icon": "bitindi", "rpc": ["https://mainnet-rpc.bitindi.org"], "faucets": ["https://faucet.bitindi.org"], "nativeCurrency": { "name": "BNI", "symbol": "$BNI", "decimals": 18 }, "infoURL": "https://bitindi.org", "shortName": "BNIm", "chainId": 4099, "networkId": 4099, "explorers": [ { "name": "Bitindi", "url": "https://bitindiscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-41.json ================================================ { "name": "Telos EVM Testnet", "chain": "TLOS", "rpc": ["https://testnet.telos.net/evm"], "faucets": ["https://app.telos.net/testnet/developers"], "nativeCurrency": { "name": "Telos", "symbol": "TLOS", "decimals": 18 }, "infoURL": "https://telos.net", "shortName": "TelosEVMTestnet", "chainId": 41, "networkId": 41, "explorers": [ { "name": "teloscan", "url": "https://testnet.teloscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4102.json ================================================ { "name": "AIOZ Network Testnet", "chain": "AIOZ", "icon": "aioz", "rpc": ["https://eth-ds.testnet.aioz.network"], "faucets": [], "nativeCurrency": { "name": "testAIOZ", "symbol": "AIOZ", "decimals": 18 }, "infoURL": "https://aioz.network", "shortName": "aioz-testnet", "chainId": 4102, "networkId": 4102, "slip44": 60, "explorers": [ { "name": "AIOZ Network Testnet Explorer", "url": "https://testnet.explorer.aioz.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-411.json ================================================ { "name": "Pepe Chain Mainnet", "chain": "PC", "status": "active", "icon": "pepechain", "rpc": ["https://rpc.pepe-chain.vip"], "faucets": [], "nativeCurrency": { "name": "Pepe", "symbol": "PEPE", "decimals": 18 }, "infoURL": "https://pepe-chain.vip", "shortName": "pepe", "chainId": 411, "networkId": 411, "explorers": [ { "name": "pepechain explorer", "url": "https://explorer.pepe-chain.vip", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4141.json ================================================ { "name": "Tipboxcoin Testnet", "chain": "TPBX", "icon": "tipboxcoinIcon", "rpc": ["https://testnet-rpc.tipboxcoin.net"], "faucets": ["https://faucet.tipboxcoin.net"], "nativeCurrency": { "name": "Tipboxcoin", "symbol": "TPBX", "decimals": 18 }, "infoURL": "https://tipboxcoin.net", "shortName": "TPBXt", "chainId": 4141, "networkId": 4141, "explorers": [ { "name": "Tipboxcoin", "url": "https://testnet.tipboxcoin.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-41500.json ================================================ { "name": "Opulent-X BETA", "chainId": 41500, "shortName": "ox-beta", "chain": "Opulent-X", "networkId": 41500, "nativeCurrency": { "name": "Oxyn Gas", "symbol": "OXYN", "decimals": 18 }, "rpc": ["https://connect.opulent-x.com"], "faucets": [], "infoURL": "https://beta.opulent-x.com", "explorers": [ { "name": "Opulent-X BETA Explorer", "url": "https://explorer.opulent-x.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-416.json ================================================ { "name": "SX Network Mainnet", "chain": "SX", "icon": "SX", "rpc": ["https://rpc.sx.technology"], "faucets": [], "nativeCurrency": { "name": "SX Network", "symbol": "SX", "decimals": 18 }, "infoURL": "https://www.sx.technology", "shortName": "SX", "chainId": 416, "networkId": 416, "explorers": [ { "name": "SX Network Explorer", "url": "https://explorer.sx.technology", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-418.json ================================================ { "name": "LaTestnet", "chain": "LaTestnet", "icon": "LaChain", "rpc": [ "https://rpc.testnet.lachain.network", "https://lachain-testnet.rpc-nodes.cedalio.dev" ], "faucets": ["https://faucet.lachain.network"], "nativeCurrency": { "name": "Test LaCoin", "symbol": "TLA", "decimals": 18 }, "features": [{ "name": "EIP155" }], "infoURL": "", "shortName": "latestnet", "chainId": 418, "networkId": 418, "explorers": [ { "name": "LaTestnet Explorer", "url": "https://testexplorer.lachain.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4181.json ================================================ { "name": "PHI Network V1", "chain": "PHI V1", "rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"], "faucets": [], "nativeCurrency": { "name": "PHI", "symbol": "Φ", "decimals": 18 }, "infoURL": "https://phi.network", "shortName": "PHIv1", "chainId": 4181, "networkId": 4181, "icon": "phi", "explorers": [ { "name": "PHI Explorer", "url": "https://explorer.phi.network", "icon": "phi", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-42.json ================================================ { "name": "LUKSO Mainnet", "chain": "LUKSO", "icon": "lukso", "rpc": [ "https://rpc.mainnet.lukso.network", "wss://ws-rpc.mainnet.lukso.network" ], "faucets": [], "nativeCurrency": { "name": "LUKSO", "symbol": "LYX", "decimals": 18 }, "explorers": [ { "name": "Blockscout", "url": "https://explorer.execution.mainnet.lukso.network", "standard": "EIP3091" } ], "infoURL": "https://lukso.network", "shortName": "lukso", "chainId": 42, "networkId": 42, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-420.json ================================================ { "name": "Optimism Goerli Testnet", "chain": "ETH", "rpc": [ "https://goerli.optimism.io", "https://optimism-goerli.publicnode.com" ], "faucets": [], "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://optimism.io", "shortName": "ogor", "chainId": 420, "networkId": 420, "explorers": [ { "name": "blockscout", "url": "https://optimism-goerli.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4201.json ================================================ { "name": "LUKSO Testnet", "chain": "LUKSO Testnet", "icon": "lukso", "rpc": [ "https://rpc.testnet.lukso.network", "wss://ws-rpc.testnet.lukso.network" ], "faucets": ["https://faucet.testnet.lukso.network"], "nativeCurrency": { "name": "TestLYX", "symbol": "LYXt", "decimals": 18 }, "explorers": [ { "name": "Blockscout", "url": "https://explorer.execution.testnet.lukso.network", "standard": "none" } ], "infoURL": "https://lukso.network", "shortName": "lukso-testnet", "chainId": 4201, "networkId": 4201, "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ] } ================================================ FILE: _data/chains/eip155-420420.json ================================================ { "name": "Kekchain", "chain": "kek", "rpc": ["https://mainnet.kekchain.com"], "faucets": [], "nativeCurrency": { "name": "KEK", "symbol": "KEK", "decimals": 18 }, "infoURL": "https://kekchain.com", "shortName": "KEK", "chainId": 420420, "networkId": 103090, "icon": "kek", "explorers": [ { "name": "blockscout", "url": "https://mainnet-explorer.kekchain.com", "icon": "kek", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-420666.json ================================================ { "name": "Kekchain (kektest)", "chain": "kek", "rpc": ["https://testnet.kekchain.com"], "faucets": [], "nativeCurrency": { "name": "tKEK", "symbol": "tKEK", "decimals": 18 }, "infoURL": "https://kekchain.com", "shortName": "tKEK", "chainId": 420666, "networkId": 1, "icon": "kek", "explorers": [ { "name": "blockscout", "url": "https://testnet-explorer.kekchain.com", "icon": "kek", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-42069.json ================================================ { "name": "pegglecoin", "chain": "42069", "rpc": [], "faucets": [], "nativeCurrency": { "name": "pegglecoin", "symbol": "peggle", "decimals": 18 }, "infoURL": "https://teampeggle.com", "shortName": "PC", "chainId": 42069, "networkId": 42069 } ================================================ FILE: _data/chains/eip155-42161.json ================================================ { "name": "Arbitrum One", "chainId": 42161, "shortName": "arb1", "chain": "ETH", "networkId": 42161, "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "rpc": [ "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}", "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}", "https://arb1.arbitrum.io/rpc", "https://arbitrum-one.publicnode.com" ], "faucets": [], "explorers": [ { "name": "Arbiscan", "url": "https://arbiscan.io", "standard": "EIP3091" }, { "name": "Arbitrum Explorer", "url": "https://explorer.arbitrum.io", "standard": "EIP3091" } ], "infoURL": "https://arbitrum.io", "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.arbitrum.io" }] } } ================================================ FILE: _data/chains/eip155-421611.json ================================================ { "name": "Arbitrum Rinkeby", "title": "Arbitrum Testnet Rinkeby", "chainId": 421611, "shortName": "arb-rinkeby", "chain": "ETH", "networkId": 421611, "nativeCurrency": { "name": "Arbitrum Rinkeby Ether", "symbol": "ETH", "decimals": 18 }, "rpc": ["https://rinkeby.arbitrum.io/rpc"], "faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"], "infoURL": "https://arbitrum.io", "explorers": [ { "name": "arbiscan-testnet", "url": "https://testnet.arbiscan.io", "standard": "EIP3091" }, { "name": "arbitrum-rinkeby", "url": "https://rinkeby-explorer.arbitrum.io", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-4", "bridges": [{ "url": "https://bridge.arbitrum.io" }] } } ================================================ FILE: _data/chains/eip155-421613.json ================================================ { "name": "Arbitrum Goerli", "title": "Arbitrum Goerli Rollup Testnet", "chainId": 421613, "shortName": "arb-goerli", "chain": "ETH", "networkId": 421613, "nativeCurrency": { "name": "Arbitrum Goerli Ether", "symbol": "AGOR", "decimals": 18 }, "rpc": [ "https://goerli-rollup.arbitrum.io/rpc", "https://arbitrum-goerli.publicnode.com" ], "faucets": [], "infoURL": "https://arbitrum.io/", "explorers": [ { "name": "Arbitrum Goerli Rollup Explorer", "url": "https://goerli-rollup-explorer.arbitrum.io", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-5", "bridges": [{ "url": "https://bridge.arbitrum.io/" }] } } ================================================ FILE: _data/chains/eip155-4216137055.json ================================================ { "name": "OneLedger Testnet Frankenstein", "chain": "OLT", "icon": "oneledger", "rpc": ["https://frankenstein-rpc.oneledger.network"], "faucets": ["https://frankenstein-faucet.oneledger.network"], "nativeCurrency": { "name": "OLT", "symbol": "OLT", "decimals": 18 }, "infoURL": "https://oneledger.io", "shortName": "frankenstein", "chainId": 4216137055, "networkId": 4216137055, "explorers": [ { "name": "OneLedger Block Explorer", "url": "https://frankenstein-explorer.oneledger.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-42170.json ================================================ { "name": "Arbitrum Nova", "chainId": 42170, "shortName": "arb-nova", "chain": "ETH", "networkId": 42170, "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "rpc": [ "https://nova.arbitrum.io/rpc", "https://arbitrum-nova.publicnode.com" ], "faucets": [], "explorers": [ { "name": "Arbitrum Nova Chain Explorer", "url": "https://nova-explorer.arbitrum.io", "icon": "blockscout", "standard": "EIP3091" } ], "infoURL": "https://arbitrum.io", "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.arbitrum.io" }] } } ================================================ FILE: _data/chains/eip155-42220.json ================================================ { "name": "Celo Mainnet", "chainId": 42220, "shortName": "celo", "chain": "CELO", "networkId": 42220, "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 }, "rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "infoURL": "https://docs.celo.org/", "explorers": [ { "name": "Celoscan", "url": "https://celoscan.io", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://explorer.celo.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-42261.json ================================================ { "name": "Oasis Emerald Testnet", "chain": "Emerald", "icon": "oasis", "rpc": [ "https://testnet.emerald.oasis.dev/", "wss://testnet.emerald.oasis.dev/ws" ], "faucets": ["https://faucet.testnet.oasis.dev/"], "nativeCurrency": { "name": "Emerald Rose", "symbol": "ROSE", "decimals": 18 }, "infoURL": "https://docs.oasis.io/dapp/emerald", "shortName": "emerald-testnet", "chainId": 42261, "networkId": 42261, "explorers": [ { "name": "Oasis Emerald Testnet Explorer", "url": "https://testnet.explorer.emerald.oasis.dev", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-42262.json ================================================ { "name": "Oasis Emerald", "chain": "Emerald", "icon": "oasis", "rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"], "faucets": [], "nativeCurrency": { "name": "Emerald Rose", "symbol": "ROSE", "decimals": 18 }, "infoURL": "https://docs.oasis.io/dapp/emerald", "shortName": "emerald", "chainId": 42262, "networkId": 42262, "explorers": [ { "name": "Oasis Emerald Explorer", "url": "https://explorer.emerald.oasis.dev", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-424.json ================================================ { "name": "PGN (Public Goods Network)", "chain": "ETH", "rpc": ["https://rpc.publicgoods.network"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://publicgoods.network/", "shortName": "PGN", "chainId": 424, "networkId": 424, "icon": "publicGoodsNetwork", "explorers": [ { "name": "blockscout", "url": "https://explorer.publicgoods.network", "icon": "blockscout", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.publicgoods.network" }] } } ================================================ FILE: _data/chains/eip155-4242.json ================================================ { "name": "Nexi Mainnet", "chain": "Nexi", "icon": "nexi", "rpc": [ "https://rpc.chain.nexi.technology/", "https://chain.nexilix.com", "https://chain.nexi.evmnode.online" ], "faucets": [], "nativeCurrency": { "name": "Nexi", "symbol": "NEXI", "decimals": 18 }, "infoURL": "https://www.nexi.technology/", "shortName": "nexi", "chainId": 4242, "networkId": 4242, "slip44": 2500, "explorers": [ { "name": "nexiscan", "url": "https://www.nexiscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-424242.json ================================================ { "name": "Fastex Chain testnet", "chain": "FTN", "title": "Fastex Chain testnet", "rpc": ["https://rpc.testnet.fastexchain.com"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "FTN", "symbol": "FTN", "decimals": 18 }, "infoURL": "https://fastex.com", "shortName": "fastexTestnet", "chainId": 424242, "networkId": 424242, "explorers": [ { "name": "blockscout", "url": "https://testnet.ftnscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-427.json ================================================ { "name": "Zeeth Chain", "chain": "ZeethChain", "rpc": ["https://rpc.zeeth.io"], "faucets": [], "nativeCurrency": { "name": "Zeeth Token", "symbol": "ZTH", "decimals": 18 }, "infoURL": "", "shortName": "zeeth", "chainId": 427, "networkId": 427, "explorers": [ { "name": "Zeeth Explorer", "url": "https://explorer.zeeth.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-4281033.json ================================================ { "name": "Worlds Caldera", "chain": "WCal", "rpc": ["https://worlds-test.calderachain.xyz/http"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://caldera.xyz/", "shortName": "worldscal", "chainId": 4281033, "networkId": 4281033, "icon": "ethereum", "explorers": [] } ================================================ FILE: _data/chains/eip155-42888.json ================================================ { "name": "Kinto Testnet", "title": "Kinto Testnet", "chain": "ETH", "rpc": ["http://35.215.120.180:8545"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://ethereum.org", "shortName": "keth", "chainId": 42888, "networkId": 42888, "explorers": [ { "name": "kintoscan", "url": "http://35.215.120.180:4000", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-43.json ================================================ { "name": "Darwinia Pangolin Testnet", "chain": "pangolin", "rpc": ["https://pangolin-rpc.darwinia.network"], "faucets": [ "https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token" ], "nativeCurrency": { "name": "Pangolin Network Native Token", "symbol": "PRING", "decimals": 18 }, "infoURL": "https://darwinia.network/", "shortName": "pangolin", "chainId": 43, "networkId": 43, "explorers": [ { "name": "subscan", "url": "https://pangolin.subscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-43110.json ================================================ { "name": "Athereum", "chain": "ATH", "rpc": ["https://ava.network:21015/ext/evm/rpc"], "faucets": ["http://athfaucet.ava.network//?address=${ADDRESS}"], "nativeCurrency": { "name": "Athereum Ether", "symbol": "ATH", "decimals": 18 }, "infoURL": "https://athereum.ava.network", "shortName": "avaeth", "chainId": 43110, "networkId": 43110 } ================================================ FILE: _data/chains/eip155-43113.json ================================================ { "name": "Avalanche Fuji Testnet", "chain": "AVAX", "icon": "avax", "rpc": [ "https://api.avax-test.network/ext/bc/C/rpc", "https://avalanche-fuji-c-chain.publicnode.com" ], "faucets": ["https://faucet.avax-test.network/"], "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, "infoURL": "https://cchain.explorer.avax-test.network", "shortName": "Fuji", "chainId": 43113, "networkId": 1, "explorers": [ { "name": "snowtrace", "url": "https://testnet.snowtrace.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-43114.json ================================================ { "name": "Avalanche C-Chain", "chain": "AVAX", "icon": "avax", "rpc": [ "https://api.avax.network/ext/bc/C/rpc", "https://avalanche-c-chain.publicnode.com" ], "features": [{ "name": "EIP1559" }], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, "infoURL": "https://www.avax.network/", "shortName": "avax", "chainId": 43114, "networkId": 43114, "slip44": 9005, "explorers": [ { "name": "snowtrace", "url": "https://snowtrace.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-431140.json ================================================ { "name": "Markr Go", "chain": "Unified", "icon": "markrgo", "rpc": ["https://rpc.markr.io/ext/"], "faucets": [], "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, "infoURL": "https://www.markr.io/", "shortName": "markr-go", "chainId": 431140, "networkId": 431140, "explorers": [], "status": "incubating" } ================================================ FILE: _data/chains/eip155-43214913.json ================================================ { "name": "maistestsubnet", "chain": "MAI", "rpc": [ "http://174.138.9.169:9650/ext/bc/VUKSzFZKckx4PoZF9gX5QAqLPxbLzvu1vcssPG5QuodaJtdHT/rpc" ], "faucets": [], "nativeCurrency": { "name": "maistestsubnet", "symbol": "MAI", "decimals": 18 }, "infoURL": "", "shortName": "mais", "chainId": 43214913, "networkId": 43214913, "explorers": [ { "name": "maistesntet", "url": "http://174.138.9.169:3006/?network=maistesntet", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-432201.json ================================================ { "name": "Dexalot Subnet Testnet", "chain": "DEXALOT", "icon": "dexalot", "rpc": ["https://subnets.avax.network/dexalot/testnet/rpc"], "faucets": ["https://faucet.avax.network/?subnet=dexalot"], "nativeCurrency": { "name": "Dexalot", "symbol": "ALOT", "decimals": 18 }, "infoURL": "https://dexalot.com", "shortName": "dexalot-testnet", "chainId": 432201, "networkId": 432201, "explorers": [ { "name": "Avalanche Subnet Testnet Explorer", "url": "https://subnets-test.avax.network/dexalot", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-432204.json ================================================ { "name": "Dexalot Subnet", "chain": "DEXALOT", "icon": "dexalot", "rpc": ["https://subnets.avax.network/dexalot/mainnet/rpc"], "faucets": [], "nativeCurrency": { "name": "Dexalot", "symbol": "ALOT", "decimals": 18 }, "infoURL": "https://dexalot.com", "shortName": "dexalot", "chainId": 432204, "networkId": 432204, "explorers": [ { "name": "Avalanche Subnet Explorer", "url": "https://subnets.avax.network/dexalot", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4328.json ================================================ { "name": "Bobafuji Testnet", "chain": "Bobafuji Testnet", "rpc": [ "https://testnet.avax.boba.network", "wss://wss.testnet.avax.boba.network", "https://replica.testnet.avax.boba.network" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "BobaFujiTestnet", "chainId": 4328, "networkId": 4328, "explorers": [ { "name": "Bobafuji Testnet block explorer", "url": "https://blockexplorer.testnet.avax.boba.network", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-5", "bridges": [ { "url": "https://gateway.boba.network" } ] } } ================================================ FILE: _data/chains/eip155-43288.json ================================================ { "name": "Boba Avax", "chain": "Boba Avax", "rpc": [ "https://avax.boba.network", "wss://wss.avax.boba.network", "https://replica.avax.boba.network", "wss://replica-wss.avax.boba.network" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://docs.boba.network/for-developers/network-avalanche", "shortName": "bobaavax", "chainId": 43288, "networkId": 43288, "explorers": [ { "name": "Boba Avax Explorer", "url": "https://blockexplorer.avax.boba.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-44.json ================================================ { "name": "Darwinia Crab Network", "chain": "crab", "rpc": ["https://crab-rpc.darwinia.network"], "faucets": [], "nativeCurrency": { "name": "Crab Network Native Token", "symbol": "CRAB", "decimals": 18 }, "infoURL": "https://crab.network/", "shortName": "crab", "chainId": 44, "networkId": 44, "explorers": [ { "name": "subscan", "url": "https://crab.subscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-444.json ================================================ { "name": "Frenchain Testnet", "chain": "tfren", "rpc": ["https://rpc-01tn.frenchain.app"], "faucets": [], "nativeCurrency": { "name": "tFREN", "symbol": "FtREN", "decimals": 18 }, "infoURL": "https://frenchain.app", "shortName": "tFREN", "chainId": 444, "networkId": 444, "icon": "fren", "explorers": [ { "name": "blockscout", "url": "https://testnet.frenscan.io", "icon": "fren", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4444.json ================================================ { "name": "Htmlcoin Mainnet", "chain": "mainnet", "rpc": ["https://janus.htmlcoin.com/api/"], "faucets": ["https://gruvin.me/htmlcoin"], "nativeCurrency": { "name": "Htmlcoin", "symbol": "HTML", "decimals": 8 }, "infoURL": "https://htmlcoin.com", "shortName": "html", "chainId": 4444, "networkId": 4444, "icon": "htmlcoin", "status": "active", "explorers": [ { "name": "htmlcoin", "url": "https://explorer.htmlcoin.com", "icon": "htmlcoin", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-44444.json ================================================ { "name": "Frenchain", "chain": "fren", "rpc": ["https://rpc-02.frenscan.io"], "faucets": [], "nativeCurrency": { "name": "FREN", "symbol": "FREN", "decimals": 18 }, "infoURL": "https://frenchain.app", "shortName": "FREN", "chainId": 44444, "networkId": 44444, "icon": "fren", "explorers": [ { "name": "blockscout", "url": "https://frenscan.io", "icon": "fren", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-444900.json ================================================ { "name": "Weelink Testnet", "chain": "WLK", "rpc": ["https://weelinknode1c.gw002.oneitfarm.com"], "faucets": ["https://faucet.weelink.gw002.oneitfarm.com"], "nativeCurrency": { "name": "Weelink Chain Token", "symbol": "tWLK", "decimals": 18 }, "infoURL": "https://weelink.cloud", "shortName": "wlkt", "chainId": 444900, "networkId": 444900, "explorers": [ { "name": "weelink-testnet", "url": "https://weelink.cloud/#/blockView/overview", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-44787.json ================================================ { "name": "Celo Alfajores Testnet", "chainId": 44787, "shortName": "ALFA", "chain": "CELO", "networkId": 44787, "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 }, "rpc": [ "https://alfajores-forno.celo-testnet.org", "wss://alfajores-forno.celo-testnet.org/ws" ], "faucets": [ "https://celo.org/developers/faucet", "https://cauldron.pretoriaresearchlab.io/alfajores-faucet" ], "infoURL": "https://docs.celo.org/", "explorers": [ { "name": "Celoscan", "url": "https://celoscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-45.json ================================================ { "name": "Darwinia Pangoro Testnet", "chain": "pangoro", "rpc": ["https://pangoro-rpc.darwinia.network"], "faucets": [], "nativeCurrency": { "name": "Pangoro Network Native Token", "symbol": "ORING", "decimals": 18 }, "infoURL": "https://darwinia.network/", "shortName": "pangoro", "chainId": 45, "networkId": 45, "explorers": [ { "name": "subscan", "url": "https://pangoro.subscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-45000.json ================================================ { "name": "Autobahn Network", "chain": "TXL", "rpc": ["https://rpc.autobahn.network"], "faucets": [], "nativeCurrency": { "name": "TXL", "symbol": "TXL", "decimals": 18 }, "infoURL": "https://autobahn.network", "shortName": "AutobahnNetwork", "chainId": 45000, "networkId": 45000, "icon": "autobahn", "explorers": [ { "name": "autobahn explorer", "url": "https://explorer.autobahn.network", "icon": "autobahn", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-456.json ================================================ { "name": "ARZIO Chain", "chain": "ARZIO", "icon": "arzio", "rpc": ["https://chain-rpc.arzio.co"], "faucets": [], "nativeCurrency": { "name": "ARZIO", "symbol": "AZO", "decimals": 18 }, "infoURL": "https://chain.arzio.co", "shortName": "arzio", "chainId": 456, "networkId": 456, "explorers": [ { "name": "ARZIO Scan", "url": "https://scan.arzio.co", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-46.json ================================================ { "name": "Darwinia Network", "chain": "darwinia", "rpc": ["https://rpc.darwinia.network"], "faucets": [], "nativeCurrency": { "name": "Darwinia Network Native Token", "symbol": "RING", "decimals": 18 }, "infoURL": "https://darwinia.network/", "shortName": "darwinia", "chainId": 46, "networkId": 46, "explorers": [ { "name": "subscan", "url": "https://darwinia.subscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-46688.json ================================================ { "name": "Fusion Testnet", "chain": "FSN", "icon": "fusion", "rpc": ["https://testnet.fusionnetwork.io", "wss://testnet.fusionnetwork.io"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Testnet Fusion", "symbol": "T-FSN", "decimals": 18 }, "infoURL": "https://fusion.org", "shortName": "tfsn", "chainId": 46688, "networkId": 46688, "slip44": 288, "explorers": [ { "name": "fsnscan", "url": "https://testnet.fsnscan.com", "icon": "fsnscan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4689.json ================================================ { "name": "IoTeX Network Mainnet", "chain": "iotex.io", "rpc": ["https://babel-api.mainnet.iotex.io"], "faucets": [], "nativeCurrency": { "name": "IoTeX", "symbol": "IOTX", "decimals": 18 }, "infoURL": "https://iotex.io", "shortName": "iotex-mainnet", "chainId": 4689, "networkId": 4689, "explorers": [ { "name": "iotexscan", "url": "https://iotexscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4690.json ================================================ { "name": "IoTeX Network Testnet", "chain": "iotex.io", "rpc": ["https://babel-api.testnet.iotex.io"], "faucets": ["https://faucet.iotex.io/"], "nativeCurrency": { "name": "IoTeX", "symbol": "IOTX", "decimals": 18 }, "infoURL": "https://iotex.io", "shortName": "iotex-testnet", "chainId": 4690, "networkId": 4690, "explorers": [ { "name": "testnet iotexscan", "url": "https://testnet.iotexscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-47.json ================================================ { "name": "Acria IntelliChain", "chain": "AIC", "rpc": ["https://aic.acria.ai"], "faucets": [], "nativeCurrency": { "name": "ACRIA", "symbol": "ACRIA", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://acria.ai", "shortName": "aic", "chainId": 47, "networkId": 47, "explorers": [ { "name": "Acria IntelliChain-Explorer", "url": "https://explorer.acria.ai", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-471100.json ================================================ { "name": "Patex Sepolia Testnet", "chain": "ETH", "rpc": ["https://test-rpc.patex.io/"], "faucets": [], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://patex.io/", "shortName": "psep", "chainId": 471100, "networkId": 471100 } ================================================ FILE: _data/chains/eip155-474142.json ================================================ { "name": "OpenChain Mainnet", "chain": "OpenChain", "rpc": ["https://baas-rpc.luniverse.io:18545?lChainId=1641349324562974539"], "faucets": [], "nativeCurrency": { "name": "OpenCoin", "symbol": "OPC", "decimals": 10 }, "infoURL": "https://www.openchain.live", "shortName": "oc", "chainId": 474142, "networkId": 474142, "explorers": [ { "name": "SIDE SCAN", "url": "https://sidescan.luniverse.io/1641349324562974539", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-4759.json ================================================ { "name": "MEVerse Chain Testnet", "chain": "MEVerse", "rpc": ["https://rpc.meversetestnet.io"], "faucets": [], "nativeCurrency": { "name": "MEVerse", "symbol": "MEV", "decimals": 18 }, "infoURL": "https://www.meverse.sg", "shortName": "TESTMEV", "chainId": 4759, "networkId": 4759, "icon": "meverse", "explorers": [ { "name": "MEVerse Chain Testnet Explorer", "url": "https://testnet.meversescan.io", "standard": "none", "icon": "meverse" } ] } ================================================ FILE: _data/chains/eip155-4777.json ================================================ { "name": "BlackFort Exchange Network Testnet", "chain": "TBXN", "rpc": ["https://testnet.blackfort.network/rpc"], "faucets": [], "nativeCurrency": { "name": "BlackFort Testnet Token", "symbol": "TBXN", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://blackfort.exchange", "shortName": "TBXN", "chainId": 4777, "networkId": 4777, "icon": "bxn", "explorers": [ { "name": "blockscout", "url": "https://testnet-explorer.blackfort.network", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-47805.json ================================================ { "name": "REI Network", "chain": "REI", "rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"], "faucets": [], "nativeCurrency": { "name": "REI", "symbol": "REI", "decimals": 18 }, "infoURL": "https://rei.network/", "shortName": "REI", "chainId": 47805, "networkId": 47805, "explorers": [ { "name": "rei-scan", "url": "https://scan.rei.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-48.json ================================================ { "name": "Ennothem Mainnet Proterozoic", "chain": "ETMP", "rpc": ["https://rpc.etm.network"], "faucets": [], "nativeCurrency": { "name": "Ennothem", "symbol": "ETMP", "decimals": 18 }, "infoURL": "https://etm.network", "shortName": "etmp", "chainId": 48, "networkId": 48, "icon": "etmp", "explorers": [ { "name": "etmpscan", "url": "https://etmscan.network", "icon": "etmp", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-486217935.json ================================================ { "name": "Gather Devnet Network", "chain": "GTH", "rpc": ["https://devnet.gather.network"], "faucets": [], "nativeCurrency": { "name": "Gather", "symbol": "GTH", "decimals": 18 }, "infoURL": "https://gather.network", "shortName": "dGTH", "chainId": 486217935, "networkId": 486217935, "explorers": [ { "name": "Blockscout", "url": "https://devnet-explorer.gather.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-49.json ================================================ { "name": "Ennothem Testnet Pioneer", "chain": "ETMP", "rpc": ["https://rpc.pioneer.etm.network"], "faucets": [], "nativeCurrency": { "name": "Ennothem", "symbol": "ETMP", "decimals": 18 }, "infoURL": "https://etm.network", "shortName": "etmpTest", "chainId": 49, "networkId": 49, "icon": "etmp", "explorers": [ { "name": "etmp", "url": "https://pioneer.etmscan.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-49049.json ================================================ { "name": "Wireshape Floripa Testnet", "title": "Wireshape Floripa Testnet", "chain": "Wireshape", "icon": "wireshape", "rpc": [ "https://rpc-floripa.wireshape.org", "https://wireshape-floripa-testnet.rpc.thirdweb.com" ], "faucets": [], "nativeCurrency": { "name": "WIRE", "symbol": "WIRE", "decimals": 18 }, "infoURL": "https://wireshape.org", "shortName": "floripa", "chainId": 49049, "networkId": 49049, "explorers": [ { "name": "Wire Explorer", "url": "https://floripa-explorer.wireshape.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-49088.json ================================================ { "name": "Bifrost Testnet", "title": "The Bifrost Testnet network", "chain": "BFC", "rpc": [ "https://public-01.testnet.thebifrost.io/rpc", "https://public-02.testnet.thebifrost.io/rpc" ], "faucets": [], "nativeCurrency": { "name": "Bifrost", "symbol": "BFC", "decimals": 18 }, "infoURL": "https://thebifrost.io", "shortName": "tbfc", "chainId": 49088, "networkId": 49088, "icon": "bifrost", "explorers": [ { "name": "explorer-thebifrost", "url": "https://explorer.testnet.thebifrost.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4918.json ================================================ { "name": "Venidium Testnet", "chain": "XVM", "rpc": ["https://rpc-evm-testnet.venidium.io"], "faucets": [], "nativeCurrency": { "name": "Venidium", "symbol": "XVM", "decimals": 18 }, "infoURL": "https://venidium.io", "shortName": "txvm", "chainId": 4918, "networkId": 4918, "explorers": [ { "name": "Venidium EVM Testnet Explorer", "url": "https://evm-testnet.venidiumexplorer.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-4919.json ================================================ { "name": "Venidium Mainnet", "chain": "XVM", "icon": "venidium", "rpc": ["https://rpc.venidium.io"], "faucets": [], "nativeCurrency": { "name": "Venidium", "symbol": "XVM", "decimals": 18 }, "infoURL": "https://venidium.io", "shortName": "xvm", "chainId": 4919, "networkId": 4919, "explorers": [ { "name": "Venidium Explorer", "url": "https://evm.venidiumexplorer.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-49797.json ================================================ { "name": "Energi Testnet", "chain": "NRG", "rpc": ["https://nodeapi.test.energi.network"], "faucets": [], "nativeCurrency": { "name": "Energi", "symbol": "NRG", "decimals": 18 }, "infoURL": "https://www.energi.world/", "shortName": "tnrg", "chainId": 49797, "networkId": 49797, "slip44": 49797 } ================================================ FILE: _data/chains/eip155-499.json ================================================ { "name": "Rupaya", "chain": "RUPX", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Rupaya", "symbol": "RUPX", "decimals": 18 }, "infoURL": "https://www.rupx.io", "shortName": "rupx", "chainId": 499, "networkId": 499, "slip44": 499 } ================================================ FILE: _data/chains/eip155-4999.json ================================================ { "name": "BlackFort Exchange Network", "chain": "BXN", "rpc": [ "https://mainnet.blackfort.network/rpc", "https://mainnet-1.blackfort.network/rpc", "https://mainnet-2.blackfort.network/rpc", "https://mainnet-3.blackfort.network/rpc" ], "faucets": [], "nativeCurrency": { "name": "BlackFort Token", "symbol": "BXN", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://blackfort.exchange", "shortName": "BXN", "chainId": 4999, "networkId": 4999, "icon": "bxn", "explorers": [ { "name": "blockscout", "url": "https://explorer.blackfort.network", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5.json ================================================ { "name": "Goerli", "title": "Ethereum Testnet Goerli", "chain": "ETH", "rpc": [ "https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}", "https://rpc.goerli.mudit.blog/", "https://ethereum-goerli.publicnode.com" ], "faucets": [ "http://fauceth.komputing.org?chain=5&address=${ADDRESS}", "https://goerli-faucet.slock.it?address=${ADDRESS}", "https://faucet.goerli.mudit.blog" ], "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://goerli.net/#about", "shortName": "gor", "chainId": 5, "networkId": 5, "ens": { "registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010" }, "explorers": [ { "name": "etherscan-goerli", "url": "https://goerli.etherscan.io", "standard": "EIP3091" }, { "name": "blockscout-goerli", "url": "https://eth-goerli.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-50.json ================================================ { "name": "XinFin XDC Network", "chain": "XDC", "rpc": [ "https://erpc.xinfin.network", "https://rpc.xinfin.network", "https://rpc1.xinfin.network", "https://rpc-xdc.icecreamswap.com" ], "faucets": [], "nativeCurrency": { "name": "XinFin", "symbol": "XDC", "decimals": 18 }, "infoURL": "https://xinfin.org", "shortName": "xdc", "chainId": 50, "networkId": 50, "icon": "xdc", "explorers": [ { "name": "xdcscan", "url": "https://xdcscan.io", "icon": "blocksscan", "standard": "EIP3091" }, { "name": "blocksscan", "url": "https://xdc.blocksscan.io", "icon": "blocksscan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-500.json ================================================ { "name": "Camino C-Chain", "chain": "CAM", "rpc": ["https://api.camino.network/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Camino", "symbol": "CAM", "decimals": 18 }, "infoURL": "https://camino.network/", "shortName": "Camino", "chainId": 500, "networkId": 1000, "icon": "camino", "explorers": [ { "name": "blockexplorer", "url": "https://suite.camino.network/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-5000.json ================================================ { "name": "Mantle", "chain": "ETH", "icon": "mantle", "rpc": ["https://rpc.mantle.xyz", "https://mantle.publicnode.com"], "faucets": [], "nativeCurrency": { "name": "Mantle", "symbol": "MNT", "decimals": 18 }, "infoURL": "https://mantle.xyz", "shortName": "mantle", "chainId": 5000, "networkId": 5000, "explorers": [ { "name": "Mantle Explorer", "url": "https://explorer.mantle.xyz", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.mantle.xyz" }] } } ================================================ FILE: _data/chains/eip155-50001.json ================================================ { "name": "Liveplex OracleEVM", "chain": "Liveplex OracleEVM Network", "rpc": ["https://rpc.oracle.liveplex.io"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "", "shortName": "LOE", "chainId": 50001, "networkId": 50001, "explorers": [] } ================================================ FILE: _data/chains/eip155-5001.json ================================================ { "name": "Mantle Testnet", "chain": "ETH", "rpc": ["https://rpc.testnet.mantle.xyz"], "faucets": ["https://faucet.testnet.mantle.xyz"], "nativeCurrency": { "name": "Testnet Mantle", "symbol": "MNT", "decimals": 18 }, "infoURL": "https://mantle.xyz", "shortName": "mantle-testnet", "chainId": 5001, "networkId": 5001, "explorers": [ { "name": "Mantle Testnet Explorer", "url": "https://explorer.testnet.mantle.xyz", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5002.json ================================================ { "name": "Treasurenet Mainnet Alpha", "chain": "Treasurenet Mainnet Alpha", "icon": "treasurenet", "rpc": [ "https://node0.treasurenet.io", "https://node1.treasurenet.io", "https://node2.treasurenet.io", "https://node3.treasurenet.io" ], "features": [ { "name": "EIP155" } ], "faucets": [], "nativeCurrency": { "name": "UNIT", "symbol": "UNIT", "decimals": 18 }, "infoURL": "https://www.treasurenet.io", "shortName": "treasurenet", "chainId": 5002, "networkId": 5002, "explorers": [ { "name": "Treasurenet EVM BlockExplorer", "url": "https://evmexplorer.treasurenet.io", "icon": "treasurenet", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-50021.json ================================================ { "name": "GTON Testnet", "chain": "GTON Testnet", "rpc": ["https://testnet.gton.network/"], "faucets": [], "nativeCurrency": { "name": "GCD", "symbol": "GCD", "decimals": 18 }, "infoURL": "https://gton.capital", "shortName": "tgton", "chainId": 50021, "networkId": 50021, "explorers": [ { "name": "GTON Testnet Network Explorer", "url": "https://explorer.testnet.gton.network", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-3" } } ================================================ FILE: _data/chains/eip155-5005.json ================================================ { "name": "Treasurenet Testnet", "chain": "Treasurenet Testnet", "icon": "treasurenet", "rpc": [ "https://node0.testnet.treasurenet.io", "https://node1.testnet.treasurenet.io", "https://node2.testnet.treasurenet.io", "https://node3.testnet.treasurenet.io" ], "features": [ { "name": "EIP155" } ], "faucets": [], "nativeCurrency": { "name": "UNIT", "symbol": "UNIT", "decimals": 18 }, "infoURL": "https://www.testnet.treasurenet.io", "shortName": "tntest", "chainId": 5005, "networkId": 5005, "explorers": [ { "name": "Treasurenet EVM BlockExplorer", "url": "https://evmexplorer.testnet.treasurenet.io", "icon": "treasurenet", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-501.json ================================================ { "name": "Columbus Test Network", "chain": "CAM", "rpc": ["https://columbus.camino.network/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Camino", "symbol": "CAM", "decimals": 18 }, "infoURL": "https://camino.network/", "shortName": "Columbus", "chainId": 501, "networkId": 1001, "icon": "camino", "explorers": [ { "name": "blockexplorer", "url": "https://suite.camino.network/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-503129905.json ================================================ { "name": "Nebula Staging", "chain": "staging-faint-slimy-achird", "rpc": [ "https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird", "wss://staging-v3.skalenodes.com/v1/ws/staging-faint-slimy-achird" ], "faucets": [], "nativeCurrency": { "name": "sFUEL", "symbol": "sFUEL", "decimals": 18 }, "infoURL": "https://nebulachain.io/", "shortName": "nebula-staging", "chainId": 503129905, "networkId": 503129905, "explorers": [ { "name": "nebula", "url": "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com", "icon": "nebula", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-51.json ================================================ { "name": "XDC Apothem Network", "chain": "XDC", "rpc": ["https://rpc.apothem.network", "https://erpc.apothem.network"], "faucets": ["https://faucet.apothem.network"], "nativeCurrency": { "name": "XinFin", "symbol": "TXDC", "decimals": 18 }, "infoURL": "https://xinfin.org", "shortName": "txdc", "chainId": 51, "networkId": 51, "icon": "xdc", "explorers": [ { "name": "xdcscan", "url": "https://apothem.xinfinscan.com", "icon": "blocksscan", "standard": "EIP3091" }, { "name": "blocksscan", "url": "https://apothem.blocksscan.io", "icon": "blocksscan", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-51178.json ================================================ { "name": "Opside Testnet Pre-Alpha", "chain": "ETH", "rpc": [ "https://pre-alpha-us-http-geth.opside.network", "https://pre-alpha-hk-http-geth.opside.network" ], "faucets": [], "nativeCurrency": { "name": "IDE Test Token", "symbol": "IDE", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://opsi.de/", "shortName": "Opside-Testnet", "chainId": 51178, "networkId": 51178, "icon": "opside-new", "explorers": [ { "name": "OpsideTestnetInfo", "url": "https://pre-alpha.opside.info", "icon": "opside-new", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-512.json ================================================ { "name": "Double-A Chain Mainnet", "chain": "AAC", "rpc": ["https://rpc.acuteangle.com"], "faucets": [], "nativeCurrency": { "name": "Acuteangle Native Token", "symbol": "AAC", "decimals": 18 }, "infoURL": "https://www.acuteangle.com/", "shortName": "aac", "chainId": 512, "networkId": 512, "slip44": 1512, "explorers": [ { "name": "aacscan", "url": "https://scan.acuteangle.com", "standard": "EIP3091" } ], "icon": "aac" } ================================================ FILE: _data/chains/eip155-512512.json ================================================ { "name": "CMP-Testnet", "chain": "CMP", "rpc": [ "https://galaxy.block.caduceus.foundation", "wss://galaxy.block.caduceus.foundation" ], "faucets": ["https://dev.caduceus.foundation/testNetwork"], "nativeCurrency": { "name": "Caduceus Testnet Token", "symbol": "CMP", "decimals": 18 }, "infoURL": "https://caduceus.foundation/", "shortName": "cmp", "chainId": 512512, "networkId": 512512, "explorers": [ { "name": "Galaxy Scan", "url": "https://galaxy.scan.caduceus.foundation", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-513.json ================================================ { "name": "Double-A Chain Testnet", "chain": "AAC", "icon": "aac", "rpc": ["https://rpc-testnet.acuteangle.com"], "faucets": ["https://scan-testnet.acuteangle.com/faucet"], "nativeCurrency": { "name": "Acuteangle Native Token", "symbol": "AAC", "decimals": 18 }, "infoURL": "https://www.acuteangle.com/", "shortName": "aact", "chainId": 513, "networkId": 513, "explorers": [ { "name": "aacscan-testnet", "url": "https://scan-testnet.acuteangle.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-513100.json ================================================ { "name": "ethereum Fair", "chainId": 513100, "networkId": 513100, "shortName": "ethf", "chain": "ETHF", "nativeCurrency": { "name": "EthereumFair", "symbol": "ETHF", "decimals": 18 }, "rpc": ["https://rpc.etherfair.org"], "faucets": [], "explorers": [ { "name": "etherfair", "url": "https://www.oklink.com/ethf", "standard": "EIP3091" } ], "infoURL": "https://etherfair.org" } ================================================ FILE: _data/chains/eip155-516.json ================================================ { "name": "Gear Zero Network Mainnet", "chain": "GearZero", "rpc": ["https://gzn.linksme.info"], "faucets": [], "nativeCurrency": { "name": "Gear Zero Network Native Token", "symbol": "GZN", "decimals": 18 }, "infoURL": "https://token.gearzero.ca/mainnet", "shortName": "gz-mainnet", "chainId": 516, "networkId": 516, "slip44": 516, "explorers": [] } ================================================ FILE: _data/chains/eip155-5165.json ================================================ { "name": "Fastex Chain (Bahamut)", "title": "Bahamut mainnet Sahara", "chain": "Fastex Chain (Bahamut)", "icon": "bahamut", "rpc": [ "https://rpc1.sahara.bahamutchain.com", "https://rpc2.sahara.bahamutchain.com" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "FTN", "symbol": "FTN", "decimals": 18 }, "shortName": "ftn", "infoURL": "https://fastexchain.com", "chainId": 5165, "networkId": 5165, "explorers": [ { "name": "blockscout", "url": "https://ftnscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-5167003.json ================================================ { "name": "MXC Wannsee zkEVM Testnet", "chain": "MXC zkEVM", "icon": "mxc", "rpc": ["https://wannsee-rpc.mxc.com"], "faucets": [], "nativeCurrency": { "name": "MXC Wannsee zkEVM Testnet", "symbol": "MXC", "decimals": 18 }, "infoURL": "https://wannsee.mxc.com/docs/intro", "shortName": "MXC", "chainId": 5167003, "networkId": 5167003, "explorers": [ { "name": "MXC Wannsee zkEVM Testnet", "url": "https://wannsee-explorer.mxc.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-51712.json ================================================ { "name": "Sardis Mainnet", "chain": "SRDX", "icon": "sardis", "rpc": ["https://mainnet-rpc.sardisnetwork.com"], "faucets": ["https://faucet.sardisnetwork.com"], "nativeCurrency": { "name": "Sardis", "symbol": "SRDX", "decimals": 18 }, "infoURL": "https://mysardis.com", "shortName": "SRDXm", "chainId": 51712, "networkId": 51712, "explorers": [ { "name": "Sardis", "url": "https://contract-mainnet.sardisnetwork.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5177.json ================================================ { "name": "TLChain Network Mainnet", "chain": "TLC", "icon": "tlc", "rpc": ["https://mainnet-rpc.tlxscan.com/"], "faucets": [], "nativeCurrency": { "name": "TLChain Network", "symbol": "TLC", "decimals": 18 }, "infoURL": "https://tlchain.network/", "shortName": "tlc", "chainId": 5177, "networkId": 5177, "explorers": [ { "name": "TLChain Explorer", "url": "https://explorer.tlchain.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-5197.json ================================================ { "name": "EraSwap Mainnet", "chain": "ESN", "icon": "eraswap", "rpc": [ "https://mainnet.eraswap.network", "https://rpc-mumbai.mainnet.eraswap.network" ], "faucets": [], "nativeCurrency": { "name": "EraSwap", "symbol": "ES", "decimals": 18 }, "infoURL": "https://eraswap.info/", "shortName": "es", "chainId": 5197, "networkId": 5197 } ================================================ FILE: _data/chains/eip155-52.json ================================================ { "name": "CoinEx Smart Chain Mainnet", "chain": "CSC", "rpc": ["https://rpc.coinex.net"], "faucets": [], "nativeCurrency": { "name": "CoinEx Chain Native Token", "symbol": "cet", "decimals": 18 }, "infoURL": "https://www.coinex.org/", "shortName": "cet", "chainId": 52, "networkId": 52, "explorers": [ { "name": "coinexscan", "url": "https://www.coinex.net", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-520.json ================================================ { "name": "XT Smart Chain Mainnet", "chain": "XSC", "icon": "xsc", "rpc": [ "https://datarpc1.xsc.pub", "https://datarpc2.xsc.pub", "https://datarpc3.xsc.pub" ], "faucets": ["https://xsc.pub/faucet"], "nativeCurrency": { "name": "XT Smart Chain Native Token", "symbol": "XT", "decimals": 18 }, "infoURL": "https://xsc.pub/", "shortName": "xt", "chainId": 520, "networkId": 1024, "explorers": [ { "name": "xscscan", "url": "https://xscscan.pub", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5234.json ================================================ { "name": "Humanode Mainnet", "chain": "HMND", "rpc": ["https://explorer-rpc-http.mainnet.stages.humanode.io"], "faucets": [], "nativeCurrency": { "name": "HMND", "symbol": "HMND", "decimals": 18 }, "infoURL": "https://humanode.io", "shortName": "hmnd", "chainId": 5234, "networkId": 5234, "explorers": [] } ================================================ FILE: _data/chains/eip155-529.json ================================================ { "name": "Firechain Mainnet", "chain": "FIRE", "icon": "firechain", "rpc": ["https://mainnet.rpc1.thefirechain.com"], "faucets": [], "nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 }, "infoURL": "https://thefirechain.com", "shortName": "fire", "chainId": 529, "networkId": 529, "explorers": [], "status": "incubating" } ================================================ FILE: _data/chains/eip155-5290.json ================================================ { "name": "Firechain Mainnet Old", "chain": "FIRE", "icon": "firechain", "rpc": ["https://mainnet.rpc1.thefirechain.com"], "faucets": [], "nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 }, "infoURL": "https://thefirechain.com", "shortName": "_old_fire", "chainId": 5290, "networkId": 5290, "explorers": [], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-53.json ================================================ { "name": "CoinEx Smart Chain Testnet", "chain": "CSC", "rpc": ["https://testnet-rpc.coinex.net/"], "faucets": [], "nativeCurrency": { "name": "CoinEx Chain Test Native Token", "symbol": "cett", "decimals": 18 }, "infoURL": "https://www.coinex.org/", "shortName": "tcet", "chainId": 53, "networkId": 53, "explorers": [ { "name": "coinexscan", "url": "https://testnet.coinex.net", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-530.json ================================================ { "name": "F(x)Core Mainnet Network", "chain": "Fxcore", "rpc": ["https://fx-json-web3.functionx.io:8545"], "faucets": [], "nativeCurrency": { "name": "Function X", "symbol": "FX", "decimals": 18 }, "infoURL": "https://functionx.io/", "shortName": "FxCore", "chainId": 530, "networkId": 530, "icon": "fxcore", "explorers": [ { "name": "FunctionX Explorer", "url": "https://fx-evm.functionx.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5315.json ================================================ { "name": "Uzmi Network Mainnet", "chain": "UZMI", "rpc": ["https://network.uzmigames.com.br/"], "faucets": [], "nativeCurrency": { "name": "UZMI", "symbol": "UZMI", "decimals": 18 }, "infoURL": "https://uzmigames.com.br/", "shortName": "UZMI", "chainId": 5315, "networkId": 5315 } ================================================ FILE: _data/chains/eip155-534.json ================================================ { "name": "Candle", "chain": "Candle", "rpc": ["https://candle-rpc.com/", "https://rpc.cndlchain.com"], "faucets": [], "nativeCurrency": { "name": "CANDLE", "symbol": "CNDL", "decimals": 18 }, "infoURL": "https://candlelabs.org/", "shortName": "CNDL", "chainId": 534, "networkId": 534, "slip44": 674, "explorers": [ { "name": "candleexplorer", "url": "https://candleexplorer.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-534351.json ================================================ { "name": "Scroll Sepolia Testnet", "chain": "ETH", "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://scroll.io", "shortName": "scr-sepolia", "chainId": 534351, "networkId": 534351, "explorers": [], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [] } } ================================================ FILE: _data/chains/eip155-534352.json ================================================ { "name": "Scroll", "chain": "ETH", "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://scroll.io", "shortName": "scr", "chainId": 534352, "networkId": 534352, "explorers": [], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [] } } ================================================ FILE: _data/chains/eip155-534353.json ================================================ { "name": "Scroll Alpha Testnet", "chain": "ETH", "status": "active", "rpc": ["https://alpha-rpc.scroll.io/l2"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://scroll.io", "shortName": "scr-alpha", "chainId": 534353, "networkId": 534353, "explorers": [ { "name": "Scroll Alpha Testnet Block Explorer", "url": "https://blockscout.scroll.io", "standard": "EIP3091" }, { "name": "Scroll Alpha Testnet Block Explorer", "url": "https://scrollscan.co", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-5", "bridges": [] } } ================================================ FILE: _data/chains/eip155-534354.json ================================================ { "name": "Scroll Pre-Alpha Testnet", "chain": "ETH", "status": "deprecated", "rpc": ["https://prealpha-rpc.scroll.io/l2"], "faucets": ["https://prealpha.scroll.io/faucet"], "nativeCurrency": { "name": "Ether", "symbol": "TSETH", "decimals": 18 }, "infoURL": "https://scroll.io", "shortName": "scr-prealpha", "chainId": 534354, "networkId": 534354, "explorers": [ { "name": "Scroll L2 Block Explorer", "url": "https://l2scan.scroll.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-534849.json ================================================ { "name": "Shinarium Beta", "chain": "Shinarium", "icon": "shinarium", "rpc": ["https://rpc.shinarium.org"], "faucets": ["https://faucet.shinarium.org"], "nativeCurrency": { "name": "Shina Inu", "symbol": "SHI", "decimals": 18 }, "infoURL": "https://shinarium.org", "shortName": "shi", "chainId": 534849, "networkId": 534849, "explorers": [ { "name": "shinascan", "url": "https://shinascan.shinarium.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-535037.json ================================================ { "name": "BeanEco SmartChain", "title": "BESC Mainnet", "chain": "BESC", "rpc": ["https://mainnet-rpc.bescscan.io"], "faucets": ["faucet.bescscan.ion"], "nativeCurrency": { "name": "BeanEco SmartChain", "symbol": "BESC", "decimals": 18 }, "infoURL": "besceco.finance", "shortName": "BESC", "chainId": 535037, "networkId": 535037, "explorers": [ { "name": "bescscan", "url": "https://Bescscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-53935.json ================================================ { "name": "DFK Chain", "chain": "DFK", "icon": "dfk", "rpc": ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"], "faucets": [], "nativeCurrency": { "name": "Jewel", "symbol": "JEWEL", "decimals": 18 }, "infoURL": "https://defikingdoms.com", "shortName": "DFK", "chainId": 53935, "networkId": 53935, "explorers": [ { "name": "ethernal", "url": "https://explorer.dfkchain.com", "icon": "ethereum", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-54.json ================================================ { "name": "Openpiece Mainnet", "chain": "OPENPIECE", "icon": "openpiece", "rpc": ["https://mainnet.openpiece.io"], "faucets": [], "nativeCurrency": { "name": "Belly", "symbol": "BELLY", "decimals": 18 }, "infoURL": "https://cryptopiece.online", "shortName": "OP", "chainId": 54, "networkId": 54, "explorers": [ { "name": "Belly Scan", "url": "https://bellyscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-54211.json ================================================ { "name": "Haqq Chain Testnet", "chain": "TestEdge2", "rpc": ["https://rpc.eth.testedge2.haqq.network"], "faucets": ["https://testedge2.haqq.network"], "nativeCurrency": { "name": "Islamic Coin", "symbol": "ISLMT", "decimals": 18 }, "infoURL": "https://islamiccoin.net", "shortName": "ISLMT", "chainId": 54211, "networkId": 54211, "explorers": [ { "name": "TestEdge HAQQ Explorer", "url": "https://explorer.testedge2.haqq.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-54321.json ================================================ { "name": "Toronet Testnet", "chain": "Toronet", "icon": "toronet", "rpc": ["http://testnet.toronet.org/rpc"], "faucets": [], "nativeCurrency": { "name": "Toro", "symbol": "TORO", "decimals": 18 }, "infoURL": "https://toronet.org", "shortName": "ToronetTestnet", "chainId": 54321, "networkId": 54321, "ens": { "registry": "0x059C474f26D65B0458F9da10A649a7322aB02C09" }, "explorers": [ { "name": "toronet_explorer", "url": "https://testnet.toronet.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-55.json ================================================ { "name": "Zyx Mainnet", "chain": "ZYX", "rpc": [ "https://rpc-1.zyx.network/", "https://rpc-2.zyx.network/", "https://rpc-3.zyx.network/", "https://rpc-4.zyx.network/", "https://rpc-5.zyx.network/", "https://rpc-6.zyx.network/" ], "faucets": [], "nativeCurrency": { "name": "Zyx", "symbol": "ZYX", "decimals": 18 }, "infoURL": "https://zyx.network/", "shortName": "ZYX", "chainId": 55, "networkId": 55, "explorers": [ { "name": "zyxscan", "url": "https://zyxscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-55004.json ================================================ { "name": "Titan", "chain": "ETH", "rpc": [ "https://rpc.titan.tokamak.network", "wss://rpc.titan.tokamak.network/ws" ], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://tokamak.network", "shortName": "teth", "chainId": 55004, "networkId": 55004, "explorers": [ { "name": "blockscout", "url": "https://explorer.titan.tokamak.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-555.json ================================================ { "name": "Vela1 Chain Mainnet", "chain": "VELA1", "rpc": ["https://rpc.velaverse.io"], "faucets": [], "nativeCurrency": { "name": "CLASS COIN", "symbol": "CLASS", "decimals": 18 }, "infoURL": "https://velaverse.io", "shortName": "CLASS", "chainId": 555, "networkId": 555, "explorers": [ { "name": "Vela1 Chain Mainnet Explorer", "url": "https://exp.velaverse.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5551.json ================================================ { "name": "Nahmii Mainnet", "chain": "Nahmii", "rpc": ["https://l2.nahmii.io"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://nahmii.io", "shortName": "Nahmii", "chainId": 5551, "networkId": 5551, "icon": "nahmii", "explorers": [ { "name": "Nahmii mainnet explorer", "url": "https://explorer.nahmii.io", "icon": "nahmii", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [ { "url": "https://bridge.nahmii.io" } ] } } ================================================ FILE: _data/chains/eip155-5553.json ================================================ { "name": "Nahmii Testnet", "chain": "Nahmii", "rpc": ["https://l2.testnet.nahmii.io"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://nahmii.io", "shortName": "NahmiiTestnet", "chainId": 5553, "networkId": 5553, "icon": "nahmii", "explorers": [ { "name": "blockscout", "url": "https://explorer.testnet.nahmii.io", "icon": "nahmii", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-3", "bridges": [ { "url": "https://bridge.nahmii.io" } ] } } ================================================ FILE: _data/chains/eip155-5555.json ================================================ { "name": "Chain Verse Mainnet", "chain": "CVERSE", "icon": "chain_verse", "rpc": ["https://rpc.chainverse.info"], "faucets": [], "nativeCurrency": { "name": "Oasys", "symbol": "OAS", "decimals": 18 }, "infoURL": "https://chainverse.info", "shortName": "cverse", "chainId": 5555, "networkId": 5555, "explorers": [ { "name": "Chain Verse Explorer", "url": "https://explorer.chainverse.info", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-55555.json ================================================ { "name": "REI Chain Mainnet", "chain": "REI", "icon": "reichain", "rpc": ["https://rei-rpc.moonrhythm.io"], "faucets": ["http://kururu.finance/faucet?chainId=55555"], "nativeCurrency": { "name": "Rei", "symbol": "REI", "decimals": 18 }, "infoURL": "https://reichain.io", "shortName": "reichain", "chainId": 55555, "networkId": 55555, "explorers": [ { "name": "reiscan", "url": "https://reiscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5555555.json ================================================ { "name": "Imversed Mainnet", "chain": "Imversed", "rpc": [ "https://jsonrpc.imversed.network", "https://ws-jsonrpc.imversed.network" ], "faucets": [], "nativeCurrency": { "name": "Imversed Token", "symbol": "IMV", "decimals": 18 }, "infoURL": "https://imversed.com", "shortName": "imversed", "chainId": 5555555, "networkId": 5555555, "icon": "imversed", "explorers": [ { "name": "Imversed EVM explorer (Blockscout)", "url": "https://txe.imversed.network", "icon": "imversed", "standard": "EIP3091" }, { "name": "Imversed Cosmos Explorer (Big Dipper)", "url": "https://tex-c.imversed.com", "icon": "imversed", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-5555558.json ================================================ { "name": "Imversed Testnet", "chain": "Imversed", "rpc": [ "https://jsonrpc-test.imversed.network", "https://ws-jsonrpc-test.imversed.network" ], "faucets": [], "nativeCurrency": { "name": "Imversed Token", "symbol": "IMV", "decimals": 18 }, "infoURL": "https://imversed.com", "shortName": "imversed-testnet", "chainId": 5555558, "networkId": 5555558, "icon": "imversed", "explorers": [ { "name": "Imversed EVM Explorer (Blockscout)", "url": "https://txe-test.imversed.network", "icon": "imversed", "standard": "EIP3091" }, { "name": "Imversed Cosmos Explorer (Big Dipper)", "url": "https://tex-t.imversed.com", "icon": "imversed", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-55556.json ================================================ { "name": "REI Chain Testnet", "chain": "REI", "icon": "reichain", "rpc": ["https://rei-testnet-rpc.moonrhythm.io"], "faucets": ["http://kururu.finance/faucet?chainId=55556"], "nativeCurrency": { "name": "tRei", "symbol": "tREI", "decimals": 18 }, "infoURL": "https://reichain.io", "shortName": "trei", "chainId": 55556, "networkId": 55556, "explorers": [ { "name": "reiscan", "url": "https://testnet.reiscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-558.json ================================================ { "name": "Tao Network", "chain": "TAO", "rpc": [ "https://rpc.testnet.tao.network", "http://rpc.testnet.tao.network:8545", "https://rpc.tao.network", "wss://rpc.tao.network" ], "faucets": [], "nativeCurrency": { "name": "Tao", "symbol": "TAO", "decimals": 18 }, "infoURL": "https://tao.network", "shortName": "tao", "chainId": 558, "networkId": 558 } ================================================ FILE: _data/chains/eip155-56.json ================================================ { "name": "BNB Smart Chain Mainnet", "chain": "BSC", "rpc": [ "https://bsc-dataseed1.bnbchain.org", "https://bsc-dataseed2.bnbchain.org", "https://bsc-dataseed3.bnbchain.org", "https://bsc-dataseed4.bnbchain.org", "https://bsc-dataseed1.defibit.io", "https://bsc-dataseed2.defibit.io", "https://bsc-dataseed3.defibit.io", "https://bsc-dataseed4.defibit.io", "https://bsc-dataseed1.ninicoin.io", "https://bsc-dataseed2.ninicoin.io", "https://bsc-dataseed3.ninicoin.io", "https://bsc-dataseed4.ninicoin.io", "https://bsc.publicnode.com", "wss://bsc-ws-node.nariox.org" ], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "BNB", "decimals": 18 }, "infoURL": "https://www.bnbchain.org/en", "shortName": "bnb", "chainId": 56, "networkId": 56, "slip44": 714, "explorers": [ { "name": "bscscan", "url": "https://bscscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5616.json ================================================ { "name": "Arcturus Chain Testnet", "chain": "ARCTURUS", "rpc": ["http://185.99.196.3:8545"], "faucets": [], "nativeCurrency": { "name": "Test Arct", "symbol": "tARCT", "decimals": 18 }, "infoURL": "https://arcturuschain.io", "shortName": "ARCT", "chainId": 5616, "networkId": 5616 } ================================================ FILE: _data/chains/eip155-56288.json ================================================ { "name": "Boba BNB Mainnet", "chain": "Boba BNB Mainnet", "rpc": [ "https://bnb.boba.network", "http://boba-bnb.gateway.tenderly.co/", "http://gateway.tenderly.co/public/boba-bnb", "https://replica.bnb.boba.network", "wss://boba-bnb.gateway.tenderly.co/", "wss://gateway.tenderly.co/public/boba-bnb" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "BobaBnb", "chainId": 56288, "networkId": 56288, "explorers": [ { "name": "Boba BNB block explorer", "url": "https://blockexplorer.bnb.boba.network", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-5", "bridges": [ { "url": "https://gateway.boba.network" } ] } } ================================================ FILE: _data/chains/eip155-568.json ================================================ { "name": "Dogechain Testnet", "chain": "DC", "icon": "dogechain", "rpc": ["https://rpc-testnet.dogechain.dog"], "faucets": ["https://faucet.dogechain.dog"], "nativeCurrency": { "name": "Dogecoin", "symbol": "DOGE", "decimals": 18 }, "infoURL": "https://dogechain.dog", "shortName": "dct", "chainId": 568, "networkId": 568, "explorers": [ { "name": "dogechain testnet explorer", "url": "https://explorer-testnet.dogechain.dog", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-57.json ================================================ { "name": "Syscoin Mainnet", "chain": "SYS", "rpc": [ "https://rpc.syscoin.org", "https://rpc.ankr.com/syscoin/${ANKR_API_KEY}", "https://syscoin.public-rpc.com", "wss://rpc.syscoin.org/wss" ], "faucets": ["https://faucet.syscoin.org"], "nativeCurrency": { "name": "Syscoin", "symbol": "SYS", "decimals": 18 }, "infoURL": "https://www.syscoin.org", "shortName": "sys", "chainId": 57, "networkId": 57, "explorers": [ { "name": "Syscoin Block Explorer", "url": "https://explorer.syscoin.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-570.json ================================================ { "name": "Rollux Mainnet", "chain": "SYS", "rpc": [ "https://rpc.rollux.com", "https://rollux.public-rpc.com", "wss://rpc.rollux.com/wss", "https://rpc.ankr.com/rollux/${ANKR_API_KEY}" ], "faucets": ["https://rollux.id/faucetapp"], "nativeCurrency": { "name": "Syscoin", "symbol": "SYS", "decimals": 18 }, "infoURL": "https://rollux.com", "shortName": "sys-rollux", "chainId": 570, "networkId": 570, "explorers": [ { "name": "Rollux Explorer", "url": "https://explorer.rollux.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5700.json ================================================ { "name": "Syscoin Tanenbaum Testnet", "chain": "SYS", "rpc": ["https://rpc.tanenbaum.io", "wss://rpc.tanenbaum.io/wss"], "faucets": ["https://faucet.tanenbaum.io"], "nativeCurrency": { "name": "Testnet Syscoin", "symbol": "tSYS", "decimals": 18 }, "infoURL": "https://syscoin.org", "shortName": "tsys", "chainId": 5700, "networkId": 5700, "explorers": [ { "name": "Syscoin Testnet Block Explorer", "url": "https://tanenbaum.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-57000.json ================================================ { "name": "Rollux Testnet", "chain": "SYS", "rpc": [ "https://rpc-tanenbaum.rollux.com", "https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}", "wss://rpc-tanenbaum.rollux.com/wss" ], "faucets": ["https://rollux.id/faucetapp"], "nativeCurrency": { "name": "Testnet Syscoin", "symbol": "TSYS", "decimals": 18 }, "infoURL": "https://rollux.com", "shortName": "tsys-rollux", "chainId": 57000, "networkId": 57000, "explorers": [ { "name": "Rollux Testnet Explorer", "url": "https://rollux.tanenbaum.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5729.json ================================================ { "name": "Hika Network Testnet", "title": "Hika Network Testnet", "chain": "HIK", "icon": "hik", "rpc": ["https://rpc-testnet.hika.network/"], "faucets": [], "nativeCurrency": { "name": "Hik Token", "symbol": "HIK", "decimals": 18 }, "infoURL": "https://hika.network/", "shortName": "hik", "chainId": 5729, "networkId": 5729, "explorers": [ { "name": "Hika Network Testnet Explorer", "url": "https://scan-testnet.hika.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-5758.json ================================================ { "name": "SatoshiChain Testnet", "chain": "SATS", "icon": "satoshichain", "rpc": ["https://testnet-rpc.satoshichain.io"], "faucets": ["https://faucet.satoshichain.io"], "nativeCurrency": { "name": "SatoshiChain Coin", "symbol": "SATS", "decimals": 18 }, "infoURL": "https://satoshichain.net", "shortName": "satst", "chainId": 5758, "networkId": 5758, "explorers": [ { "name": "SatoshiChain Testnet Explorer", "url": "https://testnet.satoshiscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5777.json ================================================ { "name": "Ganache", "title": "Ganache GUI Ethereum Testnet", "chain": "ETH", "icon": "ganache", "rpc": ["https://127.0.0.1:7545"], "faucets": [], "nativeCurrency": { "name": "Ganache Test Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://trufflesuite.com/ganache/", "shortName": "ggui", "chainId": 5777, "networkId": 5777, "explorers": [] } ================================================ FILE: _data/chains/eip155-58.json ================================================ { "name": "Ontology Mainnet", "chain": "Ontology", "icon": "ontology", "rpc": [ "http://dappnode1.ont.io:20339", "http://dappnode2.ont.io:20339", "http://dappnode3.ont.io:20339", "http://dappnode4.ont.io:20339", "https://dappnode1.ont.io:10339", "https://dappnode2.ont.io:10339", "https://dappnode3.ont.io:10339", "https://dappnode4.ont.io:10339" ], "faucets": [], "nativeCurrency": { "name": "ONG", "symbol": "ONG", "decimals": 18 }, "infoURL": "https://ont.io/", "shortName": "OntologyMainnet", "chainId": 58, "networkId": 58, "explorers": [ { "name": "explorer", "url": "https://explorer.ont.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-58008.json ================================================ { "name": "Sepolia PGN (Public Goods Network)", "chain": "ETH", "rpc": ["https://sepolia.publicgoods.network"], "faucets": [], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://publicgoods.network/", "shortName": "sepPGN", "chainId": 58008, "networkId": 58008, "icon": "publicGoodsNetwork", "explorers": [ { "name": "blockscout", "url": "https://explorer.sepolia.publicgoods.network", "icon": "blockscout", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://pgn-bridge.vercel.app/bridge" }] } } ================================================ FILE: _data/chains/eip155-5851.json ================================================ { "name": "Ontology Testnet", "chain": "Ontology", "icon": "ontology", "rpc": [ "http://polaris1.ont.io:20339", "http://polaris2.ont.io:20339", "http://polaris3.ont.io:20339", "http://polaris4.ont.io:20339", "https://polaris1.ont.io:10339", "https://polaris2.ont.io:10339", "https://polaris3.ont.io:10339", "https://polaris4.ont.io:10339" ], "faucets": ["https://developer.ont.io/"], "nativeCurrency": { "name": "ONG", "symbol": "ONG", "decimals": 18 }, "infoURL": "https://ont.io/", "shortName": "OntologyTestnet", "chainId": 5851, "networkId": 5851, "explorers": [ { "name": "explorer", "url": "https://explorer.ont.io/testnet", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-5869.json ================================================ { "name": "Wegochain Rubidium Mainnet", "chain": "RBD", "rpc": ["https://proxy.wegochain.io", "http://wallet.wegochain.io:7764"], "faucets": [], "nativeCurrency": { "name": "Rubid", "symbol": "RBD", "decimals": 18 }, "infoURL": "https://www.wegochain.io", "shortName": "rbd", "chainId": 5869, "networkId": 5869, "explorers": [ { "name": "wegoscan2", "url": "https://scan2.wegochain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-588.json ================================================ { "name": "Metis Stardust Testnet", "chain": "ETH", "rpc": ["https://stardust.metis.io/?owner=588"], "faucets": [], "nativeCurrency": { "name": "tMetis", "symbol": "METIS", "decimals": 18 }, "infoURL": "https://www.metis.io", "shortName": "metis-stardust", "chainId": 588, "networkId": 588, "explorers": [ { "name": "blockscout", "url": "https://stardust-explorer.metis.io", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-4", "bridges": [{ "url": "https://bridge.metis.io" }] }, "status": "deprecated" } ================================================ FILE: _data/chains/eip155-59.json ================================================ { "name": "EOS EVM Legacy", "chain": "EOS", "rpc": ["https://api.eosargentina.io"], "faucets": [], "nativeCurrency": { "name": "EOS", "symbol": "EOS", "decimals": 18 }, "infoURL": "https://eosargentina.io", "shortName": "eos-legacy", "chainId": 59, "networkId": 59, "explorers": [], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-59140.json ================================================ { "name": "Linea Testnet", "title": "Linea Goerli Testnet", "chain": "ETH", "rpc": [ "https://rpc.goerli.linea.build", "wss://rpc.goerli.linea.build", "https://linea-goerli.infura.io/v3/${INFURA_API_KEY}", "wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": ["https://faucetlink.to/goerli"], "nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://linea.build", "shortName": "linea-testnet", "chainId": 59140, "networkId": 59140, "icon": "linea", "parent": { "type": "L2", "chain": "eip155-5", "bridges": [ { "url": "https://goerli.hop.exchange/#/send?token=ETH&sourceNetwork=ethereum&destNetwork=linea" } ] }, "explorers": [ { "name": "Etherscan", "url": "https://goerli.lineascan.build", "standard": "EIP3091", "icon": "linea" }, { "name": "Blockscout", "url": "https://explorer.goerli.linea.build", "standard": "EIP3091", "icon": "linea" } ], "status": "active" } ================================================ FILE: _data/chains/eip155-59144.json ================================================ { "name": "Linea", "title": "Linea Mainnet", "chain": "ETH", "rpc": [ "https://rpc.linea.build", "wss://rpc.linea.build", "https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}", "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": [], "nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://linea.build", "shortName": "linea", "chainId": 59144, "networkId": 59144, "icon": "linea", "parent": { "type": "L2", "chain": "eip155-1", "bridges": [ { "url": "https://bridge.linea.build" } ] }, "explorers": [ { "name": "Etherscan", "url": "https://lineascan.build", "standard": "EIP3091", "icon": "linea" }, { "name": "Blockscout", "url": "https://explorer.linea.build", "standard": "EIP3091", "icon": "linea" } ], "status": "active" } ================================================ FILE: _data/chains/eip155-592.json ================================================ { "name": "Astar", "chain": "ASTR", "rpc": ["https://rpc.astar.network:8545"], "faucets": [], "nativeCurrency": { "name": "Astar", "symbol": "ASTR", "decimals": 18 }, "infoURL": "https://astar.network/", "shortName": "astr", "chainId": 592, "networkId": 592, "icon": "astar", "explorers": [ { "name": "subscan", "url": "https://astar.subscan.io", "standard": "none", "icon": "subscan" }, { "name": "blockscout", "url": "https://blockscout.com/astar", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-595.json ================================================ { "name": "Acala Mandala Testnet", "chain": "mACA", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Acala Mandala Token", "symbol": "mACA", "decimals": 18 }, "infoURL": "https://acala.network", "shortName": "maca", "chainId": 595, "networkId": 595 } ================================================ FILE: _data/chains/eip155-596.json ================================================ { "name": "Karura Network Testnet", "chain": "KAR", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Karura Token", "symbol": "KAR", "decimals": 18 }, "infoURL": "https://karura.network", "shortName": "tkar", "chainId": 596, "networkId": 596, "slip44": 596 } ================================================ FILE: _data/chains/eip155-597.json ================================================ { "name": "Acala Network Testnet", "chain": "ACA", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Acala Token", "symbol": "ACA", "decimals": 18 }, "infoURL": "https://acala.network", "shortName": "taca", "chainId": 597, "networkId": 597, "slip44": 597 } ================================================ FILE: _data/chains/eip155-599.json ================================================ { "name": "Metis Goerli Testnet", "chain": "ETH", "rpc": ["https://goerli.gateway.metisdevops.link"], "faucets": ["https://goerli.faucet.metisdevops.link"], "nativeCurrency": { "name": "Goerli Metis", "symbol": "METIS", "decimals": 18 }, "infoURL": "https://www.metis.io", "shortName": "metis-goerli", "chainId": 599, "networkId": 599, "explorers": [ { "name": "blockscout", "url": "https://goerli.explorer.metisdevops.link", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-4", "bridges": [{ "url": "https://testnet-bridge.metis.io" }] } } ================================================ FILE: _data/chains/eip155-6.json ================================================ { "name": "Ethereum Classic Testnet Kotti", "chain": "ETC", "rpc": ["https://www.ethercluster.com/kotti"], "faucets": [], "nativeCurrency": { "name": "Kotti Ether", "symbol": "KOT", "decimals": 18 }, "infoURL": "https://explorer.jade.builders/?network=kotti", "shortName": "kot", "chainId": 6, "networkId": 6 } ================================================ FILE: _data/chains/eip155-60.json ================================================ { "name": "GoChain", "chain": "GO", "rpc": ["https://rpc.gochain.io"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "GoChain Ether", "symbol": "GO", "decimals": 18 }, "infoURL": "https://gochain.io", "shortName": "go", "chainId": 60, "networkId": 60, "slip44": 6060, "explorers": [ { "name": "GoChain Explorer", "url": "https://explorer.gochain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-600.json ================================================ { "name": "Meshnyan testnet", "chain": "MeshTestChain", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Meshnyan Testnet Native Token", "symbol": "MESHT", "decimals": 18 }, "infoURL": "", "shortName": "mesh-chain-testnet", "chainId": 600, "networkId": 600 } ================================================ FILE: _data/chains/eip155-60000.json ================================================ { "name": "Thinkium Testnet Chain 0", "chain": "Thinkium", "rpc": ["https://test.thinkiumrpc.net/"], "faucets": ["https://www.thinkiumdev.net/faucet"], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM-test0", "chainId": 60000, "networkId": 60000, "explorers": [ { "name": "thinkiumscan", "url": "https://test0.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-60001.json ================================================ { "name": "Thinkium Testnet Chain 1", "chain": "Thinkium", "rpc": ["https://test1.thinkiumrpc.net/"], "faucets": ["https://www.thinkiumdev.net/faucet"], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM-test1", "chainId": 60001, "networkId": 60001, "explorers": [ { "name": "thinkiumscan", "url": "https://test1.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-60002.json ================================================ { "name": "Thinkium Testnet Chain 2", "chain": "Thinkium", "rpc": ["https://test2.thinkiumrpc.net/"], "faucets": ["https://www.thinkiumdev.net/faucet"], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM-test2", "chainId": 60002, "networkId": 60002, "explorers": [ { "name": "thinkiumscan", "url": "https://test2.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-60103.json ================================================ { "name": "Thinkium Testnet Chain 103", "chain": "Thinkium", "rpc": ["https://test103.thinkiumrpc.net/"], "faucets": ["https://www.thinkiumdev.net/faucet"], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM-test103", "chainId": 60103, "networkId": 60103, "explorers": [ { "name": "thinkiumscan", "url": "https://test103.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-6022140761023.json ================================================ { "name": "Molereum Network", "chain": "ETH", "rpc": ["https://molereum.jdubedition.com"], "faucets": [], "nativeCurrency": { "name": "Molereum Ether", "symbol": "MOLE", "decimals": 18 }, "infoURL": "https://github.com/Jdubedition/molereum", "shortName": "mole", "chainId": 6022140761023, "networkId": 6022140761023 } ================================================ FILE: _data/chains/eip155-6065.json ================================================ { "name": "Tres Testnet", "chain": "TresLeches", "rpc": ["https://rpc-test.tresleches.finance/"], "faucets": ["http://faucet.tresleches.finance:8080"], "nativeCurrency": { "name": "TRES", "symbol": "TRES", "decimals": 18 }, "infoURL": "https://treschain.com", "shortName": "TRESTEST", "chainId": 6065, "networkId": 6065, "icon": "tresleches", "explorers": [ { "name": "treslechesexplorer", "url": "https://explorer-test.tresleches.finance", "icon": "treslechesexplorer", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-6066.json ================================================ { "name": "Tres Mainnet", "chain": "TresLeches", "rpc": ["https://rpc.tresleches.finance/", "https://rpc.treschain.io/"], "faucets": [], "nativeCurrency": { "name": "TRES", "symbol": "TRES", "decimals": 18 }, "infoURL": "https://treschain.com", "shortName": "TRESMAIN", "chainId": 6066, "networkId": 6066, "icon": "tresleches", "explorers": [ { "name": "treslechesexplorer", "url": "https://explorer.tresleches.finance", "icon": "treslechesexplorer", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-61.json ================================================ { "name": "Ethereum Classic Mainnet", "chain": "ETC", "rpc": ["https://etc.rivet.link"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "nativeCurrency": { "name": "Ethereum Classic Ether", "symbol": "ETC", "decimals": 18 }, "infoURL": "https://ethereumclassic.org", "shortName": "etc", "chainId": 61, "networkId": 1, "slip44": 61, "explorers": [ { "name": "blockscout", "url": "https://blockscout.com/etc/mainnet", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-6102.json ================================================ { "name": "Cascadia Testnet", "chain": "Cascadia", "rpc": ["https://testnet.cascadia.foundation"], "faucets": ["https://www.cascadia.foundation/faucet"], "nativeCurrency": { "name": "CC", "symbol": "tCC", "decimals": 18 }, "infoURL": "https://www.cascadia.foundation", "shortName": "cascadia", "chainId": 6102, "networkId": 6102, "icon": "cascadia", "explorers": [ { "name": "Cascadia EVM Explorer", "url": "https://explorer.cascadia.foundation", "standard": "none", "icon": "cascadia" }, { "name": "Cascadia Cosmos Explorer", "url": "https://validator.cascadia.foundation", "standard": "none", "icon": "cascadia" } ] } ================================================ FILE: _data/chains/eip155-6118.json ================================================ { "name": "UPTN Testnet", "chain": "UPTN", "icon": "uptn", "rpc": ["https://node-api.alp.uptn.io/v1/ext/rpc"], "features": [{ "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "UPTN", "symbol": "UPTN", "decimals": 18 }, "infoURL": "https://uptn.io", "shortName": "UPTN-TEST", "chainId": 6118, "networkId": 6118, "explorers": [ { "name": "UPTN Testnet Explorer", "url": "https://testnet.explorer.uptn.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-6119.json ================================================ { "name": "UPTN", "chain": "UPTN", "icon": "uptn", "rpc": ["https://node-api.uptn.io/v1/ext/rpc"], "features": [{ "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "UPTN", "symbol": "UPTN", "decimals": 18 }, "infoURL": "https://uptn.io", "shortName": "UPTN", "chainId": 6119, "networkId": 6119, "explorers": [ { "name": "UPTN Explorer", "url": "https://explorer.uptn.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-614.json ================================================ { "name": "Graphlinq Blockchain Mainnet", "chain": "GLQ Blockchain", "rpc": ["https://glq-dataseed.graphlinq.io"], "faucets": [], "nativeCurrency": { "name": "GLQ", "symbol": "GLQ", "decimals": 18 }, "infoURL": "https://graphlinq.io", "shortName": "glq", "chainId": 614, "networkId": 614, "explorers": [ { "name": "GLQ Explorer", "url": "https://explorer.graphlinq.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-61717561.json ================================================ { "name": "Aquachain", "chain": "AQUA", "rpc": ["https://c.onical.org", "https://tx.aquacha.in/api"], "faucets": ["https://aquacha.in/faucet"], "nativeCurrency": { "name": "Aquachain Ether", "symbol": "AQUA", "decimals": 18 }, "infoURL": "https://aquachain.github.io", "shortName": "aqua", "chainId": 61717561, "networkId": 61717561, "slip44": 61717561 } ================================================ FILE: _data/chains/eip155-61800.json ================================================ { "name": "AxelChain Dev-Net", "chain": "AXEL", "rpc": ["https://aium-rpc-dev.viacube.com"], "faucets": [], "nativeCurrency": { "name": "Axelium", "symbol": "AIUM", "decimals": 18 }, "infoURL": "https://www.axel.org", "shortName": "aium-dev", "chainId": 61800, "networkId": 61800, "icon": "axelium", "explorers": [ { "name": "AxelChain Dev-Net Explorer", "url": "https://devexplorer2.viacube.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-61803.json ================================================ { "name": "Etica Mainnet", "chain": "Etica Protocol (ETI/EGAZ)", "icon": "etica", "rpc": [ "https://eticamainnet.eticascan.org", "https://eticamainnet.eticaprotocol.org" ], "faucets": ["http://faucet.etica-stats.org/"], "nativeCurrency": { "name": "EGAZ", "symbol": "EGAZ", "decimals": 18 }, "infoURL": "https://eticaprotocol.org", "shortName": "Etica", "chainId": 61803, "networkId": 61803, "explorers": [ { "name": "eticascan", "url": "https://eticascan.org", "standard": "EIP3091" }, { "name": "eticastats", "url": "http://explorer.etica-stats.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-61916.json ================================================ { "name": "DoKEN Super Chain Mainnet", "chain": "DoKEN Super Chain", "rpc": [ "https://sgrpc.doken.dev", "https://nyrpc.doken.dev", "https://ukrpc.doken.dev" ], "faucets": [], "nativeCurrency": { "name": "DoKEN", "symbol": "DKN", "decimals": 18 }, "infoURL": "https://doken.dev/", "shortName": "DoKEN", "chainId": 61916, "networkId": 61916, "icon": "doken", "explorers": [ { "name": "DSC Scan", "url": "https://explore.doken.dev", "icon": "doken", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-62.json ================================================ { "name": "Ethereum Classic Testnet Morden", "chain": "ETC", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ethereum Classic Testnet Ether", "symbol": "TETC", "decimals": 18 }, "infoURL": "https://ethereumclassic.org", "shortName": "tetc", "chainId": 62, "networkId": 2 } ================================================ FILE: _data/chains/eip155-62320.json ================================================ { "name": "Celo Baklava Testnet", "chainId": 62320, "shortName": "BKLV", "chain": "CELO", "networkId": 62320, "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 }, "rpc": ["https://baklava-forno.celo-testnet.org"], "faucets": [ "https://docs.google.com/forms/d/e/1FAIpQLSdfr1BwUTYepVmmvfVUDRCwALejZ-TUva2YujNpvrEmPAX2pg/viewform", "https://cauldron.pretoriaresearchlab.io/baklava-faucet" ], "infoURL": "https://docs.celo.org/" } ================================================ FILE: _data/chains/eip155-62621.json ================================================ { "name": "MultiVAC Mainnet", "chain": "MultiVAC", "icon": "multivac", "rpc": ["https://rpc.mtv.ac", "https://rpc-eu.mtv.ac"], "faucets": [], "nativeCurrency": { "name": "MultiVAC", "symbol": "MTV", "decimals": 18 }, "infoURL": "https://mtv.ac", "shortName": "mtv", "chainId": 62621, "networkId": 62621, "explorers": [ { "name": "MultiVAC Explorer", "url": "https://e.mtv.ac", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-63.json ================================================ { "name": "Ethereum Classic Testnet Mordor", "chain": "ETC", "rpc": ["https://rpc.mordor.etccooperative.org"], "faucets": [], "nativeCurrency": { "name": "Mordor Classic Testnet Ether", "symbol": "METC", "decimals": 18 }, "infoURL": "https://github.com/eth-classic/mordor/", "shortName": "metc", "chainId": 63, "networkId": 7 } ================================================ FILE: _data/chains/eip155-63000.json ================================================ { "name": "eCredits Mainnet", "chain": "ECS", "rpc": ["https://rpc.ecredits.com"], "faucets": [], "nativeCurrency": { "name": "eCredits", "symbol": "ECS", "decimals": 18 }, "infoURL": "https://ecredits.com", "shortName": "ecs", "chainId": 63000, "networkId": 63000, "icon": "ecredits", "explorers": [ { "name": "eCredits MainNet Explorer", "url": "https://explorer.ecredits.com", "icon": "ecredits", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-63001.json ================================================ { "name": "eCredits Testnet", "chain": "ECS", "rpc": ["https://rpc.tst.ecredits.com"], "faucets": ["https://faucet.tst.ecredits.com"], "nativeCurrency": { "name": "eCredits", "symbol": "ECS", "decimals": 18 }, "infoURL": "https://ecredits.com", "shortName": "ecs-testnet", "chainId": 63001, "networkId": 63001, "icon": "ecredits", "explorers": [ { "name": "eCredits TestNet Explorer", "url": "https://explorer.tst.ecredits.com", "icon": "ecredits", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-634.json ================================================ { "name": "Avocado", "chain": "Avocado", "rpc": ["https://rpc.avocado.instadapp.io"], "faucets": [], "nativeCurrency": { "name": "USDC", "symbol": "USDC", "decimals": 18 }, "infoURL": "https://avocado.instadapp.io", "shortName": "avocado", "chainId": 634, "networkId": 634, "icon": "avocado", "explorers": [ { "name": "avoscan", "url": "https://avoscan.co", "icon": "avocado", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-64.json ================================================ { "name": "Ellaism", "chain": "ELLA", "rpc": ["https://jsonrpc.ellaism.org"], "faucets": [], "nativeCurrency": { "name": "Ellaism Ether", "symbol": "ELLA", "decimals": 18 }, "infoURL": "https://ellaism.org", "shortName": "ellaism", "chainId": 64, "networkId": 64, "slip44": 163 } ================================================ FILE: _data/chains/eip155-641230.json ================================================ { "name": "Bear Network Chain Mainnet", "chain": "BRNKC", "icon": "brnkc", "rpc": [ "https://brnkc-mainnet.bearnetwork.net", "https://brnkc-mainnet1.bearnetwork.net" ], "faucets": [], "nativeCurrency": { "name": "Bear Network Chain Native Token", "symbol": "BRNKC", "decimals": 18 }, "infoURL": "https://bearnetwork.net", "shortName": "BRNKC", "chainId": 641230, "networkId": 641230, "explorers": [ { "name": "brnkscan", "url": "https://brnkscan.bearnetwork.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-647.json ================================================ { "name": "SX Network Testnet", "chain": "SX", "icon": "SX", "rpc": ["https://rpc.toronto.sx.technology"], "faucets": ["https://faucet.toronto.sx.technology"], "nativeCurrency": { "name": "SX Network", "symbol": "SX", "decimals": 18 }, "infoURL": "https://www.sx.technology", "shortName": "SX-Testnet", "chainId": 647, "networkId": 647, "explorers": [ { "name": "SX Network Toronto Explorer", "url": "https://explorer.toronto.sx.technology", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-648.json ================================================ { "name": "Endurance Smart Chain Mainnet", "chain": "ACE", "rpc": ["https://rpc-endurance.fusionist.io/"], "faucets": [], "nativeCurrency": { "name": "Endurance Chain Native Token", "symbol": "ACE", "decimals": 18 }, "infoURL": "https://ace.fusionist.io/", "shortName": "ace", "chainId": 648, "networkId": 648, "explorers": [ { "name": "Endurance Scan", "url": "https://explorer.endurance.fusionist.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-65.json ================================================ { "name": "OKExChain Testnet", "chain": "okexchain", "rpc": ["https://exchaintestrpc.okex.org"], "faucets": ["https://www.okex.com/drawdex"], "nativeCurrency": { "name": "OKExChain Global Utility Token in testnet", "symbol": "OKT", "decimals": 18 }, "infoURL": "https://www.okex.com/okexchain", "shortName": "tokt", "chainId": 65, "networkId": 65, "explorers": [ { "name": "OKLink", "url": "https://www.oklink.com/okexchain-test", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-65010000.json ================================================ { "name": "Autonity Bakerloo (Thames) Testnet", "chain": "AUT", "rpc": [ "https://rpc1.bakerloo.autonity.org/", "wss://rpc1.bakerloo.autonity.org/ws/" ], "faucets": ["https://faucet.autonity.org/"], "nativeCurrency": { "name": "Bakerloo Auton", "symbol": "ATN", "decimals": 18 }, "infoURL": "https://autonity.org/", "shortName": "bakerloo-0", "chainId": 65010000, "networkId": 65010000, "icon": "autonity", "explorers": [ { "name": "autonity-blockscout", "url": "https://bakerloo.autonity.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-6502.json ================================================ { "name": "Peerpay", "chain": "P2P", "rpc": ["https://peerpay.su.gy/p2p"], "faucets": [], "nativeCurrency": { "name": "Peerpay", "symbol": "P2P", "decimals": 18 }, "infoURL": "https://peerpay.su.gy", "shortName": "Peerpay", "chainId": 6502, "networkId": 6502, "explorers": [] } ================================================ FILE: _data/chains/eip155-65100000.json ================================================ { "name": "Autonity Piccadilly (Thames) Testnet", "chain": "AUT", "rpc": [ "https://rpc1.piccadilly.autonity.org/", "wss://rpc1.piccadilly.autonity.org/ws/" ], "faucets": ["https://faucet.autonity.org/"], "nativeCurrency": { "name": "Piccadilly Auton", "symbol": "ATN", "decimals": 18 }, "infoURL": "https://autonity.org/", "shortName": "piccadilly-0", "chainId": 65100000, "networkId": 65100000, "icon": "autonity", "explorers": [ { "name": "autonity-blockscout", "url": "https://piccadilly.autonity.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-651940.json ================================================ { "name": "ALL Mainnet", "chain": "ALL", "icon": "alltra", "rpc": ["https://mainnet-rpc.alltra.global"], "faucets": [], "nativeCurrency": { "name": "ALL", "symbol": "ALL", "decimals": 18 }, "infoURL": "https://alltra.world", "shortName": "ALL", "chainId": 651940, "networkId": 651940, "explorers": [ { "name": "Alltra SmartChain Explorer", "url": "https://alltra.global", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-65450.json ================================================ { "name": "Scolcoin Mainnet", "chain": "SCOLWEI", "rpc": ["https://mainnet-rpc.scolcoin.com"], "faucets": [], "nativeCurrency": { "name": "Scolcoin", "symbol": "SCOL", "decimals": 18 }, "infoURL": "https://scolcoin.com", "shortName": "SRC", "chainId": 65450, "networkId": 65450, "icon": "scolcoin", "explorers": [ { "name": "Scolscan Explorer", "url": "https://explorer.scolcoin.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-6552.json ================================================ { "name": "Scolcoin WeiChain Testnet", "chain": "SCOLWEI-testnet", "rpc": ["https://testnet-rpc.scolcoin.com"], "faucets": ["https://faucet.scolcoin.com"], "nativeCurrency": { "name": "Scolcoin", "symbol": "SCOL", "decimals": 18 }, "infoURL": "https://scolcoin.com", "shortName": "SRC-test", "chainId": 6552, "networkId": 6552, "icon": "scolcoin", "explorers": [ { "name": "Scolscan Testnet Explorer", "url": "https://testnet-explorer.scolcoin.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-6565.json ================================================ { "name": "Fox Testnet Network", "chain": "FOX", "rpc": [ "https://rpc-testnet-v1.foxchain.app/", "https://rpc2-testnet-v1.foxchain.app/", "https://rpc3-testnet-v1.foxchain.app" ], "faucets": ["https://faucet.foxchain.app"], "nativeCurrency": { "name": "FOX Native Token", "symbol": "tFOX", "decimals": 18 }, "infoURL": "https://foxchain.app", "shortName": "fox", "chainId": 6565, "networkId": 6565, "icon": "fox", "explorers": [ { "name": "FOX Testnet Explorer", "icon": "fox", "url": "https://testnet.foxscan.app", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-66.json ================================================ { "name": "OKXChain Mainnet", "chain": "okxchain", "rpc": [ "https://exchainrpc.okex.org", "https://okc-mainnet.gateway.pokt.network/v1/lb/6275309bea1b320039c893ff" ], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "nativeCurrency": { "name": "OKXChain Global Utility Token", "symbol": "OKT", "decimals": 18 }, "infoURL": "https://www.okex.com/okc", "shortName": "okt", "chainId": 66, "networkId": 66, "explorers": [ { "name": "OKLink", "url": "https://www.oklink.com/en/okc", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-6626.json ================================================ { "name": "Pixie Chain Mainnet", "chain": "PixieChain", "rpc": [ "https://http-mainnet.chain.pixie.xyz", "wss://ws-mainnet.chain.pixie.xyz" ], "faucets": [], "nativeCurrency": { "name": "Pixie Chain Native Token", "symbol": "PIX", "decimals": 18 }, "infoURL": "https://chain.pixie.xyz", "shortName": "pixie-chain", "chainId": 6626, "networkId": 6626, "explorers": [ { "name": "blockscout", "url": "https://scan.chain.pixie.xyz", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-666.json ================================================ { "name": "Pixie Chain Testnet", "chain": "PixieChain", "rpc": [ "https://http-testnet.chain.pixie.xyz", "wss://ws-testnet.chain.pixie.xyz" ], "faucets": ["https://chain.pixie.xyz/faucet"], "nativeCurrency": { "name": "Pixie Chain Testnet Native Token", "symbol": "PCTT", "decimals": 18 }, "infoURL": "https://scan-testnet.chain.pixie.xyz", "shortName": "pixie-chain-testnet", "chainId": 666, "networkId": 666 } ================================================ FILE: _data/chains/eip155-666301171999.json ================================================ { "name": "PDC Mainnet", "chain": "IPDC", "rpc": ["https://mainnet.ipdc.io/"], "faucets": [], "nativeCurrency": { "name": "PDC", "symbol": "PDC", "decimals": 18 }, "infoURL": "https://ipdc.io", "shortName": "ipdc", "chainId": 666301171999, "networkId": 666301171999, "explorers": [ { "name": "ipdcscan", "url": "https://scan.ipdc.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-666666.json ================================================ { "name": "Vision - Vpioneer Test Chain", "chain": "Vision-Vpioneer", "rpc": ["https://vpioneer.infragrid.v.network/ethereum/compatible"], "faucets": ["https://vpioneerfaucet.visionscan.org"], "nativeCurrency": { "name": "VS", "symbol": "VS", "decimals": 18 }, "infoURL": "https://visionscan.org", "shortName": "vpioneer", "chainId": 666666, "networkId": 666666, "slip44": 60 } ================================================ FILE: _data/chains/eip155-6688.json ================================================ { "name": "IRIShub", "chain": "IRIShub", "rpc": [ "https://evmrpc.irishub-1.irisnet.org", "https://iris-evm.publicnode.com" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Eris", "symbol": "ERIS", "decimals": 18 }, "infoURL": "https://www.irisnet.org", "shortName": "iris", "chainId": 6688, "networkId": 6688, "icon": "irishub", "explorers": [ { "name": "IRISHub Cosmos Explorer (IOBScan)", "url": "https://irishub.iobscan.io", "standard": "none", "icon": "irishub" } ] } ================================================ FILE: _data/chains/eip155-67.json ================================================ { "name": "DBChain Testnet", "chain": "DBM", "rpc": ["http://test-rpc.dbmbp.com"], "faucets": [], "nativeCurrency": { "name": "DBChain Testnet", "symbol": "DBM", "decimals": 18 }, "infoURL": "http://test.dbmbp.com", "shortName": "dbm", "chainId": 67, "networkId": 67 } ================================================ FILE: _data/chains/eip155-67390.json ================================================ { "name": "SiriusNet", "chain": "SIN", "status": "deprecated", "rpc": [ "https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/" ], "faucets": [], "nativeCurrency": { "name": "MCD", "symbol": "MCD", "decimals": 18 }, "infoURL": "https://macaucasinolisboa.xyz", "shortName": "mcl", "chainId": 67390, "networkId": 67390, "explorers": [ { "name": "siriusnetscan", "url": "https://siriusnet.tryethernal.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-67588.json ================================================ { "name": "Cosmic Chain", "chain": "COSMIC", "rpc": ["http://testnet.cosmicchain.site:3344"], "faucets": [], "nativeCurrency": { "name": "Cosmic Chain", "symbol": "COSMIC", "decimals": 18 }, "infoURL": "https://cosmicchain.site", "shortName": "Cosmic", "chainId": 67588, "networkId": 3344 } ================================================ FILE: _data/chains/eip155-6789.json ================================================ { "name": "Gold Smart Chain Mainnet", "chain": "STAND", "icon": "stand", "rpc": ["https://rpc-mainnet.goldsmartchain.com"], "faucets": ["https://faucet.goldsmartchain.com"], "nativeCurrency": { "name": "Standard in Gold", "symbol": "STAND", "decimals": 18 }, "infoURL": "https://goldsmartchain.com", "shortName": "STANDm", "chainId": 6789, "networkId": 6789, "explorers": [ { "name": "Gold Smart Chain", "url": "https://mainnet.goldsmartchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-68.json ================================================ { "name": "SoterOne Mainnet", "chain": "SOTER", "rpc": ["https://rpc.soter.one"], "faucets": [], "nativeCurrency": { "name": "SoterOne Mainnet Ether", "symbol": "SOTER", "decimals": 18 }, "infoURL": "https://www.soterone.com", "shortName": "SO1", "chainId": 68, "networkId": 68 } ================================================ FILE: _data/chains/eip155-686.json ================================================ { "name": "Karura Network", "chain": "KAR", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Karura Token", "symbol": "KAR", "decimals": 18 }, "infoURL": "https://karura.network", "shortName": "kar", "chainId": 686, "networkId": 686, "slip44": 686 } ================================================ FILE: _data/chains/eip155-69.json ================================================ { "name": "Optimism Kovan", "title": "Optimism Testnet Kovan", "chain": "ETH", "rpc": ["https://kovan.optimism.io/"], "faucets": ["http://fauceth.komputing.org?chain=69&address=${ADDRESS}"], "nativeCurrency": { "name": "Kovan Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [ { "name": "etherscan", "url": "https://kovan-optimistic.etherscan.io", "standard": "EIP3091" } ], "infoURL": "https://optimism.io", "shortName": "okov", "chainId": 69, "networkId": 69 } ================================================ FILE: _data/chains/eip155-69420.json ================================================ { "name": "Condrieu", "title": "Ethereum Verkle Testnet Condrieu", "chain": "ETH", "rpc": ["https://rpc.condrieu.ethdevops.io:8545"], "faucets": ["https://faucet.condrieu.ethdevops.io"], "nativeCurrency": { "name": "Condrieu Testnet Ether", "symbol": "CTE", "decimals": 18 }, "infoURL": "https://condrieu.ethdevops.io", "shortName": "cndr", "chainId": 69420, "networkId": 69420, "explorers": [ { "name": "Condrieu explorer", "url": "https://explorer.condrieu.ethdevops.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-6969.json ================================================ { "name": "Tomb Chain Mainnet", "chain": "Tomb Chain", "rpc": ["https://rpc.tombchain.com/"], "faucets": [], "nativeCurrency": { "name": "Tomb", "symbol": "TOMB", "decimals": 18 }, "infoURL": "https://tombchain.com/", "shortName": "tombchain", "chainId": 6969, "networkId": 6969, "explorers": [ { "name": "tombscout", "url": "https://tombscout.com", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-250", "bridges": [ { "url": "https://lif3.com/bridge" } ] } } ================================================ FILE: _data/chains/eip155-6999.json ================================================ { "name": "PolySmartChain", "chain": "PSC", "rpc": [ "https://seed0.polysmartchain.com/", "https://seed1.polysmartchain.com/", "https://seed2.polysmartchain.com/" ], "faucets": [], "nativeCurrency": { "name": "PSC", "symbol": "PSC", "decimals": 18 }, "infoURL": "https://www.polysmartchain.com/", "shortName": "psc", "chainId": 6999, "networkId": 6999 } ================================================ FILE: _data/chains/eip155-7.json ================================================ { "name": "ThaiChain", "chain": "TCH", "rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"], "faucets": [], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "nativeCurrency": { "name": "ThaiChain Ether", "symbol": "TCH", "decimals": 18 }, "infoURL": "https://thaichain.io", "shortName": "tch", "chainId": 7, "networkId": 7, "explorers": [ { "name": "Thaichain Explorer", "url": "https://exp.thaichain.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-70.json ================================================ { "name": "Hoo Smart Chain", "chain": "HSC", "rpc": [ "https://http-mainnet.hoosmartchain.com", "https://http-mainnet2.hoosmartchain.com", "wss://ws-mainnet.hoosmartchain.com", "wss://ws-mainnet2.hoosmartchain.com" ], "faucets": [], "nativeCurrency": { "name": "Hoo Smart Chain Native Token", "symbol": "HOO", "decimals": 18 }, "infoURL": "https://www.hoosmartchain.com", "shortName": "hsc", "chainId": 70, "networkId": 70, "slip44": 1170, "explorers": [ { "name": "hooscan", "url": "https://www.hooscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-700.json ================================================ { "name": "Star Social Testnet", "chain": "SNS", "rpc": ["https://avastar.cc/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Social", "symbol": "SNS", "decimals": 18 }, "infoURL": "https://info.avastar.cc", "shortName": "SNS", "chainId": 700, "networkId": 700, "explorers": [ { "name": "starscan", "url": "https://avastar.info", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7000.json ================================================ { "name": "ZetaChain Mainnet", "chain": "ZetaChain", "icon": "zetachain", "rpc": ["https://api.mainnet.zetachain.com/evm"], "faucets": [], "nativeCurrency": { "name": "Zeta", "symbol": "ZETA", "decimals": 18 }, "infoURL": "https://zetachain.com/docs/", "shortName": "zetachain-mainnet", "chainId": 7000, "networkId": 7000, "status": "incubating", "explorers": [ { "name": "ZetaChain Mainnet Explorer", "url": "https://explorer.mainnet.zetachain.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-70000.json ================================================ { "name": "Thinkium Mainnet Chain 0", "chain": "Thinkium", "rpc": ["https://proxy.thinkiumrpc.net/"], "faucets": [], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM0", "chainId": 70000, "networkId": 70000, "explorers": [ { "name": "thinkiumscan", "url": "https://chain0.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-70001.json ================================================ { "name": "Thinkium Mainnet Chain 1", "chain": "Thinkium", "rpc": ["https://proxy1.thinkiumrpc.net/"], "faucets": [], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM1", "chainId": 70001, "networkId": 70001, "explorers": [ { "name": "thinkiumscan", "url": "https://chain1.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-70002.json ================================================ { "name": "Thinkium Mainnet Chain 2", "chain": "Thinkium", "rpc": ["https://proxy2.thinkiumrpc.net/"], "faucets": [], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM2", "chainId": 70002, "networkId": 70002, "explorers": [ { "name": "thinkiumscan", "url": "https://chain2.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7001.json ================================================ { "name": "ZetaChain Athens Testnet", "chain": "ZetaChain", "icon": "zetachain", "rpc": ["https://api.athens2.zetachain.com/evm"], "faucets": ["https://labs.zetachain.com/get-zeta"], "nativeCurrency": { "name": "Zeta", "symbol": "aZETA", "decimals": 18 }, "infoURL": "https://zetachain.com/docs", "shortName": "zetachain-athens", "chainId": 7001, "networkId": 7001, "status": "active", "explorers": [ { "name": "ZetaChain Athens Testnet Explorer", "url": "https://explorer.athens.zetachain.com", "standard": "none" }, { "name": "blockscout", "url": "https://zetachain-athens-3.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-70103.json ================================================ { "name": "Thinkium Mainnet Chain 103", "chain": "Thinkium", "rpc": ["https://proxy103.thinkiumrpc.net/"], "faucets": [], "nativeCurrency": { "name": "TKM", "symbol": "TKM", "decimals": 18 }, "infoURL": "https://thinkium.net/", "shortName": "TKM103", "chainId": 70103, "networkId": 70103, "explorers": [ { "name": "thinkiumscan", "url": "https://chain103.thinkiumscan.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7027.json ================================================ { "name": "Ella the heart", "chain": "ella", "icon": "ella", "rpc": ["https://rpc.ella.network"], "faucets": [], "nativeCurrency": { "name": "Ella", "symbol": "ELLA", "decimals": 18 }, "infoURL": "https://ella.network", "shortName": "ELLA", "chainId": 7027, "networkId": 7027, "explorers": [ { "name": "Ella", "url": "https://ella.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-707.json ================================================ { "name": "BlockChain Station Mainnet", "chain": "BCS", "rpc": ["https://rpc-mainnet.bcsdev.io", "wss://rpc-ws-mainnet.bcsdev.io"], "faucets": [], "nativeCurrency": { "name": "BCS Token", "symbol": "BCS", "decimals": 18 }, "infoURL": "https://blockchainstation.io", "shortName": "bcs", "chainId": 707, "networkId": 707, "explorers": [ { "name": "BlockChain Station Explorer", "url": "https://explorer.bcsdev.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7070.json ================================================ { "name": "Planq Mainnet", "chain": "Planq", "icon": "planq", "rpc": ["https://evm-rpc.planq.network"], "faucets": [], "nativeCurrency": { "name": "Planq", "symbol": "PLQ", "decimals": 18 }, "infoURL": "https://planq.network", "shortName": "planq", "chainId": 7070, "networkId": 7070, "explorers": [ { "name": "Planq EVM Explorer (Blockscout)", "url": "https://evm.planq.network", "standard": "none" }, { "name": "Planq Cosmos Explorer (BigDipper)", "url": "https://explorer.planq.network", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-708.json ================================================ { "name": "BlockChain Station Testnet", "chain": "BCS", "rpc": ["https://rpc-testnet.bcsdev.io", "wss://rpc-ws-testnet.bcsdev.io"], "faucets": ["https://faucet.bcsdev.io"], "nativeCurrency": { "name": "BCS Testnet Token", "symbol": "tBCS", "decimals": 18 }, "infoURL": "https://blockchainstation.io", "shortName": "tbcs", "chainId": 708, "networkId": 708, "explorers": [ { "name": "BlockChain Station Explorer", "url": "https://testnet.bcsdev.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-71.json ================================================ { "name": "Conflux eSpace (Testnet)", "chain": "Conflux", "rpc": ["https://evmtestnet.confluxrpc.com"], "faucets": ["https://faucet.confluxnetwork.org"], "nativeCurrency": { "name": "CFX", "symbol": "CFX", "decimals": 18 }, "infoURL": "https://confluxnetwork.org", "shortName": "cfxtest", "chainId": 71, "networkId": 71, "icon": "conflux", "explorers": [ { "name": "Conflux Scan", "url": "https://evmtestnet.confluxscan.net", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-71111.json ================================================ { "name": "GuapcoinX", "chain": "GuapcoinX", "rpc": [ "https://rpc-mainnet.guapcoinx.com/", "https://rpc-mainnet-1.guapcoinx.com/", "https://rpc-mainnet-2.guapcoinx.com/" ], "faucets": [], "nativeCurrency": { "name": "GuapcoinX", "symbol": "GuapX", "decimals": 18 }, "infoURL": "https://guapcoin.org/", "shortName": "GuapX", "chainId": 71111, "networkId": 71111, "icon": "guapcoinx", "explorers": [ { "name": "GuapcoinX Explorer", "url": "http://explorer.guapcoinx.com", "standard": "none", "icon": "guapcoinx" } ] } ================================================ FILE: _data/chains/eip155-71393.json ================================================ { "name": "Polyjuice Testnet", "chain": "CKB", "icon": "polyjuice", "rpc": [ "https://godwoken-testnet-web3-rpc.ckbapp.dev", "ws://godwoken-testnet-web3-rpc.ckbapp.dev/ws" ], "faucets": ["https://faucet.nervos.org/"], "nativeCurrency": { "name": "CKB", "symbol": "CKB", "decimals": 8 }, "infoURL": "https://github.com/nervosnetwork/godwoken", "shortName": "ckb", "chainId": 71393, "networkId": 1 } ================================================ FILE: _data/chains/eip155-71401.json ================================================ { "name": "Godwoken Testnet v1", "chain": "GWT", "rpc": [ "https://godwoken-testnet-v1.ckbapp.dev", "https://v1.testnet.godwoken.io/rpc" ], "faucets": ["https://testnet.bridge.godwoken.io"], "nativeCurrency": { "name": "pCKB", "symbol": "pCKB", "decimals": 18 }, "infoURL": "https://www.nervos.org", "shortName": "gw-testnet-v1", "chainId": 71401, "networkId": 71401, "explorers": [ { "name": "GWScan Block Explorer", "url": "https://v1.testnet.gwscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-71402.json ================================================ { "name": "Godwoken Mainnet", "chain": "GWT", "rpc": ["https://v1.mainnet.godwoken.io/rpc"], "faucets": [], "nativeCurrency": { "name": "pCKB", "symbol": "pCKB", "decimals": 18 }, "infoURL": "https://www.nervos.org", "shortName": "gw-mainnet-v1", "chainId": 71402, "networkId": 71402, "explorers": [ { "name": "GWScan Block Explorer", "url": "https://v1.gwscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-7171.json ================================================ { "name": "Bitrock Mainnet", "chain": "Bitrock", "icon": "bitrock", "rpc": ["https://connect.bit-rock.io"], "faucets": [], "nativeCurrency": { "name": "BITROCK", "symbol": "BROCK", "decimals": 18 }, "infoURL": "https://bit-rock.io", "shortName": "bitrock", "chainId": 7171, "networkId": 7171, "explorers": [ { "name": "Bitrock Explorer", "url": "https://scan.bit-rock.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-719.json ================================================ { "name": "Shibarium Beta", "chain": "Shibarium", "icon": "shibarium", "rpc": ["https://puppynet.shibrpc.com"], "faucets": [], "nativeCurrency": { "name": "BONE", "symbol": "BONE", "decimals": 18 }, "infoURL": "https://beta.shibariumtech.com", "shortName": "shibarium", "chainId": 719, "networkId": 719, "explorers": [ { "name": "shibscan", "url": "https://puppyscan.shib.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-72.json ================================================ { "name": "DxChain Testnet", "chain": "DxChain", "rpc": ["https://testnet-http.dxchain.com"], "faucets": ["https://faucet.dxscan.io"], "nativeCurrency": { "name": "DxChain Testnet", "symbol": "DX", "decimals": 18 }, "infoURL": "https://testnet.dxscan.io/", "shortName": "dxc", "chainId": 72, "networkId": 72 } ================================================ FILE: _data/chains/eip155-721.json ================================================ { "name": "Lycan Chain", "chain": "LYC", "rpc": ["https://rpc.lycanchain.com/"], "faucets": [], "nativeCurrency": { "name": "Lycan", "symbol": "LYC", "decimals": 18 }, "infoURL": "https://lycanchain.com", "shortName": "LYC", "chainId": 721, "networkId": 721, "icon": "lycanchain", "explorers": [ { "name": "blockscout", "url": "https://explorer.lycanchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7225878.json ================================================ { "name": "Saakuru Mainnet", "chain": "Saakuru", "icon": "saakuru", "rpc": ["https://rpc.saakuru.network"], "faucets": [], "nativeCurrency": { "name": "OAS", "symbol": "OAS", "decimals": 18 }, "infoURL": "https://saakuru.network", "shortName": "saakuru", "chainId": 7225878, "networkId": 7225878, "explorers": [ { "name": "saakuru-explorer", "url": "https://explorer.saakuru.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-73.json ================================================ { "name": "FNCY", "chain": "FNCY", "rpc": ["https://fncy-seed1.fncy.world"], "faucets": ["https://faucet-testnet.fncy.world"], "nativeCurrency": { "name": "FNCY", "symbol": "FNCY", "decimals": 18 }, "infoURL": "https://fncyscan.fncy.world", "shortName": "FNCY", "chainId": 73, "networkId": 73, "icon": "fncy", "explorers": [ { "name": "fncy scan", "url": "https://fncyscan.fncy.world", "icon": "fncy", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7331.json ================================================ { "name": "KLYNTAR", "chain": "KLY", "rpc": [ "https://evm.klyntar.org/kly_evm_rpc", "https://evm.klyntarscan.org/kly_evm_rpc" ], "faucets": [], "nativeCurrency": { "name": "KLYNTAR", "symbol": "KLY", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://klyntar.org", "shortName": "kly", "chainId": 7331, "networkId": 7331, "icon": "klyntar", "explorers": [], "status": "incubating" } ================================================ FILE: _data/chains/eip155-7332.json ================================================ { "name": "Horizen EON", "shortName": "EON", "chain": "EON", "icon": "eon", "rpc": ["https://eon-rpc.horizenlabs.io/ethv1"], "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "faucets": [], "nativeCurrency": { "name": "Zencash", "symbol": "ZEN", "decimals": 18 }, "infoURL": "https://horizen.io/", "chainId": 7332, "networkId": 7332, "slip44": 121, "explorers": [ { "name": "Horizen EON Block Explorer", "url": "https://eon-explorer.horizenlabs.io", "icon": "eon", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7341.json ================================================ { "name": "Shyft Mainnet", "chain": "SHYFT", "icon": "shyft", "rpc": ["https://rpc.shyft.network/"], "faucets": [], "nativeCurrency": { "name": "Shyft", "symbol": "SHYFT", "decimals": 18 }, "infoURL": "https://shyft.network", "shortName": "shyft", "chainId": 7341, "networkId": 7341, "slip44": 2147490989, "explorers": [ { "name": "Shyft BX", "url": "https://bx.shyft.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7355310.json ================================================ { "name": "OpenVessel", "chain": "VSL", "icon": "vsl", "rpc": ["https://mainnet-external.openvessel.io"], "faucets": [], "nativeCurrency": { "name": "Vessel ETH", "symbol": "VETH", "decimals": 18 }, "infoURL": "https://www.openvessel.io", "shortName": "vsl", "chainId": 7355310, "networkId": 7355310, "explorers": [ { "name": "openvessel-mainnet", "url": "https://mainnet-explorer.openvessel.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-73799.json ================================================ { "name": "Energy Web Volta Testnet", "chain": "Volta", "rpc": [ "https://volta-rpc.energyweb.org", "wss://volta-rpc.energyweb.org/ws" ], "faucets": ["https://voltafaucet.energyweb.org"], "nativeCurrency": { "name": "Volta Token", "symbol": "VT", "decimals": 18 }, "infoURL": "https://energyweb.org", "shortName": "vt", "chainId": 73799, "networkId": 73799 } ================================================ FILE: _data/chains/eip155-73927.json ================================================ { "name": "Mixin Virtual Machine", "chain": "MVM", "rpc": ["https://geth.mvm.dev"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://mvm.dev", "shortName": "mvm", "chainId": 73927, "networkId": 73927, "icon": "mvm", "explorers": [ { "name": "mvmscan", "url": "https://scan.mvm.dev", "icon": "mvm", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-74.json ================================================ { "name": "IDChain Mainnet", "chain": "IDChain", "rpc": ["https://idchain.one/rpc/", "wss://idchain.one/ws/"], "faucets": [], "nativeCurrency": { "name": "EIDI", "symbol": "EIDI", "decimals": 18 }, "infoURL": "https://idchain.one/begin/", "shortName": "idchain", "chainId": 74, "networkId": 74, "icon": "idchain", "explorers": [ { "name": "explorer", "url": "https://explorer.idchain.one", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-740.json ================================================ { "name": "Canto Testnet", "chain": "Canto Tesnet", "rpc": ["https://eth.plexnode.wtf/"], "faucets": [], "nativeCurrency": { "name": "Canto", "symbol": "CANTO", "decimals": 18 }, "infoURL": "https://canto.io", "shortName": "tcanto", "chainId": 740, "networkId": 740, "explorers": [ { "name": "Canto Tesnet Explorer (Neobase)", "url": "https://testnet-explorer.canto.neobase.one", "standard": "none" } ], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-741.json ================================================ { "name": "Vention Smart Chain Testnet", "chain": "VSCT", "icon": "ventionTestnet", "rpc": ["https://node-testnet.vention.network"], "faucets": ["https://faucet.vention.network"], "nativeCurrency": { "name": "VNT", "symbol": "VNT", "decimals": 18 }, "infoURL": "https://testnet.ventionscan.io", "shortName": "vsct", "chainId": 741, "networkId": 741, "explorers": [ { "name": "ventionscan", "url": "https://testnet.ventionscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-742.json ================================================ { "name": "Script Testnet", "chain": "SPAY", "rpc": ["https://testeth-rpc-api.script.tv/rpc"], "faucets": [], "nativeCurrency": { "name": "Script", "symbol": "SPAY", "decimals": 18 }, "infoURL": "https://token.script.tv", "shortName": "SPAY", "chainId": 742, "networkId": 742, "explorers": [ { "name": "Script Explorer", "url": "https://explorer.script.tv", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-7484.json ================================================ { "name": "Raba Network Mainnet", "chain": "Raba", "icon": "raba", "rpc": ["https://rpc.x.raba.app/", "wss://rpc.x.raba.app/ws/"], "faucets": [], "nativeCurrency": { "name": "Raba", "symbol": "RABA", "decimals": 18 }, "infoURL": "https://x.raba.app/", "shortName": "raba", "chainId": 7484, "networkId": 7484, "explorers": [ { "name": "raba", "url": "https://x.raba.app/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-75.json ================================================ { "name": "Decimal Smart Chain Mainnet", "chain": "DSC", "rpc": ["https://node.decimalchain.com/web3/"], "faucets": [], "nativeCurrency": { "name": "Decimal", "symbol": "DEL", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://decimalchain.com", "shortName": "DSC", "chainId": 75, "networkId": 75, "icon": "dsc", "explorers": [ { "name": "DSC Explorer Mainnet", "url": "https://explorer.decimalchain.com", "icon": "dsc", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-75000.json ================================================ { "name": "ResinCoin Mainnet", "chain": "RESIN", "icon": "resincoin", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "RESIN", "decimals": 18 }, "infoURL": "https://resincoin.dev", "shortName": "resin", "chainId": 75000, "networkId": 75000, "explorers": [ { "name": "ResinScan", "url": "https://explorer.resincoin.dev", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-751230.json ================================================ { "name": "Bear Network Chain Testnet", "chain": "BRNKCTEST", "icon": "brnkc", "rpc": ["https://brnkc-test.bearnetwork.net"], "faucets": ["https://faucet.bearnetwork.net"], "nativeCurrency": { "name": "Bear Network Chain Testnet Token", "symbol": "tBRNKC", "decimals": 18 }, "infoURL": "https://bearnetwork.net", "shortName": "BRNKCTEST", "chainId": 751230, "networkId": 751230, "explorers": [ { "name": "brnktestscan", "url": "https://brnktest-scan.bearnetwork.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7518.json ================================================ { "name": "MEVerse Chain Mainnet", "chain": "MEVerse", "rpc": ["https://rpc.meversemainnet.io"], "faucets": [], "nativeCurrency": { "name": "MEVerse", "symbol": "MEV", "decimals": 18 }, "infoURL": "https://www.meverse.sg", "shortName": "MEV", "chainId": 7518, "networkId": 7518, "icon": "meverse", "explorers": [ { "name": "MEVerse Chain Explorer", "url": "https://www.meversescan.io", "standard": "none", "icon": "meverse" } ] } ================================================ FILE: _data/chains/eip155-7575.json ================================================ { "name": "ADIL Testnet", "chain": "ADIL", "icon": "adil", "rpc": ["https://testnet.adilchain-rpc.io"], "faucets": ["https://testnet-faucet.adil-scan.io"], "nativeCurrency": { "name": "Testnet ADIL", "symbol": "ADIL", "decimals": 18 }, "infoURL": "https://adilchain.io", "shortName": "tadil", "chainId": 7575, "networkId": 7575, "explorers": [ { "name": "ADIL Testnet Explorer", "url": "https://testnet.adilchain-scan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7576.json ================================================ { "name": "Adil Chain V2 Mainnet", "chain": "ADIL", "icon": "adil", "rpc": ["https://adilchain-rpc.io"], "faucets": [], "nativeCurrency": { "name": "ADIL", "symbol": "ADIL", "decimals": 18 }, "infoURL": "https://adilchain.io", "shortName": "adil", "chainId": 7576, "networkId": 7576, "explorers": [ { "name": "ADIL Mainnet Explorer", "url": "https://adilchain-scan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-76.json ================================================ { "name": "Mix", "chain": "MIX", "rpc": ["https://rpc2.mix-blockchain.org:8647"], "faucets": [], "nativeCurrency": { "name": "Mix Ether", "symbol": "MIX", "decimals": 18 }, "infoURL": "https://mix-blockchain.org", "shortName": "mix", "chainId": 76, "networkId": 76, "slip44": 76 } ================================================ FILE: _data/chains/eip155-766.json ================================================ { "name": "QL1", "chain": "QOM", "status": "incubating", "rpc": ["https://rpc.qom.one"], "faucets": [], "nativeCurrency": { "name": "Shiba Predator", "symbol": "QOM", "decimals": 18 }, "infoURL": "https://qom.one", "shortName": "qom", "chainId": 766, "networkId": 766, "icon": "qom", "explorers": [ { "name": "QL1 Mainnet Explorer", "url": "https://mainnet.qom.one", "icon": "qom", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7668.json ================================================ { "name": "The Root Network - Mainnet", "chain": "TRN", "rpc": [ "https://root.rootnet.live/archive", "wss://root.rootnet.live/archive/ws" ], "faucets": [], "nativeCurrency": { "name": "XRP", "symbol": "XRP", "decimals": 6 }, "infoURL": "https://www.futureverse.com/technology/root", "shortName": "trn-mainnet", "chainId": 7668, "networkId": 7668, "explorers": [ { "name": "rootnet", "url": "https://explorer.rootnet.live", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7668378.json ================================================ { "name": "QL1 Testnet", "chain": "QOM", "status": "incubating", "rpc": ["https://rpc.testnet.qom.one"], "faucets": ["https://faucet.qom.one"], "nativeCurrency": { "name": "Shiba Predator", "symbol": "QOM", "decimals": 18 }, "infoURL": "https://qom.one", "shortName": "tqom", "chainId": 7668378, "networkId": 7668378, "icon": "qom", "explorers": [ { "name": "QL1 Testnet Explorer", "url": "https://testnet.qom.one", "icon": "qom", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7672.json ================================================ { "name": "The Root Network - Porcini Testnet", "chain": "TRN", "rpc": [ "https://porcini.rootnet.app/archive", "wss://porcini.rootnet.app/archive/ws" ], "faucets": [], "nativeCurrency": { "name": "XRP", "symbol": "XRP", "decimals": 6 }, "infoURL": "https://www.futureverse.com/technology/root", "shortName": "trn-porcini", "chainId": 7672, "networkId": 7672, "explorers": [ { "name": "rootnet", "url": "https://explorer.rootnet.cloud", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-77.json ================================================ { "name": "POA Network Sokol", "chain": "POA", "rpc": [ "https://sokol.poa.network", "wss://sokol.poa.network/wss", "ws://sokol.poa.network:8546" ], "faucets": ["https://faucet.poa.network"], "nativeCurrency": { "name": "POA Sokol Ether", "symbol": "SPOA", "decimals": 18 }, "infoURL": "https://poa.network", "shortName": "spoa", "chainId": 77, "networkId": 77, "explorers": [ { "name": "blockscout", "url": "https://blockscout.com/poa/sokol", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7700.json ================================================ { "name": "Canto", "chain": "Canto", "rpc": [ "https://canto.slingshot.finance", "https://canto.neobase.one", "https://mainnode.plexnode.org:8545" ], "faucets": [], "nativeCurrency": { "name": "Canto", "symbol": "CANTO", "decimals": 18 }, "infoURL": "https://canto.io", "shortName": "canto", "chainId": 7700, "networkId": 7700, "explorers": [ { "name": "Canto EVM Explorer (Blockscout)", "url": "https://evm.explorer.canto.io", "standard": "none" }, { "name": "Canto Cosmos Explorer", "url": "https://cosmos-explorers.neobase.one", "standard": "none" }, { "name": "Canto EVM Explorer (Blockscout)", "url": "https://tuber.build", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-7701.json ================================================ { "name": "Canto Tesnet", "chain": "Canto", "rpc": ["https://testnet-archive.plexnode.wtf"], "faucets": [], "nativeCurrency": { "name": "Testnet Canto", "symbol": "CANTO", "decimals": 18 }, "infoURL": "https://canto.io", "shortName": "TestnetCanto", "chainId": 7701, "networkId": 7701, "explorers": [ { "name": "Canto Testnet EVM Explorer (Blockscout)", "url": "https://testnet.tuber.build", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-776.json ================================================ { "name": "OpenChain Testnet", "chain": "OpenChain Testnet", "rpc": [], "faucets": ["https://faucet.openchain.info/"], "nativeCurrency": { "name": "Openchain Testnet", "symbol": "TOPC", "decimals": 18 }, "infoURL": "https://testnet.openchain.info/", "shortName": "opc", "chainId": 776, "networkId": 776, "explorers": [ { "name": "OPEN CHAIN TESTNET", "url": "https://testnet.openchain.info", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-77612.json ================================================ { "name": "Vention Smart Chain Mainnet", "chain": "VSC", "icon": "vention", "rpc": ["https://mainnet-rpc.vention.network"], "faucets": ["https://faucet.vention.network"], "nativeCurrency": { "name": "VNT", "symbol": "VNT", "decimals": 18 }, "infoURL": "https://ventionscan.io", "shortName": "vscm", "chainId": 77612, "networkId": 77612, "explorers": [ { "name": "ventionscan", "url": "https://ventionscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7762959.json ================================================ { "name": "Musicoin", "chain": "MUSIC", "rpc": ["https://mewapi.musicoin.tw"], "faucets": [], "nativeCurrency": { "name": "Musicoin", "symbol": "MUSIC", "decimals": 18 }, "infoURL": "https://musicoin.tw", "shortName": "music", "chainId": 7762959, "networkId": 7762959, "slip44": 184 } ================================================ FILE: _data/chains/eip155-777.json ================================================ { "name": "cheapETH", "chain": "cheapETH", "rpc": ["https://node.cheapeth.org/rpc"], "faucets": [], "nativeCurrency": { "name": "cTH", "symbol": "cTH", "decimals": 18 }, "infoURL": "https://cheapeth.org/", "shortName": "cth", "chainId": 777, "networkId": 777 } ================================================ FILE: _data/chains/eip155-7771.json ================================================ { "name": "Bitrock Testnet", "chain": "Bitrock", "icon": "bitrock", "rpc": ["https://testnet.bit-rock.io"], "faucets": ["https://faucet.bit-rock.io"], "nativeCurrency": { "name": "BITROCK", "symbol": "BROCK", "decimals": 18 }, "infoURL": "https://bit-rock.io", "shortName": "tbitrock", "chainId": 7771, "networkId": 7771, "explorers": [ { "name": "Bitrock Testnet Explorer", "url": "https://testnetscan.bit-rock.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7777.json ================================================ { "name": "Rise of the Warbots Testnet", "chain": "nmactest", "rpc": [ "https://testnet1.riseofthewarbots.com", "https://testnet2.riseofthewarbots.com", "https://testnet3.riseofthewarbots.com", "https://testnet4.riseofthewarbots.com", "https://testnet5.riseofthewarbots.com" ], "faucets": [], "nativeCurrency": { "name": "Nano Machines", "symbol": "NMAC", "decimals": 18 }, "infoURL": "https://riseofthewarbots.com/", "shortName": "RiseOfTheWarbotsTestnet", "chainId": 7777, "networkId": 7777, "explorers": [ { "name": "avascan", "url": "https://testnet.avascan.info/blockchain/2mZ9doojfwHzXN3VXDQELKnKyZYxv7833U8Yq5eTfFx3hxJtiy", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-77777.json ================================================ { "name": "Toronet Mainnet", "chain": "Toronet", "icon": "toronet", "rpc": ["http://toronet.org/rpc"], "faucets": [], "nativeCurrency": { "name": "Toro", "symbol": "TORO", "decimals": 18 }, "infoURL": "https://toronet.org", "shortName": "Toronet", "chainId": 77777, "networkId": 77777, "ens": { "registry": "0x1f45a71f4aAD769E27c969c4359E0e250C67165c" }, "explorers": [ { "name": "toronet_explorer", "url": "https://toronet.org/explorer", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-7777777.json ================================================ { "name": "Zora", "chain": "ETH", "rpc": ["https://rpc.zora.energy/"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "icon": "zora", "infoURL": "https://zora.energy", "shortName": "zora", "chainId": 7777777, "networkId": 7777777, "explorers": [ { "name": "Zora Network Explorer", "url": "https://explorer.zora.energy", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-78.json ================================================ { "name": "PrimusChain mainnet", "chain": "PC", "rpc": ["https://ethnode.primusmoney.com/mainnet"], "faucets": [], "nativeCurrency": { "name": "Primus Ether", "symbol": "PETH", "decimals": 18 }, "infoURL": "https://primusmoney.com", "shortName": "primuschain", "chainId": 78, "networkId": 78 } ================================================ FILE: _data/chains/eip155-78110.json ================================================ { "name": "Firenze test network", "chain": "ETH", "rpc": ["https://ethnode.primusmoney.com/firenze"], "faucets": [], "nativeCurrency": { "name": "Firenze Ether", "symbol": "FIN", "decimals": 18 }, "infoURL": "https://primusmoney.com", "shortName": "firenze", "chainId": 78110, "networkId": 78110 } ================================================ FILE: _data/chains/eip155-78281.json ================================================ { "name": "Dragonfly Mainnet (Hexapod)", "chain": "Dragonfly", "icon": "dragonfly", "rpc": [ "https://dragonfly-rpc.switch.ch", "https://dragonfly-rpc.kore-technologies.ch", "https://dragonfly-rpc.phoenix-systems.io", "https://dragonfly-rpc.block-spirit.ch" ], "faucets": [], "nativeCurrency": { "name": "Dragonfly", "symbol": "DFLY", "decimals": 18 }, "infoURL": "https://hexapod.network", "shortName": "dfly", "chainId": 78281, "networkId": 78281, "explorers": [ { "name": "Dragonfly Blockscout", "url": "https://blockscout.dragonfly.hexapod.network", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-786.json ================================================ { "name": "MAAL Sharia Chain", "chain": "MAAL", "icon": "maal", "rpc": [ "https://node1-mainnet.maalscan.io/", "https://node2-mainnet.maalscan.io/", "https://node3-mainnet.maalscan.io/" ], "faucets": [], "nativeCurrency": { "name": "MAAL", "symbol": "MAAL", "decimals": 18 }, "infoURL": "https://www.maalblockchain.com/", "shortName": "maal", "chainId": 786, "networkId": 786, "explorers": [ { "name": "maalscan", "url": "https://maalscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-787.json ================================================ { "name": "Acala Network", "chain": "ACA", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Acala Token", "symbol": "ACA", "decimals": 18 }, "infoURL": "https://acala.network", "shortName": "aca", "chainId": 787, "networkId": 787, "slip44": 787 } ================================================ FILE: _data/chains/eip155-7878.json ================================================ { "name": "Hazlor Testnet", "chain": "SCAS", "rpc": [ "https://hatlas.rpc.hazlor.com:8545", "wss://hatlas.rpc.hazlor.com:8546" ], "faucets": ["https://faucet.hazlor.com"], "nativeCurrency": { "name": "Hazlor Test Coin", "symbol": "TSCAS", "decimals": 18 }, "infoURL": "https://hazlor.com", "shortName": "tscas", "chainId": 7878, "networkId": 7878, "explorers": [ { "name": "Hazlor Testnet Explorer", "url": "https://explorer.hazlor.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-788.json ================================================ { "name": "Aerochain Testnet", "chain": "Aerochain", "rpc": ["https://testnet-rpc.aerochain.id/"], "faucets": ["https://faucet.aerochain.id/"], "nativeCurrency": { "name": "Aerochain Testnet", "symbol": "TAero", "decimals": 18 }, "infoURL": "https://aerochaincoin.org/", "shortName": "taero", "chainId": 788, "networkId": 788, "explorers": [ { "name": "aeroscan", "url": "https://testnet.aeroscan.id", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-789.json ================================================ { "name": "Patex", "chain": "ETH", "icon": "patex", "rpc": ["https://rpc.patex.io/"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://patex.io/", "shortName": "peth", "chainId": 789, "networkId": 789, "explorers": [ { "name": "patexscan", "url": "https://patexscan.io", "icon": "patex", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7895.json ================================================ { "name": "ARDENIUM Athena", "chain": "ATHENA", "rpc": ["https://rpc-athena.ardescan.com/"], "faucets": ["https://faucet-athena.ardescan.com/"], "nativeCurrency": { "name": "ARD", "symbol": "tARD", "decimals": 18 }, "infoURL": "https://ardenium.org", "shortName": "ard", "chainId": 7895, "networkId": 7895, "icon": "ard", "explorers": [ { "name": "ARDENIUM Athena Explorer", "icon": "ard", "url": "https://testnet.ardscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-79.json ================================================ { "name": "Zenith Mainnet", "chain": "Zenith", "rpc": [ "https://dataserver-us-1.zenithchain.co/", "https://dataserver-asia-3.zenithchain.co/", "https://dataserver-asia-4.zenithchain.co/", "https://dataserver-asia-2.zenithchain.co/", "https://dataserver-asia-5.zenithchain.co/", "https://dataserver-asia-6.zenithchain.co/", "https://dataserver-asia-7.zenithchain.co/" ], "faucets": [], "nativeCurrency": { "name": "ZENITH", "symbol": "ZENITH", "decimals": 18 }, "infoURL": "https://www.zenithchain.co/", "chainId": 79, "networkId": 79, "shortName": "zenith", "explorers": [ { "name": "zenith scan", "url": "https://scan.zenithchain.co", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-7979.json ================================================ { "name": "DOS Chain", "chain": "DOS", "rpc": ["https://main.doschain.com"], "faucets": [], "nativeCurrency": { "name": "DOS", "symbol": "DOS", "decimals": 18 }, "infoURL": "https://doschain.io", "shortName": "dos", "chainId": 7979, "networkId": 7979, "icon": "doschain", "explorers": [ { "name": "DOScan", "url": "https://doscan.io", "icon": "doschain", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-79879.json ================================================ { "name": "Gold Smart Chain Testnet", "chain": "STAND", "icon": "standTestnet", "rpc": ["https://rpc-testnet.goldsmartchain.com"], "faucets": ["https://faucet.goldsmartchain.com"], "nativeCurrency": { "name": "Standard in Gold", "symbol": "STAND", "decimals": 18 }, "infoURL": "https://goldsmartchain.com", "shortName": "STANDt", "chainId": 79879, "networkId": 79879, "explorers": [ { "name": "Gold Smart Chain", "url": "https://testnet.goldsmartchain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8.json ================================================ { "name": "Ubiq", "chain": "UBQ", "rpc": ["https://rpc.octano.dev", "https://pyrus2.ubiqscan.io"], "faucets": [], "nativeCurrency": { "name": "Ubiq Ether", "symbol": "UBQ", "decimals": 18 }, "infoURL": "https://ubiqsmart.com", "shortName": "ubq", "chainId": 8, "networkId": 8, "slip44": 108, "explorers": [ { "name": "ubiqscan", "url": "https://ubiqscan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-80.json ================================================ { "name": "GeneChain", "chain": "GeneChain", "rpc": ["https://rpc.genechain.io"], "faucets": [], "nativeCurrency": { "name": "RNA", "symbol": "RNA", "decimals": 18 }, "infoURL": "https://scan.genechain.io/", "shortName": "GeneChain", "chainId": 80, "networkId": 80, "explorers": [ { "name": "GeneChain Scan", "url": "https://scan.genechain.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-800.json ================================================ { "name": "Lucid Blockchain", "chain": "Lucid", "icon": "lucid", "rpc": ["https://rpc.lucidcoin.io"], "faucets": ["https://faucet.lucidcoin.io"], "nativeCurrency": { "name": "LUCID", "symbol": "LUCID", "decimals": 18 }, "infoURL": "https://lucidcoin.io", "shortName": "LUCID", "chainId": 800, "networkId": 800, "explorers": [ { "name": "Lucid Explorer", "url": "https://explorer.lucidcoin.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8000.json ================================================ { "name": "Teleport", "chain": "Teleport", "rpc": ["https://evm-rpc.teleport.network"], "faucets": [], "nativeCurrency": { "name": "Tele", "symbol": "TELE", "decimals": 18 }, "infoURL": "https://teleport.network", "shortName": "teleport", "chainId": 8000, "networkId": 8000, "icon": "teleport", "explorers": [ { "name": "Teleport EVM Explorer (Blockscout)", "url": "https://evm-explorer.teleport.network", "standard": "none", "icon": "teleport" }, { "name": "Teleport Cosmos Explorer (Big Dipper)", "url": "https://explorer.teleport.network", "standard": "none", "icon": "teleport" } ] } ================================================ FILE: _data/chains/eip155-800001.json ================================================ { "name": "OctaSpace", "chain": "OCTA", "rpc": ["https://rpc.octa.space", "wss://rpc.octa.space"], "faucets": [], "nativeCurrency": { "name": "OctaSpace", "symbol": "OCTA", "decimals": 18 }, "infoURL": "https://octa.space", "shortName": "octa", "chainId": 800001, "networkId": 800001, "icon": "octaspace", "explorers": [ { "name": "blockscout", "url": "https://explorer.octa.space", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-80001.json ================================================ { "name": "Mumbai", "title": "Polygon Testnet Mumbai", "chain": "Polygon", "icon": "polygon", "rpc": [ "https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com", "https://polygon-mumbai-bor.publicnode.com" ], "faucets": ["https://faucet.polygon.technology/"], "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 }, "infoURL": "https://polygon.technology/", "shortName": "maticmum", "chainId": 80001, "networkId": 80001, "explorers": [ { "name": "polygonscan", "url": "https://mumbai.polygonscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8001.json ================================================ { "name": "Teleport Testnet", "chain": "Teleport", "rpc": ["https://evm-rpc.testnet.teleport.network"], "faucets": ["https://chain-docs.teleport.network/testnet/faucet.html"], "nativeCurrency": { "name": "Tele", "symbol": "TELE", "decimals": 18 }, "infoURL": "https://teleport.network", "shortName": "teleport-testnet", "chainId": 8001, "networkId": 8001, "icon": "teleport", "explorers": [ { "name": "Teleport EVM Explorer (Blockscout)", "url": "https://evm-explorer.testnet.teleport.network", "standard": "none", "icon": "teleport" }, { "name": "Teleport Cosmos Explorer (Big Dipper)", "url": "https://explorer.testnet.teleport.network", "standard": "none", "icon": "teleport" } ] } ================================================ FILE: _data/chains/eip155-8007736.json ================================================ { "name": "Plian Mainnet Subchain 1", "chain": "Plian", "rpc": ["https://mainnet.plian.io/child_0"], "faucets": [], "nativeCurrency": { "name": "Plian Token", "symbol": "PI", "decimals": 18 }, "infoURL": "https://plian.org", "shortName": "plian-mainnet-l2", "chainId": 8007736, "networkId": 8007736, "explorers": [ { "name": "piscan", "url": "https://piscan.plian.org/child_0", "standard": "EIP3091" } ], "parent": { "chain": "eip155-2099156", "type": "L2" } } ================================================ FILE: _data/chains/eip155-8029.json ================================================ { "name": "MDGL Testnet", "chain": "MDGL", "rpc": ["https://testnet.mdgl.io"], "faucets": [], "nativeCurrency": { "name": "MDGL Token", "symbol": "MDGLT", "decimals": 18 }, "infoURL": "https://mdgl.io", "shortName": "mdgl", "chainId": 8029, "networkId": 8029 } ================================================ FILE: _data/chains/eip155-803.json ================================================ { "name": "Haic", "chain": "Haic", "rpc": ["https://orig.haichain.io/"], "faucets": [], "nativeCurrency": { "name": "Haicoin", "symbol": "HAIC", "decimals": 18 }, "infoURL": "https://www.haichain.io/", "shortName": "haic", "chainId": 803, "networkId": 803 } ================================================ FILE: _data/chains/eip155-808.json ================================================ { "name": "Portal Fantasy Chain Test", "chain": "PF", "icon": "pf", "rpc": ["https://subnets.avax.network/portal-fantasy/testnet/rpc"], "faucets": [], "nativeCurrency": { "name": "Portal Fantasy Token", "symbol": "PFT", "decimals": 18 }, "infoURL": "https://portalfantasy.io", "shortName": "PFTEST", "chainId": 808, "networkId": 808, "explorers": [] } ================================================ FILE: _data/chains/eip155-8080.json ================================================ { "name": "Shardeum Liberty 1.X", "chain": "Shardeum", "icon": "shardeum", "rpc": ["https://liberty10.shardeum.org/"], "faucets": ["https://faucet.liberty10.shardeum.org"], "nativeCurrency": { "name": "Shardeum SHM", "symbol": "SHM", "decimals": 18 }, "infoURL": "https://docs.shardeum.org/", "shortName": "Liberty10", "chainId": 8080, "networkId": 8080, "explorers": [ { "name": "Shardeum Scan", "url": "https://explorer-liberty10.shardeum.org", "standard": "EIP3091" } ], "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-8081.json ================================================ { "name": "Shardeum Liberty 2.X", "chain": "Shardeum", "icon": "shardeum", "rpc": ["https://liberty20.shardeum.org/"], "faucets": ["https://faucet.liberty20.shardeum.org"], "nativeCurrency": { "name": "Shardeum SHM", "symbol": "SHM", "decimals": 18 }, "infoURL": "https://docs.shardeum.org/", "shortName": "Liberty20", "chainId": 8081, "networkId": 8081, "explorers": [ { "name": "Shardeum Scan", "url": "https://explorer-liberty20.shardeum.org", "standard": "EIP3091" } ], "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-8082.json ================================================ { "name": "Shardeum Sphinx 1.X", "chain": "Shardeum", "icon": "shardeum", "rpc": ["https://sphinx.shardeum.org/"], "faucets": ["https://faucet-sphinx.shardeum.org/"], "nativeCurrency": { "name": "Shardeum SHM", "symbol": "SHM", "decimals": 18 }, "infoURL": "https://docs.shardeum.org/", "shortName": "Sphinx10", "chainId": 8082, "networkId": 8082, "explorers": [ { "name": "Shardeum Scan", "url": "https://explorer-sphinx.shardeum.org", "standard": "EIP3091" } ], "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-8086.json ================================================ { "name": "BitEth", "chain": "BTE", "rpc": ["https://rpc.biteth.org"], "faucets": [], "nativeCurrency": { "name": "BitEth", "symbol": "BTE", "decimals": 18 }, "infoURL": "https://biteth.org", "shortName": "BitEth", "chainId": 8086, "networkId": 8086, "explorers": [] } ================================================ FILE: _data/chains/eip155-8098.json ================================================ { "name": "StreamuX Blockchain", "chain": "StreamuX", "rpc": [ "https://u0ma6t6heb:KDNwOsRDGcyM2Oeui1p431Bteb4rvcWkuPgQNHwB4FM@u0xy4x6x82-u0e2mg517m-rpc.us0-aws.kaleido.io/" ], "faucets": [], "nativeCurrency": { "name": "StreamuX", "symbol": "SmuX", "decimals": 18 }, "infoURL": "https://www.streamux.cloud", "shortName": "StreamuX", "chainId": 8098, "networkId": 8098 } ================================================ FILE: _data/chains/eip155-81.json ================================================ { "name": "Japan Open Chain Mainnet", "chain": "JOC", "rpc": [ "https://rpc-1.japanopenchain.org:8545", "https://rpc-2.japanopenchain.org:8545" ], "faucets": [], "nativeCurrency": { "name": "Japan Open Chain Token", "symbol": "JOC", "decimals": 18 }, "infoURL": "https://www.japanopenchain.org/", "shortName": "joc", "chainId": 81, "networkId": 81, "icon": "joc", "explorers": [ { "name": "Block Explorer", "url": "https://explorer.japanopenchain.org", "standard": "EIP3091", "icon": "joc" } ], "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-813.json ================================================ { "name": "Qitmeer", "chain": "MEER", "rpc": [ "https://evm-dataseed1.meerscan.io", "https://evm-dataseed2.meerscan.io", "https://evm-dataseed3.meerscan.io", "https://evm-dataseed.meerscan.com", "https://evm-dataseed1.meerscan.com", "https://evm-dataseed2.meerscan.com" ], "faucets": [], "nativeCurrency": { "name": "Qitmeer", "symbol": "MEER", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "meer", "chainId": 813, "networkId": 813, "slip44": 813, "icon": "meer", "explorers": [ { "name": "meerscan", "icon": "meer", "url": "https://evm.meerscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8131.json ================================================ { "name": "Qitmeer Network Testnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Qitmeer Testnet", "symbol": "MEER-T", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "meertest", "chainId": 8131, "networkId": 8131, "icon": "meer", "explorers": [ { "name": "meerscan testnet", "icon": "meer", "url": "https://testnet.qng.meerscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8132.json ================================================ { "name": "Qitmeer Network Mixnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Qitmeer Mixnet", "symbol": "MEER-M", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "meermix", "icon": "meer", "chainId": 8132, "networkId": 8132, "status": "incubating" } ================================================ FILE: _data/chains/eip155-8133.json ================================================ { "name": "Qitmeer Network Privnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Qitmeer Privnet", "symbol": "MEER-P", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "meerpriv", "icon": "meer", "chainId": 8133, "networkId": 8133, "status": "incubating" } ================================================ FILE: _data/chains/eip155-8134.json ================================================ { "name": "Amana", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Amana Mainnet", "symbol": "MEER", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "amana", "icon": "meer", "chainId": 8134, "networkId": 8134, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81341.json ================================================ { "name": "Amana Testnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Amana Testnet", "symbol": "MEER-T", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "amanatest", "icon": "meer", "chainId": 81341, "networkId": 81341, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81342.json ================================================ { "name": "Amana Mixnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Amana Mixnet", "symbol": "MEER-M", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "amanamix", "icon": "meer", "chainId": 81342, "networkId": 81342, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81343.json ================================================ { "name": "Amana Privnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Amana Privnet", "symbol": "MEER-P", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "amanapriv", "icon": "meer", "chainId": 81343, "networkId": 81343, "status": "incubating" } ================================================ FILE: _data/chains/eip155-8135.json ================================================ { "name": "Flana", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Flana Mainnet", "symbol": "MEER", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "flana", "icon": "meer", "chainId": 8135, "networkId": 8135, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81351.json ================================================ { "name": "Flana Testnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Flana Testnet", "symbol": "MEER-T", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "flanatest", "icon": "meer", "chainId": 81351, "networkId": 81351, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81352.json ================================================ { "name": "Flana Mixnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Flana Mixnet", "symbol": "MEER-M", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "flanamix", "icon": "meer", "chainId": 81352, "networkId": 81352, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81353.json ================================================ { "name": "Flana Privnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Flana Privnet", "symbol": "MEER-P", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "flanapriv", "icon": "meer", "chainId": 81353, "networkId": 81353, "status": "incubating" } ================================================ FILE: _data/chains/eip155-8136.json ================================================ { "name": "Mizana", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Mizana Mainnet", "symbol": "MEER", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "mizana", "icon": "meer", "chainId": 8136, "networkId": 8136, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81361.json ================================================ { "name": "Mizana Testnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Mizana Testnet", "symbol": "MEER-T", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "mizanatest", "icon": "meer", "chainId": 81361, "networkId": 81361, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81362.json ================================================ { "name": "Mizana Mixnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Mizana Mixnet", "symbol": "MEER-M", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "mizanamix", "icon": "meer", "chainId": 81362, "networkId": 81362, "status": "incubating" } ================================================ FILE: _data/chains/eip155-81363.json ================================================ { "name": "Mizana Privnet", "chain": "MEER", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Mizana Privnet", "symbol": "MEER-P", "decimals": 18 }, "infoURL": "https://github.com/Qitmeer", "shortName": "mizanapriv", "icon": "meer", "chainId": 81363, "networkId": 81363, "status": "incubating" } ================================================ FILE: _data/chains/eip155-818.json ================================================ { "name": "BeOne Chain Mainnet", "chain": "BOC", "icon": "beonechain", "rpc": [ "https://dataseed1.beonechain.com", "https://dataseed2.beonechain.com", "https://dataseed-us1.beonechain.com", "https://dataseed-us2.beonechain.com", "https://dataseed-uk1.beonechain.com", "https://dataseed-uk2.beonechain.com" ], "faucets": [], "nativeCurrency": { "name": "BeOne Chain Mainnet", "symbol": "BOC", "decimals": 18 }, "infoURL": "https://beonechain.com", "shortName": "BOC", "chainId": 818, "networkId": 818, "slip44": 8181, "explorers": [ { "name": "BeOne Chain Mainnet", "url": "https://beonescan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8181.json ================================================ { "name": "BeOne Chain Testnet", "chain": "BOC", "rpc": [ "https://pre-boc1.beonechain.com", "https://pre-boc2.beonechain.com", "https://pre-boc3.beonechain.com" ], "faucets": ["https://testnet.beonescan.com/faucet"], "nativeCurrency": { "name": "BeOne Chain Testnet", "symbol": "BOC", "decimals": 18 }, "infoURL": "https://testnet.beonescan.com", "shortName": "tBOC", "chainId": 8181, "networkId": 8181, "icon": "beonechain", "explorers": [ { "name": "BeOne Chain Testnet", "url": "https://testnet.beonescan.com", "icon": "beonechain", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-82.json ================================================ { "name": "Meter Mainnet", "chain": "METER", "rpc": ["https://rpc.meter.io"], "faucets": ["https://faucet.meter.io"], "nativeCurrency": { "name": "Meter", "symbol": "MTR", "decimals": 18 }, "infoURL": "https://www.meter.io", "shortName": "Meter", "chainId": 82, "networkId": 82, "explorers": [ { "name": "Meter Mainnet Scan", "url": "https://scan.meter.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-820.json ================================================ { "name": "Callisto Mainnet", "chain": "CLO", "rpc": ["https://rpc.callisto.network/"], "faucets": [], "nativeCurrency": { "name": "Callisto", "symbol": "CLO", "decimals": 18 }, "infoURL": "https://callisto.network", "shortName": "clo", "chainId": 820, "networkId": 1, "slip44": 820 } ================================================ FILE: _data/chains/eip155-821.json ================================================ { "name": "Callisto Testnet Deprecated", "chain": "CLO", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Callisto Testnet Ether", "symbol": "TCLO", "decimals": 18 }, "infoURL": "https://callisto.network", "shortName": "tclo", "chainId": 821, "networkId": 2, "status": "deprecated" } ================================================ FILE: _data/chains/eip155-8217.json ================================================ { "name": "Klaytn Mainnet Cypress", "chain": "KLAY", "rpc": ["https://public-node-api.klaytnapi.com/v1/cypress"], "faucets": [], "nativeCurrency": { "name": "KLAY", "symbol": "KLAY", "decimals": 18 }, "infoURL": "https://www.klaytn.com/", "shortName": "Cypress", "chainId": 8217, "networkId": 8217, "slip44": 8217, "explorers": [ { "name": "Klaytnscope", "url": "https://scope.klaytn.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8272.json ================================================ { "name": "Blockton Blockchain", "chain": "Blockton Blockchain", "icon": "bton", "rpc": ["https://rpc.blocktonscan.com/"], "faucets": ["https://faucet.blocktonscan.com/"], "nativeCurrency": { "name": "BLOCKTON", "symbol": "BTON", "decimals": 18 }, "infoURL": "https://blocktoncoin.com", "shortName": "BTON", "chainId": 8272, "networkId": 8272, "explorers": [ { "name": "Blockton Explorer", "url": "https://blocktonscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-827431.json ================================================ { "name": "CURVE Mainnet", "chain": "CURVE", "icon": "curveIcon", "rpc": ["https://mainnet-rpc.curvescan.io"], "faucets": [], "nativeCurrency": { "name": "Curve", "symbol": "CURVE", "decimals": 18 }, "infoURL": "https://curvescan.io", "shortName": "CURVEm", "chainId": 827431, "networkId": 827431, "explorers": [ { "name": "CURVE Mainnet", "url": "https://curvescan.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8285.json ================================================ { "name": "KorthoTest", "chain": "Kortho", "rpc": ["https://www.krotho-test.net"], "faucets": [], "nativeCurrency": { "name": "Kortho Test", "symbol": "KTO", "decimals": 11 }, "infoURL": "https://www.kortho.io/", "shortName": "Kortho", "chainId": 8285, "networkId": 8285 } ================================================ FILE: _data/chains/eip155-83.json ================================================ { "name": "Meter Testnet", "chain": "METER Testnet", "rpc": ["https://rpctest.meter.io"], "faucets": ["https://faucet-warringstakes.meter.io"], "nativeCurrency": { "name": "Meter", "symbol": "MTR", "decimals": 18 }, "infoURL": "https://www.meter.io", "shortName": "MeterTest", "chainId": 83, "networkId": 83, "explorers": [ { "name": "Meter Testnet Scan", "url": "https://scan-warringstakes.meter.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8387.json ================================================ { "name": "Dracones Financial Services", "title": "The Dracones Mainnet", "chain": "FUCK", "rpc": ["https://api.dracones.net/"], "faucets": [], "nativeCurrency": { "name": "Functionally Universal Coin Kind", "symbol": "FUCK", "decimals": 18 }, "infoURL": "https://wolfery.com", "shortName": "fuck", "chainId": 8387, "networkId": 8387, "icon": "dracones", "explorers": [] } ================================================ FILE: _data/chains/eip155-84.json ================================================ { "name": "Linqto Devnet", "chain": "LNQ", "rpc": ["https://linqto-dev.com"], "faucets": [], "nativeCurrency": { "name": "XRP", "symbol": "XRP", "decimals": 18 }, "infoURL": "https://linqto.com", "shortName": "linqto-devnet", "chainId": 84, "networkId": 84, "explorers": [ { "name": "Linqto Devnet Explorer", "url": "https://explorer.linqto-dev.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-841.json ================================================ { "name": "Taraxa Mainnet", "chain": "Tara", "icon": "taraxa", "rpc": ["https://rpc.mainnet.taraxa.io/"], "faucets": [], "nativeCurrency": { "name": "Tara", "symbol": "TARA", "decimals": 18 }, "infoURL": "https://taraxa.io", "shortName": "tara", "chainId": 841, "networkId": 841, "explorers": [ { "name": "Taraxa Explorer", "url": "https://explorer.mainnet.taraxa.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-842.json ================================================ { "name": "Taraxa Testnet", "chain": "Tara", "icon": "taraxa", "rpc": ["https://rpc.testnet.taraxa.io/"], "faucets": [], "nativeCurrency": { "name": "Tara", "symbol": "TARA", "decimals": 18 }, "infoURL": "https://taraxa.io", "shortName": "taratest", "chainId": 842, "networkId": 842, "explorers": [ { "name": "Taraxa Explorer", "url": "https://explorer.testnet.taraxa.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8453.json ================================================ { "name": "Base", "chain": "ETH", "rpc": ["https://mainnet.base.org/"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://base.org", "shortName": "base", "chainId": 8453, "networkId": 8453, "icon": "base", "explorers": [ { "name": "basescan", "url": "https://basescan.org", "standard": "none" }, { "name": "basescout", "url": "https://base.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ], "status": "active" } ================================================ FILE: _data/chains/eip155-84531.json ================================================ { "name": "Base Goerli Testnet", "chain": "ETH", "rpc": ["https://goerli.base.org"], "faucets": ["https://www.coinbase.com/faucets/base-ethereum-goerli-faucet"], "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://base.org", "shortName": "basegor", "chainId": 84531, "networkId": 84531, "icon": "baseTestnet", "explorers": [ { "name": "basescan", "url": "https://goerli.basescan.org", "standard": "none" }, { "name": "basescout", "url": "https://base-goerli.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-846000.json ================================================ { "name": "4GoodNetwork", "chain": "4GN", "rpc": ["https://chain.deptofgood.com"], "faucets": [], "nativeCurrency": { "name": "APTA", "symbol": "APTA", "decimals": 18 }, "infoURL": "https://bloqs4good.com", "shortName": "bloqs4good", "chainId": 846000, "networkId": 846000 } ================================================ FILE: _data/chains/eip155-85.json ================================================ { "name": "GateChain Testnet", "chainId": 85, "shortName": "gttest", "chain": "GTTEST", "networkId": 85, "nativeCurrency": { "name": "GateToken", "symbol": "GT", "decimals": 18 }, "rpc": ["https://testnet.gatenode.cc"], "faucets": ["https://www.gatescan.org/testnet/faucet"], "explorers": [ { "name": "GateScan", "url": "https://www.gatescan.org/testnet", "standard": "EIP3091" } ], "infoURL": "https://www.gatechain.io" } ================================================ FILE: _data/chains/eip155-85449.json ================================================ { "name": "CYBERTRUST", "chain": "CYBER", "rpc": ["http://testnet.cybertrust.space:48501"], "faucets": [], "nativeCurrency": { "name": "Cyber Trust", "symbol": "CYBER", "decimals": 18 }, "infoURL": "https://cybertrust.space", "shortName": "Cyber", "chainId": 85449, "networkId": 48501 } ================================================ FILE: _data/chains/eip155-859.json ================================================ { "name": "Zeeth Chain Dev", "chain": "ZeethChainDev", "rpc": ["https://rpc.dev.zeeth.io"], "faucets": [], "nativeCurrency": { "name": "Zeeth Token", "symbol": "ZTH", "decimals": 18 }, "infoURL": "", "shortName": "zeethdev", "chainId": 859, "networkId": 859, "explorers": [ { "name": "Zeeth Explorer Dev", "url": "https://explorer.dev.zeeth.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-86.json ================================================ { "name": "GateChain Mainnet", "chainId": 86, "shortName": "gt", "chain": "GT", "networkId": 86, "nativeCurrency": { "name": "GateToken", "symbol": "GT", "decimals": 18 }, "rpc": ["https://evm.gatenode.cc"], "faucets": ["https://www.gatescan.org/faucet"], "explorers": [ { "name": "GateScan", "url": "https://www.gatescan.org", "standard": "EIP3091" } ], "infoURL": "https://www.gatechain.io" } ================================================ FILE: _data/chains/eip155-8654.json ================================================ { "name": "Toki Network", "chain": "TOKI", "rpc": ["https://mainnet.buildwithtoki.com/v0/rpc"], "faucets": [], "nativeCurrency": { "name": "Toki", "symbol": "TOKI", "decimals": 18 }, "infoURL": "https://www.buildwithtoki.com", "shortName": "toki", "chainId": 8654, "networkId": 8654, "icon": "toki", "explorers": [] } ================================================ FILE: _data/chains/eip155-8655.json ================================================ { "name": "Toki Testnet", "chain": "TOKI", "rpc": ["https://testnet.buildwithtoki.com/v0/rpc"], "faucets": [], "nativeCurrency": { "name": "Toki", "symbol": "TOKI", "decimals": 18 }, "infoURL": "https://www.buildwithtoki.com", "shortName": "toki-testnet", "chainId": 8655, "networkId": 8655, "icon": "toki", "explorers": [] } ================================================ FILE: _data/chains/eip155-868.json ================================================ { "name": "Fantasia Chain Mainnet", "chain": "FSC", "rpc": [ "https://mainnet-data1.fantasiachain.com/", "https://mainnet-data2.fantasiachain.com/", "https://mainnet-data3.fantasiachain.com/" ], "faucets": [], "nativeCurrency": { "name": "FST", "symbol": "FST", "decimals": 18 }, "infoURL": "https://fantasia.technology/", "shortName": "FSCMainnet", "chainId": 868, "networkId": 868, "explorers": [ { "name": "FSCScan", "url": "https://explorer.fantasiachain.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-868455272153094.json ================================================ { "name": "Godwoken Testnet (V1)", "chain": "GWT", "rpc": ["https://godwoken-testnet-web3-v1-rpc.ckbapp.dev"], "faucets": ["https://homura.github.io/light-godwoken"], "nativeCurrency": { "name": "CKB", "symbol": "CKB", "decimals": 8 }, "infoURL": "https://www.nervos.org", "shortName": "gw-testnet-v1-deprecated", "chainId": 868455272153094, "networkId": 868455272153094, "status": "deprecated", "explorers": [ { "name": "GWScan Block Explorer", "url": "https://v1.aggron.gwscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-87.json ================================================ { "name": "Nova Network", "chain": "NNW", "icon": "novanetwork", "rpc": [ "https://connect.novanetwork.io", "https://0x57.redjackstudio.com", "https://rpc.novanetwork.io:9070" ], "faucets": [], "nativeCurrency": { "name": "Supernova", "symbol": "SNT", "decimals": 18 }, "infoURL": "https://novanetwork.io", "shortName": "nnw", "chainId": 87, "networkId": 87, "explorers": [ { "name": "novanetwork", "url": "https://explorer.novanetwork.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8723.json ================================================ { "name": "TOOL Global Mainnet", "chain": "OLO", "rpc": ["https://mainnet-web3.wolot.io"], "faucets": [], "nativeCurrency": { "name": "TOOL Global", "symbol": "OLO", "decimals": 18 }, "infoURL": "https://ibdt.io", "shortName": "olo", "chainId": 8723, "networkId": 8723, "slip44": 479, "explorers": [ { "name": "OLO Block Explorer", "url": "https://www.olo.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8724.json ================================================ { "name": "TOOL Global Testnet", "chain": "OLO", "rpc": ["https://testnet-web3.wolot.io"], "faucets": ["https://testnet-explorer.wolot.io"], "nativeCurrency": { "name": "TOOL Global", "symbol": "OLO", "decimals": 18 }, "infoURL": "https://testnet-explorer.wolot.io", "shortName": "tolo", "chainId": 8724, "networkId": 8724, "slip44": 479 } ================================================ FILE: _data/chains/eip155-8738.json ================================================ { "name": "Alph Network", "chain": "ALPH", "rpc": ["https://rpc.alph.network", "wss://rpc.alph.network"], "faucets": [], "nativeCurrency": { "name": "Alph Network", "symbol": "ALPH", "decimals": 18 }, "infoURL": "https://alph.network", "shortName": "alph", "chainId": 8738, "networkId": 8738, "explorers": [ { "name": "alphscan", "url": "https://explorer.alph.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-876.json ================================================ { "name": "Bandai Namco Research Verse Mainnet", "chain": "Bandai Namco Research Verse", "icon": "bnken", "rpc": ["https://rpc.main.oasvrs.bnken.net"], "faucets": [], "nativeCurrency": { "name": "OAS", "symbol": "OAS", "decimals": 18 }, "infoURL": "https://www.bandainamco-mirai.com/en/", "shortName": "BNKEN", "chainId": 876, "networkId": 876, "explorers": [ { "name": "Bandai Namco Research Verse Explorer", "url": "https://explorer.main.oasvrs.bnken.net", "standard": "EIP3091" } ], "parent": { "type": "L2", "chain": "eip155-248" } } ================================================ FILE: _data/chains/eip155-8768.json ================================================ { "name": "TMY Chain", "chain": "TMY", "icon": "tmychain", "rpc": ["https://node1.tmyblockchain.org/rpc"], "faucets": ["https://faucet.tmychain.org/"], "nativeCurrency": { "name": "TMY", "symbol": "TMY", "decimals": 18 }, "infoURL": "https://tmychain.org/", "shortName": "tmy", "chainId": 8768, "networkId": 8768 } ================================================ FILE: _data/chains/eip155-877.json ================================================ { "name": "Dexit Network", "chain": "DXT", "rpc": ["https://dxt.dexit.network"], "faucets": ["https://faucet.dexit.network"], "nativeCurrency": { "name": "Dexit network", "symbol": "DXT", "decimals": 18 }, "infoURL": "https://dexit.network", "shortName": "DXT", "chainId": 877, "networkId": 877, "explorers": [ { "name": "dxtscan", "url": "https://dxtscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8794598.json ================================================ { "name": "HAPchain", "chain": "HAPchain", "rpc": ["https://jsonrpc.hap.land"], "faucets": [], "nativeCurrency": { "name": "HAP", "symbol": "HAP", "decimals": 18 }, "infoURL": "https://hap.land", "shortName": "hap", "chainId": 8794598, "networkId": 8794598, "icon": "hap", "explorers": [ { "name": "HAP EVM Explorer (Blockscout)", "url": "https://blockscout.hap.land", "standard": "none", "icon": "hap" } ] } ================================================ FILE: _data/chains/eip155-88.json ================================================ { "name": "TomoChain", "chain": "TOMO", "rpc": ["https://rpc.tomochain.com"], "faucets": [], "nativeCurrency": { "name": "TomoChain", "symbol": "TOMO", "decimals": 18 }, "infoURL": "https://tomochain.com", "shortName": "tomo", "chainId": 88, "networkId": 88, "slip44": 889 } ================================================ FILE: _data/chains/eip155-880.json ================================================ { "name": "Ambros Chain Mainnet", "chain": "ambroschain", "rpc": ["https://api.ambros.network"], "faucets": [], "nativeCurrency": { "name": "AMBROS", "symbol": "AMBROS", "decimals": 18 }, "infoURL": "https://ambros.network", "shortName": "ambros", "chainId": 880, "networkId": 880, "explorers": [ { "name": "Ambros Chain Explorer", "url": "https://ambrosscan.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8848.json ================================================ { "name": "MARO Blockchain Mainnet", "chain": "MARO Blockchain", "icon": "MARO", "rpc": ["https://rpc-mainnet.ma.ro"], "faucets": [], "nativeCurrency": { "name": "MARO", "symbol": "MARO", "decimals": 18 }, "infoURL": "https://ma.ro/", "shortName": "maro", "chainId": 8848, "networkId": 8848, "explorers": [ { "name": "MARO Scan", "url": "https://scan.ma.ro/#", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-888.json ================================================ { "name": "Wanchain", "chain": "WAN", "rpc": ["https://gwan-ssl.wandevs.org:56891/"], "faucets": [], "nativeCurrency": { "name": "Wancoin", "symbol": "WAN", "decimals": 18 }, "infoURL": "https://www.wanscan.org", "shortName": "wan", "chainId": 888, "networkId": 888, "slip44": 5718350 } ================================================ FILE: _data/chains/eip155-8880.json ================================================ { "name": "Unique", "icon": "unique", "chain": "UNQ", "rpc": [ "https://rpc.unique.network", "https://eu-rpc.unique.network", "https://asia-rpc.unique.network", "https://us-rpc.unique.network" ], "faucets": [], "nativeCurrency": { "name": "Unique", "symbol": "UNQ", "decimals": 18 }, "infoURL": "https://unique.network", "shortName": "unq", "chainId": 8880, "networkId": 8880, "explorers": [ { "name": "Unique Scan", "url": "https://uniquescan.io/unique", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8881.json ================================================ { "name": "Quartz by Unique", "icon": "quartz", "chain": "UNQ", "rpc": [ "https://rpc-quartz.unique.network", "https://quartz.api.onfinality.io/public-ws", "https://eu-rpc-quartz.unique.network", "https://asia-rpc-quartz.unique.network", "https://us-rpc-quartz.unique.network" ], "faucets": [], "nativeCurrency": { "name": "Quartz", "symbol": "QTZ", "decimals": 18 }, "infoURL": "https://unique.network", "shortName": "qtz", "chainId": 8881, "networkId": 8881, "explorers": [ { "name": "Unique Scan / Quartz", "url": "https://uniquescan.io/quartz", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8882.json ================================================ { "name": "Opal testnet by Unique", "icon": "opal", "chain": "UNQ", "rpc": [ "https://rpc-opal.unique.network", "https://us-rpc-opal.unique.network", "https://eu-rpc-opal.unique.network", "https://asia-rpc-opal.unique.network" ], "faucets": ["https://t.me/unique2faucet_opal_bot"], "nativeCurrency": { "name": "Opal", "symbol": "UNQ", "decimals": 18 }, "infoURL": "https://unique.network", "shortName": "opl", "chainId": 8882, "networkId": 8882, "explorers": [ { "name": "Unique Scan / Opal", "url": "https://uniquescan.io/opal", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8883.json ================================================ { "name": "Sapphire by Unique", "icon": "sapphire", "chain": "UNQ", "rpc": [ "https://rpc-sapphire.unique.network", "https://us-rpc-sapphire.unique.network", "https://eu-rpc-sapphire.unique.network", "https://asia-rpc-sapphire.unique.network" ], "faucets": [], "nativeCurrency": { "name": "Quartz", "symbol": "QTZ", "decimals": 18 }, "infoURL": "https://unique.network", "shortName": "sph", "chainId": 8883, "networkId": 8883, "explorers": [ { "name": "Unique Scan / Sapphire", "url": "https://uniquescan.io/sapphire", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-8888.json ================================================ { "name": "XANAChain", "chain": "XANAChain", "rpc": ["https://mainnet.xana.net/rpc"], "faucets": [], "nativeCurrency": { "name": "XETA", "symbol": "XETA", "decimals": 18 }, "infoURL": "https://xanachain.xana.net/", "shortName": "XANAChain", "chainId": 8888, "networkId": 8888, "icon": "xeta", "explorers": [ { "name": "XANAChain", "url": "https://xanachain.xana.net", "standard": "EIP3091" } ], "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-88880.json ================================================ { "name": "Chiliz Scoville Testnet", "chain": "CHZ", "rpc": ["https://scoville-rpc.chiliz.com"], "faucets": ["https://scoville-faucet.chiliz.com"], "nativeCurrency": { "name": "Chiliz", "symbol": "CHZ", "decimals": 18 }, "icon": "chiliz", "infoURL": "https://www.chiliz.com/en/chain", "shortName": "chz", "chainId": 88880, "networkId": 88880, "explorers": [ { "name": "scoville-explorer", "url": "https://scoville-explorer.chiliz.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-88888.json ================================================ { "name": "IVAR Chain Mainnet", "chain": "IVAR", "icon": "ivar", "rpc": ["https://mainnet-rpc.ivarex.com"], "faucets": ["https://faucet.ivarex.com/"], "nativeCurrency": { "name": "Ivar", "symbol": "IVAR", "decimals": 18 }, "infoURL": "https://ivarex.com", "shortName": "ivar", "chainId": 88888, "networkId": 88888, "explorers": [ { "name": "ivarscan", "url": "https://ivarscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-888888.json ================================================ { "name": "Vision - Mainnet", "chain": "Vision", "rpc": ["https://infragrid.v.network/ethereum/compatible"], "faucets": [], "nativeCurrency": { "name": "VS", "symbol": "VS", "decimals": 18 }, "infoURL": "https://www.v.network", "explorers": [ { "name": "Visionscan", "url": "https://www.visionscan.org", "standard": "EIP3091" } ], "shortName": "vision", "chainId": 888888, "networkId": 888888, "slip44": 60 } ================================================ FILE: _data/chains/eip155-8888881.json ================================================ { "name": "Quarix Testnet", "chain": "Quarix", "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Q", "symbol": "Q", "decimals": 18 }, "infoURL": "", "shortName": "quarix-testnet", "chainId": 8888881, "networkId": 8888881, "icon": "quarix", "explorers": [] } ================================================ FILE: _data/chains/eip155-8888888.json ================================================ { "name": "Quarix", "chain": "Quarix", "status": "incubating", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Q", "symbol": "Q", "decimals": 18 }, "infoURL": "", "shortName": "quarix", "chainId": 8888888, "networkId": 8888888, "icon": "quarix", "explorers": [] } ================================================ FILE: _data/chains/eip155-88888888.json ================================================ { "name": "T.E.A.M Blockchain", "chain": "TEAM", "icon": "team", "rpc": ["https://rpc.teamblockchain.team"], "faucets": [], "nativeCurrency": { "name": "TEAM", "symbol": "$TEAM", "decimals": 18 }, "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "infoURL": "https://teamblockchain.team", "shortName": "team", "chainId": 88888888, "networkId": 88888888, "explorers": [ { "name": "teamscan", "url": "https://teamblockchain.team", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-8889.json ================================================ { "name": "Vyvo Smart Chain", "chain": "VSC", "rpc": ["https://vsc-dataseed.vyvo.org:8889"], "faucets": [], "nativeCurrency": { "name": "VSC", "symbol": "VSC", "decimals": 18 }, "infoURL": "https://vsc-dataseed.vyvo.org", "shortName": "vsc", "chainId": 8889, "networkId": 8889 } ================================================ FILE: _data/chains/eip155-8898.json ================================================ { "name": "Mammoth Mainnet", "title": "Mammoth Chain", "chain": "MMT", "rpc": [ "https://dataseed.mmtscan.io", "https://dataseed1.mmtscan.io", "https://dataseed2.mmtscan.io" ], "faucets": ["https://faucet.mmtscan.io/"], "nativeCurrency": { "name": "Mammoth Token", "symbol": "MMT", "decimals": 18 }, "infoURL": "https://mmtchain.io/", "shortName": "mmt", "chainId": 8898, "networkId": 8898, "icon": "mmt", "explorers": [ { "name": "mmtscan", "url": "https://mmtscan.io", "standard": "EIP3091", "icon": "mmt" } ] } ================================================ FILE: _data/chains/eip155-8899.json ================================================ { "name": "JIBCHAIN L1", "chain": "JBC", "rpc": ["https://rpc-l1.jibchain.net"], "faucets": [], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "nativeCurrency": { "name": "JIBCOIN", "symbol": "JBC", "decimals": 18 }, "infoURL": "https://jibchain.net", "shortName": "jbc", "chainId": 8899, "networkId": 8899, "explorers": [ { "name": "JIBCHAIN Explorer", "url": "https://exp-l1.jibchain.net", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-89.json ================================================ { "name": "TomoChain Testnet", "chain": "TOMO", "rpc": ["https://rpc.testnet.tomochain.com"], "faucets": [], "nativeCurrency": { "name": "TomoChain", "symbol": "TOMO", "decimals": 18 }, "infoURL": "https://tomochain.com", "shortName": "tomot", "chainId": 89, "networkId": 89, "slip44": 889 } ================================================ FILE: _data/chains/eip155-8989.json ================================================ { "name": "Giant Mammoth Mainnet", "title": "Giant Mammoth Chain", "chain": "GMMT", "rpc": ["https://rpc-asia.gmmtchain.io"], "faucets": [], "nativeCurrency": { "name": "Giant Mammoth Coin", "symbol": "GMMT", "decimals": 18 }, "infoURL": "https://gmmtchain.io/", "shortName": "gmmt", "chainId": 8989, "networkId": 8989, "icon": "gmmt", "explorers": [ { "name": "gmmtscan", "url": "https://scan.gmmtchain.io", "standard": "EIP3091", "icon": "gmmt" } ] } ================================================ FILE: _data/chains/eip155-8995.json ================================================ { "name": "bloxberg", "chain": "bloxberg", "rpc": ["https://core.bloxberg.org"], "faucets": ["https://faucet.bloxberg.org/"], "nativeCurrency": { "name": "BERG", "symbol": "U+25B3", "decimals": 18 }, "infoURL": "https://bloxberg.org", "shortName": "berg", "chainId": 8995, "networkId": 8995 } ================================================ FILE: _data/chains/eip155-9.json ================================================ { "name": "Ubiq Network Testnet", "chain": "UBQ", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ubiq Testnet Ether", "symbol": "TUBQ", "decimals": 18 }, "infoURL": "https://ethersocial.org", "shortName": "tubq", "chainId": 9, "networkId": 2 } ================================================ FILE: _data/chains/eip155-90.json ================================================ { "name": "Garizon Stage0", "chain": "GAR", "icon": "garizon", "rpc": ["https://s0.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-s0", "chainId": 90, "networkId": 90, "explorers": [ { "name": "explorer", "url": "https://explorer.garizon.com", "icon": "garizon", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-900.json ================================================ { "name": "Garizon Testnet Stage0", "chain": "GAR", "icon": "garizon", "rpc": ["https://s0-testnet.garizon.net/rpc"], "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-test-s0", "chainId": 900, "networkId": 900, "explorers": [ { "name": "explorer", "url": "https://explorer-testnet.garizon.com", "icon": "garizon", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-9000.json ================================================ { "name": "Evmos Testnet", "chain": "Evmos", "rpc": ["https://eth.bd.evmos.dev:8545"], "faucets": ["https://faucet.evmos.dev"], "nativeCurrency": { "name": "test-Evmos", "symbol": "tEVMOS", "decimals": 18 }, "infoURL": "https://evmos.org", "shortName": "evmos-testnet", "chainId": 9000, "networkId": 9000, "icon": "evmos", "explorers": [ { "name": "Evmos Explorer (Escan)", "url": "https://testnet.escan.live", "standard": "none", "icon": "evmos" } ] } ================================================ FILE: _data/chains/eip155-900000.json ================================================ { "name": "Posichain Mainnet Shard 0", "chain": "PSC", "rpc": ["https://api.posichain.org", "https://api.s0.posichain.org"], "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", "symbol": "POSI", "decimals": 18 }, "infoURL": "https://posichain.org", "shortName": "psc-s0", "chainId": 900000, "networkId": 900000, "explorers": [ { "name": "Posichain Explorer", "url": "https://explorer.posichain.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-9001.json ================================================ { "name": "Evmos", "chain": "Evmos", "rpc": ["https://evmos-evm.publicnode.com"], "faucets": [], "nativeCurrency": { "name": "Evmos", "symbol": "EVMOS", "decimals": 18 }, "infoURL": "https://evmos.org", "shortName": "evmos", "chainId": 9001, "networkId": 9001, "icon": "evmos", "explorers": [ { "name": "Evmos Explorer (Escan)", "url": "https://escan.live", "standard": "none", "icon": "evmos" } ] } ================================================ FILE: _data/chains/eip155-901.json ================================================ { "name": "Garizon Testnet Stage1", "chain": "GAR", "icon": "garizon", "rpc": ["https://s1-testnet.garizon.net/rpc"], "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-test-s1", "chainId": 901, "networkId": 901, "explorers": [ { "name": "explorer", "url": "https://explorer-testnet.garizon.com", "icon": "garizon", "standard": "EIP3091" } ], "parent": { "chain": "eip155-900", "type": "shard" } } ================================================ FILE: _data/chains/eip155-9012.json ================================================ { "name": "BerylBit Mainnet", "chain": "BRB", "rpc": ["https://mainnet.berylbit.io"], "faucets": ["https://t.me/BerylBit"], "nativeCurrency": { "name": "BerylBit Chain Native Token", "symbol": "BRB", "decimals": 18 }, "infoURL": "https://www.beryl-bit.com", "shortName": "brb", "chainId": 9012, "networkId": 9012, "icon": "berylbit", "explorers": [ { "name": "berylbit-explorer", "url": "https://explorer.berylbit.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-902.json ================================================ { "name": "Garizon Testnet Stage2", "chain": "GAR", "icon": "garizon", "rpc": ["https://s2-testnet.garizon.net/rpc"], "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-test-s2", "chainId": 902, "networkId": 902, "explorers": [ { "name": "explorer", "url": "https://explorer-testnet.garizon.com", "icon": "garizon", "standard": "EIP3091" } ], "parent": { "chain": "eip155-900", "type": "shard" } } ================================================ FILE: _data/chains/eip155-90210.json ================================================ { "name": "Beverly Hills", "title": "Ethereum multi-client Verkle Testnet Beverly Hills", "chain": "ETH", "rpc": ["https://rpc.beverlyhills.ethdevops.io:8545"], "faucets": ["https://faucet.beverlyhills.ethdevops.io"], "nativeCurrency": { "name": "Beverly Hills Testnet Ether", "symbol": "BVE", "decimals": 18 }, "infoURL": "https://beverlyhills.ethdevops.io", "shortName": "bvhl", "chainId": 90210, "networkId": 90210, "status": "incubating", "explorers": [ { "name": "Beverly Hills explorer", "url": "https://explorer.beverlyhills.ethdevops.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-903.json ================================================ { "name": "Garizon Testnet Stage3", "chain": "GAR", "icon": "garizon", "rpc": ["https://s3-testnet.garizon.net/rpc"], "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-test-s3", "chainId": 903, "networkId": 903, "explorers": [ { "name": "explorer", "url": "https://explorer-testnet.garizon.com", "icon": "garizon", "standard": "EIP3091" } ], "parent": { "chain": "eip155-900", "type": "shard" } } ================================================ FILE: _data/chains/eip155-909.json ================================================ { "name": "Portal Fantasy Chain", "chain": "PF", "icon": "pf", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Portal Fantasy Token", "symbol": "PFT", "decimals": 18 }, "infoURL": "https://portalfantasy.io", "shortName": "PF", "chainId": 909, "networkId": 909, "explorers": [], "status": "incubating" } ================================================ FILE: _data/chains/eip155-91.json ================================================ { "name": "Garizon Stage1", "chain": "GAR", "icon": "garizon", "rpc": ["https://s1.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-s1", "chainId": 91, "networkId": 91, "explorers": [ { "name": "explorer", "url": "https://explorer.garizon.com", "icon": "garizon", "standard": "EIP3091" } ], "parent": { "chain": "eip155-90", "type": "shard" } } ================================================ FILE: _data/chains/eip155-910.json ================================================ { "name": "DecentraBone Layer1 Testnet", "chain": "DBONE", "rpc": ["https://layer1test.decentrabone.com"], "faucets": [], "nativeCurrency": { "name": "DecentraBone", "symbol": "DBONE", "decimals": 18 }, "infoURL": "https://decentrabone.com", "shortName": "DBONE", "chainId": 910, "networkId": 910 } ================================================ FILE: _data/chains/eip155-9100.json ================================================ { "name": "Genesis Coin", "chain": "Genesis", "rpc": ["https://genesis-gn.com", "wss://genesis-gn.com"], "faucets": [], "nativeCurrency": { "name": "GN Coin", "symbol": "GNC", "decimals": 18 }, "infoURL": "https://genesis-gn.com", "shortName": "GENEC", "chainId": 9100, "networkId": 9100 } ================================================ FILE: _data/chains/eip155-910000.json ================================================ { "name": "Posichain Testnet Shard 0", "chain": "PSC", "rpc": ["https://api.s0.t.posichain.org"], "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", "symbol": "POSI", "decimals": 18 }, "infoURL": "https://posichain.org", "shortName": "psc-t-s0", "chainId": 910000, "networkId": 910000, "explorers": [ { "name": "Posichain Explorer Testnet", "url": "https://explorer-testnet.posichain.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-91002.json ================================================ { "name": "Nautilus Chain", "title": "Nautilus Trition Testnet", "chain": "ETH", "icon": "nautilus", "rpc": ["https://triton.api.nautchain.xyz"], "faucets": ["https://faucet.eclipse.builders"], "nativeCurrency": { "name": "Nautilus Zebec Testnet Tokens", "symbol": "tZBC", "decimals": 18 }, "infoURL": "https://docs.nautchain.xyz", "shortName": "NAUT", "chainId": 91002, "networkId": 91002, "explorers": [ { "name": "Nautscan", "url": "https://triton.nautscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-917.json ================================================ { "name": "Rinia Testnet", "chain": "FIRE", "icon": "rinia", "rpc": ["https://rinia.rpc1.thefirechain.com"], "faucets": ["https://faucet.thefirechain.com"], "nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 }, "infoURL": "https://thefirechain.com", "shortName": "tfire", "chainId": 917, "networkId": 917, "explorers": [], "status": "incubating" } ================================================ FILE: _data/chains/eip155-9170.json ================================================ { "name": "Rinia Testnet Old", "chain": "FIRE", "icon": "rinia", "rpc": [], "faucets": ["https://faucet.thefirechain.com"], "nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 }, "infoURL": "https://thefirechain.com", "shortName": "_old_tfire", "chainId": 9170, "networkId": 9170, "explorers": [], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-919.json ================================================ { "name": "Mode Testnet", "chain": "ETH", "rpc": ["https://sepolia.mode.network"], "faucets": ["https://sepoliafaucet.com/"], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://docs.mode.network/", "shortName": "modesep", "chainId": 919, "networkId": 919, "icon": "modeTestnet", "explorers": [ { "name": "modescout", "url": "https://sepolia.explorer.mode.network", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://bridge.mode.network/" }] } } ================================================ FILE: _data/chains/eip155-92.json ================================================ { "name": "Garizon Stage2", "chain": "GAR", "icon": "garizon", "rpc": ["https://s2.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-s2", "chainId": 92, "networkId": 92, "explorers": [ { "name": "explorer", "url": "https://explorer.garizon.com", "icon": "garizon", "standard": "EIP3091" } ], "parent": { "chain": "eip155-90", "type": "shard" } } ================================================ FILE: _data/chains/eip155-920000.json ================================================ { "name": "Posichain Devnet Shard 0", "chain": "PSC", "rpc": ["https://api.s0.d.posichain.org"], "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", "symbol": "POSI", "decimals": 18 }, "infoURL": "https://posichain.org", "shortName": "psc-d-s0", "chainId": 920000, "networkId": 920000, "explorers": [ { "name": "Posichain Explorer Devnet", "url": "https://explorer-devnet.posichain.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-920001.json ================================================ { "name": "Posichain Devnet Shard 1", "chain": "PSC", "rpc": ["https://api.s1.d.posichain.org"], "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", "symbol": "POSI", "decimals": 18 }, "infoURL": "https://posichain.org", "shortName": "psc-d-s1", "chainId": 920001, "networkId": 920001, "explorers": [ { "name": "Posichain Explorer Devnet", "url": "https://explorer-devnet.posichain.org", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-92001.json ================================================ { "name": "Lambda Testnet", "chain": "Lambda", "rpc": ["https://evm.lambda.top/"], "faucets": ["https://faucet.lambda.top"], "nativeCurrency": { "name": "test-Lamb", "symbol": "LAMB", "decimals": 18 }, "infoURL": "https://lambda.im", "shortName": "lambda-testnet", "chainId": 92001, "networkId": 92001, "icon": "lambda", "explorers": [ { "name": "Lambda EVM Explorer", "url": "https://explorer.lambda.top", "standard": "EIP3091", "icon": "lambda" } ] } ================================================ FILE: _data/chains/eip155-9223.json ================================================ { "name": "Codefin Mainnet", "chain": "COF", "icon": "codefin", "rpc": ["https://chain-rpc.codefin.pro"], "faucets": [], "nativeCurrency": { "name": "Codefin", "symbol": "COF", "decimals": 18 }, "infoURL": "https://network.codefin.pro", "shortName": "COF", "chainId": 9223, "networkId": 9223, "explorers": [ { "name": "Codefin Net Explorer", "url": "https://explorer.codefin.pro", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-923018.json ================================================ { "name": "FNCY Testnet", "chain": "FNCY", "rpc": ["https://fncy-testnet-seed.fncy.world"], "faucets": ["https://faucet-testnet.fncy.world"], "nativeCurrency": { "name": "FNCY", "symbol": "FNCY", "decimals": 18 }, "infoURL": "https://fncyscan-testnet.fncy.world", "shortName": "tFNCY", "chainId": 923018, "networkId": 923018, "icon": "fncy", "explorers": [ { "name": "fncy scan testnet", "url": "https://fncyscan-testnet.fncy.world", "icon": "fncy", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-93.json ================================================ { "name": "Garizon Stage3", "chain": "GAR", "icon": "garizon", "rpc": ["https://s3.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", "decimals": 18 }, "infoURL": "https://garizon.com", "shortName": "gar-s3", "chainId": 93, "networkId": 93, "explorers": [ { "name": "explorer", "url": "https://explorer.garizon.com", "icon": "garizon", "standard": "EIP3091" } ], "parent": { "chain": "eip155-90", "type": "shard" } } ================================================ FILE: _data/chains/eip155-9339.json ================================================ { "name": "Dogcoin Testnet", "chain": "DOGS", "icon": "dogs", "rpc": ["https://testnet-rpc.dogcoin.me"], "faucets": ["https://faucet.dogcoin.network"], "nativeCurrency": { "name": "Dogcoin", "symbol": "DOGS", "decimals": 18 }, "infoURL": "https://dogcoin.network", "shortName": "DOGSt", "chainId": 9339, "networkId": 9339, "explorers": [ { "name": "Dogcoin", "url": "https://testnet.dogcoin.network", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-94.json ================================================ { "name": "SwissDLT", "chain": "SDLT", "rpc": ["https://rpc.swissdlt.ch"], "faucets": [], "nativeCurrency": { "name": "BCTS", "symbol": "BCTS", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://bcts.ch", "shortName": "sdlt", "chainId": 94, "networkId": 94, "icon": "bcts", "explorers": [ { "name": "SwissDLT Explorer", "url": "https://explorer.swissdlt.ch", "icon": "bcts", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-940.json ================================================ { "name": "PulseChain Testnet", "shortName": "tpls", "chain": "tPLS", "chainId": 940, "networkId": 940, "infoURL": "https://pulsechain.com/", "rpc": [ "https://rpc.v2.testnet.pulsechain.com/", "wss://rpc.v2.testnet.pulsechain.com/" ], "faucets": ["https://faucet.v2.testnet.pulsechain.com/"], "status": "deprecated", "nativeCurrency": { "name": "Test Pulse", "symbol": "tPLS", "decimals": 18 } } ================================================ FILE: _data/chains/eip155-941.json ================================================ { "name": "PulseChain Testnet v2b", "shortName": "t2bpls", "chain": "t2bPLS", "chainId": 941, "networkId": 941, "infoURL": "https://pulsechain.com/", "rpc": [ "https://rpc.v2b.testnet.pulsechain.com/", "wss://rpc.v2b.testnet.pulsechain.com/" ], "faucets": ["https://faucet.v2b.testnet.pulsechain.com/"], "status": "deprecated", "nativeCurrency": { "name": "Test Pulse", "symbol": "tPLS", "decimals": 18 } } ================================================ FILE: _data/chains/eip155-942.json ================================================ { "name": "PulseChain Testnet v3", "shortName": "t3pls", "chain": "t3PLS", "chainId": 942, "networkId": 942, "infoURL": "https://pulsechain.com/", "rpc": [ "https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/" ], "faucets": ["https://faucet.v3.testnet.pulsechain.com/"], "nativeCurrency": { "name": "Test Pulse", "symbol": "tPLS", "decimals": 18 } } ================================================ FILE: _data/chains/eip155-943.json ================================================ { "name": "PulseChain Testnet v4", "shortName": "t4pls", "chain": "t4PLS", "chainId": 943, "networkId": 943, "icon": "pulsechain", "infoURL": "https://pulsechain.com", "rpc": [ "https://rpc.v4.testnet.pulsechain.com/", "wss://rpc.v4.testnet.pulsechain.com/", "https://pulsechain-testnet.publicnode.com" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": ["https://faucet.v4.testnet.pulsechain.com/"], "ens": { "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" }, "status": "incubating", "explorers": [], "nativeCurrency": { "name": "Test Pulse", "symbol": "tPLS", "decimals": 18 } } ================================================ FILE: _data/chains/eip155-95.json ================================================ { "name": "CamDL Mainnet", "chain": "CADL", "rpc": ["https://rpc1.camdl.gov.kh/"], "faucets": ["https://faucet.camdl.gov.kh/"], "nativeCurrency": { "name": "CADL", "symbol": "CADL", "decimals": 18 }, "features": [{ "name": "EIP155" }], "infoURL": "https://camdl.gov.kh/", "shortName": "camdl", "chainId": 95, "networkId": 95, "redFlags": ["reusedChainId"], "icon": "camdl", "explorers": [ { "name": "CamDL Block Explorer", "url": "https://explorer.camdl.gov.kh", "standard": "EIP3091" } ], "status": "active" } ================================================ FILE: _data/chains/eip155-9527.json ================================================ { "name": "Rangers Protocol Testnet Robin", "chain": "Rangers", "icon": "rangers", "rpc": ["https://robin.rangersprotocol.com/api/jsonrpc"], "faucets": ["https://robin-faucet.rangersprotocol.com"], "nativeCurrency": { "name": "Rangers Protocol Gas", "symbol": "tRPG", "decimals": 18 }, "infoURL": "https://rangersprotocol.com", "shortName": "trpg", "chainId": 9527, "networkId": 9527, "explorers": [ { "name": "rangersscan-robin", "url": "https://robin-rangersscan.rangersprotocol.com", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-9528.json ================================================ { "name": "QEasyWeb3 Testnet", "chain": "QET", "rpc": ["https://qeasyweb3.com"], "faucets": ["http://faucet.qeasyweb3.com"], "nativeCurrency": { "name": "QET", "symbol": "QET", "decimals": 18 }, "infoURL": "https://www.qeasyweb3.com", "shortName": "QETTest", "chainId": 9528, "networkId": 9528, "explorers": [ { "name": "QEasyWeb3 Explorer", "url": "https://www.qeasyweb3.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-955305.json ================================================ { "name": "Eluvio Content Fabric", "chain": "Eluvio", "rpc": [ "https://host-76-74-28-226.contentfabric.io/eth/", "https://host-76-74-28-232.contentfabric.io/eth/", "https://host-76-74-29-2.contentfabric.io/eth/", "https://host-76-74-29-8.contentfabric.io/eth/", "https://host-76-74-29-34.contentfabric.io/eth/", "https://host-76-74-29-35.contentfabric.io/eth/", "https://host-154-14-211-98.contentfabric.io/eth/", "https://host-154-14-192-66.contentfabric.io/eth/", "https://host-60-240-133-202.contentfabric.io/eth/", "https://host-64-235-250-98.contentfabric.io/eth/" ], "faucets": [], "nativeCurrency": { "name": "ELV", "symbol": "ELV", "decimals": 18 }, "infoURL": "https://eluv.io", "shortName": "elv", "chainId": 955305, "networkId": 955305, "slip44": 1011, "explorers": [ { "name": "blockscout", "url": "https://explorer.eluv.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-9559.json ================================================ { "name": "Neonlink Testnet", "chain": "Neonlink", "rpc": ["https://testnet.neonlink.io"], "faucets": ["https://faucet.neonlink.io/"], "nativeCurrency": { "name": "Neonlink Native Token", "symbol": "tNEON", "decimals": 18 }, "infoURL": "https://neonlink.io", "shortName": "testneon", "chainId": 9559, "networkId": 9559, "icon": "neonlink", "explorers": [ { "name": "Neon Blockchain Explorer", "url": "https://testnet-scan.neonlink.io", "standard": "EIP3091", "icon": "neonlink" } ] } ================================================ FILE: _data/chains/eip155-956.json ================================================ { "name": "muNode Testnet", "chain": "munode", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://munode.dev/", "shortName": "munode", "chainId": 956, "networkId": 956 } ================================================ FILE: _data/chains/eip155-96.json ================================================ { "name": "Bitkub Chain", "chain": "BKC", "icon": "bkc", "rpc": ["https://rpc.bitkubchain.io", "wss://wss.bitkubchain.io"], "faucets": [], "nativeCurrency": { "name": "Bitkub Coin", "symbol": "KUB", "decimals": 18 }, "infoURL": "https://www.bitkubchain.com/", "shortName": "bkc", "chainId": 96, "networkId": 96, "explorers": [ { "name": "Bitkub Chain Explorer", "url": "https://bkcscan.com", "standard": "none", "icon": "bkc" } ], "redFlags": ["reusedChainId"] } ================================================ FILE: _data/chains/eip155-96970.json ================================================ { "name": "Mantis Testnet (Hexapod)", "chain": "Mantis", "icon": "mantis", "rpc": [ "https://mantis-rpc.switch.ch", "https://mantis-rpc.kore-technologies.ch", "https://mantis-rpc.phoenix-systems.io" ], "faucets": [ "https://mantis.switch.ch/faucet", "https://mantis.kore-technologies.ch/faucet", "https://mantis.phoenix-systems.io/faucet", "https://mantis.block-spirit.ch/faucet" ], "nativeCurrency": { "name": "Mantis", "symbol": "MANTIS", "decimals": 18 }, "infoURL": "https://hexapod.network", "shortName": "mantis", "chainId": 96970, "networkId": 96970, "explorers": [ { "name": "Mantis Blockscout", "url": "https://blockscout.mantis.hexapod.network", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-97.json ================================================ { "name": "BNB Smart Chain Testnet", "chain": "BSC", "rpc": [ "https://data-seed-prebsc-1-s1.bnbchain.org:8545", "https://data-seed-prebsc-2-s1.bnbchain.org:8545", "https://data-seed-prebsc-1-s2.bnbchain.org:8545", "https://data-seed-prebsc-2-s2.bnbchain.org:8545", "https://data-seed-prebsc-1-s3.bnbchain.org:8545", "https://data-seed-prebsc-2-s3.bnbchain.org:8545", "https://bsc-testnet.publicnode.com" ], "faucets": ["https://testnet.bnbchain.org/faucet-smart"], "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "tBNB", "decimals": 18 }, "infoURL": "https://www.bnbchain.org/en", "shortName": "bnbt", "chainId": 97, "networkId": 97, "explorers": [ { "name": "bscscan-testnet", "url": "https://testnet.bscscan.com", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-970.json ================================================ { "name": "Oort Mainnet", "chain": "Oort Mainnet", "rpc": ["https://rpc.oortech.com"], "faucets": [], "nativeCurrency": { "name": "Oort", "symbol": "CCN", "decimals": 18 }, "infoURL": "https://oortech.com", "shortName": "ccn", "chainId": 970, "networkId": 970, "icon": "ccn" } ================================================ FILE: _data/chains/eip155-9700.json ================================================ { "name": "Oort MainnetDev", "title": "Oort MainnetDev", "chain": "MainnetDev", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Oort", "symbol": "CCN", "decimals": 18 }, "infoURL": "https://oortech.com", "shortName": "MainnetDev", "chainId": 9700, "networkId": 9700, "icon": "ccn" } ================================================ FILE: _data/chains/eip155-971.json ================================================ { "name": "Oort Huygens", "chain": "Huygens", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Oort", "symbol": "CCN", "decimals": 18 }, "infoURL": "https://oortech.com", "shortName": "Huygens", "chainId": 971, "networkId": 971, "icon": "ccn" } ================================================ FILE: _data/chains/eip155-972.json ================================================ { "name": "Oort Ascraeus", "title": "Oort Ascraeus", "chain": "Ascraeus", "rpc": ["https://ascraeus-rpc.oortech.com"], "faucets": [], "nativeCurrency": { "name": "Oort", "symbol": "CCNA", "decimals": 18 }, "infoURL": "https://oortech.com", "shortName": "Ascraeus", "chainId": 972, "networkId": 972, "icon": "ccn" } ================================================ FILE: _data/chains/eip155-9728.json ================================================ { "name": "Boba BNB Testnet", "chain": "Boba BNB Testnet", "rpc": [ "https://testnet.bnb.boba.network", "wss://wss.testnet.bnb.boba.network", "https://replica.testnet.bnb.boba.network", "wss://replica-wss.testnet.bnb.boba.network" ], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "BobaBnbTestnet", "chainId": 9728, "networkId": 9728, "explorers": [ { "name": "Boba BNB Testnet block explorer", "url": "https://blockexplorer.testnet.bnb.boba.network", "standard": "none" } ], "parent": { "type": "L2", "chain": "eip155-5", "bridges": [ { "url": "https://gateway.boba.network" } ] } } ================================================ FILE: _data/chains/eip155-97288.json ================================================ { "name": "Boba BNB Mainnet Old", "chain": "Boba BNB Mainnet", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Boba Token", "symbol": "BOBA", "decimals": 18 }, "infoURL": "https://boba.network", "shortName": "BobaBnbOld", "chainId": 97288, "networkId": 97288, "explorers": [ { "name": "Boba BNB block explorer", "url": "https://blockexplorer.bnb.boba.network", "standard": "none" } ], "status": "deprecated" } ================================================ FILE: _data/chains/eip155-9768.json ================================================ { "name": "MainnetZ Testnet", "chain": "NetZ", "icon": "mainnetzTestnet", "rpc": ["https://testnet-rpc.mainnetz.io"], "faucets": ["https://faucet.mainnetz.io"], "nativeCurrency": { "name": "MainnetZ", "symbol": "NetZ", "decimals": 18 }, "infoURL": "https://testnet.mainnetz.io", "shortName": "NetZt", "chainId": 9768, "networkId": 9768, "explorers": [ { "name": "MainnetZ", "url": "https://testnet.mainnetz.io", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-977.json ================================================ { "name": "Nepal Blockchain Network", "chain": "YETI", "rpc": [ "https://api.nepalblockchain.dev", "https://api.nepalblockchain.network" ], "faucets": ["https://faucet.nepalblockchain.network"], "nativeCurrency": { "name": "Nepal Blockchain Network Ether", "symbol": "YETI", "decimals": 18 }, "infoURL": "https://nepalblockchain.network", "shortName": "yeti", "chainId": 977, "networkId": 977 } ================================================ FILE: _data/chains/eip155-9779.json ================================================ { "name": "PepeNetwork Mainnet", "chain": "PepeNetwork", "rpc": ["https://rpc-mainnet.pepenetwork.io"], "faucets": [], "nativeCurrency": { "name": "Pepe", "symbol": "WPEPE", "decimals": 18 }, "infoURL": "https://pepenetwork.io", "shortName": "pn", "chainId": 9779, "networkId": 9779, "icon": "pepenetwork", "explorers": [ { "name": "Pepe Explorer", "url": "https://explorer.pepenetwork.io", "icon": "pepenetwork", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-9790.json ================================================ { "name": "Carbon EVM", "chain": "Carbon", "icon": "carbon", "rpc": ["https://evm-api.carbon.network/"], "faucets": [], "nativeCurrency": { "name": "swth", "symbol": "SWTH", "decimals": 18 }, "infoURL": "https://carbon.network/", "shortName": "carbon", "chainId": 9790, "networkId": 9790, "explorers": [] } ================================================ FILE: _data/chains/eip155-9792.json ================================================ { "name": "Carbon EVM Testnet", "chain": "Carbon", "icon": "carbon", "rpc": ["https://test-evm-api.carbon.network/"], "faucets": [], "nativeCurrency": { "name": "swth", "symbol": "SWTH", "decimals": 18 }, "infoURL": "https://carbon.network/", "shortName": "carbon-testnet", "chainId": 9792, "networkId": 9792, "explorers": [] } ================================================ FILE: _data/chains/eip155-98.json ================================================ { "name": "Six Protocol", "chain": "SIXNET", "icon": "six", "rpc": ["https://sixnet-rpc-evm.sixprotocol.net"], "faucets": [], "nativeCurrency": { "name": "SIX evm token", "symbol": "SIX", "decimals": 18 }, "infoURL": "https://six.network/", "shortName": "six", "chainId": 98, "networkId": 98, "explorers": [ { "name": "SIX Scan", "url": "https://sixscan.io/sixnet", "standard": "none", "icon": "six" } ] } ================================================ FILE: _data/chains/eip155-980.json ================================================ { "name": "TOP Mainnet EVM", "chain": "TOP", "icon": "top", "rpc": ["https://ethapi.topnetwork.org"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://www.topnetwork.org/", "shortName": "top_evm", "chainId": 980, "networkId": 0, "explorers": [ { "name": "topscan.dev", "url": "https://www.topscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-985.json ================================================ { "name": "Memo Smart Chain Mainnet", "chain": "MEMO", "rpc": ["https://chain.metamemo.one:8501", "wss://chain.metamemo.one:16801"], "faucets": ["https://faucet.metamemo.one/"], "nativeCurrency": { "name": "Memo", "symbol": "CMEMO", "decimals": 18 }, "infoURL": "www.memolabs.org", "shortName": "memochain", "chainId": 985, "networkId": 985, "icon": "memo", "explorers": [ { "name": "Memo Mainnet Explorer", "url": "https://scan.metamemo.one:8080", "icon": "memo", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-989.json ================================================ { "name": "TOP Mainnet", "chain": "TOP", "icon": "top", "rpc": [], "faucets": [], "nativeCurrency": { "name": "TOP", "symbol": "TOP", "decimals": 6 }, "infoURL": "https://www.topnetwork.org/", "shortName": "top", "chainId": 989, "networkId": 0, "explorers": [ { "name": "topscan.dev", "url": "https://www.topscan.io", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-99.json ================================================ { "name": "POA Network Core", "chain": "POA", "rpc": ["https://core.poa.network"], "faucets": [], "nativeCurrency": { "name": "POA Network Core Ether", "symbol": "POA", "decimals": 18 }, "infoURL": "https://poa.network", "shortName": "poa", "chainId": 99, "networkId": 99, "slip44": 178, "explorers": [ { "name": "blockscout", "url": "https://blockscout.com/poa/core", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-990.json ================================================ { "name": "eLiberty Mainnet", "chain": "$EL", "icon": "eLiberty", "rpc": ["https://rpc.eliberty.ngo"], "faucets": ["https://faucet.eliberty.ngo"], "nativeCurrency": { "name": "eLiberty", "symbol": "$EL", "decimals": 18 }, "infoURL": "https://eliberty.ngo", "shortName": "ELm", "chainId": 990, "networkId": 990, "explorers": [ { "name": "eLiberty Mainnet", "url": "https://explorer.eliberty.ngo", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-99099.json ================================================ { "name": "eLiberty Testnet", "chain": "$EL", "icon": "eLiberty", "rpc": ["https://testnet-rpc.eliberty.ngo"], "faucets": ["https://faucet.eliberty.ngo"], "nativeCurrency": { "name": "eLiberty", "symbol": "$EL", "decimals": 18 }, "infoURL": "https://eliberty.ngo", "shortName": "ELt", "chainId": 99099, "networkId": 99099, "explorers": [ { "name": "eLiberty Testnet", "url": "https://testnet.eliberty.ngo", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-99415706.json ================================================ { "name": "Joys Digital TestNet", "chain": "TOYS", "rpc": ["https://toys.joys.cash/"], "faucets": ["https://faucet.joys.digital/"], "nativeCurrency": { "name": "TOYS", "symbol": "TOYS", "decimals": 18 }, "infoURL": "https://joys.digital", "shortName": "TOYS", "chainId": 99415706, "networkId": 99415706 } ================================================ FILE: _data/chains/eip155-997.json ================================================ { "name": "5ireChain Thunder", "chain": "5ireChain", "rpc": ["https://rpc-testnet.5ire.network"], "faucets": ["https://explorer.5ire.network/faucet"], "nativeCurrency": { "name": "5ire Token", "symbol": "5ire", "decimals": 18 }, "infoURL": "https://5ire.org", "shortName": "5ire", "chainId": 997, "networkId": 997, "icon": "5ireChain", "explorers": [ { "name": "5ireChain Explorer", "url": "https://explorer.5ire.network", "standard": "none", "icon": "5ireChain" } ] } ================================================ FILE: _data/chains/eip155-9977.json ================================================ { "name": "Mind Smart Chain Testnet", "chain": "tMIND", "icon": "mindchain", "rpc": ["https://testnet-msc.mindchain.info/"], "faucets": ["https://faucet.mindchain.info/"], "nativeCurrency": { "name": "MIND Coin", "symbol": "tMIND", "decimals": 18 }, "infoURL": "https://mindscan.info", "shortName": "tMIND", "chainId": 9977, "networkId": 9977, "explorers": [ { "name": "Mind Chain explorer", "url": "https://testnet.mindscan.info", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-998.json ================================================ { "name": "Lucky Network", "chain": "LN", "rpc": [ "https://rpc.luckynetwork.org", "wss://ws.lnscan.org", "https://rpc.lnscan.org" ], "faucets": [], "nativeCurrency": { "name": "Lucky", "symbol": "L99", "decimals": 18 }, "infoURL": "https://luckynetwork.org", "shortName": "ln", "chainId": 998, "networkId": 998, "icon": "lucky", "explorers": [ { "name": "blockscout", "url": "https://explorer.luckynetwork.org", "standard": "none" }, { "name": "expedition", "url": "https://lnscan.org", "standard": "none" } ] } ================================================ FILE: _data/chains/eip155-999.json ================================================ { "name": "Wanchain Testnet", "chain": "WAN", "rpc": ["https://gwan-ssl.wandevs.org:46891/"], "faucets": [], "nativeCurrency": { "name": "Wancoin", "symbol": "WAN", "decimals": 18 }, "infoURL": "https://testnet.wanscan.org", "shortName": "twan", "chainId": 999, "networkId": 999 } ================================================ FILE: _data/chains/eip155-9996.json ================================================ { "name": "Mind Smart Chain Mainnet", "chain": "MIND", "icon": "mindchain", "rpc": ["https://rpc-msc.mindchain.info/", "https://seednode.mindchain.info"], "faucets": [], "nativeCurrency": { "name": "MIND Coin", "symbol": "MIND", "decimals": 18 }, "infoURL": "https://mindscan.info", "shortName": "MIND", "chainId": 9996, "networkId": 9996, "explorers": [ { "name": "Mind Chain explorer", "url": "https://mainnet.mindscan.info", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-9997.json ================================================ { "name": "AltLayer Testnet", "chain": "ETH", "rpc": ["https://testnet-rollup-api.altlayer.io"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://altlayer.io", "shortName": "alt-testnet", "chainId": 9997, "networkId": 9997, "icon": "altlayer", "explorers": [ { "name": "blockscout", "url": "https://testnet-rollup-explorer.altlayer.io", "icon": "blockscout", "standard": "EIP3091" } ] } ================================================ FILE: _data/chains/eip155-9999.json ================================================ { "name": "myOwn Testnet", "chain": "myOwn", "rpc": ["https://geth.dev.bccloud.net"], "faucets": [], "nativeCurrency": { "name": "MYN", "symbol": "MYN", "decimals": 18 }, "infoURL": "https://docs.bccloud.net/", "shortName": "myn", "chainId": 9999, "networkId": 9999 } ================================================ FILE: _data/chains/eip155-99998.json ================================================ { "name": "UB Smart Chain(testnet)", "chain": "USC", "rpc": ["https://testnet.rpc.uschain.network"], "faucets": [], "nativeCurrency": { "name": "UBC", "symbol": "UBC", "decimals": 18 }, "infoURL": "https://www.ubchain.site", "shortName": "usctest", "chainId": 99998, "networkId": 99998 } ================================================ FILE: _data/chains/eip155-99999.json ================================================ { "name": "UB Smart Chain", "chain": "USC", "rpc": ["https://rpc.uschain.network"], "faucets": [], "nativeCurrency": { "name": "UBC", "symbol": "UBC", "decimals": 18 }, "infoURL": "https://www.ubchain.site/", "shortName": "usc", "chainId": 99999, "networkId": 99999 } ================================================ FILE: _data/icons/5ireChain.json ================================================ [ { "url": "ipfs://QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk", "width": 800, "height": 800, "format": "svg" } ] ================================================ FILE: _data/icons/ETND.json ================================================ [ { "url": "ipfs://Qmd26eRJxPb1jJg5Q4mC2M4kD9Jrs5vmcnr5LczHFMGwSD", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/LaChain.json ================================================ [ { "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ", "width": 1280, "height": 1280, "format": "png" } ] ================================================ FILE: _data/icons/MARO.json ================================================ [ { "url": "ipfs://bafkreig47k53aipns6nu3u5fxpysp7mogzk6zyvatgpbam7yut3yvtuefa", "width": 160, "height": 160, "format": "png" } ] ================================================ FILE: _data/icons/PLT.json ================================================ [ { "url": "ipfs://QmPCEGZD1p1keTT2YfPp725azx1r9Ci41hejeUuGL2whFA", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/SUR.json ================================================ [ { "url": "ipfs://QmbUcDQHCvheYQrWk9WFJRMW5fTJQmtZqkoGUed4bhCM7T", "width": 3000, "height": 3000, "format": "png" } ] ================================================ FILE: _data/icons/SX.json ================================================ [ { "url": "ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF", "width": 896, "height": 690, "format": "png" } ] ================================================ FILE: _data/icons/SenjePowers.json ================================================ [ { "url": "ipfs://QmcpyTj4hUyHJZ2VmSdkXFpPpRcNKRP1VxMs7Cp1anymNy", "width": 504, "height": 495, "format": "png" } ] ================================================ FILE: _data/icons/aac.json ================================================ [ { "url": "ipfs://QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/acolicon.json ================================================ [ { "url": "ipfs://QmRD7itMvaZutfBjyA7V9xkMGDtsZiJSagPwd3ijqka8kE", "width": 288, "height": 288, "format": "png" } ] ================================================ FILE: _data/icons/adil.json ================================================ [ { "url": "ipfs://QmeHNYUx6n8CjUFSLWNT17oAtDYrUq6r8buyvGCUBXCJw6", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/agora.json ================================================ [ { "url": "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh", "width": 256, "height": 257, "format": "png" } ] ================================================ FILE: _data/icons/aioz.json ================================================ [ { "url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/airdao.json ================================================ [ { "url": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/aitd.json ================================================ [ { "url": "ipfs://QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy", "width": 160, "height": 160, "format": "png" } ] ================================================ FILE: _data/icons/alaya.json ================================================ [ { "url": "ipfs://Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu", "width": 1140, "height": 1140, "format": "png" } ] ================================================ FILE: _data/icons/alltra.json ================================================ [ { "url": "ipfs://bafkreibqe2mgiqezi24sx272kunqt6pv7uzxhpkxuobvpbsptce3q6nn5i", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/alphabetnetwork.json ================================================ [ { "url": "ipfs://QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq", "width": 500, "height": 500, "format": "svg" } ] ================================================ FILE: _data/icons/altcoinchain.json ================================================ [ { "url": "ipfs://QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4", "width": 720, "height": 720, "format": "png" } ] ================================================ FILE: _data/icons/altlayer.json ================================================ [ { "url": "ipfs://QmcEfZJU7NMn9ycTAcEooQgGNfa2nYBToSUZHdFCFadcjb", "width": 1080, "height": 1025, "format": "png" } ] ================================================ FILE: _data/icons/alveychain.json ================================================ [ { "url": "ipfs://QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX", "width": 310, "height": 310, "format": "png" } ] ================================================ FILE: _data/icons/alyx.json ================================================ [ { "url": "ipfs://bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i", "width": 2481, "height": 2481, "format": "png" } ] ================================================ FILE: _data/icons/amstar.json ================================================ [ { "url": "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C", "width": 599, "height": 563, "format": "png" } ] ================================================ FILE: _data/icons/antofy.json ================================================ [ { "url": "ipfs://QmdTfku81ohnG9ECU1Xswmeumt678cBhwHWuFYZ7i1Qsto", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/any.json ================================================ [ { "url": "ipfs://QmaARJiAQUn4Z6wG8GLEry3kTeBB3k6RfHzSZU9SPhBgcG", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/arc.json ================================================ [ { "url": "ipfs://bafybeiady63oqduls2pm4aaykzjhahblagokhnpsc5qeq5dmkxqelh7i2i", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/ard.json ================================================ [ { "url": "ipfs://QmdwifhejRfF8QfyzYrNdFVhfhCR6iuzWMmppK4eL7kttG", "width": 120, "height": 120, "format": "png" } ] ================================================ FILE: _data/icons/arzio.json ================================================ [ { "url": "ipfs://QmUwqGWGjjQweTprn5LBirAwRjYnteTiFLCVpSNHrfMmSL", "width": 150, "height": 150, "format": "png" } ] ================================================ FILE: _data/icons/astar.json ================================================ [ { "url": "ipfs://Qmdvmx3p6gXBCLUMU1qivscaTNkT6h3URdhUTZCHLwKudg", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/astra.json ================================================ [ { "url": "ipfs://QmaBtaukPNNUNjdJSUAwuFFQMLbZX1Pc3fvXKTKQcds7Kf", "width": 104, "height": 80, "format": "png" } ] ================================================ FILE: _data/icons/atlr.json ================================================ [ { "url": "ipfs://bafkreigcquvoalec3ll2m26v4wsx5enlxwyn6nk2mgfqwncyqrgwivla5u", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/atoshi.json ================================================ [ { "url": "ipfs://QmfFK6B4MFLrpSS46aLf7hjpt28poHFeTGEKEuH248Tbyj", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/autobahn.json ================================================ [ { "url": "ipfs://QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s", "width": 489, "height": 489, "format": "png" } ] ================================================ FILE: _data/icons/autonity.json ================================================ [ { "url": "ipfs://Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/avax.json ================================================ [ { "url": "ipfs://QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe", "width": 1503, "height": 1504, "format": "png" } ] ================================================ FILE: _data/icons/aves.json ================================================ [ { "url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn", "width": 232, "height": 232, "format": "png" } ] ================================================ FILE: _data/icons/avescan.json ================================================ [ { "url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn", "width": 232, "height": 232, "format": "png" } ] ================================================ FILE: _data/icons/avocado.json ================================================ [ { "url": "ipfs://Qma9rJSgy32UL1iXtXKFZQJA6FjkcUcDU4HR6y13Wu1vjn", "width": 600, "height": 600, "format": "png" } ] ================================================ FILE: _data/icons/axelium.json ================================================ [ { "url": "ipfs://QmNx8FRacfNeawhkjk5p57EKzDHkLGMaBBmK2VRL5CB2P2", "width": 40, "height": 40, "format": "svg" } ] ================================================ FILE: _data/icons/bahamut.json ================================================ [ { "url": "ipfs://QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/base.json ================================================ [ { "url": "ipfs://QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv", "width": 1200, "height": 1200, "format": "png" } ] ================================================ FILE: _data/icons/baseTestnet.json ================================================ [ { "url": "ipfs://QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv", "width": 1200, "height": 1200, "format": "png" } ] ================================================ FILE: _data/icons/bcts.json ================================================ [ { "url": "ipfs://bafkreig7x5z4j6vh2r3pugmjnob3tmlksaekhqcgsorqzvs55o6v7ehqd4", "width": 682, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/beonechain.json ================================================ [ { "url": "ipfs://QmbVLQnaMDu86bPyKgCvTGhFBeYwjr15hQnrCcsp1EkAGL", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/berylbit.json ================================================ [ { "url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi", "width": 162, "height": 162, "format": "png" } ] ================================================ FILE: _data/icons/bifrost.json ================================================ [ { "url": "ipfs://QmcHvn2Wq91ULyEH5s3uHjosX285hUgyJHwggFJUd3L5uh", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/bitci.json ================================================ [ { "url": "ipfs://QmbxmfWw5sVMASz5EbR1DCgLfk8PnqpSJGQKpYuEUpoxqn", "width": 64, "height": 64, "format": "svg" } ] ================================================ FILE: _data/icons/bitfinity.json ================================================ [ { "url": "ipfs://bafkreiczbhnoc5wpjikskmehexmg3xmqr4fchrny64db4wmk3lrygqik5e", "width": 796, "height": 129, "format": "png" } ] ================================================ FILE: _data/icons/bitindi.json ================================================ [ { "url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s", "width": 60, "height": 72, "format": "png" } ] ================================================ FILE: _data/icons/bitindiTestnet.json ================================================ [ { "url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s", "width": 60, "height": 72, "format": "png" } ] ================================================ FILE: _data/icons/bitnet.json ================================================ [ { "url": "ipfs://QmS9h3nFiCzaBLnBNw8Wot4U7vvEVK45EQfi8nxH4nvrmz", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/bitrock.json ================================================ [ { "url": "ipfs://QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj", "width": 72, "height": 72, "format": "svg" } ] ================================================ FILE: _data/icons/bkc.json ================================================ [ { "url": "ipfs://QmYFYwyquipwc9gURQGcEd4iAq7pq15chQrJ3zJJe9HuFT", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/blg.json ================================================ [ { "url": "ipfs://QmUN5j2cre8GHKv52JE8ag88aAnRmuHMGFxePPvKMogisC", "width": 512, "height": 512, "format": "svg" } ] ================================================ FILE: _data/icons/blockscout.json ================================================ [ { "url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM", "width": 551, "height": 540, "format": "png" } ] ================================================ FILE: _data/icons/blocksscan.json ================================================ [ { "url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/bnken.json ================================================ [ { "url": "ipfs://bafkreifhetalm3vpvjrg5u5d2momkcgvkz6rhltur5co3rslltbxzpr6yq", "width": 2048, "height": 2048, "format": "png" } ] ================================================ FILE: _data/icons/bomb.json ================================================ [ { "url": "ipfs://Qmc44uSjfdNHdcxPTgZAL8eZ8TLe4UmSHibcvKQFyGJxTB", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/botanix.json ================================================ [ { "url": "ipfs://Qmf2iSjcrZwUDKhCVY9ZzfbSV2He2HSssbcG2yMz1mDerm", "width": 32, "height": 32, "format": "png" } ] ================================================ FILE: _data/icons/brcchain.json ================================================ [ { "url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/brise.json ================================================ [ { "url": "ipfs://QmY3vKe1rG9AyHSGH1ouP3ER3EVUZRtRrFbFZEfEpMSd4V", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/brnkc.json ================================================ [ { "url": "ipfs://QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv", "width": 1067, "height": 1067, "format": "png" } ] ================================================ FILE: _data/icons/bronos.json ================================================ [ { "url": "ipfs://bafybeifkgtmhnq4sxu6jn22i7ass7aih6ubodr77k6ygtu4tjbvpmkw2ga", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/bton.json ================================================ [ { "url": "ipfs://bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/bty.json ================================================ [ { "url": "ipfs://QmUmJVof2m5e4HUXb3GmijWUFsLUNhrQiwwQG3CqcXEtHt", "width": 91, "height": 24, "format": "png" } ] ================================================ FILE: _data/icons/bxn.json ================================================ [ { "url": "ipfs://QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC", "width": 1968, "height": 1968, "format": "png" } ] ================================================ FILE: _data/icons/calypso.json ================================================ [ { "url": "ipfs://bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m", "width": 1637, "height": 1636, "format": "png" } ] ================================================ FILE: _data/icons/camdl.json ================================================ [ { "url": "ipfs://QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp", "width": 1453, "height": 1453, "format": "png" } ] ================================================ FILE: _data/icons/camelark.json ================================================ [ { "url": "ipfs://QmeJerrsURFNt2LL7DE7TxeunjrQXiuezdfHyqmsbwX3MZ", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/camino.json ================================================ [ { "url": "ipfs://QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa", "width": 768, "height": 768, "format": "png" } ] ================================================ FILE: _data/icons/carbon.json ================================================ [ { "url": "ipfs://QmQUHqi1gyuTuKmJQHqt9EyhN1FPmmmLNUK8u93nMGrxAy", "width": 1600, "height": 1600, "format": "png" } ] ================================================ FILE: _data/icons/cascadia.json ================================================ [ { "url": "ipfs://QmQtcwxNiJ9D1QDz4k6jZ7qacLcqMk6CeW85TTBWBvNp3z", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/ccn.json ================================================ [ { "url": "ipfs://QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD", "width": 1043, "height": 1079, "format": "png" } ] ================================================ FILE: _data/icons/ccp.json ================================================ [ { "url": "ipfs://QmPw1ixYYeXvTiRWoCt2jWe4YMd3B5o7TzL18SBEHXvhXX", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/cennz.json ================================================ [ { "url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw", "width": 112, "height": 112, "format": "svg" } ] ================================================ FILE: _data/icons/chain_verse.json ================================================ [ { "url": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk", "width": 1000, "height": 1436, "format": "png" } ] ================================================ FILE: _data/icons/chaos.json ================================================ [ { "url": "ipfs://QmbYYCoU2G4LUfRr9ofGowF3eatfvWv9FiPVhqKndZeqwA", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/chiliz.json ================================================ [ { "url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/cicchain.json ================================================ [ { "url": "ipfs://QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU", "width": 1024, "height": 768, "format": "png" } ] ================================================ FILE: _data/icons/cloudtx.json ================================================ [ { "url": "ipfs://QmSEsi71AdA5HYH6VNC5QUQezFg1C7BiVQJdx1VVfGz3g3", "width": 713, "height": 830, "format": "png" } ] ================================================ FILE: _data/icons/codefin.json ================================================ [ { "url": "ipfs://QmVyAuAnKKNnGEpqeYMLPRfMdysLgPBTZeEXihXbRytGhp", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/coinbit.json ================================================ [ { "url": "ipfs://QmdaQRUbAXJGfHeJ8jaB8WVh8CCmHExq8VjvAfXpLWWQEo", "width": 760, "height": 760, "format": "png" } ] ================================================ FILE: _data/icons/condor.json ================================================ [ { "url": "ipfs://QmPRDuEJSTqp2cDUvWCp71Wns6XV8nvdeAVKWH6srpk4xM", "width": 752, "height": 752, "format": "png" } ] ================================================ FILE: _data/icons/conflux.json ================================================ [ { "url": "ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy", "width": 460, "height": 576, "format": "png" } ] ================================================ FILE: _data/icons/constachain.json ================================================ [ { "url": "ipfs://QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9", "width": 2000, "height": 2000, "format": "png" } ] ================================================ FILE: _data/icons/core.json ================================================ [ { "url": "ipfs://QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2", "width": 200, "height": 217, "format": "png" } ] ================================================ FILE: _data/icons/coston.json ================================================ [ { "url": "ipfs://QmW7Ljv2eLQ1poRrhJBaVWJBF1TyfZ8QYxDeELRo6sssrj", "width": 382, "height": 382, "format": "png" } ] ================================================ FILE: _data/icons/coston2.json ================================================ [ { "url": "ipfs://QmZhAYyazEBZSHWNQb9uCkNPq2MNTLoW3mjwiD3955hUjw", "width": 382, "height": 382, "format": "png" } ] ================================================ FILE: _data/icons/credit.json ================================================ [ { "url": "ipfs://bafkreifbso3gd4wu5wxl27xyurxctmuae2jyuy37guqtzx23nga6ba4ag4", "width": 1000, "height": 1628, "format": "png" } ] ================================================ FILE: _data/icons/crossbell.json ================================================ [ { "url": "ipfs://QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t", "format": "svg", "width": 408, "height": 408 } ] ================================================ FILE: _data/icons/crystal.json ================================================ [ { "url": "ipfs://Qmbry1Uc6HnXmqFNXW5dFJ7To8EezCCjNr4TqqvAyzXS4h", "width": 150, "height": 150, "format": "png" } ] ================================================ FILE: _data/icons/ctex.json ================================================ [ { "url": "ipfs://bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/cube.json ================================================ [ { "url": "ipfs://QmbENgHTymTUUArX5MZ2XXH69WGenirU3oamkRD448hYdz", "width": 282, "height": 250, "format": "png" } ] ================================================ FILE: _data/icons/curveIcon.json ================================================ [ { "url": "ipfs://QmTjV3TTR5aLb7fi7tjx8gcDvYtqBpusqhCSaznVxJ7NJg", "width": 150, "height": 150, "format": "png" } ] ================================================ FILE: _data/icons/cyberdeck.json ================================================ [ { "url": "ipfs://QmTvYMJXeZeWxYPuoQ15mHCS8K5EQzkMMCHQVs3GshooyR", "width": 193, "height": 214, "format": "png" } ] ================================================ FILE: _data/icons/daon.json ================================================ [ { "url": "ipfs://bafkreiapaxokh2p4j7hg43ug2inomixiwrdhni4kpqazvqifssnez7efze", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/dchain.json ================================================ [ { "url": "ipfs://QmV2vhTqS9UyrX9Q6BSCbK4JrKBnS8ErHvstMjfb2oVWaj", "width": 700, "height": 495, "format": "png" } ] ================================================ FILE: _data/icons/deam.json ================================================ [ { "url": "ipfs://QmXvHWmjfXKdZMSz7x82NR4SjEqigKdJELVHbnzUPkj17F", "width": 512, "height": 512, "format": "svg" } ] ================================================ FILE: _data/icons/debank.json ================================================ [ { "url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/debounce.json ================================================ [ { "url": "ipfs://bafybeib5q4hez37s7b2fx4hqt2q4ji2tuudxjhfdgnp6q3d5mqm6wsxdfq", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/defichain-network.json ================================================ [ { "url": "ipfs://QmdR3YL9F95ajwVwfxAGoEzYwm9w7JNsPSfUPjSaQogVjK", "width": 512, "height": 512, "format": "svg" } ] ================================================ FILE: _data/icons/defioraclemeta.json ================================================ [ { "url": "ipfs://QmYrMRnjQJcNkYq9AvZ2FQ9kzYj9szzP4YDmyNA1ybd8xE", "width": 1000, "height": 1043, "format": "png" } ] ================================================ FILE: _data/icons/dexalot.json ================================================ [ { "url": "ipfs://QmfVxdrWjtUKiGzqFDzAxHH2FqwP2aRuZTGcYWdWg519Xy", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/dfk.json ================================================ [ { "url": "ipfs://QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/dithereum.json ================================================ [ { "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/dogechain.json ================================================ [ { "url": "ipfs://QmNS6B6L8FfgGSMTEi2SxD3bK5cdmKPNtQKcYaJeRWrkHs", "width": 732, "height": 732, "format": "png" } ] ================================================ FILE: _data/icons/dogs.json ================================================ [ { "url": "ipfs://QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3", "width": 160, "height": 171, "format": "png" } ] ================================================ FILE: _data/icons/doken.json ================================================ [ { "url": "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/doschain.json ================================================ [ { "url": "ipfs://QmV2Nowzo81F6pi2qFcHePA4MwmmdMKBMUzBJUrxcymxx4", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/drac.json ================================================ [ { "url": "ipfs://QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/dracones.json ================================================ [ { "url": "ipfs://bafybeibpyckp65pqjvrvqhdt26wqoqk55m6anshbfgyqnaemn6l34nlwya", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/dragonfly.json ================================================ [ { "url": "ipfs://QmPXhdPGufjcPzZ9Y6nY6QyW8MgA6793L88iPMRh1Q3gjJ", "width": 512, "height": 366, "format": "png" } ] ================================================ FILE: _data/icons/dsc.json ================================================ [ { "url": "ipfs://QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/dx.json ================================================ [ { "url": "ipfs://QmYBup5bWoBfkaHntbcgW8Ji7ncad7f53deJ4Q55z4PNQs", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/dxz.json ================================================ [ { "url": "ipfs://QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/eLiberty.json ================================================ [ { "url": "ipfs://Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9", "width": 150, "height": 150, "format": "png" } ] ================================================ FILE: _data/icons/ebtc.json ================================================ [ { "url": "ipfs://bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/ecredits.json ================================================ [ { "url": "ipfs://QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY", "width": 32, "height": 32, "format": "png" } ] ================================================ FILE: _data/icons/edexa.json ================================================ [ { "url": "ipfs://QmSgvmLpRsCiu2ySqyceA5xN4nwi7URJRNEZLffwEKXdoR", "width": 1028, "height": 1042, "format": "png" } ] ================================================ FILE: _data/icons/edgeware.json ================================================ [ { "url": "ipfs://QmS3ERgAKYTmV7bSWcUPSvrrCC9wHQYxtZqEQYx9Rw4RGA", "width": 352, "height": 304, "format": "png" } ] ================================================ FILE: _data/icons/egonicon.json ================================================ [ { "url": "ipfs://QmNZiMmzMQYjyGtNSghtzLg4UooYhDgMQsa677DAP5KsBg", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/ekta.json ================================================ [ { "url": "ipfs://QmfMd564KUPK8eKZDwGCT71ZC2jMnUZqP6LCtLpup3rHH1", "width": 2100, "height": 2100, "format": "png" } ] ================================================ FILE: _data/icons/ella.json ================================================ [ { "url": "ipfs://QmVkAhSaHhH3wKoLT56Aq8dNyEH4RySPEpqPcLwsptGBDm", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/enter.json ================================================ [ { "url": "ipfs://Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E", "width": 64, "height": 64, "format": "png" } ] ================================================ FILE: _data/icons/enuls.json ================================================ [ { "url": "ipfs://QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy", "width": 26, "height": 41, "format": "svg" } ] ================================================ FILE: _data/icons/eon.json ================================================ [ { "url": "ipfs://QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti", "width": 1213, "height": 1213, "format": "png" } ] ================================================ FILE: _data/icons/eos.json ================================================ [ { "url": "ipfs://QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb", "width": 500, "height": 750, "format": "png" } ] ================================================ FILE: _data/icons/eraswap.json ================================================ [ { "url": "ipfs://QmV1wZ1RVXeD7216aiVBpLkbBBHWNuoTvcSzpVQsqi2uaH", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/ethereum.json ================================================ [ { "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", "width": 1000, "height": 1628, "format": "png" } ] ================================================ FILE: _data/icons/etherlite.json ================================================ [ { "url": "ipfs://QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy", "width": 88, "height": 88, "format": "png" } ] ================================================ FILE: _data/icons/etica.json ================================================ [ { "url": "ipfs://QmYSyhUqm6ArWyALBe3G64823ZpEUmFdkzKZ93hUUhNKgU", "width": 360, "height": 361, "format": "png" } ] ================================================ FILE: _data/icons/etmp.json ================================================ [ { "url": "ipfs://QmT7DTqT1V2y42pRpt3sj9ifijfmbtkHN7D2vTfAUAS622", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/europa.json ================================================ [ { "url": "ipfs://bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre", "width": 600, "height": 600, "format": "png" } ] ================================================ FILE: _data/icons/eurus.json ================================================ [ { "url": "ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", "width": 471, "height": 471, "format": "svg" } ] ================================================ FILE: _data/icons/evanesco.json ================================================ [ { "url": "ipfs://QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/evmos.json ================================================ [ { "url": "ipfs://QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/exl.json ================================================ [ { "url": "ipfs://QmeooM7QicT1YbgY93XPd5p7JsCjYhN3qjWt68X57g6bVC", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/exn.json ================================================ [ { "url": "ipfs://QmaQxfwpXYTomUd24PMx5tKjosupXcm99z1jL1XLq9LWBS", "width": 468, "height": 468, "format": "png" } ] ================================================ FILE: _data/icons/exzo.json ================================================ [ { "url": "ipfs://QmeYpc2JfEsHa2Bh11SKRx3sgDtMeg6T8KpXNLepBEKnbJ", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/ezchain.json ================================================ [ { "url": "ipfs://QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb", "width": 146, "height": 48, "format": "png" } ] ================================================ FILE: _data/icons/fantom.json ================================================ [ { "url": "ipfs://QmcM8kHNsNYoitt5S3kLThyrKVFTZo3k2rgnume6tnNroQ", "width": 1212, "height": 1546, "format": "png" } ] ================================================ FILE: _data/icons/fibonacci.json ================================================ [ { "url": "ipfs://bafkreidiedaz3jugxmh2ylzlc4nympbd5iwab33adhwkcnblyop6vvj25y", "width": 1494, "height": 1494, "format": "png" } ] ================================================ FILE: _data/icons/filecoin.json ================================================ [ { "url": "ipfs://QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/firechain.json ================================================ [ { "url": "ipfs://QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/flacoin.json ================================================ [ { "url": "ipfs://bafybeiadlvc4pfiykehyt2z67nvgt5w4vlov27olu5obvmryv4xzua4tae", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/flare.json ================================================ [ { "url": "ipfs://QmevAevHxRkK2zVct2Eu6Y7s38YC4SmiAiw9X7473pVtmL", "width": 382, "height": 382, "format": "png" } ] ================================================ FILE: _data/icons/fncy.json ================================================ [ { "url": "ipfs://QmfXCh6UnaEHn3Evz7RFJ3p2ggJBRm9hunDHegeoquGuhD", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/fox.json ================================================ [ { "url": "ipfs://Qmbp1rwhtRr6JQRyYqyfLqkbmzXr1T17zbmChsi2ouvg3M", "width": 100, "height": 100, "format": "png" } ] ================================================ FILE: _data/icons/fren.json ================================================ [ { "url": "ipfs://QmQk41bYX6WpYyUAdRgomZekxP5mbvZXhfxLEEqtatyJv4", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/fsnscan.json ================================================ [ { "url": "ipfs://QmSAFx34SKNi7a139agX12f68oBMo2Ktt9c8yD8aFa14gd", "width": 48, "height": 51, "format": "svg" } ] ================================================ FILE: _data/icons/ftmscan.json ================================================ [ { "url": "ipfs://QmRqbK449Fo9sJ3xMpkPbg6uV1weQj4yVV1xNMP9cdPmjf", "width": 73, "height": 73, "format": "png" } ] ================================================ FILE: _data/icons/fusion.json ================================================ [ { "url": "ipfs://QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth", "width": 31, "height": 31, "format": "svg" } ] ================================================ FILE: _data/icons/fxcore.json ================================================ [ { "url": "ipfs://bafkreifrf2iq3k3dqfbvp3pacwuxu33up3usmrhojt5ielyfty7xkixu3i", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/ganache.json ================================================ [ { "url": "ipfs://Qmc9N7V8CiLB4r7FEcG7GojqfiGGsRCZqcFWCahwMohbDW", "width": 267, "height": 300, "format": "png" } ] ================================================ FILE: _data/icons/garizon.json ================================================ [ { "url": "ipfs://QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc", "width": 1024, "height": 613, "format": "png" } ] ================================================ FILE: _data/icons/gather.json ================================================ [ { "url": "ipfs://QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz", "width": 1080, "height": 1080, "format": "svg" } ] ================================================ FILE: _data/icons/gauss.json ================================================ [ { "url": "ipfs://QmeDXUAYgQxwaSJLsqWgTqnrJVwicgEyNf9199xAMyRkqA", "width": 243, "height": 243, "format": "svg" } ] ================================================ FILE: _data/icons/genesys.json ================================================ [ { "url": "ipfs://bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/gitshockchain.json ================================================ [ { "url": "ipfs://bafkreifqpj5jkjazvh24muc7wv4r22tihzzl75cevgecxhvojm4ls6mzpq", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/gmmt.json ================================================ [ { "url": "ipfs://QmVth4aPeskDTFqRifUugJx6gyEHCmx2PFbMWUtsCSQFkF", "width": 468, "height": 518, "format": "png" } ] ================================================ FILE: _data/icons/gnosis.json ================================================ [ { "url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm", "width": 1800, "height": 1800, "format": "png" } ] ================================================ FILE: _data/icons/gonchain.json ================================================ [ { "url": "ipfs://QmPtiJGaApbW3ATZhPW3pKJpw3iGVrRGsZLWhrDKF9ZK18", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/grams.json ================================================ [ { "url": "ipfs://QmerDBFoXvgev2xx9U71gAaAK4CtxaaQVaAPf9Qi6UF9MS", "width": 400, "height": 400, "format": "jpg" } ] ================================================ FILE: _data/icons/guapcoinx.json ================================================ [ { "url": "ipfs://QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/hap.json ================================================ [ { "url": "ipfs://QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/hedera.json ================================================ [ { "url": "ipfs://QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz", "width": 1500, "height": 1500, "format": "png" } ] ================================================ FILE: _data/icons/hertz-network.json ================================================ [ { "url": "ipfs://Qmf3GYbPXmTDpSP6t7Ug2j5HjEwrY5oGhBDP7d4TQHvGnG", "width": 162, "height": 129, "format": "png" } ] ================================================ FILE: _data/icons/hik.json ================================================ [ { "url": "ipfs://QmW44FPm3CMM2JDs8BQxLNvUtykkUtrGkQkQsUDJSi3Gmp", "width": 350, "height": 84, "format": "png" } ] ================================================ FILE: _data/icons/home_verse.json ================================================ [ { "url": "ipfs://QmeGb65zSworzoHmwK3jdkPtEsQZMUSJRxf8K8Feg56soU", "width": 597, "height": 597, "format": "png" } ] ================================================ FILE: _data/icons/hsk.json ================================================ [ { "url": "ipfs://QmNU11AqYB2htrrSyBSP9ct7bPtuZTP7Hrz21PrEcB9nYE", "width": 1440, "height": 448, "format": "png" } ] ================================================ FILE: _data/icons/htmlcoin.json ================================================ [ { "url": "ipfs://QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/human.json ================================================ [ { "url": "ipfs://QmT5KKrpNt6duU8QfwaYw3xf4ifTBPtjahpWsMi3gsFmcS", "width": 440, "height": 600, "format": "png" } ] ================================================ FILE: _data/icons/hyperonchain.json ================================================ [ { "url": "ipfs://QmWxhyxXTEsWH98v7M3ck4ZL1qQoUaHG4HgtgxzD2KJQ5m", "width": 540, "height": 541, "format": "png" } ] ================================================ FILE: _data/icons/icplaza.json ================================================ [ { "url": "ipfs://QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX", "width": 847, "height": 906, "format": "png" } ] ================================================ FILE: _data/icons/idchain.json ================================================ [ { "url": "ipfs://QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ", "width": 162, "height": 129, "format": "png" } ] ================================================ FILE: _data/icons/imversed.json ================================================ [ { "url": "ipfs://QmYwvmJZ1bgTdiZUKXk4SifTpTj286CkZjMCshUyJuBFH1", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/iorachain.json ================================================ [ { "url": "ipfs://bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi", "width": 250, "height": 250, "format": "png" } ] ================================================ FILE: _data/icons/irishub.json ================================================ [ { "url": "ipfs://QmTKgKs7kJiWDhdjbELE4Y2HVZ36KS4bYkNCbXdsXk66sW", "width": 1062, "height": 1062, "format": "png" } ] ================================================ FILE: _data/icons/ivar.json ================================================ [ { "url": "ipfs://QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM", "width": 519, "height": 519, "format": "svg" } ] ================================================ FILE: _data/icons/j2otaro.json ================================================ [ { "url": "ipfs://QmdUYi8fjnvdM9iFQ7dwE2YvmhDtavSB3bKhCD2GhPxPks", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/joc.json ================================================ [ { "url": "ipfs://bafkreidhsiuqrct42bel76zhi3rx35k4lnk6aqgde27nvvxcz563ttfefy", "width": 2000, "height": 2000, "format": "png" } ] ================================================ FILE: _data/icons/joseon.json ================================================ [ { "url": "ipfs://QmQjwcNRCLXU8JBtSkPLUnbWVrpoqbnZVffpJ9Bu8rG34e", "width": 148, "height": 148, "format": "svg" } ] ================================================ FILE: _data/icons/kaiba.json ================================================ [ { "url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea", "width": 932, "height": 932, "format": "png" } ] ================================================ FILE: _data/icons/kaibascan.json ================================================ [ { "url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea", "width": 932, "height": 932, "format": "png" } ] ================================================ FILE: _data/icons/kardiachain.json ================================================ [ { "url": "ipfs://QmXoHaZXJevc59GuzEgBhwRSH6kio1agMRvL8bD93pARRV", "format": "png", "width": 297, "height": 297 } ] ================================================ FILE: _data/icons/kava.json ================================================ [ { "url": "ipfs://QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm", "width": 1186, "height": 360, "format": "svg" } ] ================================================ FILE: _data/icons/kek.json ================================================ [ { "url": "ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM", "width": 401, "height": 401, "format": "svg" } ] ================================================ FILE: _data/icons/klyntar.json ================================================ [ { "url": "ipfs://QmaDr9R6dKnZLsogRxojjq4dwXuXcudR8UeTZ8Nq553K4u", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/kroma.json ================================================ [ { "url": "ipfs://QmVpV2WET6ZrqnvvPfE9hCwoE2y5ygbPuniuugpaRoxrho", "width": 320, "height": 320, "format": "svg" } ] ================================================ FILE: _data/icons/lachain.json ================================================ [ { "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ", "width": 1280, "height": 1280, "format": "png" } ] ================================================ FILE: _data/icons/lambda.json ================================================ [ { "url": "ipfs://QmWsoME6LCghQTpGYf7EnUojaDdYo7kfkWVjE6VvNtkjwy", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/lightlink.json ================================================ [ { "url": "ipfs://QmNRUoMgx16hurD3au3ou5A9rmTLYmre8WiGmQEPFmP2Vo", "width": 600, "height": 600, "format": "png" } ] ================================================ FILE: _data/icons/linea.json ================================================ [ { "url": "ipfs://QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH", "width": 97, "height": 102, "format": "svg" } ] ================================================ FILE: _data/icons/livingassets.json ================================================ [ { "url": "ipfs://QmRidubY7BVwC737BQwGEttenP1npAXN7ZNryktE416uUW", "width": 500, "height": 500, "format": "jpg" } ] ================================================ FILE: _data/icons/lucid.json ================================================ [ { "url": "ipfs://bafybeigxiyyxll4vst5cjjh732mr6zhsnligxubaldyiul2xdvvi6ibktu", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/lucky.json ================================================ [ { "url": "ipfs://bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m", "width": 205, "height": 28, "format": "png" } ] ================================================ FILE: _data/icons/ludan.json ================================================ [ { "url": "ipfs://bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/lukso.json ================================================ [ { "url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/lycanchain.json ================================================ [ { "url": "ipfs://Qmc8hsCbUUjnJDnXrDhFh4V1xk1gJwZbUyNJ39p72javji", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/maal.json ================================================ [ { "url": "ipfs://bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/mainnetz.json ================================================ [ { "url": "ipfs://QmT5gJ5weBiLT3GoYuF5yRTRLdPLCVZ3tXznfqW7M8fxgG", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/mainnetzTestnet.json ================================================ [ { "url": "ipfs://QmT5gJ5weBiLT3GoYuF5yRTRLdPLCVZ3tXznfqW7M8fxgG", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/mantis.json ================================================ [ { "url": "ipfs://Qma8dDhxSSVUyzV8Pu5bo252WaZEEikYFndRh7LVktvQEy", "width": 512, "height": 330, "format": "png" } ] ================================================ FILE: _data/icons/mantle.json ================================================ [ { "url": "ipfs://QmYddHh5zdceSsBU7uGfQvEHg6UUtAFbzQBBaePS4whx7o", "width": 225, "height": 225, "format": "png" } ] ================================================ FILE: _data/icons/map.json ================================================ [ { "url": "ipfs://QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/markrgo.json ================================================ [ { "url": "ipfs://QmVMBTZVPawyLBD2B5VbG68dfWLfZ1CnB8V59xduBe2kwh", "width": 84, "height": 84, "format": "png" } ] ================================================ FILE: _data/icons/mas.json ================================================ [ { "url": "ipfs://QmZ9njQhhKkpJKGnoYy6XTuDtk5CYiDFUd8atqWthqUT3Q", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/meer.json ================================================ [ { "url": "ipfs://QmWSbMuCwQzhBB6GRLYqZ87n5cnpzpYCehCAMMQmUXj4mm", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/meld.json ================================================ [ { "url": "ipfs://QmRhB4AbjDrhvwfSAQi2JvKirFiDWxzJvKEvG8S8AdDdED", "width": 4000, "height": 4000, "format": "png" } ] ================================================ FILE: _data/icons/memo.json ================================================ [ { "url": "ipfs://bafkreig52paynhccs4o5ew6f7mk3xoqu2bqtitmfvlgnwarh2pm33gbdrq", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/metad.json ================================================ [ { "url": "ipfs://QmZyxS9BfRGYWWDtvrV6qtthCYV4TwdjLoH2sF6MkiTYFf", "width": 1280, "height": 1280, "format": "png" } ] ================================================ FILE: _data/icons/metao.json ================================================ [ { "url": "ipfs://QmTmo2QAtX5PbhX96vewnvH4Vc5H83Ft2DJGi6tAqTcFij", "width": 1000, "height": 981, "format": "png" } ] ================================================ FILE: _data/icons/meverse.json ================================================ [ { "url": "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/milkomeda.json ================================================ [ { "url": "ipfs://QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd", "width": 367, "height": 367, "format": "svg" } ] ================================================ FILE: _data/icons/mindchain.json ================================================ [ { "url": "ipfs://QmX2b4CzNyrNgy4ERBEteSS9MsuYNVYeq2sSMMiogGjbFP", "width": 732, "height": 732, "format": "jpg" } ] ================================================ FILE: _data/icons/mintara.json ================================================ [ { "url": "ipfs://bafybeie7jzlzlpz7c3a3oh4x5joej23dj2qf3cexmchjyc72hv3fblcaja", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/mmt.json ================================================ [ { "url": "ipfs://QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4", "width": 250, "height": 250, "format": "png" } ] ================================================ FILE: _data/icons/modeTestnet.json ================================================ [ { "url": "ipfs://bafkreidi5y7afj5z4xrz7uz5rkg2mcsv2p2n4ui4g7q4k4ecdz65i2agou", "width": 2160, "height": 2160, "format": "png" } ] ================================================ FILE: _data/icons/msn.json ================================================ [ { "url": "ipfs://QmaQxfwpXYTomUd24PMx5tKjosupXcm99z1jL1XLq9LWBS", "width": 468, "height": 468, "format": "png" } ] ================================================ FILE: _data/icons/multivac.json ================================================ [ { "url": "ipfs://QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/mvm.json ================================================ [ { "url": "ipfs://QmeuDgSprukzfV7fi9XYHYcfmT4aZZZU7idgShtRS8Vf6V", "width": 471, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/mxc.json ================================================ [ { "url": "ipfs://QmdGCthKA11K9kCZJdbTP5WPAyq1wiRZ3REn6KG58MrWaE", "width": 159, "height": 159, "format": "png" } ] ================================================ FILE: _data/icons/mxczkevm.json ================================================ [ { "url": "ipfs://QmdGCthKA11K9kCZJdbTP5WPAyq1wiRZ3REn6KG58MrWaE", "width": 159, "height": 159, "format": "png" } ] ================================================ FILE: _data/icons/mythical.json ================================================ [ { "url": "ipfs://bafkreihru6cccfblrjz5bv36znq2l3h67u6xj5ivtc4bj5l6gzofbgtnb4", "width": 350, "height": 350, "format": "png" } ] ================================================ FILE: _data/icons/nahmii.json ================================================ [ { "url": "ipfs://QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT", "width": 384, "height": 384, "format": "png" } ] ================================================ FILE: _data/icons/nautilus.json ================================================ [ { "url": "ipfs://QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/nebula.json ================================================ [ { "url": "ipfs://QmfQkfmQuoUUUKwF1yCcrPEzFcWLaqNyiSv5YMcSj6zs74", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/nebulatestnet.json ================================================ [ { "url": "ipfs://QmeFaJtQqTKKuXQR7ysS53bLFPasFBcZw445cvYJ2HGeTo", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/neon.json ================================================ [ { "url": "ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/neonlink.json ================================================ [ { "url": "ipfs://QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz", "width": 512, "height": 512, "format": "svg" } ] ================================================ FILE: _data/icons/nexi.json ================================================ [ { "url": "ipfs://bafybeifxqd7zel2m237kq5enavnh2s6cshaavswigogyvae2wevxy5k2ti", "width": 512, "height": 578, "format": "png" } ] ================================================ FILE: _data/icons/novanetwork.json ================================================ [ { "url": "ipfs://QmTTamJ55YGQwMboq4aqf3JjTEy5WDtjo4GBRQ5VdsWA6U", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/ntity.json ================================================ [ { "url": "ipfs://QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf", "width": 711, "height": 715, "format": "svg" } ] ================================================ FILE: _data/icons/num.json ================================================ [ { "url": "ipfs://bafkreie3ba6ofosjqqiya6empkyw6u5xdrtcfzi2evvyt4u6utzeiezyhi", "width": 1500, "height": 1500, "format": "png" } ] ================================================ FILE: _data/icons/nyancat.json ================================================ [ { "url": "ipfs://QmRaSx7AX1VDgcqjwLgSDP4WZmKBHPdHhbjkcEEXPA2Fnc", "width": 1062, "height": 822, "format": "png" } ] ================================================ FILE: _data/icons/oasis.json ================================================ [ { "url": "ipfs://bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha", "width": 2000, "height": 2000, "format": "png" } ] ================================================ FILE: _data/icons/oasys.json ================================================ [ { "url": "ipfs://QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR", "width": 3600, "height": 3600, "format": "png" } ] ================================================ FILE: _data/icons/octaspace.json ================================================ [ { "url": "ipfs://QmVhezQHkqSZ5Tvtsw18giA1yBjV1URSsBQ7HenUh6p6oC", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/oescan.json ================================================ [ { "url": "ipfs://QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz", "width": 155, "height": 177, "format": "png" } ] ================================================ FILE: _data/icons/oho.json ================================================ [ { "url": "ipfs://QmZt75xixnEtFzqHTrJa8kJkV4cTXmUZqeMeHM8BcvomQc", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/ohoscan.json ================================================ [ { "url": "ipfs://QmZt75xixnEtFzqHTrJa8kJkV4cTXmUZqeMeHM8BcvomQc", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/omaxchain.json ================================================ [ { "url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/omaxray.json ================================================ [ { "url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/omlira.json ================================================ [ { "url": "ipfs://QmQtEHaejiDbmiCvbBYw9jNQv3DLK5XHCQwLRfnLNpdN5j", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/oneledger.json ================================================ [ { "url": "ipfs://QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC", "width": 225, "height": 225, "format": "png" } ] ================================================ FILE: _data/icons/ontology.json ================================================ [ { "url": "ipfs://bafkreigmvn6spvbiirtutowpq6jmetevbxoof5plzixjoerbeswy4htfb4", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/onus.json ================================================ [ { "url": "ipfs://bafkreiec34ik3glrm5jrzafdytvu4kxdsrxhqmagbe27fytdcuzkhoooay", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/opal.json ================================================ [ { "url": "ipfs://QmYJDpmWyjDa3H6BxweFmQXk4fU8b1GU7M9EqYcaUNvXzc", "width": 48, "height": 48, "format": "svg" } ] ================================================ FILE: _data/icons/openpiece.json ================================================ [ { "url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2", "width": 250, "height": 250, "format": "png" } ] ================================================ FILE: _data/icons/opside-new.json ================================================ [ { "url": "ipfs://QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay", "width": 401, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/opside.json ================================================ [ { "url": "ipfs://QmeCyZeibUoHNoYGzy1GkzH2uhxyRHKvH51PdaUMer4VTo", "width": 591, "height": 591, "format": "png" } ] ================================================ FILE: _data/icons/origin.json ================================================ [ { "url": "ipfs://QmRGJ6PqYHDTWuUQ6xfnK8S82NzRXiMjTnSGat9qtLuaLP", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/orl.json ================================================ [ { "url": "ipfs://QmNsuuBBTHErnuFDcdyzaY8CKoVJtobsLJx2WQjaPjcp7g", "width": 512, "height": 528, "format": "png" } ] ================================================ FILE: _data/icons/oychain.json ================================================ [ { "url": "ipfs://QmXW5T2MaGHznXUmQEXoyJjcdmX7dhLbj5fnqvZZKqeKzA", "width": 677, "height": 237, "format": "png" } ] ================================================ FILE: _data/icons/ozonechain.json ================================================ [ { "url": "ipfs://QmbM4weV8Bk6c9yNhosYntkVw39SNZtCHYGgWyXTxkevZ8", "width": 1600, "height": 1600, "format": "png" } ] ================================================ FILE: _data/icons/p12.json ================================================ [ { "url": "ipfs://bafkreieiro4imoujeewc4r4thf5hxj47l56j2iwuz6d6pdj6ieb6ub3h7e", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/palm.json ================================================ [ { "url": "ipfs://bafkreihifvvbq6xzviygveivayogqiotdtpjvilu27bgqobduqemzeq7o4", "width": 72, "height": 72, "format": "svg" } ] ================================================ FILE: _data/icons/pando.json ================================================ [ { "url": "ipfs://QmNduBtT5BNGDw7DjRwDvaZBb6gjxf46WD7BYhn4gauGc9", "width": 1000, "height": 1628, "format": "png" } ] ================================================ FILE: _data/icons/patex.json ================================================ [ { "url": "ipfs://QmTNTSNn3t5WpSEzQmUYbkxYkBKaH6QahyVdVrRKyPHChr", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/pego.json ================================================ [ { "url": "ipfs://QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx", "width": 246, "height": 247, "format": "png" } ] ================================================ FILE: _data/icons/pepechain.json ================================================ [ { "url": "ipfs://bafkreibjsc3gww3moti27za2hpyq552aevux3yv5y2ntdklksyr4v4uavy", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/pepenetwork.json ================================================ [ { "url": "ipfs://QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5", "width": 960, "height": 944, "format": "png" } ] ================================================ FILE: _data/icons/peperium.json ================================================ [ { "url": "ipfs://Qmag2hr5DQghRzKPN3oUFBkjWzqd5CndQzZeb5LfoiMCXf", "width": 160, "height": 160, "format": "png" } ] ================================================ FILE: _data/icons/pf.json ================================================ [ { "url": "ipfs://QmeMa6aw3ebUKJdGgbzDgcVtggzp7cQdfSrmzMYmnt5ywc", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/phi.json ================================================ [ { "url": "ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/phoenix.json ================================================ [ { "url": "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6", "width": 1501, "height": 1501, "format": "png" } ] ================================================ FILE: _data/icons/piecechain.json ================================================ [ { "url": "ipfs://QmWAU39z1kcYshAqkENRH8qUjfR5CJehCxA4GiC33p3HpH", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/planq.json ================================================ [ { "url": "ipfs://QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/platon.json ================================================ [ { "url": "ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC", "width": 180, "height": 180, "format": "png" } ] ================================================ FILE: _data/icons/playa3ull.json ================================================ [ { "url": "ipfs://bafkreib62bv2d65d7nidojgpkgatrt7smee2l4ov6i6ozqhpfaqsonxku4", "width": 512, "height": 443, "format": "png" } ] ================================================ FILE: _data/icons/plexchain.json ================================================ [ { "url": "ipfs://QmcXzfMNSQ7SZzKemNquVoXyG5ergdqCGeLWjRYETGBTUM", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/plinga.json ================================================ [ { "url": "ipfs://bafybeibpvlod5nyev6wyuvp6pbestmgvru3ovbadsul32odpno26xwld6y", "width": 1039, "height": 1022, "format": "svg" } ] ================================================ FILE: _data/icons/pocr.json ================================================ [ { "url": "ipfs://QmRLwpq47tyEd3rfK4tKRhbTvyb3fc7PCutExnL1XAb37A", "width": 334, "height": 360, "format": "png" } ] ================================================ FILE: _data/icons/polis.json ================================================ [ { "url": "ipfs://QmagWrtyApex28H2QeXcs3jJ2F7p2K7eESz3cDbHdQ3pjG", "width": 1050, "height": 1050, "format": "png" } ] ================================================ FILE: _data/icons/polygon.json ================================================ [ { "url": "ipfs://QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc", "width": 2000, "height": 2000, "format": "png" } ] ================================================ FILE: _data/icons/polyjuice.json ================================================ [ { "url": "ipfs://QmZ5gFWUxLFqqT3DkefYfRsVksMwMTc5VvBjkbHpeFMsNe", "width": 1001, "height": 1629, "format": "png" } ] ================================================ FILE: _data/icons/pom.json ================================================ [ { "url": "ipfs://QmePhfibWz9jnGUqF9Rven4x734br1h3LxrChYTEjbbQvo", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/prb.json ================================================ [ { "url": "ipfs://QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD", "width": 2362, "height": 2362, "format": "png" } ] ================================================ FILE: _data/icons/publicGoodsNetwork.json ================================================ [ { "url": "ipfs://QmUVJ7MLCEAfq3pHVPFLscqRMiyAY5biVgTkeDQCmAhHNS", "width": 574, "height": 574, "format": "svg" } ] ================================================ FILE: _data/icons/pulsechain.json ================================================ [ { "url": "ipfs://Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj", "width": 433, "height": 402, "format": "png" } ] ================================================ FILE: _data/icons/q.json ================================================ [ { "url": "ipfs://QmQUQKe8VEtSthhgXnJ3EmEz94YhpVCpUDZAiU9KYyNLya", "width": 585, "height": 603, "format": "png" } ] ================================================ FILE: _data/icons/qom.json ================================================ [ { "url": "ipfs://QmRc1kJ7AgcDL1BSoMYudatWHTrz27K6WNTwGifQb5V17D", "width": 518, "height": 518, "format": "png" } ] ================================================ FILE: _data/icons/quadrans.json ================================================ [ { "url": "ipfs://QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/quarix.json ================================================ [ { "url": "ipfs://QmZmY6xVNzRAGwyT64PuyHaQ33BR84HEWvTVf6YHPW7kvQ", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/quartz.json ================================================ [ { "url": "ipfs://QmaGPdccULQEFcCGxzstnmE8THfac2kSiGwvWRAiaRq4dp", "width": 48, "height": 48, "format": "svg" } ] ================================================ FILE: _data/icons/raba.json ================================================ [ { "url": "ipfs://QmatP9qMHEYoXqRDyHMTyjYRQa6j6Gk7pmv1QLxQkvpGRP", "width": 787, "height": 750, "format": "png" } ] ================================================ FILE: _data/icons/rabbit.json ================================================ [ { "url": "ipfs://QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc", "width": 310, "height": 251, "format": "svg" } ] ================================================ FILE: _data/icons/rangers.json ================================================ [ { "url": "ipfs://QmXR5e5SDABWfQn6XT9uMsVYAo5Bv7vUv4jVs8DFqatZWG", "width": 2000, "height": 2000, "format": "png" } ] ================================================ FILE: _data/icons/raptorchain.json ================================================ [ { "url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/raptorchain_explorer.json ================================================ [ { "url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU", "width": 200, "height": 200, "format": "png" } ] ================================================ FILE: _data/icons/razornetwork.json ================================================ [ { "url": "ipfs://QmUdwAZJfyKGZnfPGDsCnNvGu123mdd57kTGj1Y3EWVuWK", "width": 900, "height": 900, "format": "png" } ] ================================================ FILE: _data/icons/reapchain.json ================================================ [ { "url": "ipfs://QmevQ8jmDWHmdnUQg6BpoMwVB3NhpzS75adbMnKL78Ls2h", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/reichain.json ================================================ [ { "url": "ipfs://QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf", "width": 591, "height": 591, "format": "svg" } ] ================================================ FILE: _data/icons/resincoin.json ================================================ [ { "url": "ipfs://QmTBszPzBeWPhjozf4TxpL2ws1NkG9yJvisx9h6MFii1zb", "width": 460, "height": 460, "format": "png" } ] ================================================ FILE: _data/icons/rikeza.json ================================================ [ { "url": "ipfs://QmfJ1Qxpzi6CSLeFeWY1Bwe435CpT5za5WfrLUE7vNzZfy", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/rinia.json ================================================ [ { "url": "ipfs://QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/rlc.json ================================================ [ { "url": "ipfs://QmUYKpVmZL4aS3TEZLG5wbrRJ6exxLiwm1rejfGYYNicfb", "width": 155, "height": 155, "format": "png" } ] ================================================ FILE: _data/icons/saakuru.json ================================================ [ { "url": "ipfs://QmduEdtFobPpZWSc45MU6RKxZfTEzLux2z8ikHFhT8usqv", "width": 1024, "height": 1024, "format": "png" } ] ================================================ FILE: _data/icons/sanrchain.json ================================================ [ { "url": "ipfs://QmPLMg5mYD8XRknvYbDkD2x7FXxYan7MPTeUWZC2CihwDM", "width": 2048, "height": 2048, "format": "png" } ] ================================================ FILE: _data/icons/sapphire.json ================================================ [ { "url": "ipfs://Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf", "width": 48, "height": 48, "format": "svg" } ] ================================================ FILE: _data/icons/sardis.json ================================================ [ { "url": "ipfs://QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/sardisTestnet.json ================================================ [ { "url": "ipfs://QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/satoshichain.json ================================================ [ { "url": "ipfs://QmRegpZQBW4o1imYNsW3d27MQjygBSU23Gf6JKje26nvs7", "width": 1251, "height": 1251, "format": "png" } ] ================================================ FILE: _data/icons/scaiIcon.json ================================================ [ { "url": "ipfs://Qme2Z8VFYjhHGfLQPBnfseNpEdRfmTDy7VXqrdH4AHETJf", "width": 150, "height": 150, "format": "png" } ] ================================================ FILE: _data/icons/scolcoin.json ================================================ [ { "url": "ipfs://QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt", "width": 792, "height": 822, "format": "png" } ] ================================================ FILE: _data/icons/seedcoin.json ================================================ [ { "url": "ipfs://QmSchLvCCZjBzcv5n22v1oFDAc2yHJ42NERyjZeL9hBgrh", "width": 64, "height": 64, "format": "png" } ] ================================================ FILE: _data/icons/shardeum.json ================================================ [ { "url": "ipfs://Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD", "width": 609, "height": 533, "format": "png" } ] ================================================ FILE: _data/icons/shibarium.json ================================================ [ { "url": "ipfs://QmYNVkoZgRjDBQzJz6kog9mA2yPzQFW2oSKvhnkwuBhLQE", "width": 2000, "height": 2000, "format": "png" } ] ================================================ FILE: _data/icons/shiden.json ================================================ [ { "url": "ipfs://QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE", "width": 250, "height": 250, "format": "png" } ] ================================================ FILE: _data/icons/shimmerevm.json ================================================ [ { "url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di", "width": 720, "height": 720, "format": "png" } ] ================================================ FILE: _data/icons/shinarium.json ================================================ [ { "url": "ipfs://bafybeiadbavrwcial76vs5ovhyykyaobteltuhliqcthdairbja4klwzhu", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/shuffle.json ================================================ [ { "url": "ipfs://bafkreidvjcc73v747lqlyrhgbnkvkdepdvepo6baj6hmjsmjtvdyhmzzmq", "width": 1000, "height": 1206, "format": "png" } ] ================================================ FILE: _data/icons/shyft.json ================================================ [ { "url": "ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi", "width": 400, "height": 400, "format": "svg" } ] ================================================ FILE: _data/icons/siberium.json ================================================ [ { "url": "ipfs://QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne", "width": 512, "height": 512, "format": "svg" } ] ================================================ FILE: _data/icons/siriusnet.json ================================================ [ { "url": "ipfs://bafybeicxuxdzrzpwsil4owqmn7wpwka2rqsohpfqmukg57pifzyxr5om2q", "width": 100, "height": 100, "format": "png" } ] ================================================ FILE: _data/icons/six.json ================================================ [ { "url": "ipfs://QmP93z696v8Hetu13peY2oEHDXq8Bj5CqaDRwpVkpnM15A", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/smarthost.json ================================================ [ { "url": "ipfs://QmTrLGHyQ1Le25Q7EgNSF5Qq8D2SocKvroDkLqurdBuSQQ", "width": 1655, "height": 1029, "format": "png" } ] ================================================ FILE: _data/icons/soma.json ================================================ [ { "url": "ipfs://QmadSU2tcyvuzssDYGJ4rVLag43QLnKwcBerZR2zKLVU2N", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/songbird.json ================================================ [ { "url": "ipfs://QmXyvnrZY8FUxSULfnKKA99sAEkjAHtvhRx5WeHixgaEdu", "width": 382, "height": 382, "format": "png" } ] ================================================ FILE: _data/icons/soverun.json ================================================ [ { "url": "ipfs://QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi", "width": 1154, "height": 1154, "format": "png" } ] ================================================ FILE: _data/icons/soverunTestnet.json ================================================ [ { "url": "ipfs://QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi", "width": 1154, "height": 1154, "format": "png" } ] ================================================ FILE: _data/icons/stand.json ================================================ [ { "url": "ipfs://QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3", "width": 396, "height": 418, "format": "png" } ] ================================================ FILE: _data/icons/standTestnet.json ================================================ [ { "url": "ipfs://QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3", "width": 396, "height": 418, "format": "png" } ] ================================================ FILE: _data/icons/step.json ================================================ [ { "url": "ipfs://QmVp9jyb3UFW71867yVtymmiRw7dPY4BTnsp3hEjr9tn8L", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/stn.json ================================================ [ { "url": "ipfs://QmRgZVpjik4cH3Sb6wLRpdnfv9kiMEZ8fugfkzTgk3bpRW", "width": 500, "height": 500, "format": "png" } ] ================================================ FILE: _data/icons/subscan.json ================================================ [ { "url": "ipfs://Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/super.json ================================================ [ { "url": "ipfs://QmW4C4QHLMhLeH5MsdVbauMc2Skb4ehzLKU3egLKKoux4D", "width": 130, "height": 130, "format": "png" } ] ================================================ FILE: _data/icons/taf.json ================================================ [ { "url": "ipfs://bafkreigpxhu7glccsislhjqpl5fnsfmj2io4cy33blhky642uiuyojossy", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/taiko.json ================================================ [ { "url": "ipfs://QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui", "width": 288, "height": 258, "format": "png" } ] ================================================ FILE: _data/icons/taraxa.json ================================================ [ { "url": "ipfs://QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D", "width": 310, "height": 310, "format": "png" } ] ================================================ FILE: _data/icons/tcg_verse.json ================================================ [ { "url": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe", "width": 350, "height": 350, "format": "png" } ] ================================================ FILE: _data/icons/team.json ================================================ [ { "url": "ipfs://QmcnA15BLE9uvznbugXKjqquizZs1eLPeEEkc92DSmvhmt", "width": 248, "height": 248, "format": "png" } ] ================================================ FILE: _data/icons/techpay.json ================================================ [ { "url": "ipfs://QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR", "width": 578, "height": 701, "format": "svg" } ] ================================================ FILE: _data/icons/teleport.json ================================================ [ { "url": "ipfs://QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz", "width": 390, "height": 390, "format": "svg" } ] ================================================ FILE: _data/icons/tenet.json ================================================ [ { "url": "ipfs://Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA", "width": 640, "height": 640, "format": "svg" } ] ================================================ FILE: _data/icons/tipboxcoinIcon.json ================================================ [ { "url": "ipfs://QmbiaHnR3fVVofZ7Xq2GYZxwHkLEy3Fh5qDtqnqXD6ACAh", "width": 192, "height": 192, "format": "png" } ] ================================================ FILE: _data/icons/tlc.json ================================================ [ { "url": "ipfs://QmaR5TsgnWSjLys6wGaciKUbc5qYL3Es4jtgQcosVqDWR3", "width": 2048, "height": 2048, "format": "png" } ] ================================================ FILE: _data/icons/tmychain.json ================================================ [ { "url": "ipfs://Qmcd19ksUvNMD1XQFSC55jJhDPoF2zUzzV7woteFiugwBH", "width": 1024, "height": 1023, "format": "svg" } ] ================================================ FILE: _data/icons/toki.json ================================================ [ { "url": "ipfs://QmbCBBH4dFHGr8u1yQspCieQG9hLcPFNYdRx1wnVsX8hUw", "width": 512, "height": 512, "format": "svg" } ] ================================================ FILE: _data/icons/top.json ================================================ [ { "url": "ipfs://QmYikaM849eZrL8pGNeVhEHVTKWpxdGMvCY5oFBfZ2ndhd", "width": 800, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/toronet.json ================================================ [ { "url": "ipfs://QmciSvgLatP6jhgdazuiyD3fSrhipfAN7wC943v1qxcrpv", "width": 846, "height": 733, "format": "png" } ] ================================================ FILE: _data/icons/treasurenet.json ================================================ [ { "url": "ipfs://QmTcNX8ukHkXiVfVah1W8Sed3vtGN95Sq2QSimfLuHva6B", "width": 1844, "height": 1920, "format": "png" } ] ================================================ FILE: _data/icons/tresleches.json ================================================ [ { "url": "ipfs://QmS33ypsZ1Hx5LMMACaJaxePy9QNYMwu4D12niobExLK74", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/treslechesexplorer.json ================================================ [ { "url": "ipfs://QmS33ypsZ1Hx5LMMACaJaxePy9QNYMwu4D12niobExLK74", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/tscscan.json ================================================ [ { "url": "ipfs://QmS7ipvvyZ16weG1DM7AZbi1v9ixYwU2FjP25Jj5jkLiuf", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/twala.json ================================================ [ { "url": "ipfs://QmTXJVhVKvVC7DQEnGKXvydvwpvVaUEBJrMHvsCr4nr1sK", "width": 1326, "height": 1265, "format": "png" } ] ================================================ FILE: _data/icons/u2u.json ================================================ [ { "url": "ipfs://QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/ultron.json ================================================ [ { "url": "ipfs://QmS4W4kY7XYBA4f52vuuytXh3YaTcNBXF14V9tEY6SNqhz", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/unique.json ================================================ [ { "url": "ipfs://QmbJ7CGZ2GxWMp7s6jy71UGzRsMe4w3KANKXDAExYWdaFR", "width": 48, "height": 48, "format": "svg" } ] ================================================ FILE: _data/icons/uptick.json ================================================ [ { "url": "ipfs://QmRGJ6PqYHDTWuUQ6xfnK8S82NzRXiMjTnSGat9qtLuaLP", "width": 400, "height": 400, "format": "png" } ] ================================================ FILE: _data/icons/uptn.json ================================================ [ { "url": "ipfs://Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5", "width": 128, "height": 128, "format": "png" } ] ================================================ FILE: _data/icons/velas.json ================================================ [ { "url": "ipfs://QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5", "width": 924, "height": 800, "format": "png" } ] ================================================ FILE: _data/icons/venidium.json ================================================ [ { "url": "ipfs://bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e", "width": 1000, "height": 1000, "format": "png" } ] ================================================ FILE: _data/icons/vention.json ================================================ [ { "url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4", "width": 250, "height": 250, "format": "png" } ] ================================================ FILE: _data/icons/ventionTestnet.json ================================================ [ { "url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4", "width": 250, "height": 250, "format": "png" } ] ================================================ FILE: _data/icons/vsl.json ================================================ [ { "url": "ipfs://QmeknNzGCZXQK7egwfwyxQan7Lw8bLnqYsyoEgEbDNCzJX", "width": 600, "height": 529, "format": "png" } ] ================================================ FILE: _data/icons/wagmi.json ================================================ [ { "url": "ipfs://QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4", "width": 1920, "height": 1920, "format": "png" } ] ================================================ FILE: _data/icons/web3games.json ================================================ [ { "url": "ipfs://QmUc57w3UTHiWapNW9oQb1dP57ymtdemTTbpvGkjVHBRCo", "width": 192, "height": 192, "format": "png" } ] ================================================ FILE: _data/icons/whitebit-testnet.json ================================================ [ { "url": "ipfs://QmQqAAn2F98TH5ouRyvReKxQdaGKjE7WJQPEPW6mFFVXUT", "width": 32, "height": 32, "format": "svg" } ] ================================================ FILE: _data/icons/wireshape.json ================================================ [ { "url": "ipfs://QmTAyT3YrW2654CBRqRkec2cCznv6EBsbsRc2y6WQPbvXx", "width": 1280, "height": 1280, "format": "png" } ] ================================================ FILE: _data/icons/woopchain.json ================================================ [ { "url": "ipfs://Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec", "width": 310, "height": 310, "format": "png" } ] ================================================ FILE: _data/icons/xdc.json ================================================ [ { "url": "ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX", "width": 1450, "height": 1450, "format": "png" } ] ================================================ FILE: _data/icons/xeta.json ================================================ [ { "url": "ipfs://QmWGNfwJ9o2vmKD3E6fjrxpbFP8W5q45zmYzHHoXwqqAoj", "width": 512, "height": 512, "format": "png" } ] ================================================ FILE: _data/icons/xlon.json ================================================ [ { "url": "ipfs://QmTV45o4jTe6ayscF1XWh1WXk5DPck4QohR5kQocSWjvQP", "width": 300, "height": 300, "format": "png" } ] ================================================ FILE: _data/icons/xodex.json ================================================ [ { "url": "ipfs://QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW", "width": 256, "height": 256, "format": "png" } ] ================================================ FILE: _data/icons/xsc.json ================================================ [ { "url": "ipfs://QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s", "width": 98, "height": 96, "format": "png" } ] ================================================ FILE: _data/icons/ycc.json ================================================ [ { "url": "ipfs://QmdbPhiB5W2gbHZGkYsN7i2VTKKP9casmAN2hRnpDaL9W4", "width": 96, "height": 96, "format": "png" } ] ================================================ FILE: _data/icons/zafirium.json ================================================ [ { "url": "ipfs://QmZT1Wq3P4YbgKBSUmCtgbs5ijPF5d91BzaMPh7Aub8d8t", "width": 192, "height": 192, "format": "png" } ] ================================================ FILE: _data/icons/zcore.json ================================================ [ { "url": "ipfs://QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4", "width": 1050, "height": 1050, "format": "png" } ] ================================================ FILE: _data/icons/zetachain.json ================================================ [ { "url": "ipfs://QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy", "width": 712, "height": 712, "format": "png" } ] ================================================ FILE: _data/icons/zilliqa.json ================================================ [ { "url": "ipfs://QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp", "width": 2048, "height": 2048, "format": "png" } ] ================================================ FILE: _data/icons/zkevm.json ================================================ [ { "url": "ipfs://QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv", "width": 122, "height": 135, "format": "png" } ] ================================================ FILE: _data/icons/zksync-era.json ================================================ [ { "url": "ipfs://QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN", "width": 512, "height": 512, "format": "svg" } ] ================================================ FILE: _data/icons/zora.json ================================================ [ { "url": "ipfs://QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7", "width": 2390, "height": 2390, "format": "png" } ] ================================================ FILE: _data/iconsDownload/QmNx8FRacfNeawhkjk5p57EKzDHkLGMaBBmK2VRL5CB2P2 ================================================ ================================================ FILE: _data/iconsDownload/QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf ================================================ Rectangle Copy ================================================ FILE: _data/iconsDownload/QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM ================================================ ================================================ FILE: _data/iconsDownload/QmQjwcNRCLXU8JBtSkPLUnbWVrpoqbnZVffpJ9Bu8rG34e ================================================ ================================================ FILE: _data/iconsDownload/QmQqAAn2F98TH5ouRyvReKxQdaGKjE7WJQPEPW6mFFVXUT ================================================ ================================================ FILE: _data/iconsDownload/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR ================================================ techpay techpay ================================================ FILE: _data/iconsDownload/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN ================================================ ================================================ FILE: _data/iconsDownload/QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t ================================================ ================================================ FILE: _data/iconsDownload/QmSAFx34SKNi7a139agX12f68oBMo2Ktt9c8yD8aFa14gd ================================================ ================================================ FILE: _data/iconsDownload/QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf ================================================ image/svg+xml ================================================ FILE: _data/iconsDownload/QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz ================================================ Created with Fabric.js 5.2.4 ================================================ FILE: _data/iconsDownload/QmUN5j2cre8GHKv52JE8ag88aAnRmuHMGFxePPvKMogisC ================================================ ================================================ FILE: _data/iconsDownload/QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH ================================================ ================================================ FILE: _data/iconsDownload/QmUVJ7MLCEAfq3pHVPFLscqRMiyAY5biVgTkeDQCmAhHNS ================================================ ================================================ FILE: _data/iconsDownload/QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM ================================================ Logo ================================================ FILE: _data/iconsDownload/QmVpV2WET6ZrqnvvPfE9hCwoE2y5ygbPuniuugpaRoxrho ================================================ ================================================ FILE: _data/iconsDownload/QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw ================================================ ================================================ FILE: _data/iconsDownload/QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz ================================================ ================================================ FILE: _data/iconsDownload/QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth ================================================ ================================================ FILE: _data/iconsDownload/QmXvHWmjfXKdZMSz7x82NR4SjEqigKdJELVHbnzUPkj17F ================================================ ================================================ FILE: _data/iconsDownload/QmYJDpmWyjDa3H6BxweFmQXk4fU8b1GU7M9EqYcaUNvXzc ================================================ ================================================ FILE: _data/iconsDownload/QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne ================================================ ================================================ FILE: _data/iconsDownload/QmYz8LK5WkUN8UwqKfWUjnyLuYqQZWihT7J766YXft4TSy ================================================ ENULS ================================================ FILE: _data/iconsDownload/QmaGPdccULQEFcCGxzstnmE8THfac2kSiGwvWRAiaRq4dp ================================================ ================================================ FILE: _data/iconsDownload/QmbCBBH4dFHGr8u1yQspCieQG9hLcPFNYdRx1wnVsX8hUw ================================================ ================================================ FILE: _data/iconsDownload/QmbJ7CGZ2GxWMp7s6jy71UGzRsMe4w3KANKXDAExYWdaFR ================================================ ================================================ FILE: _data/iconsDownload/QmbxmfWw5sVMASz5EbR1DCgLfk8PnqpSJGQKpYuEUpoxqn ================================================ ================================================ FILE: _data/iconsDownload/Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA ================================================ ================================================ FILE: _data/iconsDownload/Qmcd19ksUvNMD1XQFSC55jJhDPoF2zUzzV7woteFiugwBH ================================================ ================================================ FILE: _data/iconsDownload/Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf ================================================ ================================================ FILE: _data/iconsDownload/QmdR3YL9F95ajwVwfxAGoEzYwm9w7JNsPSfUPjSaQogVjK ================================================ ================================================ FILE: _data/iconsDownload/QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc ================================================ ================================================ FILE: _data/iconsDownload/QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd ================================================ ================================================ FILE: _data/iconsDownload/QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm ================================================ ================================================ FILE: _data/iconsDownload/QmeDXUAYgQxwaSJLsqWgTqnrJVwicgEyNf9199xAMyRkqA ================================================ ================================================ FILE: _data/iconsDownload/QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq ================================================ ================================================ FILE: _data/iconsDownload/bafkreihifvvbq6xzviygveivayogqiotdtpjvilu27bgqobduqemzeq7o4 ================================================ ================================================ FILE: _data/iconsDownload/bafybeibpvlod5nyev6wyuvp6pbestmgvru3ovbadsul32odpno26xwld6y ================================================ ================================================ FILE: build.gradle ================================================ buildscript { ext { KOTLIN_VERSION = "1.9.0" KETHEREUM_VERSION = "0.85.7" } repositories { gradlePluginPortal() } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" classpath 'com.github.ben-manes:gradle-versions-plugin:0.47.0' } } subprojects { apply plugin: "kotlin" repositories { mavenCentral() maven { url 'https://jitpack.io' } } } apply from: 'https://raw.githubusercontent.com/ligi/gradle-common/master/versions_plugin_stable_only.gradle' ================================================ FILE: gradle/wrapper/gradle-wrapper.properties ================================================ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists ================================================ FILE: gradlew ================================================ #!/bin/sh # # Copyright © 2015-2021 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ############################################################################## # # Gradle start up script for POSIX generated by Gradle. # # Important for running: # # (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is # noncompliant, but you have some other compliant shell such as ksh or # bash, then to run this script, type that shell name before the whole # command line, like: # # ksh Gradle # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: # * functions; # * expansions «$var», «${var}», «${var:-default}», «${var+SET}», # «${var#prefix}», «${var%suffix}», and «$( cmd )»; # * compound commands having a testable exit status, especially «case»; # * various built-in commands including «command», «set», and «ulimit». # # Important for patching: # # (2) This script targets any POSIX shell, so it avoids extensions provided # by Bash, Ksh, etc; in particular arrays are avoided. # # The "traditional" practice of packing multiple parameters into a # space-separated string is a well documented source of bugs and security # problems, so this is (mostly) avoided, by progressively accumulating # options in "$@", and eventually passing that to Java. # # Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, # and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; # see the in-line comments for details. # # There are tweaks for specific operating systems such as AIX, CygWin, # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template # https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. # ############################################################################## # Attempt to set APP_HOME # Resolve links: $0 may be a link app_path=$0 # Need this for daisy-chained symlinks. while APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path [ -h "$app_path" ] do ls=$( ls -ld "$app_path" ) link=${ls#*' -> '} case $link in #( /*) app_path=$link ;; #( *) app_path=$APP_HOME$link ;; esac done # This is normally unused # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum warn () { echo "$*" } >&2 die () { echo echo "$*" echo exit 1 } >&2 # OS specific support (must be 'true' or 'false'). cygwin=false msys=false darwin=false nonstop=false case "$( uname )" in #( CYGWIN* ) cygwin=true ;; #( Darwin* ) darwin=true ;; #( MSYS* | MINGW* ) msys=true ;; #( NONSTOP* ) nonstop=true ;; esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD=$JAVA_HOME/jre/sh/java else JAVACMD=$JAVA_HOME/bin/java fi if [ ! -x "$JAVACMD" ] ; then die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi else JAVACMD=java which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi # Increase the maximum file descriptors if we can. if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. # shellcheck disable=SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac case $MAX_FD in #( '' | soft) :;; #( *) # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. # shellcheck disable=SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac fi # Collect all arguments for the java command, stacking in reverse order: # * args from the command line # * the main class name # * -classpath # * -D...appname settings # * --module-path (only if needed) # * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. # For Cygwin or MSYS, switch paths to Windows format before running java if "$cygwin" || "$msys" ; then APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) JAVACMD=$( cygpath --unix "$JAVACMD" ) # Now convert the arguments - kludge to limit ourselves to /bin/sh for arg do if case $arg in #( -*) false ;; # don't mess with options #( /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath [ -e "$t" ] ;; #( *) false ;; esac then arg=$( cygpath --path --ignore --mixed "$arg" ) fi # Roll the args list around exactly as many times as the number of # args, so each arg winds up back in the position where it started, but # possibly modified. # # NB: a `for` loop captures its iteration list before it begins, so # changing the positional parameters here affects neither the number of # iterations, nor the values presented in `arg`. shift # remove old arg set -- "$@" "$arg" # push replacement arg done fi # Collect all arguments for the java command; # * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of # shell script including quotes and variable substitutions, so put them in # double quotes to make sure that they get re-expanded; and # * put everything else in single quotes, so that it's not re-expanded. set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ -classpath "$CLASSPATH" \ org.gradle.wrapper.GradleWrapperMain \ "$@" # Stop when "xargs" is not available. if ! command -v xargs >/dev/null 2>&1 then die "xargs is not available" fi # Use "xargs" to parse quoted args. # # With -n1 it outputs one arg per line, with the quotes and backslashes removed. # # In Bash we could simply go: # # readarray ARGS < <( xargs -n1 <<<"$var" ) && # set -- "${ARGS[@]}" "$@" # # but POSIX shell has neither arrays nor command substitution, so instead we # post-process each arg (as a line of input to sed) to backslash-escape any # character that might be a shell metacharacter, then use eval to reverse # that process (while maintaining the separation between arguments), and wrap # the whole thing up as a single "set" statement. # # This will of course break if any of these variables contains a newline or # an unmatched quote. # eval "set -- $( printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | xargs -n1 | sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | tr '\n' ' ' )" '"$@"' exec "$JAVACMD" "$@" ================================================ FILE: gradlew.bat ================================================ @rem @rem Copyright 2015 the original author or authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem https://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS, @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%"=="" set DIRNAME=. @rem This is normally unused set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Resolve any "." and ".." in APP_HOME to make it shorter. for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :execute @rem Setup the command line set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* :end @rem End local scope for the variables with windows NT shell if %ERRORLEVEL% equ 0 goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! set EXIT_CODE=%ERRORLEVEL% if %EXIT_CODE% equ 0 set EXIT_CODE=1 if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% exit /b %EXIT_CODE% :mainEnd if "%OS%"=="Windows_NT" endlocal :omega ================================================ FILE: httpsloader/build.gradle.kts ================================================ plugins { id("maven-publish") } publishing { publications { create("maven") { version = "1.2" from(components["java"]) } } } dependencies { implementation(project(":model")) implementation("com.squareup.okhttp3:okhttp:4.9.3") implementation("com.squareup.moshi:moshi:1.14.0") } ================================================ FILE: httpsloader/src/main/kotlin/org/ethereum/lists/chains/https/Chain.kt ================================================ package org.ethereum.lists.chains.https import com.squareup.moshi.JsonAdapter import com.squareup.moshi.Moshi import com.squareup.moshi.Types import okhttp3.OkHttpClient import okhttp3.Request import org.ethereum.lists.chains.model.Chain fun getChains(okhttpClient: OkHttpClient = OkHttpClient()): List? { val request = Request.Builder() .url("https://chainid.network/chains.json") .build() val listMyData = Types.newParameterizedType(MutableList::class.java, Chain::class.java) val adapter: JsonAdapter> = Moshi.Builder().build().adapter(listMyData) val response = okhttpClient.newCall(request).execute() return response.body?.let { adapter.fromJson(it.source()) } } ================================================ FILE: maintainer_checklist.md ================================================ A checklist for things to check before merging a chain PR. * If the PR contains explorers claim to adhere to EIP3091 - check if they really do. * If the PR contains icons: * `ipfs get` all icon CIDs * check if the size of the icons you got match the size given in the PR * Check if a PR does not remove a chain - chains cannot be re-moved - only deprecated (to protect from replay attacks) * Check if a PR does not assign a chainID to a newer chain (something like https://github.com/ethereum-lists/chains/pull/1750) If anyone has ideas on how to automate these things in CI - PRs welcome! ================================================ FILE: model/build.gradle.kts ================================================ plugins { id("com.google.devtools.ksp").version("1.9.0-1.0.12") id("maven-publish") } publishing { publications { create("maven") { version = "1.2" from(components["java"]) } } } dependencies { ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0") implementation("com.squareup.moshi:moshi:1.14.0") } ================================================ FILE: model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt ================================================ package org.ethereum.lists.chains.model import com.squareup.moshi.JsonClass @JsonClass(generateAdapter = true) data class Chain( val name: String, val shortName: String, val chain: String, val chainId: Long, val networkId: Long, val rpc: List, val faucets: List, val explorers: List?, val infoURL: String, val title: String?, val nativeCurrency: NativeCurrency ) fun List.filterEIP3019Explorers() = map { it.copy(explorers = it.explorers?.filterEIP3019()) } ================================================ FILE: model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt ================================================ package org.ethereum.lists.chains.model import com.squareup.moshi.JsonClass import org.ethereum.lists.chains.model.ExplorerStandard.* enum class ExplorerStandard { EIP3091, none } @JsonClass(generateAdapter = true) data class Explorer( val name: String, val url: String, val standard: ExplorerStandard ) fun List.filterEIP3019() = filter { it.standard == EIP3091 } ================================================ FILE: model/src/main/kotlin/org/ethereum/lists/chains/model/NativeCurrency.kt ================================================ package org.ethereum.lists.chains.model import com.squareup.moshi.JsonClass @JsonClass(generateAdapter = true) data class NativeCurrency( val name : String, val symbol : String, val decimals : Int, ) ================================================ FILE: processor/build.gradle ================================================ apply plugin: "application" mainClassName = "org.ethereum.lists.chains.MainKt" dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}" implementation "com.github.komputing.kethereum:rpc:${KETHEREUM_VERSION}" implementation "com.github.komputing.kethereum:model:${KETHEREUM_VERSION}" implementation "com.github.komputing.kethereum:erc55:${KETHEREUM_VERSION}" implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" implementation 'com.beust:klaxon:5.6' implementation 'com.squareup.moshi:moshi:1.15.0' implementation 'com.squareup.okhttp3:okhttp:4.11.0' implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.9.4" implementation "com.twelvemonkeys.imageio:imageio-batik:3.9.4" implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.16" implementation project(":model") testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN_VERSION}" implementation 'com.github.ligi:ipfs-api-kotlin:0.15' } ================================================ FILE: processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt ================================================ package org.ethereum.lists.chains import com.squareup.moshi.JsonAdapter import com.squareup.moshi.Moshi import io.ipfs.kotlin.IPFS import io.ipfs.kotlin.IPFSConfiguration import okhttp3.OkHttpClient import org.ethereum.lists.chains.model.Chain import java.time.Duration val mandatory_fields = listOf( "name", "shortName", "chain", "chainId", "networkId", "rpc", "faucets", "infoURL", "nativeCurrency" ) val optionalFields = listOf( "features", "slip44", "ens", "icon", "explorers", "title", "parent", "status", "redFlags" ) val allowedRedFlags = listOf("reusedChainId") val moshi: Moshi = Moshi.Builder().build() val chainAdapter: JsonAdapter = moshi.adapter(Chain::class.java) val ipfs by lazy { IPFS( IPFSConfiguration( "http://127.0.0.1:5001/api/v0/", OkHttpClient.Builder().readTimeout(Duration.ofMinutes(1)).build(), Moshi.Builder().build() ) ) } val httpPrefixes = listOf("https://", "http://") val rpcPrefixes = httpPrefixes + listOf("wss://", "ws://") ================================================ FILE: processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt ================================================ package org.ethereum.lists.chains import com.beust.klaxon.JsonArray import java.io.File import com.beust.klaxon.JsonObject import com.beust.klaxon.Klaxon import org.ethereum.lists.chains.model.* import org.kethereum.erc55.isValid import org.kethereum.model.Address import org.kethereum.rpc.HttpEthereumRPC import java.math.BigInteger import javax.imageio.ImageIO import kotlin.io.OnErrorAction.* val parsedShortNames = mutableSetOf() val parsedNames = mutableSetOf() val basePath = File("..") val dataPath = File(basePath, "_data") val iconsPath = File(dataPath, "icons") val iconsDownloadPath = File(dataPath, "iconsDownload") val chainsPath = File(dataPath, "chains") private val allFiles = chainsPath.listFiles() ?: error("${chainsPath.absolutePath} must contain the chain json files - but it does not") private val allChainFiles = allFiles.filter { !it.isDirectory } private val allIconFilesList = iconsPath.listFiles() ?: error("${iconsPath.absolutePath} must contain the icon json files - but it does not") private val allIconFiles = allIconFilesList.filter { !it.isDirectory } private val allUsedIcons = mutableSetOf() fun main(args: Array) { val argsList = args.toMutableList() val verbose = argsList.contains("verbose").also { argsList.remove("verbose") } if (argsList.firstOrNull() == "singleChainCheck") { val file = File(File(".."), args.last()) if (file.exists() && file.parentFile == chainsPath) { println("checking single chain " + args.last()) checkChain(file, true, verbose) } } else { doChecks( verbose = verbose, doRPCConnect = argsList.firstOrNull() == "rpcConnect", doIconDownload = argsList.firstOrNull() == "iconDownload", ) createOutputFiles() } } private fun createOutputFiles() { val buildPath = File(basePath, "output").apply { mkdir() } val chainJSONArray = JsonArray() val miniChainJSONArray = JsonArray() val chainIconJSONArray = JsonArray() val shortNameMapping = JsonObject() // copy raw data so e.g. icons are available - SKIP errors File(basePath, "_data").copyRecursively(buildPath, onError = { _, _ -> SKIP }) allChainFiles .map { Klaxon().parseJsonObject(it.reader()) } .sortedBy { (it["chainId"] as Number).toLong() } .forEach { jsonObject -> chainJSONArray.add(jsonObject) val miniJSON = JsonObject() listOf("name", "chainId", "shortName", "networkId", "nativeCurrency", "rpc", "faucets", "infoURL").forEach { field -> jsonObject[field]?.let { content -> miniJSON[field] = content } } miniChainJSONArray.add(miniJSON) shortNameMapping[jsonObject["shortName"] as String] = "eip155:" + jsonObject["chainId"] } allIconFiles .forEach { iconLocation -> val jsonData = Klaxon().parseJsonArray(iconLocation.reader()) if (iconLocation.extension != "json") { error("Icon must be json " + iconLocation) } val iconName = iconLocation.toString().removePrefix("../_data/icons/").removeSuffix(".json") val iconJson = JsonObject() iconJson["name"] = iconName iconJson["icons"] = jsonData chainIconJSONArray.add(iconJson) } File(buildPath, "chains.json").writeText(chainJSONArray.toJsonString()) File(buildPath, "chains.json").writeText(chainJSONArray.toJsonString()) File(buildPath, "chains_pretty.json").writeText(chainJSONArray.toJsonString(prettyPrint = true)) File(buildPath, "chains_mini.json").writeText(miniChainJSONArray.toJsonString()) File(buildPath, "chains_mini_pretty.json").writeText(miniChainJSONArray.toJsonString(prettyPrint = true)) File(buildPath, "chain_icons_mini.json").writeText(chainIconJSONArray.toJsonString()) File(buildPath, "chain_icons.json").writeText(chainIconJSONArray.toJsonString(prettyPrint = true)) File(buildPath, "shortNameMapping.json").writeText(shortNameMapping.toJsonString(prettyPrint = true)) File(buildPath, ".nojekyll").createNewFile() File(buildPath, "CNAME").writeText("chainid.network") } private fun doChecks(doRPCConnect: Boolean, doIconDownload: Boolean, verbose: Boolean) { allChainFiles.forEach { file -> try { checkChain(file, doRPCConnect, verbose) } catch (exception: Exception) { println("Problem with $file") throw exception } } val allIcons = iconsPath.listFiles() ?: return val allIconCIDs = mutableSetOf() allIcons.forEach { checkIcon(it, doIconDownload, allIconCIDs, verbose) } val unusedIconDownload = mutableSetOf() iconsDownloadPath.listFiles()?.forEach { if (!allIconCIDs.contains(it.name)) unusedIconDownload.add(it.name) } if (unusedIconDownload.isNotEmpty()) { throw UnreferencedIcon(unusedIconDownload.joinToString(" "), iconsDownloadPath) } allFiles.filter { it.isDirectory }.forEach { _ -> error("should not contain a directory") } val unusedIcons = mutableSetOf() iconsPath.listFiles().forEach { if (!allUsedIcons.contains(it.name.toString().removeSuffix(".json"))) { unusedIcons.add(it.toString()) } } if (unusedIcons.isNotEmpty()) { error("error: unused icons ${unusedIcons.joinToString(" ")}") } } fun checkIcon(icon: File, withIconDownload: Boolean, allIconCIDs: MutableSet, verbose: Boolean) { val obj: JsonArray<*> = Klaxon().parseJsonArray(icon.reader()) if (verbose) { println("checking Icon " + icon.name) println("found variants " + obj.size) } obj.forEach { it -> if (it !is JsonObject) { error("Icon variant must be an object") } val url = it["url"] ?: error("Icon must have a URL") if (url !is String || !url.startsWith("ipfs://")) { error("url must start with ipfs://") } allIconCIDs.add(url.removePrefix("ipfs://")) val iconCID = url.removePrefix("ipfs://") val iconDownloadFile = File(iconsDownloadPath, iconCID) if (!iconDownloadFile.exists() && withIconDownload) { try { println("fetching Icon from IPFS $iconCID") val iconBytes = ipfs.get.catBytes(iconCID) println("Icon size" + iconBytes.size) iconDownloadFile.createNewFile() iconDownloadFile.writeBytes(iconBytes) } catch (e: Exception) { println("could not fetch icon from IPFS") } } val width = it["width"] val height = it["height"] if (width != null || height != null) { if (height == null || width == null) { error("If icon has width or height it needs to have both") } if (width !is Int) { error("Icon width must be Int") } if (height !is Int) { error("Icon height must be Int") } } val format = it["format"] if (format !is String || (!setOf("png", "svg", "jpg").contains(format))) { error("Icon format must be a png, svg or jpg but was $format") } if (iconDownloadFile.exists()) { try { val imageInputStream = ImageIO.createImageInputStream(iconDownloadFile) val imageReader = ImageIO.getImageReaders(imageInputStream).next() val image = ImageIO.read(imageInputStream) val formatOfIconDownload = imageReader.formatName.replace("JPEG", "jpg") if (formatOfIconDownload != format) { error("format in json ($icon) is $format but actually is in imageDownload $formatOfIconDownload") } if (image.width != width) { error("width in json ($icon) is $width but actually is in imageDownload ${image.width}") } if (image.raster.height != height) { error("height in json ($icon) is $height but actually is in imageDownload ${image.height}") } } catch (e: Exception) { e.printStackTrace() error("problem with image $iconDownloadFile") } } } } fun checkChain(chainFile: File, connectRPC: Boolean, verbose: Boolean = false) { if (verbose) { println("processing $chainFile") } val jsonObject = Klaxon().parseJsonObject(chainFile.reader()) val chainIdAsLong = getNumber(jsonObject, "chainId") if (chainFile.nameWithoutExtension.startsWith("eip155-")) { if (chainIdAsLong.toString() != chainFile.nameWithoutExtension.replace("eip155-", "")) { throw (FileNameMustMatchChainId()) } } else { throw (UnsupportedNamespace()) } if (chainFile.extension != "json") { throw (ExtensionMustBeJSON()) } getNumber(jsonObject, "networkId") val extraFields = jsonObject.map.keys.subtract(mandatory_fields).subtract(optionalFields) if (extraFields.isNotEmpty()) { throw ShouldHaveNoExtraFields(extraFields) } val missingFields = mandatory_fields.subtract(jsonObject.map.keys) if (missingFields.isNotEmpty()) { throw ShouldHaveNoMissingFields(missingFields) } jsonObject["icon"]?.let { processIcon(it, chainFile) } val nameRegex = Regex("^[a-zA-Z0-9\\-\\.\\(\\) ]+$") jsonObject["nativeCurrency"]?.let { if (it !is JsonObject) { throw NativeCurrencyMustBeObject() } val symbol = it["symbol"] if (symbol !is String) { throw NativeCurrencySymbolMustBeString() } if (symbol.length >= 7) { throw NativeCurrencySymbolMustHaveLessThan7Chars() } if (it.keys != setOf("symbol", "decimals", "name")) { throw NativeCurrencyCanOnlyHaveSymbolNameAndDecimals() } if (it["decimals"] !is Int) { throw NativeCurrencyDecimalMustBeInt() } val currencyName = it["name"] if (currencyName !is String) { throw NativeCurrencyNameMustBeString() } if (!nameRegex.matches(currencyName)) { throw IllegalName("currencyName", currencyName) } } val chainName = jsonObject["name"] if (chainName !is String) { throw ChainNameMustBeString() } if (!nameRegex.matches(chainName)) { throw IllegalName("chain name", chainName) } jsonObject["explorers"]?.let { if (it !is JsonArray<*>) { throw (ExplorersMustBeArray()) } it.forEach { explorer -> if (explorer !is JsonObject) { error("explorer must be object") } if (explorer["name"] == null) { throw (ExplorerMustHaveName()) } explorer["icon"]?.let { explorerIcon -> processIcon(explorerIcon, chainFile) } val url = explorer["url"] if (url == null || url !is String || httpPrefixes.none { prefix -> url.startsWith(prefix) }) { throw (ExplorerMustWithHttpsOrHttp()) } if (url.endsWith("/")) { throw ExplorerCannotEndInSlash() } url.checkString("Explorer URL") if (explorer["standard"] != "EIP3091" && explorer["standard"] != "none") { throw (ExplorerStandardMustBeEIP3091OrNone()) } } } jsonObject["ens"]?.let { if (it !is JsonObject) { throw ENSMustBeObject() } if (it.keys != mutableSetOf("registry")) { throw ENSMustHaveOnlyRegistry() } val address = Address(it["registry"] as String) if (!address.isValid()) { throw ENSRegistryAddressMustBeValid() } } jsonObject["status"]?.let { if (it !is String) { throw StatusMustBeString() } if (!setOf("incubating", "active", "deprecated").contains(it)) { throw StatusMustBeIncubatingActiveOrDeprecated() } } jsonObject["faucets"]?.let { faucets -> if (faucets !is List<*>) { throw FaucetsMustBeArray() } faucets.forEach { if (it !is String) { throw FaucetMustBeString() } it.checkString("Faucet URL") } } jsonObject["redFlags"]?.let { redFlags -> if (redFlags !is List<*>) { throw RedFlagsMustBeArray() } redFlags.forEach { if (it !is String) { throw RedFlagMustBeString() } it.checkString("Red flag") if (!allowedRedFlags.contains(it)) throw (InvalidRedFlags(it)) } } jsonObject["parent"]?.let { if (it !is JsonObject) { throw ParentMustBeObject() } if (!it.keys.containsAll(setOf("chain", "type"))) { throw ParentMustHaveChainAndType() } val extraParentFields = it.keys - setOf("chain", "type", "bridges") if (extraParentFields.isNotEmpty()) { throw ParentHasExtraFields(extraParentFields) } val bridges = it["bridges"] if (bridges != null && bridges !is List<*>) { throw ParentBridgeNoArray() } (bridges as? JsonArray<*>)?.forEach { bridge -> if (bridge !is JsonObject) { throw BridgeNoObject() } if (bridge.keys.size != 1 || bridge.keys.first() != "url") { throw BridgeOnlyURL() } } if (!setOf("L2", "shard").contains(it["type"])) { throw ParentHasInvalidType(it["type"] as? String) } if (!File(chainFile.parentFile, it["chain"] as String + ".json").exists()) { throw ParentChainDoesNotExist(it["chain"] as String) } } parseWithMoshi(chainFile) if (jsonObject["rpc"] !is List<*>) { throw (RPCMustBeList()) } else { (jsonObject["rpc"] as List<*>).forEach { rpcURL -> if (rpcURL !is String) { throw (RPCMustBeListOfStrings()) } else if (rpcPrefixes.none { prefix -> rpcURL.startsWith(prefix) }) { throw (InvalidRPCPrefix(rpcURL)) } else { rpcURL.checkString("RPC URL") if (connectRPC) { var chainId: BigInteger? = null try { println("connecting to $rpcURL") val ethereumRPC = HttpEthereumRPC(rpcURL) println("Client:" + ethereumRPC.clientVersion()) println("BlockNumber:" + ethereumRPC.blockNumber()) println("GasPrice:" + ethereumRPC.gasPrice()) chainId = ethereumRPC.chainId()?.value } catch (e: Exception) { } chainId?.let { nonNullChainId -> if (chainIdAsLong != nonNullChainId.toLong()) { error("RPC chainId (${nonNullChainId.toLong()}) does not match chainId from json ($chainIdAsLong)") } } } } } } } private fun processIcon(it: Any, chainFile: File): Boolean { if (it !is String) { error("icon must be string") } if (!File(iconsPath, "$it.json").exists()) { error("The Icon $it does not exist - was used in ${chainFile.name}") } return allUsedIcons.add(it) } private fun String.checkString(which: String) { if (isBlank()) { throw StringCannotBeBlank(which) } if (trim() != this) { throw StringCannotHaveExtraSpaces(which) } } fun String.normalizeName() = replace(" ", "").uppercase() /* moshi fails for extra commas https://github.com/ethereum-lists/chains/issues/126 */ private fun parseWithMoshi(fileToParse: File) { val parsedChain = chainAdapter.fromJson(fileToParse.readText()) val parsedChainNormalizedName = parsedChain!!.name.normalizeName() if (parsedNames.contains(parsedChainNormalizedName)) { throw NameMustBeUnique(parsedChainNormalizedName) } parsedNames.add(parsedChainNormalizedName) val parsedChainNormalizedShortName = parsedChain.shortName.normalizeName() if (parsedShortNames.contains(parsedChainNormalizedShortName)) { throw ShortNameMustBeUnique(parsedChainNormalizedShortName) } if (parsedChainNormalizedShortName == "*") { throw ShortNameMustNotBeStar() } parsedShortNames.add(parsedChainNormalizedShortName) } private fun getNumber(jsonObject: JsonObject, field: String): Long { return when (val chainId = jsonObject[field]) { is Int -> chainId.toLong() is Long -> chainId else -> throw (Exception("not a number at $field")) } } ================================================ FILE: processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt ================================================ package org.ethereum.lists.chains.model import org.ethereum.lists.chains.rpcPrefixes import java.io.File class FileNameMustMatchChainId : Exception("chainId must match the filename") class ExtensionMustBeJSON : Exception("filename extension must be json") class ShouldHaveNoExtraFields(fields: Set) : Exception("should have no extra field $fields") class ShouldHaveNoMissingFields(fields: Set) : Exception("missing field(s) $fields") class RPCMustBeList : Exception("rpc must be a list") class RPCMustBeListOfStrings : Exception("rpc must be a list of strings") class RPCCannotBeEmpty : Exception("rpc cannot be empty") class InvalidRPCPrefix(prefix: String) : Exception("rpc has invalid prefix: $prefix - must be any of $rpcPrefixes") class ENSMustBeObject: Exception("ens must be an object") class ENSMustHaveOnlyRegistry: Exception("ens can only have a registry currently") class ENSRegistryAddressMustBeValid: Exception("ens registry must have valid address") class NameMustBeUnique(dup: String): Exception(" name must be unique - but found `$dup` more than once") class ShortNameMustBeUnique(dup: String): Exception("short name must be unique - but found `$dup` more than once") class ShortNameMustNotBeStar: Exception("short name must not be '*'") class UnsupportedNamespace: Exception("So far only the EIP155 namespace is supported") class ExplorersMustBeArray: Exception("explorers must be an array") class ExplorerMustHaveName: Exception("Explorer must have name") class ExplorerMustWithHttpsOrHttp: Exception("Explorer have url starting with https:// or http://") class ExplorerCannotEndInSlash: Exception("Explorer cannot have a slash on the end") class StringCannotBeBlank(which: String): Exception("$which cannot be blank") class StringCannotHaveExtraSpaces(which: String): Exception("$which cannot have leading or tailing spaces") class ExplorerStandardMustBeEIP3091OrNone: Exception("explorer standard must be 'none' or 'EIP3091'") class ParentHasInvalidType(type: String?): Exception("Parent has invalid type $type - only L2 or shard allowed") class RedFlagsMustBeArray: Exception("redFlags not an array") class FaucetsMustBeArray: Exception("faucets not an array") class RedFlagMustBeString: Exception("redFlag not an string") class FaucetMustBeString: Exception("faucet not an string") class FaucetCannotBeBlank: Exception("faucet cannot be blank") class InvalidRedFlags(flag: String): Exception("redFlags invalid $flag") class ParentMustBeObject: Exception("parent must be an object") class ParentMustHaveChainAndType: Exception("parent must have fields 'chain' and 'type'") class ParentHasExtraFields(fields: Set): Exception("parent has extra field: $fields") class ParentBridgeNoArray: Exception("parent bridge must be array") class BridgeNoObject: Exception("parent bridges must be array consisting of json objects") class BridgeOnlyURL: Exception("parent bridge only contain an URL") class ParentChainDoesNotExist(chain: String): Exception("Referenced parent chain ($chain) does not exist") class StatusMustBeString: Exception("status must be a string") class StatusMustBeIncubatingActiveOrDeprecated: Exception("status must be either incubating, active or deprecated") class NativeCurrencyMustBeObject: Exception("Native currency must be object") class NativeCurrencySymbolMustBeString: Exception("Native currency symbol must be string") class NativeCurrencySymbolMustHaveLessThan7Chars: Exception("Native currency symbol must have less than 7 chars") class NativeCurrencyCanOnlyHaveSymbolNameAndDecimals: Exception("Native currency can only have symbol decimals and name") class NativeCurrencyDecimalMustBeInt: Exception("Native currency decimals must be int") class NativeCurrencyNameMustBeString: Exception("Native currency name must be string") class ChainNameMustBeString: Exception("Name must be string") class IllegalName(type: String,name: String): Exception("Invalid $type: $name") class UnreferencedIcon(fileName: String, iconsDownloadPath: File): Exception("Found unreference $fileName in $iconsDownloadPath") ================================================ FILE: processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt ================================================ package org.ethereum.lists.chains import com.squareup.moshi.JsonEncodingException import org.ethereum.lists.chains.model.* import org.junit.Before import org.junit.Test import java.io.File class TheChainChecker { @Before fun setup() { parsedNames.clear() parsedShortNames.clear() } @Test fun shouldPassForValidChain() { val file = getFile("valid/eip155-1.json") checkChain(file, false) } @Test fun shouldPassForValidChainWithExplorers() { val file = getFile("valid/withexplorer/eip155-1.json") checkChain(file, false) } @Test fun shouldPassForValidChainWithExplorersNoStandard() { val file = getFile("valid/withexplorer/eip155-2.json") checkChain(file, false) } @Test fun shouldPassForValidChainWithParent() { val file = getFile("valid/withparent/eip155-2.json") checkChain(file, false) } @Test fun shouldPassForValidChainWithParentBridge() { val file = getFile("valid/withparentbridge/eip155-2.json") checkChain(file, false) } @Test(expected = BridgeNoObject::class) fun shouldFailForParentBridgeElementNoObject() { val file = getFile("invalid/withparentextrabridgeelementnoobject/eip155-2.json") checkChain(file, false) } @Test(expected = ParentMustBeObject::class) fun shouldFailForParentNoObject() { val file = getFile("invalid/withparentnobject/eip155-2.json") checkChain(file, false) } @Test(expected = ParentHasInvalidType::class) fun shouldFailForParentWithInvalidType() { val file = getFile("invalid/withparentinvalidtype/eip155-2.json") checkChain(file, false) } @Test(expected = RedFlagsMustBeArray::class) fun shouldFailForInvalidRedFlagsNotArray() { val file = getFile("invalid/invalid_redFlags/eip155-2.json") checkChain(file, false) } @Test(expected = InvalidRedFlags::class) fun shouldFailForInvalidRedFlag() { val file = getFile("invalid/invalid_redFlags/eip155-3.json") checkChain(file, false) } @Test(expected = ParentHasExtraFields::class) fun shouldFailForParentWithExtraParentField() { val file = getFile("invalid/withparentextrafield/eip155-2.json") checkChain(file, false) } @Test(expected = ParentHasExtraFields::class) fun shouldFailForParentWithExtraField() { val file = getFile("invalid/withparentextrafield/eip155-2.json") checkChain(file, false) } @Test(expected = BridgeOnlyURL::class) fun shouldFailForParentWithExtraBridgesField() { val file = getFile("invalid/withparentextrabridgesfield/eip155-2.json") checkChain(file, false) } @Test(expected = ParentBridgeNoArray::class) fun shouldFailForParentWithExtraBridgeNoArray() { val file = getFile("invalid/withparentextrabridgesnoarray/eip155-2.json") checkChain(file, false) } @Test(expected = ParentChainDoesNotExist::class) fun shouldFailIfParentChainDoesNotExist() { val file = getFile("invalid/withparentchaindoesnotexist/eip155-2.json") checkChain(file, false) } @Test(expected = FileNameMustMatchChainId::class) fun shouldFailForInvalidFilename() { val file = getFile("invalid/eip155-invalid_filename.json") checkChain(file, false) } @Test(expected = FileNameMustMatchChainId::class) fun shouldFailForFilenameWithLeadingZero() { val file = getFile("invalid/leadingzero/eip155-01.json") checkChain(file, false) } @Test(expected = FileNameMustMatchChainId::class) fun shouldFailForChainNotMatchingFilename() { val file = getFile("invalid/eip155-3.json") checkChain(file, false) } @Test(expected = ShouldHaveNoExtraFields::class) fun shouldFailForExtraField() { val file = getFile("invalid/eip155-1.json") checkChain(file, false) } @Test(expected = ShouldHaveNoMissingFields::class) fun shouldFailForMissingField() { val file = getFile("invalid/eip155-4.json") checkChain(file, false) } @Test(expected = ENSRegistryAddressMustBeValid::class) fun shouldFailForInvalidENSAddress() { val file = getFile("invalid/eip155-99.json") checkChain(file, false) } @Test(expected = ENSMustHaveOnlyRegistry::class) fun shouldFailForExtraENSFields() { val file = getFile("invalid/eip155-100.json") checkChain(file, false) } @Test(expected = ENSMustHaveOnlyRegistry::class) fun shouldFailForNoRegistryField() { val file = getFile("invalid/eip155-101.json") checkChain(file, false) } @Test(expected = ENSMustBeObject::class) fun shouldFailForENSISNotObject() { val file = getFile("invalid/eip155-102.json") checkChain(file, false) } @Test(expected = ExtensionMustBeJSON::class) fun shouldFailForNonJSON() { val file = getFile("invalid/eip155-1.nojson") checkChain(file, false) } @Test(expected = JsonEncodingException::class) fun shouldFailForExtraComma() { val file = getFile("invalid/extracomma/eip155-1.json") checkChain(file, false) } @Test(expected = ShortNameMustNotBeStar::class) fun shouldFailForStarShortName() { val file = getFile("invalid/shortNameMustNotBeStar/eip155-1.json") checkChain(file, false) } @Test(expected = NameMustBeUnique::class) fun shouldFailOnNonUniqueName() { checkChain(getFile("valid/eip155-1.json"), false) checkChain(getFile("valid/eip155-1.json"), false) } @Test(expected = ShortNameMustBeUnique::class) fun shouldFailOnNonUniqueShortName() { checkChain(getFile("invalid/sameshortname/eip155-5.json"), false) checkChain(getFile("invalid/sameshortname/eip155-1.json"), false) } @Test(expected = ExplorersMustBeArray::class) fun shouldFailWhenExplorerIsNotArray() { checkChain(getFile("invalid/explorersnotarray/eip155-1.json"), false) } @Test(expected = ExplorerStandardMustBeEIP3091OrNone::class) fun shouldFailOnWrongExplorerStandard() { checkChain(getFile("invalid/wrongexplorerstandard/eip155-1.json"), false) } @Test(expected = ExplorerMustHaveName::class) fun shouldFailOnNoExplorerName() { checkChain(getFile("invalid/explorernoname/eip155-1.json"), false) } @Test(expected = ExplorerMustWithHttpsOrHttp::class) fun shouldFailOnInvalidUrl() { checkChain(getFile("invalid/explorerinvalidurl/eip155-1.json"), false) } @Test(expected = ExplorerMustWithHttpsOrHttp::class) fun shouldFailOnMissingURL() { checkChain(getFile("invalid/explorermissingurl/eip155-1.json"), false) } @Test(expected = StatusMustBeString::class) fun shouldFailOnInvalidStatusType() { checkChain(getFile("invalid/invalid_status/eip155-1.json"), false) } @Test(expected = StatusMustBeIncubatingActiveOrDeprecated::class) fun shouldFailOnInvalidStatus() { checkChain(getFile("invalid/invalid_status/eip155-2.json"), false) } @Test fun canParse2chains() { checkChain(getFile("valid/eip155-1.json"), false) checkChain(getFile("valid/eip155-5.json"), false) } private fun getFile(s: String) = File(javaClass.classLoader.getResource("test_chains/$s")!!.file) } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-1.json ================================================ { "title": "Ethereum Mainnet", "name": "Ethereum", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "extra_field": "should_fail" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-1.nojson ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-100.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 100, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "ens": { "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010", "yolo": 1 } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-101.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 101, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "ens": { } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-102.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 102, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "ens": "" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-3.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-4.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 4, "networkId": 4, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-99.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 99, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "ens": { "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010yolo" } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/eip155-invalid_filename.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/explorerinvalidurl/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [{ "name": "yolo", "url": "failme", "standard": "EIP3091" }] } ================================================ FILE: processor/src/test/resources/test_chains/invalid/explorermissingurl/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [{ "name": "yolo", "standard": "EIP3091" }] } ================================================ FILE: processor/src/test/resources/test_chains/invalid/explorernoname/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [{ "url": "https://etherscan.io", "standard": "EIP3091" }] } ================================================ FILE: processor/src/test/resources/test_chains/invalid/explorersnotarray/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": "should_fail" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/extracomma/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "faucets": [], "infoURL": "https://ethereum.org", } ================================================ FILE: processor/src/test/resources/test_chains/invalid/invalid_redFlags/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "redFlags": "yolo" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/invalid_redFlags/eip155-3.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 3, "networkId": 3, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "redFlags": ["yolo"] } ================================================ FILE: processor/src/test/resources/test_chains/invalid/invalid_status/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [], "status": 1 } ================================================ FILE: processor/src/test/resources/test_chains/invalid/invalid_status/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [], "status": "yolo" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/leadingzero/eip155-01.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [{ "name": "etherscan", "url": "https://etherscan.io", "standard": "none" }] } ================================================ FILE: processor/src/test/resources/test_chains/invalid/sameshortname/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "willfail", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "nativeCurrency": { "name": "Goerli Ether", "symbol": "GOR", "decimals": 18 }, "faucets": [], "infoURL": "https://ethereum.org" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/sameshortname/eip155-5.json ================================================ { "name": "Ethereum Testnet Goerli", "chain": "ETH", "rpc": [ "https://rpc.goerli.mudit.blog/", "https://rpc.slock.it/goerli", "https://goerli.prylabs.net" ], "faucets": [ "https://goerli-faucet.slock.it/?address=${ADDRESS}", "https://faucet.goerli.mudit.blog" ], "nativeCurrency": { "name": "Goerli Ether", "symbol": "GOR", "decimals": 18 }, "infoURL": "https://goerli.net/#about", "shortName": "willfail", "chainId": 5, "networkId": 5, "ens": { "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/shortNameMustNotBeStar/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "*", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [] } ================================================ FILE: processor/src/test/resources/test_chains/invalid/withparentchaindoesnotexist/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "L2" } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/withparentextrabridgeelementnoobject/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "L2", "bridges": ["yolo"] } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/withparentextrabridgesfield/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "L2", "bridges": [{"yolo":"yoooo"}] } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/withparentextrabridgesnoarray/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "L2", "bridges": "yolo" } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/withparentextrafield/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "L2", "yolo": "yooooo" } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/withparentinvalidtype/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "yolo" } } ================================================ FILE: processor/src/test/resources/test_chains/invalid/withparentnobject/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": "yolo" } ================================================ FILE: processor/src/test/resources/test_chains/invalid/wrongexplorerstandard/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [{ "name": "etherscan", "url": "https://etherscan.io", "standard": "failme" }] } ================================================ FILE: processor/src/test/resources/test_chains/valid/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } } ================================================ FILE: processor/src/test/resources/test_chains/valid/eip155-5.json ================================================ { "name": "Ethereum Testnet Goerli", "chain": "ETH", "rpc": [ "https://rpc.goerli.mudit.blog/", "https://rpc.slock.it/goerli", "https://goerli.prylabs.net" ], "faucets": [ "https://goerli-faucet.slock.it/?address=${ADDRESS}", "https://faucet.goerli.mudit.blog" ], "nativeCurrency": { "name": "Goerli Ether", "symbol": "GOR", "decimals": 18 }, "infoURL": "https://goerli.net/#about", "shortName": "gor", "chainId": 5, "networkId": 5, "ens": { "registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010" }, "redFlags": [ "reusedChainId" ] } ================================================ FILE: processor/src/test/resources/test_chains/valid/withexplorer/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [ { "name": "etherscan", "url": "https://etherscan.io", "standard": "EIP3091" } ] } ================================================ FILE: processor/src/test/resources/test_chains/valid/withexplorer/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "explorers": [ { "name": "some", "url": "https://etherscan.io", "standard": "none" } ] } ================================================ FILE: processor/src/test/resources/test_chains/valid/withparent/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } } ================================================ FILE: processor/src/test/resources/test_chains/valid/withparent/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "L2" } } ================================================ FILE: processor/src/test/resources/test_chains/valid/withparentbridge/eip155-1.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 1, "networkId": 1, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } } ================================================ FILE: processor/src/test/resources/test_chains/valid/withparentbridge/eip155-2.json ================================================ { "name": "Ethereum Mainnet", "shortName": "eth", "chain": "ETH", "chainId": 2, "networkId": 2, "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], "faucets": [], "infoURL": "https://ethereum.org", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "parent": { "chain": "eip155-1", "type": "L2", "bridges": [ {"url": "https://bridge.foo.org"} ] } } ================================================ FILE: settings.gradle.kts ================================================ include(":model") include(":httpsloader") include(":processor") ================================================ FILE: tools/package.json ================================================ { "devDependencies": { "ajv": "^8.11.0" } } ================================================ FILE: tools/rmNetwork.js ================================================ /** * This removed `network` param from all the chain files * Since this is the only tool here, it is here in index.js */ const fs = require('fs'); const chainFiles = fs.readdirSync('../_data/chains/'); for (const chainFile of chainFiles) { const fileLocation = `../_data/chains/${chainFile}` const fileData = fs.readFileSync(fileLocation, 'utf8') const fileDataJson = JSON.parse(fileData) if (fileDataJson.network) { delete fileDataJson.network fs.writeFileSync(fileLocation, JSON.stringify(fileDataJson, null, 2)) } } // Note: // Run `npx prettier --write --ignore-unknown _data`from Project Directory ================================================ FILE: tools/schema/chainSchema.json ================================================ { "$schema": "http://json-schema.org/schema#", "title": "EIP155 Chain Data", "type":"object", "required": ["name","shortName","chain","chainId","networkId","rpc","faucets","infoURL","nativeCurrency"], "properties": { "name":{ "type":"string", "description": "Name of the Network" }, "shortName":{ "type":"string", "pattern": "^[A-Za-z0-9-_]{1,64}$" }, "title":{ "type":"string", "description": "Optional title for the Network" }, "chain":{ "type":"string", "description": "Name of the Network" }, "icon":{ "type":"string", "description": "Icon type" }, "rpc":{ "type":"array", "items":{ "type":"string" } }, "faucets":{ "type":"array", "items":{ "type":"string" } }, "features":{ "type":"array", "items":{ "type":"object", "properties": { "name":{ "type":"string", "description": "feature name - e.g. EIP155" } } } }, "nativeCurrency":{ "type":"object", "properties": { "name":{ "type":"string", "description":"Name of the Native Currency" }, "symbol":{ "type":"string", "description":"Symbol of the Native Currency" }, "decimals":{ "type":"number", "description":"Decimal points supported" } } }, "infoURL":{ "type":"string", "description": "infoURL" }, "chainId":{ "type":"number", "description": "Chain ID of the Network" }, "networkId":{ "type":"number", "description": "Network ID of the Network" }, "slip44":{ "type":"number", "description": "Slip44 of the Network" }, "ens":{ "type":"object", "properties": { "registry":{ "type":"string" } } }, "explorers":{ "type":"array", "items":{ "type":"object", "properties": { "name":{ "type":"string" }, "url":{ "type":"string" }, "standard":{ "type":"string", "description": "EIP3091 or none" } } } }, "parent":{ "type":"object", "properties": { "type":{ "type":"string" }, "chain":{ "type":"string" }, "bridges":{ "type":"array", "items": { "type":"object", "properties":{ "url": { "type":"string" } } } } } }, "status":{ "type":"string" }, "redFlags":{ "type":"array", "items":{ "type":"string", "enum": ["reusedChainId"] } } }, "additionalProperties": false } ================================================ FILE: tools/schemaCheck.js ================================================ const fs = require("fs") const Ajv = require("ajv") const ajv = new Ajv() const schema = require("./schema/chainSchema.json") const { exit } = require("process") const path = require('path') const resolve = (_path) => path.resolve(__dirname, _path) const chainFiles = fs.readdirSync(resolve("../_data/chains/")) // https://chainagnostic.org/CAIPs/caip-2 const parseChainId = (chainId) => /^(?[-a-z0-9]{3,8})-(?[-a-zA-Z0-9]{1,32})$/u.exec( chainId ) const filesWithErrors = [] for (const chainFile of chainFiles) { const fileLocation = resolve(`../_data/chains/${chainFile}`) const fileData = fs.readFileSync(fileLocation, "utf8") const fileDataJson = JSON.parse(fileData) const fileName = chainFile.split(".")[0] const parsedChainId = parseChainId(fileName)?.groups const chainIdFromFileName = parsedChainId?.reference if (chainIdFromFileName != fileDataJson.chainId) { throw new Error(`File Name does not match with ChainID in ${chainFile}`) } const valid = ajv.validate(schema, fileDataJson) if (!valid) { console.error(ajv.errors) filesWithErrors.push(chainFile) } } if (filesWithErrors.length > 0) { filesWithErrors.forEach(file => { console.error(`Invalid JSON Schema in ${file}`) }) exit(-1); } else { console.info("Schema check completed successfully"); exit(0); }