@towns-protocol/xchain-monitor 0.0.443 → 0.0.444
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.
package/.turbo/turbo-build.log
CHANGED
package/dist/node_esbuild.cjs
CHANGED
|
@@ -90553,6 +90553,7 @@ var deployments_default = {
|
|
|
90553
90553
|
var envKey = {
|
|
90554
90554
|
RIVER_ENV: ["RIVER_ENV"],
|
|
90555
90555
|
BASE_CHAIN_ID: ["BASE_CHAIN_ID"],
|
|
90556
|
+
BASE_ADDRESSES_ACCOUNT_MODULES: ["BASE_ADDRESSES_ACCOUNT_MODULES", "ACCOUNT_MODULES_ADDRESS"],
|
|
90556
90557
|
BASE_ADDRESSES_APP_REGISTRY: ["BASE_ADDRESSES_APP_REGISTRY", "BASE_REGISTRY_ADDRESS"],
|
|
90557
90558
|
BASE_ADDRESSES_SPACE_FACTORY: ["BASE_ADDRESSES_SPACE_FACTORY", "SPACE_FACTORY_ADDRESS"],
|
|
90558
90559
|
BASE_ADDRESSES_SPACE_OWNER: ["BASE_ADDRESSES_SPACE_OWNER", "SPACE_OWNER_ADDRESS"],
|
|
@@ -90606,6 +90607,7 @@ function makeWeb3Deployment(optionalEnv, requiredEnv) {
|
|
|
90606
90607
|
base: {
|
|
90607
90608
|
chainId: parseInt(requiredEnv(envKey.BASE_CHAIN_ID)),
|
|
90608
90609
|
addresses: {
|
|
90610
|
+
accountModules: optionalEnv(envKey.BASE_ADDRESSES_ACCOUNT_MODULES),
|
|
90609
90611
|
baseRegistry: requiredEnv(envKey.BASE_ADDRESSES_APP_REGISTRY),
|
|
90610
90612
|
spaceFactory: requiredEnv(envKey.BASE_ADDRESSES_SPACE_FACTORY),
|
|
90611
90613
|
spaceOwner: requiredEnv(envKey.BASE_ADDRESSES_SPACE_OWNER),
|