Skip to content

Commit

Permalink
withdraw account test.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Jan 26, 2024
1 parent 1ffd66d commit 70f825c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as dataProviders from '../config/data-providers';
import { AccountNetworks, Networks } from '../config/networks';
import { CredentialDefinition } from '../config/types';

const mockAddress: HexString = '0x10CdF7F7A32E2F24c853AE6567b75D862Ee3B46f';
const mockAddress: HexString = '0x10CdF7F7A32E2F24c853AE6567b75D862Ee2B46f';
export const vip3MembershipCardSilver: CredentialDefinition = {
id: 'vip3-membership-card-silver',
name: 'VIP3 Membership Card Sliver',
Expand Down

0 comments on commit 70f825c

Please sign in to comment.