Skip to content

Commit

Permalink
change index.js (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
olgaklimenko authored Aug 6, 2023
1 parent ceb63c1 commit 51077fa
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 41 deletions.
1 change: 0 additions & 1 deletion dist/131.index.js

This file was deleted.

6 changes: 1 addition & 5 deletions dist/535.index.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/635.index.js

This file was deleted.

30 changes: 0 additions & 30 deletions dist/635.index.js.LICENSE.txt

This file was deleted.

Binary file removed dist/8274ad5e89f8d3ade8c8.module.wasm
Binary file not shown.
Binary file removed dist/ba909b983759e313bbdd.module.wasm
Binary file not shown.
Binary file removed dist/d7bda1bc06ed504ff180.module.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.offchain = import('./output').then(m => m.default.main.value0)
window.donatPool = import('./output').then(m => m.default.main.value0)
2 changes: 1 addition & 1 deletion ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const root = ReactDOM.createRoot(document.getElementById('root')!);
const App = () => {

const protocolData = {
protocolCurrency: "b991178ad09c0a2293d9a0afb4d52af6be95fae15f15ff00940145f4",
protocolCurrency: "ace9cc6db6e7a2aafd05ca29363859b94a081e820f3a00d9c39420ff",
protocolTokenName: "DonatPoolProtocol"
}

Expand Down

0 comments on commit 51077fa

Please sign in to comment.