Skip to content

Commit

Permalink
#689 - bump version to release terra classic corridor (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo authored Jan 31, 2024
1 parent 0b34b47 commit ec686f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/connect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xlabs/portal-bridge-ui",
"private": true,
"version": "0.2.9",
"version": "0.2.10",
"type": "module",
"scripts": {
"dev:usdc-bridge": "vite --config ./vite.usdc-bridge.config.ts",
Expand Down
13 changes: 11 additions & 2 deletions apps/connect/public/data/banners.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[

]
{
"id": "string",
"background": "yellow",
"content": {
"color": "black",
"text": "We are currently experiencing congestion on Solana due to an ecosystem event. Transactions to Solana may experience longer processing times."
},
"since": "2024-01-30T01:00:00-05:00",
"until": "2024-01-31T17:00:00-05:00"
}
]

0 comments on commit ec686f3

Please sign in to comment.