Skip to content

Commit

Permalink
Merge pull request #95 from getamis/ASL-5193/replace-mumbai-with-amoy
Browse files Browse the repository at this point in the history
[ASL-5193] replace mumbai with amoy
  • Loading branch information
roadmanfong authored Apr 24, 2024
2 parents dbedce8 + 5e0fd37 commit 7c21afc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.11.0",
"@qubic-js/core": "1.11.0",
"@qubic-js/browser": "1.12.0",
"@qubic-js/core": "1.12.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, 17000, 137, 80001, 56, 97],
chains: [1, 17000, 137, 80002, 56, 97],
methods: ['eth_sendTransaction', 'personal_sign'],
events: ['chainChanged', 'accountsChanged'],
metadata: {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3162,21 +3162,21 @@
schema-utils "^3.0.0"
source-map "^0.7.3"

"@qubic-js/browser@1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.11.0.tgz#eecb5a6d644f72deace53232931dae4ed9de7c41"
integrity sha512-kpvwfa2p8NdFvGc6cU7BYouw1w0ztX1OvRyfgPd74g4kCgjyhM6e4F/GhUGYkxrYsrLrsQku4grewEzqkbwsQQ==
"@qubic-js/browser@1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.12.0.tgz#9fd1b2678e501d8811eac8c404831a94887a8a89"
integrity sha512-+qX5blU34OfzjEq0h4JWByYjP6PHXMI4wCdrOl7Vz8pvYBkwV9haBxZ/R7GBEgjPQQ0QI12Pprzl+utBRilKgg==
dependencies:
"@emotion/css" "^11.1.3"
"@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.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.11.0.tgz#49c2335d11c7043e68c4108e2e7ac5b46a7334b7"
integrity sha512-suEkVjXNVA//FB6ECyXDt7wXnMslTrAcAbKLdVLshvJTwcIiQQ3nynVBKfeinuFXzfoaLBYdF5VVEsWhqNkGAg==
"@qubic-js/core@1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.12.0.tgz#d51ecf3c5b717718096fc25817331008b70f08b1"
integrity sha512-e+E9dIErTDjq73H16v93W6EwaOkC7w+x9buz/xTmnJr0ly+PN9WGZSDcreYoRyzfkiU8bVDkYIns1qwZsuhQkg==
dependencies:
"@qubic-js/eth-json-rpc-infura" "^5.1.3"
eth-rpc-errors "^4.0.2"
Expand Down

0 comments on commit 7c21afc

Please sign in to comment.