Skip to content

Commit

Permalink
[add] test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Aug 5, 2023
1 parent 2d730fa commit 97cc568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/services/AccountSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import AccountBase from './AccountBase';

export class AccountSystem extends AccountBase {
public constructor(networkType: NetworkType) {
console.log('NEXT_PUBLIC_SYMBOL_SYSTEM_PUBLICKEY', process.env.NEXT_PUBLIC_SYMBOL_SYSTEM_PUBLICKEY);
if (!process.env.NEXT_PUBLIC_SYMBOL_SYSTEM_PUBLICKEY) {
throw new Error('NEXT_PUBLIC_SYMBOL_SYSTEM_PUBLICKEY is not set');
}
Expand Down

0 comments on commit 97cc568

Please sign in to comment.