Skip to content

Commit

Permalink
update DApp
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Oct 28, 2024
1 parent 8d2267c commit 98249f7
Show file tree
Hide file tree
Showing 34 changed files with 5,045 additions and 25,956 deletions.
3 changes: 3 additions & 0 deletions .papi/descriptors/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!.gitignore
!package.json
24 changes: 24 additions & 0 deletions .papi/descriptors/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.1.0-autogenerated.5839969737303539935",
"name": "@polkadot-api/descriptors",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"browser": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"peerDependencies": {
"polkadot-api": "*"
}
}
Binary file added .papi/metadata/dot.scale
Binary file not shown.
Binary file added .papi/metadata/dotPpl.scale
Binary file not shown.
14 changes: 14 additions & 0 deletions .papi/polkadot-api.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 0,
"descriptorPath": ".papi/descriptors",
"entries": {
"dot": {
"chain": "polkadot",
"metadata": ".papi/metadata/dot.scale"
},
"dotPpl": {
"chain": "polkadot_people",
"metadata": ".papi/metadata/dotPpl.scale"
}
}
}
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

19 changes: 0 additions & 19 deletions custom-test-env.js

This file was deleted.

27 changes: 12 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Better validator selection" />
<title>Algorithm Integration</title>
</head>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Better validator selection" />
<title>Algorithm Integration</title>
</head>

<body class="bg-background-default font-primary">
<div id="root" class=""></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>

<body class="bg-background-default font-primary">
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
16 changes: 0 additions & 16 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 98249f7

Please sign in to comment.