Skip to content

Commit 211bf02

Browse files
authored
chore: update saveTx endpoint (#4175)
1 parent c0c4a35 commit 211bf02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobile-app/app/components/OceanInterface/OceanInterface.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function OceanInterface(): JSX.Element | null {
157157
const saveTx = async (txId: string) => {
158158
try {
159159
await fetch(
160-
`https://3paxhqj3np.ap-southeast-1.awsapprunner.com/transaction/${txId}`,
160+
`https://fybzpybupm.ap-southeast-1.awsapprunner.com/transaction/${txId}`,
161161
{
162162
method: "POST",
163163
headers: {

0 commit comments

Comments
 (0)