-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support metadata v11-15 #17
Comments
Metadata |
git clone https://github.com/polkadot-js/apps import re, os
reg = r"\'(wss\://[0-9-a-z-\-]{1,}.*)\'"
for subdir, dirs, files in os.walk('./'):
for pwdfilen in files:
with open(pwdfilen, 'rb') as filen:
for line in filen.readlines():
loot = re.findall(reg, line.decode())
if len(loot) >= 1:
print(loot[0]) |
raw data: |
We scanned 200 chain endpoints from polkadot.js apps for the metadata version and this is what we found: |
No description provided.
The text was updated successfully, but these errors were encountered: