Skip to content

Commit

Permalink
feat(cli): remove send dapp-address
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 18, 2024
1 parent 1c309d4 commit 46f5193
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 41 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-ants-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": major
---

remove command `send dapp-address`
12 changes: 5 additions & 7 deletions apps/cli/src/baseCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import path from "path";
import { Address, Hash, getAddress, isHash } from "viem";

import {
authorityHistoryPairFactoryAddress,
cartesiDAppFactoryAddress,
dAppAddressRelayAddress,
applicationFactoryAddress,
authorityFactoryAddress,
erc1155BatchPortalAddress,
erc1155SinglePortalAddress,
erc20PortalAddress,
Expand Down Expand Up @@ -80,10 +79,9 @@ export abstract class BaseCommand<T extends typeof Command> extends Command {

// build rollups contracts address book
const contracts: AddressBook = {
AuthorityHistoryPairFactory: authorityHistoryPairFactoryAddress,
CartesiDApp: applicationAddress,
CartesiDAppFactory: cartesiDAppFactoryAddress,
DAppAddressRelay: dAppAddressRelayAddress,
Application: applicationAddress,
ApplicationFactory: applicationFactoryAddress,
AuthorityFactory: authorityFactoryAddress,
EntryPointV06: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
EntryPointV07: "0x0000000071727De22E5E9d8BAf0edAc6f37da032",
ERC1155BatchPortal: erc1155BatchPortalAddress,
Expand Down
34 changes: 0 additions & 34 deletions apps/cli/src/commands/send/dapp-address.ts

This file was deleted.

0 comments on commit 46f5193

Please sign in to comment.