@latticexyz/cli 2.2.22-6508c1df5ea605f58112f192114a2f837f362ecc → 2.2.22-689708688d9215c3441ffeac029236023d05c25f
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.
@@ -1986,8 +1986,8 @@ async function getBlockTime(client) {
|
|
1986
1986
|
}
|
1987
1987
|
|
1988
1988
|
// src/defaultChains.ts
|
1989
|
-
import { redstone, garnet,
|
1990
|
-
var defaultChains = [redstone, garnet,
|
1989
|
+
import { redstone, garnet, pyrope } from "@latticexyz/common/chains";
|
1990
|
+
var defaultChains = [redstone, garnet, pyrope];
|
1991
1991
|
|
1992
1992
|
// src/runDeploy.ts
|
1993
1993
|
var deployOptions = {
|
@@ -3251,4 +3251,4 @@ var commands = [
|
|
3251
3251
|
export {
|
3252
3252
|
commands
|
3253
3253
|
};
|
3254
|
-
//# sourceMappingURL=commands-
|
3254
|
+
//# sourceMappingURL=commands-HAMMLJFA.js.map
|