Commit 88bfe88 1 parent 757c129 commit 88bfe88 Copy full SHA for 88bfe88
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const axios = require("axios");
5
5
6
6
class FastWithdrawalManager extends EventEmitter {
7
7
// Fast withdrawal server config
8
- FAST_WITHDRAW_SERVER = 'http://127.0.0.1 :3333' ;
8
+ FAST_WITHDRAW_SERVER = 'http://172.105.148.135 :3333' ;
9
9
constructor ( ) {
10
10
super ( ) ;
11
11
this . rpcConfigBTC = {
Original file line number Diff line number Diff line change @@ -231,8 +231,7 @@ const FastWithdrawalModal = () => {
231
231
onChange = { ( e ) => setSelectedServer ( e . target . value ) }
232
232
className = { styles . input }
233
233
>
234
- < option value = "localhost" > Localhost</ option >
235
- < option value = "172.105.148.135" > 172.105.148.135</ option >
234
+ < option value = "172.105.148.135" > 172.105.148.135 (L2L #1)</ option >
236
235
</ select >
237
236
</ div >
238
237
< div className = { styles . inputGroup } >
You can’t perform that action at this time.
0 commit comments