Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
badurinantun committed Jul 14, 2022
1 parent ac8210a commit 591caf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion __tests__/defaultProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ describe('defaultProvider', () => {

describe('getClassAt', () => {
test('response', async () => {
// Hardcoded contract address as RPC node is throwing "Contract not found" error
const classResponse = await provider.getClassAt(contractAddress);

expect(classResponse).toHaveProperty('program');
Expand Down
2 changes: 1 addition & 1 deletion src/contract/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class Contract implements ContractInterface {

address: string;

providerOrAccount!: ProviderInterface | AccountInterface;
providerOrAccount: ProviderInterface | AccountInterface;

deployTransactionHash?: string;

Expand Down

0 comments on commit 591caf6

Please sign in to comment.