Skip to content

Commit bcac04e

Browse files
Update app.py
1 parent ae45e32 commit bcac04e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
parse_bool_flag,
5858
)
5959

60-
APP_VERSION = "2.6.5-monerium-arbitrum-submit-chain-livefix"
60+
APP_VERSION = "2.6.6-monerium-chain-label-cleanup"
6161
TRANSFER_TOPIC = "0xddf252ad00000000000000000000000000000000000000000000000000000000"
6262
ZERO_EVM = "0x0000000000000000000000000000000000000000"
6363
BASE58_ALPHABET = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
@@ -6511,7 +6511,7 @@ def monerium_order_status(order_id: str):
65116511
"connected": True,
65126512
"source": {
65136513
"connection_id": record.get("connection_id") or "",
6514-
"chain": record.get("chain") or "",
6514+
"chain": normalize_monerium_chain(order.get("chain") or record.get("chain") or ""),
65156515
},
65166516
"order": order,
65176517
"order_summary": order_summary,

0 commit comments

Comments
 (0)