-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add metaport pacakge, remove ima-js, skale-contracts integration & refactoring #458
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…in portal - update usage
…lorer module, remove duplicated methods
src/core/constants.ts
Outdated
export const PORTAL_URLS: Record<string, string> = { | ||
mainnet: 'https://portal.skale.space/', | ||
staging: 'https://testnet.portal.skale.space/' | ||
} | ||
|
||
export { FAQ, MAINNET_CHAIN_LOGOS, VALIDATOR_LOGOS, CONTRACTS_META } | ||
export { FAQ, MAINNET_CHAIN_LOGOS, VALIDATOR_LOGOS } | ||
|
||
export const DISCORD_INVITE_URL = 'https://discord.com/invite/gM5XBy6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use it anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Custom address on Validator page brokes the page:
https://portal-43d466ad9-skale-network.vercel.app/validator?_customAddress=0xcad41a740cac31aedd1ce40f1cc4824f4bdd283a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Staking page doesn't work in preview:
https://portal-43d466ad9-skale-network.vercel.app/staking
@DmytroNazarenko Validator and Staking pages fixed in #463 |
In this PR:
skale-contract
library integratedima-js
package dependency dropped