Skip to content

Commit

Permalink
v12.3.10: replace deprecated polygon RPC (pokt)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Nov 11, 2023
1 parent dc41237 commit f015f48
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/esm/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets-evm",
"moduleName": "DePayWidgets",
"version": "12.3.9",
"version": "12.3.10",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@depay/walletconnect-v1": "^1.8.0",
"@depay/walletconnect-v2": "^2.9.2",
"@depay/web3-assets-evm": "^7.2.0",
"@depay/web3-blockchains": "^9.2.6",
"@depay/web3-blockchains": "^9.2.7",
"@depay/web3-client-evm": "^10.18.4",
"@depay/web3-exchanges-evm": "^13.7.0",
"@depay/web3-payments-evm": "^13.6.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets",
"moduleName": "DePayWidgets",
"version": "12.3.9",
"version": "12.3.10",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@depay/walletconnect-v1": "^1.8.0",
"@depay/walletconnect-v2": "^2.9.2",
"@depay/web3-assets": "^7.2.0",
"@depay/web3-blockchains": "^9.2.6",
"@depay/web3-blockchains": "^9.2.7",
"@depay/web3-client": "^10.18.4",
"@depay/web3-exchanges": "^13.7.0",
"@depay/web3-payments": "^13.6.5",
Expand Down
4 changes: 2 additions & 2 deletions package.solana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets-solana",
"moduleName": "DePayWidgets",
"version": "12.3.9",
"version": "12.3.10",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@depay/walletconnect-v1": "^1.8.0",
"@depay/walletconnect-v2": "^2.9.2",
"@depay/web3-assets-solana": "^7.2.0",
"@depay/web3-blockchains": "^9.2.6",
"@depay/web3-blockchains": "^9.2.7",
"@depay/web3-client-solana": "^10.18.4",
"@depay/web3-exchanges-solana": "^13.7.0",
"@depay/web3-payments-solana": "^13.6.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1306,10 +1306,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.2.0.tgz#22ed38c94fc61293f117419ae118320d96588e37"
integrity sha512-w7UOZqsCjNg+wwfhQ5vF1vV0qTcMJpIJj8dMmGo31PWu7eiL301zYfVEWyxPUDd4xIJY3hcUeB78xapfhrxKRQ==

"@depay/web3-blockchains@^9.2.6":
version "9.2.6"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.2.6.tgz#75f90c2026d01542d61c626463ca50fda0833399"
integrity sha512-AdBolc8RO2eaXg9GbjOG4dUGEIfYPcst9uwUaTGsX8fVL5VvTPuQvWXFQP42Z+7Em3i0Z2a7D6jJ3EpI4vg+JQ==
"@depay/web3-blockchains@^9.2.7":
version "9.2.7"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.2.7.tgz#299fddc8250b3f946336072b7df0349fbd882323"
integrity sha512-CitCrdKH6ZRDVke5VjpEE+TGJFmYDIDU6BhmGd1hYHo7B/t7wugM5UB75p+atM+PaWfXv0DKyDvc/AKqihyKSQ==

"@depay/web3-client@^10.18.4":
version "10.18.4"
Expand Down

0 comments on commit f015f48

Please sign in to comment.