Skip to content

Commit

Permalink
Merge pull request #91 from getamis/ASL-5085/update-goerli-to-holesky
Browse files Browse the repository at this point in the history
[ASL-5085] update goerli to holesky in example
  • Loading branch information
morsha authored Mar 19, 2024
2 parents f2ee214 + 6e64bd1 commit 5add013
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
4 changes: 2 additions & 2 deletions examples/example-pure-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@qubic-connect/core": "*",
"@qubic-js/browser": "1.9.4",
"@qubic-js/core": "1.9.4",
"@qubic-js/browser": "1.11.0",
"@qubic-js/core": "1.11.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-pure-js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function main() {
const wcProvider = await EthereumProvider.init({
projectId: '0454e00195752e67920ca71728e21b30',
showQrModal: true,
chains: [1, 5, 137, 80001, 56, 97],
chains: [1, 17000, 137, 80001, 56, 97],
methods: ['eth_sendTransaction', 'personal_sign'],
events: ['chainChanged', 'accountsChanged'],
metadata: {
Expand Down
30 changes: 9 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3162,33 +3162,21 @@
schema-utils "^3.0.0"
source-map "^0.7.3"

"@qubic-connect/detect-iab@^0.7.1":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@qubic-connect/detect-iab/-/detect-iab-0.7.9.tgz#8520298dd3edd561e4720120735d2501fcd07429"
integrity sha512-hXnpPWfJGIHw0qtBeg1jHrWHWWR9leKnESKgAvlfB2KJqpOKa3iy/mW28cCf2Uq2+By0ZOU4Fszj0rZq57r9/Q==
dependencies:
"@ethersproject/providers" "^5.6.8"
"@qubic-js/detect-inapp" "^1.4.1"
clsx "^1.1.1"
jss "^10.9.0"
jss-preset-default "^10.9.0"
preact "^10.8.2"

"@qubic-js/[email protected]":
version "1.9.4"
resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.9.4.tgz#321d3eec923460cd03b3dcf6d175b0f74d4ab28a"
integrity sha512-YaDxUOFI950ScvnlQUNW0KoI1gySR1kkpdLJJUwyKsbOr4Qq/mEP+/YHP97on0/HVGaIH4LWPXpef+iDYAotWg==
"@qubic-js/[email protected]":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.11.0.tgz#eecb5a6d644f72deace53232931dae4ed9de7c41"
integrity sha512-kpvwfa2p8NdFvGc6cU7BYouw1w0ztX1OvRyfgPd74g4kCgjyhM6e4F/GhUGYkxrYsrLrsQku4grewEzqkbwsQQ==
dependencies:
"@emotion/css" "^11.1.3"
"@qubic-connect/detect-iab" "^0.7.1"
"@qubic-connect/detect-iab" "^1.0.5"
eth-rpc-errors "^4.0.2"
is-url "^1.2.4"
json-rpc-engine "^6.1.0"

"@qubic-js/core@1.9.4":
version "1.9.4"
resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.9.4.tgz#41475f84d4debe7113e6220444ab87243160aaf3"
integrity sha512-ng+axqHDe7aL0u0tlhb8ch5tRB9XvM4v2hYOHntIfbsrGbqbOFi7pfxmMqSczXv8/EGTAkYLghVZy9TVynmSnw==
"@qubic-js/core@1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.11.0.tgz#49c2335d11c7043e68c4108e2e7ac5b46a7334b7"
integrity sha512-suEkVjXNVA//FB6ECyXDt7wXnMslTrAcAbKLdVLshvJTwcIiQQ3nynVBKfeinuFXzfoaLBYdF5VVEsWhqNkGAg==
dependencies:
"@qubic-js/eth-json-rpc-infura" "^5.1.3"
eth-rpc-errors "^4.0.2"
Expand Down

0 comments on commit 5add013

Please sign in to comment.