@gnosis.pm/safe-apps-provider
Advanced tools
Comparing version 0.6.0 to 0.7.0-next.0
@@ -72,2 +72,4 @@ "use strict"; | ||
return this.sdk.eth.getCode([utils_1.getLowerCase(params[0]), params[1]]); | ||
case 'eth_getTransactionCount': | ||
return this.sdk.eth.getTransactionCount([utils_1.getLowerCase(params[0]), params[1]]); | ||
case 'eth_getStorageAt': | ||
@@ -74,0 +76,0 @@ return this.sdk.eth.getStorageAt([utils_1.getLowerCase(params[0]), params[1], params[2]]); |
{ | ||
"name": "@gnosis.pm/safe-apps-provider", | ||
"version": "0.6.0", | ||
"version": "0.7.0-next.0", | ||
"description": "A provider wrapper of Safe Apps SDK", | ||
@@ -23,5 +23,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@gnosis.pm/safe-apps-sdk": "4.0.0", | ||
"@gnosis.pm/safe-apps-sdk": "4.1.0-next.0", | ||
"events": "^3.3.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -96,2 +96,5 @@ import SafeAppsSDK, { SafeInfo, Web3TransactionObject } from '@gnosis.pm/safe-apps-sdk'; | ||
case 'eth_getTransactionCount': | ||
return this.sdk.eth.getTransactionCount([getLowerCase(params[0]), params[1]]); | ||
case 'eth_getStorageAt': | ||
@@ -98,0 +101,0 @@ return this.sdk.eth.getStorageAt([getLowerCase(params[0]), params[1], params[2]]); |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23430
20
399
1
+ Added@gnosis.pm/safe-apps-sdk@4.1.0-next.0(transitive)
- Removed@gnosis.pm/safe-apps-sdk@4.0.0(transitive)