Skip to content

Commit a0ce798

Browse files
committed
api endpoint updated in config
1 parent 0eb4e47 commit a0ce798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
},
295295
"Mask250": "3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
296296
"url": {
297-
"apiurl" : "http://localhost:3000"
297+
"apiurl" : "https://api.expand.network"
298298
},
299299

300300
"dexes": {

test/xrplTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const main = async () => {
1111
const wallet = new WalletXRPL({ xApiKey: process.env.xApiKey, privateKey: process.env.xrplSecretKey });
1212

1313
// 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', {
1515
"chainId": "1601",
1616
"user": wallet1,
1717
"amount": "<amount>",

0 commit comments

Comments
 (0)