We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c4a35 commit 211bf02Copy full SHA for 211bf02
1 file changed
mobile-app/app/components/OceanInterface/OceanInterface.tsx
@@ -157,7 +157,7 @@ export function OceanInterface(): JSX.Element | null {
157
const saveTx = async (txId: string) => {
158
try {
159
await fetch(
160
- `https://3paxhqj3np.ap-southeast-1.awsapprunner.com/transaction/${txId}`,
+ `https://fybzpybupm.ap-southeast-1.awsapprunner.com/transaction/${txId}`,
161
{
162
method: "POST",
163
headers: {
0 commit comments