-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: merge into single deployment (#9)
* feat: mainnet config * fix: networks config * fix: use defined L1 network for hyperchain * chore: config * chore: config * chore: update custom bridge tokens * chore: disable usdt bridging * chore: update to quicknode * chore: update config * Update third party bridges URL (#5) * feat: multi-chain * feat: vercel.json redirect * feat: update for testnet * lint --------- Co-authored-by: Jarrod Watts <[email protected]>
- Loading branch information
1 parent
eb6630d
commit cd3bbfa
Showing
6 changed files
with
92 additions
and
4 deletions.
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"redirects": [ | ||
{ | ||
"source": "/(.*)", | ||
"has": [ | ||
{ | ||
"type": "header", | ||
"key": "host", | ||
"value": "portal.mainnet.abs.xyz" | ||
} | ||
], | ||
"destination": "https://native-bridge.abs.xyz/bridge?network=abstract", | ||
"permanent": false | ||
}, | ||
{ | ||
"source": "/(.*)", | ||
"has": [ | ||
{ | ||
"type": "header", | ||
"key": "host", | ||
"value": "portal.testnet.abs.xyz" | ||
} | ||
], | ||
"destination": "https://native-bridge.abs.xyz/bridge?network=abstract-testnet", | ||
"permanent": false | ||
} | ||
] | ||
} |
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