Skip to content

Commit

Permalink
fix: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed Sep 13, 2024
1 parent 3c38e53 commit d68bcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blocto-sdk/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'^.+\\.(ts|tsx)?$': 'ts-jest',
'^.+\\.(js|jsx)$': 'babel-jest',
},
testPathIgnorePatterns: ['node_modules/(?!variables/.*)', '/fixtures/'],
testPathIgnorePatterns: ['node_modules/(?!variables/.*)', '/fixtures/', '\\.d\\.ts$'],
automock: false,
resetMocks: false,
};
2 changes: 1 addition & 1 deletion packages/blocto-sdk/src/providers/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ export default class EthereumProvider
);
}
/**
* @deprecated This method is deprecated and will be removed in future versions.
* @internal This method is internal and will be removed in future versions.
* Please use request({method: "wallet_addEthereumChain"}) instead to add new networks.
*
* @example
Expand Down

0 comments on commit d68bcfb

Please sign in to comment.