@alchemy/aa-alchemy
Advanced tools
Comparing version 0.1.0-alpha.21 to 0.1.0-alpha.22
@@ -6,6 +6,6 @@ import { BaseSmartContractAccount, SmartAccountProvider, type AccountMiddlewareFn, type SmartAccountProviderOpts } from "@alchemy/aa-core"; | ||
apiKey: string; | ||
rpcUrl: undefined; | ||
rpcUrl?: undefined; | ||
} | { | ||
rpcUrl: string; | ||
apiKey: undefined; | ||
apiKey?: undefined; | ||
}; | ||
@@ -12,0 +12,0 @@ export type AlchemyProviderConfig = { |
@@ -6,6 +6,6 @@ import { BaseSmartContractAccount, SmartAccountProvider, type AccountMiddlewareFn, type SmartAccountProviderOpts } from "@alchemy/aa-core"; | ||
apiKey: string; | ||
rpcUrl: undefined; | ||
rpcUrl?: undefined; | ||
} | { | ||
rpcUrl: string; | ||
apiKey: undefined; | ||
apiKey?: undefined; | ||
}; | ||
@@ -12,0 +12,0 @@ export type AlchemyProviderConfig = { |
@@ -6,6 +6,6 @@ import { BaseSmartContractAccount, SmartAccountProvider, type AccountMiddlewareFn, type SmartAccountProviderOpts } from "@alchemy/aa-core"; | ||
apiKey: string; | ||
rpcUrl: undefined; | ||
rpcUrl?: undefined; | ||
} | { | ||
rpcUrl: string; | ||
apiKey: undefined; | ||
apiKey?: undefined; | ||
}; | ||
@@ -12,0 +12,0 @@ export type AlchemyProviderConfig = { |
{ | ||
"name": "@alchemy/aa-alchemy", | ||
"version": "0.1.0-alpha.21", | ||
"version": "0.1.0-alpha.22", | ||
"description": "adapters for @alchemy/aa-core for interacting with alchemy services", | ||
@@ -42,6 +42,5 @@ "author": "Alchemy", | ||
"devDependencies": { | ||
"@alchemy/aa-core": "^0.1.0-alpha.21", | ||
"@alchemy/aa-core": "^0.1.0-alpha.22", | ||
"typescript": "^5.0.4", | ||
"typescript-template": "*", | ||
"viem": "^1.1.7", | ||
"vitest": "^0.31.0" | ||
@@ -67,3 +66,3 @@ }, | ||
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme", | ||
"gitHead": "1561d7f815ddb22a80e73a7c75640ffda04ccdf8" | ||
"gitHead": "cdb0f012e4de46cd18dd018f5e9ca1b400fe18ab" | ||
} |
@@ -29,5 +29,5 @@ import { | ||
apiKey: string; | ||
rpcUrl: undefined; | ||
rpcUrl?: undefined; | ||
} | ||
| { rpcUrl: string; apiKey: undefined }; | ||
| { rpcUrl: string; apiKey?: undefined }; | ||
@@ -34,0 +34,0 @@ export type AlchemyProviderConfig = { |
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
4