Skip to content

Commit d49339b

Browse files
authored
ZIL-5471: Bridge - migrate codebase to zilliqa developer (#272)
* Migrating bridge repo * Move diagrams * update all types * fix remaining tests * Major refactoring of tests * update bridge code
1 parent f0837db commit d49339b

22 files changed

+1761
-5
lines changed

pnpm-lock.yaml

+61-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ packages:
1111
- "zilliqa/js/zilliqa"
1212
- "examples/zilliqa-js/latest-block"
1313
- "examples/zilliqa-js/react-zilliqa-js"
14+
- "zilliqa/products/bridge"

products/bridge/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
artifacts
2+
cache
3+
node_modules
4+
typechain-types

0 commit comments

Comments
 (0)