File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 13
13
"start:base" : " react-scripts start" ,
14
14
"start" : " yarn start:musselnet" ,
15
15
"start:musselnet" : " REACT_APP_NETWORK=musselnet yarn start:base" ,
16
+ "start:oysternet" : " REACT_APP_NETWORK=oysternet yarn start:base" ,
16
17
"test" : " react-scripts test" ,
17
18
"eject" : " react-scripts eject"
18
19
},
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ const musselnet: AppConfig = {
15
15
rpcUrl : "https://rpc.musselnet.cosmwasm.com" ,
16
16
} ;
17
17
18
- const configs : NetworkConfigs = { local, musselnet } ;
18
+ const oysternet : AppConfig = {
19
+ rpcUrl : "rpc.oysternet.cosmwasm.com" ,
20
+ } ;
21
+
22
+ const configs : NetworkConfigs = { local, musselnet, oysternet } ;
19
23
20
24
function getAppConfig ( ) : AppConfig {
21
25
const network = process . env . REACT_APP_NETWORK ;
You can’t perform that action at this time.
0 commit comments