Skip to content

Commit

Permalink
feat: modify issuer address
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Oct 30, 2024
1 parent 012c759 commit 5aa1195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.testnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appEnvironment": "testnet",
"coordinatorURL": "https://testnet-ripple.dlc.link/attestor-1",
"coordinatorURL": "https://testnet.dlc.link/attestor-1",
"enabledEthereumNetworkIDs": ["421614", "84532", "11155111"],
"enabledRippleNetworkIDs": ["1"],
"bitcoinNetwork": "testnet",
Expand All @@ -9,7 +9,7 @@
"bitcoinBlockchainURL": "https://testnet.dlc.link/electrs",
"bitcoinBlockchainExplorerURL": "https://mempool.space/testnet",
"bitcoinBlockchainFeeEstimateURL": "https://mempool.space/testnet/api/v1/fees/recommended",
"rippleIssuerAddress": "ra9epzthPkNXykgfadCwu8D7mtajj8DVCP",
"rippleIssuerAddress": "ra3oyRVfy4yD4NJPrVcewvDtisZ3FhkcYL",
"xrplWebsocket": "wss://testnet.xrpl-labs.com/",
"ledgerApp": "Bitcoin Test",
"merchants": [
Expand Down

0 comments on commit 5aa1195

Please sign in to comment.