mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-28 07:27:59 +00:00
Additional address entries (#166)
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
"1s3B8f5dJbtV4rVTZs1WNRpzKCUJWxK2zULErjmA52Do2SF"
|
||||
],
|
||||
"polkadot-wallet.org": [
|
||||
"12nGrKnQprcq19X8zdVevfXZPNgD4AoDnsAwxs6FoEeThudY",
|
||||
"1buui9R8oXZq3Y4Py39SJUySp5RtEgDgqYYPF3Kuui6JQDv"
|
||||
],
|
||||
"polkadot.center": [
|
||||
|
||||
+3
-2
@@ -3,11 +3,12 @@
|
||||
|
||||
const config = require('@polkadot/dev/config/jest.cjs');
|
||||
|
||||
module.exports = Object.assign({}, config, {
|
||||
module.exports = {
|
||||
...config,
|
||||
moduleNameMapper: {},
|
||||
modulePathIgnorePatterns: [
|
||||
'<rootDir>/build',
|
||||
'<rootDir>/packages/phishing/build'
|
||||
],
|
||||
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user