Skip to content

Commit

Permalink
v12.14.4: fix rpc client timeouts and polygon rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 16, 2024
1 parent e664a34 commit a0a3dd8
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/react-dialog-stack@8"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/react-shadow-dom@5"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/js-verify-signature-web@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-blockchains@9.6.8"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-blockchains@9.6.9"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-client@10"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-tokens@10"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/react-token-image@5"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/react-dialog-stack@8"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/react-shadow-dom@5"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/js-verify-signature-web@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-blockchains@9.6.8"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-client@10.19.1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-blockchains@9.6.9"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-client@10.19.2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-tokens@10.4.3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/react-token-image@5.1.0"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/coinbase-wallet-sdk@3"></script>
Expand Down
6 changes: 3 additions & 3 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.14.3",
"version": "12.14.4",
"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 @@ -29,8 +29,8 @@
"@depay/react-token-image-evm": "^5.1.0",
"@depay/walletconnect-v2": "^2.12.2",
"@depay/web3-assets-evm": "^7.4.0",
"@depay/web3-blockchains": "^9.6.8",
"@depay/web3-client-evm": "^10.19.1",
"@depay/web3-blockchains": "^9.6.9",
"@depay/web3-client-evm": "^10.19.2",
"@depay/web3-exchanges-evm": "^13.11.0",
"@depay/web3-payments-evm": "^13.12.7",
"@depay/web3-tokens-evm": "^10.4.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets",
"moduleName": "DePayWidgets",
"version": "12.14.3",
"version": "12.14.4",
"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 @@ -43,8 +43,8 @@
"@depay/solana-web3.js": "^1.26.0",
"@depay/walletconnect-v2": "^2.12.2",
"@depay/web3-assets": "^7.4.0",
"@depay/web3-blockchains": "^9.6.8",
"@depay/web3-client": "^10.19.1",
"@depay/web3-blockchains": "^9.6.9",
"@depay/web3-client": "^10.19.2",
"@depay/web3-exchanges": "^13.11.0",
"@depay/web3-payments": "^13.12.7",
"@depay/web3-tokens": "^10.4.3",
Expand Down
6 changes: 3 additions & 3 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.14.3",
"version": "12.14.4",
"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,8 +30,8 @@
"@depay/solana-web3.js": "^1.26.0",
"@depay/walletconnect-v2": "^2.12.2",
"@depay/web3-assets-solana": "^7.4.0",
"@depay/web3-blockchains": "^9.6.8",
"@depay/web3-client-solana": "^10.19.1",
"@depay/web3-blockchains": "^9.6.9",
"@depay/web3-client-solana": "^10.19.2",
"@depay/web3-exchanges-solana": "^13.11.0",
"@depay/web3-payments-solana": "^13.12.7",
"@depay/web3-tokens-solana": "^10.4.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1340,15 +1340,15 @@
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.6.3.tgz#64917c69fb7e22ef84b11a55a02fe5527459cc66"
integrity sha512-JJskj51T9t6DRKFeeeFktGO+bT3xIKew8/MAJkMoOkXxDM3iVUZ07mnzWHgSlYjl65GHxKuXKv9GBNXqcIPUjw==

"@depay/web3-blockchains@^9.6.8":
version "9.6.8"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.6.8.tgz#53dd12aac728ef38248a24ac1dbc530fdffe1cf6"
integrity sha512-BSFVSUV3wjYEMz/XSwGrYuNFgQEjOMBkhy3uIi+6IeyYurRcDwbSI+qbXyxxkCQCJXEgS5ewxqsCZVEg1PywfA==

"@depay/web3-client@^10.19.1":
version "10.19.1"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.19.1.tgz#7211084c65b9d4a1b1aefb6b684a7a5f3750aee6"
integrity sha512-GLSW3w3DQCpwu0RBvm+HBc/Sn856C7IKLLM1hgoGCMg/oq3gROEOw0A0ODEzetRRkeBOixFHGqfNpqtXq+ULtQ==
"@depay/web3-blockchains@^9.6.9":
version "9.6.9"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.6.9.tgz#ea451a5aca840809a131e01232ff84e9463a2fbe"
integrity sha512-iAkWT+x6KlH7WsIprsruqVovCaR9R3yxKOp2AwsCsSwXDFsANP0BARnslFxwvGondeu0Hgt1D/zWIvOGm8+fBQ==

"@depay/web3-client@^10.19.2":
version "10.19.2"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.19.2.tgz#e8de1dcf4432597dab2a40362401586f7c48a112"
integrity sha512-i3ryYA5CCU+f0T/rOZcJpYo9vrqFC2KZnd9T6Oj1j7DiYb5boKw///z6/dbBtd1g8Gww8i/9lC9ouWGBxmKXJA==

"@depay/web3-exchanges@^13.11.0":
version "13.11.0"
Expand Down

0 comments on commit a0a3dd8

Please sign in to comment.