Skip to content

Commit a4de87c

Browse files
authored
Add isomorphic-fetch to stx controller (#38)
1 parent ae4902b commit a4de87c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"bignumber.js": "^9.0.1",
3232
"ethers": "^5.5.1",
3333
"fast-json-patch": "^3.1.0",
34+
"isomorphic-fetch": "^3.0.0",
3435
"lodash": "^4.17.21"
3536
},
3637
"devDependencies": {

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// eslint-disable-next-line import/no-unassigned-import
2+
import 'isomorphic-fetch';
13
import SmartTransactionsController from './SmartTransactionsController';
24

35
export default SmartTransactionsController;

0 commit comments

Comments
 (0)