File tree Expand file tree Collapse file tree 3 files changed +1085
-14
lines changed Expand file tree Collapse file tree 3 files changed +1085
-14
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@magic-ext/flow" : " ^0 .1.0" ,
6
+ "@magic-ext/flow" : " 3 .1.0" ,
7
7
"@onflow/fcl" : " 0.0.37" ,
8
8
"@onflow/types" : " 0.0.3" ,
9
9
"@testing-library/jest-dom" : " ^4.2.4" ,
10
10
"@testing-library/react" : " ^9.3.2" ,
11
11
"@testing-library/user-event" : " ^7.1.2" ,
12
12
"elliptic" : " ^6.5.3" ,
13
- "magic-sdk" : " ^2.4.5 " ,
13
+ "magic-sdk" : " ^8.0.1 " ,
14
14
"react" : " ^16.13.1" ,
15
15
"react-dom" : " ^16.13.1" ,
16
16
"react-scripts" : " 3.4.1" ,
Original file line number Diff line number Diff line change 19
19
const magic = new Magic ( 'pk_live_06D5F65BB9CDD2F0' , {
20
20
extensions : [
21
21
new FlowExtension ( {
22
- rpcUrl : 'https://access-testnet.onflow.org'
22
+ rpcUrl : 'https://access-testnet.onflow.org' ,
23
+ network : 'testnet'
23
24
} )
24
25
]
25
26
} ) ;
You can’t perform that action at this time.
0 commit comments