-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1232 from XLabs/feat/portal-ntt-config
Add Portal NTT and Connect 1.2.0
- Loading branch information
Showing
7 changed files
with
107 additions
and
1,058 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,30 @@ | ||
[ | ||
{ | ||
"id": "string", | ||
"background": "yellow", | ||
"background": "linear-gradient(90deg, rgba(6,132,249,1) 30%, rgba(0,64,124,1) 71%, rgba(8,8,44,1) 100%)", | ||
"content": { | ||
"color": "black", | ||
"text": "Solana is currently experiencing congestion. Transactions to Solana may experience delays." | ||
"text": "Claim Your Rewards! The W staking rewards are now available for claiming." | ||
}, | ||
"since": "2024-01-30T01:00:00-05:00", | ||
"until": "2024-04-25T17:00:00-05:00" | ||
"button": { | ||
"href": "https://w.wormhole.com/", | ||
"background": "black", | ||
"label": "Access the W dashboard here" | ||
}, | ||
"since": "2025-01-16T14:30:00-05:00", | ||
"until": "2026-04-25T17:00:00-05:00" | ||
}, | ||
{ | ||
"id": "string1", | ||
"background": "linear-gradient(90deg, rgba(6,132,249,1) 30%, rgba(0,64,124,1) 71%, rgba(8,8,44,1) 100%)", | ||
"content": { | ||
"text": "Get Ready for the Next Phase of W Staking. Stay tuned for updates on the start of the next staking period." | ||
}, | ||
"button": { | ||
"href": "https://w.wormhole.com/", | ||
"background": "black", | ||
"label": "Check the W dashboard here " | ||
}, | ||
"since": "2023-01-30T01:00:00-05:00", | ||
"until": "2023-04-25T17:00:00-05:00" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ export const ENV: Env = { | |
"Polygon", | ||
"Solana", | ||
"Sui", | ||
"Aptos", | ||
], | ||
} | ||
), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ export const ENV: Env = { | |
"PolygonSepolia", | ||
"Solana", | ||
"Sui", | ||
"Aptos", | ||
], | ||
} | ||
), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,6 @@ export const ENV: Env = { | |
"USDCpolygon", | ||
"USDCsol", | ||
"USDCsui", | ||
"USDCapt", | ||
], | ||
} | ||
), | ||
|