Skip to content

Commit

Permalink
misc: add TippingPostAction to deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnaum committed Jan 15, 2025
1 parent a936313 commit df046e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/deployActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export async function deployActions(actionHub: string): Promise<void> {
const contracts: ContractInfo[] = [
// Actions
{ contractName: 'TippingAccountAction', contractType: ContractType.Action, constructorArguments: [actionHub, metadataURI] },
{ contractName: 'TippingPostAction', contractType: ContractType.Action, constructorArguments: [actionHub, metadataURI] },
{ contractName: 'SimpleCollectAction', contractType: ContractType.Action, constructorArguments: [actionHub, metadataURI] },
];

Expand Down

0 comments on commit df046e9

Please sign in to comment.