Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit d68bcfb

Browse files
committed
fix: update comment
1 parent 3c38e53 commit d68bcfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/blocto-sdk/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
'^.+\\.(ts|tsx)?$': 'ts-jest',
77
'^.+\\.(js|jsx)$': 'babel-jest',
88
},
9-
testPathIgnorePatterns: ['node_modules/(?!variables/.*)', '/fixtures/'],
9+
testPathIgnorePatterns: ['node_modules/(?!variables/.*)', '/fixtures/', '\\.d\\.ts$'],
1010
automock: false,
1111
resetMocks: false,
1212
};

packages/blocto-sdk/src/providers/ethereum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ export default class EthereumProvider
10411041
);
10421042
}
10431043
/**
1044-
* @deprecated This method is deprecated and will be removed in future versions.
1044+
* @internal This method is internal and will be removed in future versions.
10451045
* Please use request({method: "wallet_addEthereumChain"}) instead to add new networks.
10461046
*
10471047
* @example

0 commit comments

Comments
 (0)