Skip to content
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

chore: updating package to sygma-contracts #36

Merged
merged 5 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@sygmaprotocol:registry=https://npm.pkg.github.com
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ sygmaInstance.removeDestinationProposalExecutionEventListener()

With this you can use our SDK and create the render logic to show your tokens and your networks of the bridge. For a more in depth review, check out the `react-example`.

## Using Sygma SDK on your project

`TODO`


## Support
<a href="https://discord.gg/ykXsJKfhgq">
Expand Down
2 changes: 1 addition & 1 deletion examples/node-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start:dev": "nodemon"
},
"dependencies": {
"@chainsafe/sygma-sdk-core": "1.1.4",
"@sygmaprotocol/sygma-sdk-core": "1.0.0",
"chalk": "^5.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@chainsafe/sygma-sdk-core": "1.1.4",
"@sygmaprotocol/sygma-sdk-core": "1.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"dist/**/*"
],
"dependencies": {
"@chainsafe/chainbridge-contracts": "3.1.0",
"eth-crypto": "^2.3.0",
"@sygmaprotocol/sygma-contracts": "1.0.0",
"ganache": "^7.1.0",
"node-fetch": "2.6.1",
"react-hook-form": "^7.30.0",
Expand Down
Loading