Skip to content

Commit

Permalink
Merge pull request #1452 from skalenetwork/ticket-737/IMA-switch-toet…
Browse files Browse the repository at this point in the history
…hers-js-v1.6.0

Ticket 737, switch IMA agent to to ethers.js in branch v1.6.0
  • Loading branch information
sergiy-skalelabs authored Jun 2, 2023
2 parents 35c6cc4 + 7fa90c9 commit c636314
Show file tree
Hide file tree
Showing 127 changed files with 36,435 additions and 33,361 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"sourceType": "module"
},
"rules": {
Expand Down Expand Up @@ -60,6 +60,10 @@ module.exports = {
"no-use-before-define": "off", // [ "error", { "variables": false, "functions": false } ],
"lines-between-class-members": [ "error", "never" ],
"no-var": "error",
"no-unused-vars": "error"
"no-unused-vars": "error",
"object-shorthand": 0,
"multiline-ternary": "off",
"max-len": [ "error", { "code": 100, "tabWidth": 4 } ],
"max-lines-per-function": [ "error", { "max": 200, "skipBlankLines": false } ]
}
};
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please refer to the [security policy](https://skale.network/security).
IMA Proxy contracts are periodically audited by third parties, and have been audited independently by [Solidified](https://solidified.io/), [Quantstamp](https://www.quantstamp.com), [Bramah Systems](https://www.bramah.systems/), and [Code4rena](https://code4rena.com/).

- Nov 2020 <https://certificate.quantstamp.com/full/skale-proxy-contracts>
- Jun 2021 <https://bramah.systems/audits/SKALE_Audit_Bramah.pdf>
- Jun 2021 [Bramah Audit](../audits/SKALE_Audit_Bramah.pdf)
- Feb 2022 <https://code4rena.com/reports/2022-02-skale>
- Nov 2022 <https://github.com/solidified-platform/audits/blob/master/Audit%20Report%20-%20SKALE.pdf>

Expand Down
Loading

0 comments on commit c636314

Please sign in to comment.