Skip to content

Commit

Permalink
Updated gasLimit and restapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNilesh committed Dec 15, 2023
1 parent c3c7fb0 commit ae1f72c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.72",
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.4.44",
"@pushprotocol/restapi": "1.4.45",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.1.22",
"@reduxjs/toolkit": "^1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/createChannel/CreateChannelModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function CreateChannelModule() {
}

const tx = await contract.createChannelWithPUSH(channelType, identityBytes, fees, timestampIfTimebound, {
gasLimit: 1000000,
gasLimit: 600000,
});

console.log(tx);
Expand Down
42 changes: 10 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4476,15 +4476,6 @@ __metadata:
languageName: node
linkType: hard

"@ledgerhq/iframe-provider@npm:^0.4.2":
version: 0.4.3
resolution: "@ledgerhq/iframe-provider@npm:0.4.3"
dependencies:
eventemitter3: ^4.0.0
checksum: 7dd6cd241c532993c9d37e788ce8b756580d277624fffec220372d6693366527206743985b14e66fe14bc1d843dbf17ef084ea4725501fa408e91bed66ff80f2
languageName: node
linkType: hard

"@leichtgewicht/ip-codec@npm:^2.0.1":
version: 2.0.4
resolution: "@leichtgewicht/ip-codec@npm:2.0.4"
Expand Down Expand Up @@ -5441,10 +5432,9 @@ __metadata:
"@mui/icons-material": ^5.8.4
"@mui/lab": ^5.0.0-alpha.72
"@mui/material": ^5.5.0
"@pushprotocol/ledgerlive": latest
"@pushprotocol/restapi": 1.4.44
"@pushprotocol/restapi": 1.4.45
"@pushprotocol/socket": 0.5.3
"@pushprotocol/uiweb": 1.1.21
"@pushprotocol/uiweb": 1.1.22
"@reduxjs/toolkit": ^1.7.1
"@testing-library/dom": ^6.12.2
"@testing-library/jest-dom": ^4.2.4
Expand Down Expand Up @@ -5631,21 +5621,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/ledgerlive@npm:latest":
version: 0.0.1
resolution: "@pushprotocol/ledgerlive@npm:0.0.1"
dependencies:
"@ledgerhq/iframe-provider": ^0.4.2
"@web3-react/abstract-connector": ^6.0.7
tiny-invariant: ^1.2.0
tslib: ^2.3.0
checksum: 3600e1e8faedec80a3f76d3f224d3cf2ac5daf1e80a270a80ad73187cae2e00251e33f019b9675515250ffa2eef0231a3b76b83cebb6b87af00299e59961e581
languageName: node
linkType: hard

"@pushprotocol/restapi@npm:1.4.44":
version: 1.4.44
resolution: "@pushprotocol/restapi@npm:1.4.44"
"@pushprotocol/restapi@npm:1.4.45":
version: 1.4.45
resolution: "@pushprotocol/restapi@npm:1.4.45"
dependencies:
"@ambire/signature-validator": ^1.3.1
"@metamask/eth-sig-util": ^5.0.2
Expand All @@ -5666,7 +5644,7 @@ __metadata:
viem: ^1.3.0
peerDependencies:
ethers: ^5.6.8
checksum: fd20dd507d4b0c0022b3f39a310e8b52f2493040d54b44c5988df152ca4966a5624313990a73766aae19020fe01e104427230af24e8f4bfe7fb961cd10367e6d
checksum: 08324581fdad86fca1dc6e947263468ed010f0d1ca95d58ffeee97b4d00e64e31dec182c5cde8c3f2c3fbddec6e64e2178c2bf6b6d675919de1d51a449757216
languageName: node
linkType: hard

Expand Down Expand Up @@ -5706,9 +5684,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/uiweb@npm:1.1.21":
version: 1.1.21
resolution: "@pushprotocol/uiweb@npm:1.1.21"
"@pushprotocol/uiweb@npm:1.1.22":
version: 1.1.22
resolution: "@pushprotocol/uiweb@npm:1.1.22"
dependencies:
"@livekit/components-react": ^1.2.2
"@livekit/components-styles": ^1.0.6
Expand Down Expand Up @@ -5740,7 +5718,7 @@ __metadata:
axios: ^0.27.2
react: ">=16.8.0"
styled-components: ^6.0.8
checksum: 11459d0ef4f6ea40a304a10da7ca973136547a228b698d8e9ee4b774c51c2d4555a23d34f5f6f1d70e8e8052ad3513b8c4a81ec4d309fe407ea4a32f67dffff7
checksum: fdb09c182d0256c2b6e6abd787a6fa6aaf93880fbe2f3428592f627331cc365f168fb9e7a27869de3e84fe5d8d26f3a287336eaa58f43cd49d9854821dceeef4
languageName: node
linkType: hard

Expand Down

0 comments on commit ae1f72c

Please sign in to comment.