Skip to content

Commit

Permalink
Add world chain advanced tools (#1211)
Browse files Browse the repository at this point in the history
* Add world chain

* const file

* Patch certusone and WA, and include native asset load

* Include more config, bridge and token origin verifier tested

* Fix
  • Loading branch information
yuli-ferna authored Dec 16, 2024
1 parent 68738ed commit 9a333fe
Show file tree
Hide file tree
Showing 15 changed files with 1,580 additions and 6 deletions.
209 changes: 209 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"near-api-js": "^0.44.2",
"notistack": "^1.0.10",
"numeral": "^2.0.6",
"patch-package": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
Expand All @@ -86,7 +87,8 @@
"build": "sed -i '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"format": "npx prettier --write ./src"
"format": "npx prettier --write ./src",
"postinstall": "patch-package"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 9a333fe

Please sign in to comment.