Skip to content

Commit

Permalink
Merge pull request #1001 from ethereum-push-notification-service/959-…
Browse files Browse the repository at this point in the history
…video-v2-example-implementation

959 video v2 example implementation in frontend example apps
  • Loading branch information
HarshRajat authored Jan 20, 2024
2 parents a28452b + cabf979 commit 1b95ef3
Show file tree
Hide file tree
Showing 14 changed files with 929 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/examples/automated-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pushprotocol/restapi": "1.4.35",
"@pushprotocol/restapi": "1.5.5",
"@pushprotocol/socket": "0.5.2",
"ethers": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/boilerplate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { ethers } from 'ethers';
import input from 'input';

console.log("Hello... what's my purpose?")
console.log("To train all the hackers..")
console.log("To train all the hackers..")
Loading

0 comments on commit 1b95ef3

Please sign in to comment.