@reservoir0x/relay-ethers-wallet-adapter
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -10,2 +10,5 @@ "use strict"; | ||
transport, | ||
getChainId: () => { | ||
return signer.getChainId(); | ||
}, | ||
address: async () => { | ||
@@ -12,0 +15,0 @@ return signer.getAddress(); |
@@ -9,2 +9,5 @@ import {} from '@ethersproject/abstract-signer/lib/index.js'; | ||
transport, | ||
getChainId: () => { | ||
return signer.getChainId(); | ||
}, | ||
address: async () => { | ||
@@ -11,0 +14,0 @@ return signer.getAddress(); |
{ | ||
"name": "@reservoir0x/relay-ethers-wallet-adapter", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "An adapter used to convert an ethersjs signer to an Adapted Wallet for use in the @reservoir0x/relay-sdk", | ||
@@ -48,3 +48,3 @@ "type": "module", | ||
"viem": "^2.7.3", | ||
"@reservoir0x/relay-sdk": "0.5.0" | ||
"@reservoir0x/relay-sdk": "0.5.1" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
483906
126