File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 294
294
},
295
295
"Mask250" : " 3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ,
296
296
"url" : {
297
- "apiurl" : " http ://localhost:3000 "
297
+ "apiurl" : " https ://api.expand.network "
298
298
},
299
299
300
300
"dexes" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const main = async () => {
11
11
const wallet = new WalletXRPL ( { xApiKey : process . env . xApiKey , privateKey : process . env . xrplSecretKey } ) ;
12
12
13
13
// Prepare the transaction from expand api
14
- const preparedTx = await prepareTransaction ( 'http ://localhost:3000 /rwa/freeze' , {
14
+ const preparedTx = await prepareTransaction ( 'https ://api.expand.network /rwa/freeze' , {
15
15
"chainId" : "1601" ,
16
16
"user" : wallet1 ,
17
17
"amount" : "<amount>" ,
You can’t perform that action at this time.
0 commit comments