Skip to content

Commit

Permalink
enable artcpa
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 29, 2023
1 parent 15fabf9 commit 4e5c55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/artcpaclub/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Contracts } from './src/contracts'
import { ExtensionConfig, ExtensionInfo } from '../../shared/types'

export const ArtCpaClubExtension = (config: ExtensionConfig): ExtensionInfo => ({
Enabled: false, // leave this as false, we'll enable it after the review process
Enabled: true,
Name: 'ArtCPAClub',
Description: 'NFT Staking & ESDT Staking Platform',
Website: 'https://marketplace.artcpaclub.com',
Expand Down

0 comments on commit 4e5c55b

Please sign in to comment.