@depay/web3-wallets-evm 14.6.4 → 14.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.evm.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.evm.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
|
@@ -59924,7 +59924,7 @@ class Safe {
|
|
|
59924
59924
|
|
|
59925
59925
|
async transactionCount() {
|
|
59926
59926
|
let transactionCount;
|
|
59927
|
-
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
59927
|
+
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[this.blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
59928
59928
|
.then((response) => response.json())
|
|
59929
59929
|
.catch((error) => { console.error('Error:', error); });
|
|
59930
59930
|
if(jsonResult && jsonResult.nonce) {
|
package/dist/esm/index.js
CHANGED
|
@@ -1018,7 +1018,7 @@ class Safe {
|
|
|
1018
1018
|
|
|
1019
1019
|
async transactionCount() {
|
|
1020
1020
|
let transactionCount;
|
|
1021
|
-
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
1021
|
+
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[this.blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
1022
1022
|
.then((response) => response.json())
|
|
1023
1023
|
.catch((error) => { console.error('Error:', error); });
|
|
1024
1024
|
if(jsonResult && jsonResult.nonce) {
|
package/dist/umd/index.evm.js
CHANGED
|
@@ -59922,7 +59922,7 @@
|
|
|
59922
59922
|
|
|
59923
59923
|
async transactionCount() {
|
|
59924
59924
|
let transactionCount;
|
|
59925
|
-
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
59925
|
+
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[this.blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
59926
59926
|
.then((response) => response.json())
|
|
59927
59927
|
.catch((error) => { console.error('Error:', error); });
|
|
59928
59928
|
if(jsonResult && jsonResult.nonce) {
|
package/dist/umd/index.js
CHANGED
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
|
|
1016
1016
|
async transactionCount() {
|
|
1017
1017
|
let transactionCount;
|
|
1018
|
-
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
1018
|
+
let jsonResult = await fetch(`https://safe-transaction-${transactionApiBlockchainNames[this.blockchain]}.safe.global/api/v1/safes/${this.address}/`)
|
|
1019
1019
|
.then((response) => response.json())
|
|
1020
1020
|
.catch((error) => { console.error('Error:', error); });
|
|
1021
1021
|
if(jsonResult && jsonResult.nonce) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/web3-wallets-evm",
|
|
3
3
|
"moduleName": "Web3Wallets",
|
|
4
|
-
"version": "14.6.
|
|
4
|
+
"version": "14.6.5",
|
|
5
5
|
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
|
|
6
6
|
"main": "dist/umd/index.evm.js",
|
|
7
7
|
"module": "dist/esm/index.evm.js",
|