@alchemy/aa-alchemy
Advanced tools
Comparing version 0.1.0-alpha.31 to 0.1.0-alpha.32
@@ -16,4 +16,4 @@ "use strict"; | ||
[chains_1.base.id, chains_1.base], | ||
[chains_1.base.id, chains_1.baseGoerli], | ||
[chains_1.baseGoerli.id, chains_1.baseGoerli], | ||
]); | ||
//# sourceMappingURL=chains.js.map |
@@ -13,4 +13,4 @@ import { arbitrum, arbitrumGoerli, goerli, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, base, baseGoerli, } from "viem/chains"; | ||
[base.id, base], | ||
[base.id, baseGoerli], | ||
[baseGoerli.id, baseGoerli], | ||
]); | ||
//# sourceMappingURL=chains.js.map |
{ | ||
"name": "@alchemy/aa-alchemy", | ||
"version": "0.1.0-alpha.31", | ||
"version": "0.1.0-alpha.32", | ||
"description": "adapters for @alchemy/aa-core for interacting with alchemy services", | ||
@@ -42,3 +42,3 @@ "author": "Alchemy", | ||
"devDependencies": { | ||
"@alchemy/aa-core": "^0.1.0-alpha.31", | ||
"@alchemy/aa-core": "^0.1.0-alpha.32", | ||
"typescript": "^5.0.4", | ||
@@ -66,3 +66,3 @@ "typescript-template": "*", | ||
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme", | ||
"gitHead": "f01815d9797e7cd2502718bf95e10d3b3d0c5a30" | ||
"gitHead": "224b58219bc2ab66f1e71e39a7272a304dc8c510" | ||
} |
@@ -27,3 +27,3 @@ import type { Chain } from "viem"; | ||
[base.id, base], | ||
[base.id, baseGoerli], | ||
[baseGoerli.id, baseGoerli], | ||
]); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
92816