@toon-protocol/townhouse 0.5.0 → 0.5.1
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/dist/{chunk-IXG4IYTG.js → chunk-EQ6SS4ZJ.js} +2 -16
- package/dist/chunk-EQ6SS4ZJ.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/compose/townhouse-hs.yml +8 -8
- package/dist/image-manifest.json +10 -10
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-IXG4IYTG.js.map +0 -1
|
@@ -14050,20 +14050,6 @@ var CHAIN_PRESETS = {
|
|
|
14050
14050
|
usdcAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
14051
14051
|
tokenNetworkAddress: "",
|
|
14052
14052
|
registryAddress: ""
|
|
14053
|
-
},
|
|
14054
|
-
// Akash-hosted Anvil devnet (chain-id 31338, deployed via akash-deploy.sh).
|
|
14055
|
-
// Contract addresses are the deterministic Foundry deploy from
|
|
14056
|
-
// contracts/evm/script/DeployLocal.s.sol (deployer + nonce, chain-id
|
|
14057
|
-
// independent), so this is settlement-complete. rpcUrl is empty by design —
|
|
14058
|
-
// the Akash ingress URL rotates per redeploy, so the operator supplies it
|
|
14059
|
-
// (TOON_RPC_URL / EVM_RPC_URL via `init --network akash --akash-evm-url`).
|
|
14060
|
-
"akash-anvil": {
|
|
14061
|
-
name: "akash-anvil",
|
|
14062
|
-
chainId: 31338,
|
|
14063
|
-
rpcUrl: "",
|
|
14064
|
-
usdcAddress: MOCK_USDC_ADDRESS,
|
|
14065
|
-
tokenNetworkAddress: "0xCafac3dD18aC6c6e92c921884f9E4176737C052c",
|
|
14066
|
-
registryAddress: "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512"
|
|
14067
14053
|
}
|
|
14068
14054
|
};
|
|
14069
14055
|
function buildEvmProviderEntry(config, keyId) {
|
|
@@ -14098,7 +14084,7 @@ function buildMinaProviderEntry(config, keyId) {
|
|
|
14098
14084
|
network: config.network
|
|
14099
14085
|
};
|
|
14100
14086
|
}
|
|
14101
|
-
var DEV_EVM_PRESET = "
|
|
14087
|
+
var DEV_EVM_PRESET = "anvil";
|
|
14102
14088
|
var DEV_SOLANA = {
|
|
14103
14089
|
usdcMint: "6GbdrVghwNKTz9raga7y3Y4qqX5Zgg3AC4d48Kt7C59Q",
|
|
14104
14090
|
programId: ""
|
|
@@ -22803,4 +22789,4 @@ export {
|
|
|
22803
22789
|
@scure/bip32/index.js:
|
|
22804
22790
|
(*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
22805
22791
|
*/
|
|
22806
|
-
//# sourceMappingURL=chunk-
|
|
22792
|
+
//# sourceMappingURL=chunk-EQ6SS4ZJ.js.map
|