fix: Add display for OPEN transactions in tx history
All checks were successful
Build Docker / Build Image (push) Successful in 2m44s
All checks were successful
Build Docker / Build Image (push) Successful in 2m44s
This commit is contained in:
@@ -96,6 +96,7 @@ actionMap = {
|
|||||||
"UPDATE": "Updated ",
|
"UPDATE": "Updated ",
|
||||||
"REGISTER": "Registered ",
|
"REGISTER": "Registered ",
|
||||||
"RENEW": "Renewed ",
|
"RENEW": "Renewed ",
|
||||||
|
"OPEN": "Opened ",
|
||||||
"BID": "Bid on ",
|
"BID": "Bid on ",
|
||||||
"REVEAL": "Revealed bid for ",
|
"REVEAL": "Revealed bid for ",
|
||||||
"REDEEM": "Redeemed bid for ",
|
"REDEEM": "Redeemed bid for ",
|
||||||
@@ -107,6 +108,7 @@ actionMapPlural = {
|
|||||||
"UPDATE": "Updated multiple domains' records",
|
"UPDATE": "Updated multiple domains' records",
|
||||||
"REGISTER": "Registered multiple domains",
|
"REGISTER": "Registered multiple domains",
|
||||||
"RENEW": "Renewed multiple domains",
|
"RENEW": "Renewed multiple domains",
|
||||||
|
"OPEN": "Opened multiple domains",
|
||||||
"BID": "Bid on multiple domains",
|
"BID": "Bid on multiple domains",
|
||||||
"REVEAL": "Revealed multiple bids",
|
"REVEAL": "Revealed multiple bids",
|
||||||
"REDEEM": "Redeemed multiple bids",
|
"REDEEM": "Redeemed multiple bids",
|
||||||
|
|||||||
Reference in New Issue
Block a user