Skip to content

Commit

Permalink
chore: update saveTx endpoint (#4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy authored Mar 15, 2024
1 parent c0c4a35 commit 211bf02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function OceanInterface(): JSX.Element | null {
const saveTx = async (txId: string) => {
try {
await fetch(
`https://3paxhqj3np.ap-southeast-1.awsapprunner.com/transaction/${txId}`,
`https://fybzpybupm.ap-southeast-1.awsapprunner.com/transaction/${txId}`,
{
method: "POST",
headers: {
Expand Down

0 comments on commit 211bf02

Please sign in to comment.