Skip to content
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

Merged
merged 22 commits into from
Feb 20, 2025

Conversation

dmytrotkk
Copy link
Contributor

@dmytrotkk dmytrotkk commented Jan 13, 2025

In this PR:

  • Metaport package integrated
  • Contract and explorer methods moved to core package
  • skale-contract library integrated
  • ima-js package dependency dropped
  • removed duplicated code across core / metaport / portal packages
  • other improvements (caching of ima objects, etc)

Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2025 6:14pm

@dmytrotkk dmytrotkk changed the title Add metaport modules Add metaport pacakge, remove ima-js, skale-contracts integration & refactoring Feb 17, 2025
@dmytrotkk dmytrotkk marked this pull request as ready for review February 17, 2025 13:34
@dmytrotkk dmytrotkk self-assigned this Feb 17, 2025
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'
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Copy link
Contributor

@DmytroNazarenko DmytroNazarenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@DmytroNazarenko DmytroNazarenko left a 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

@dmytrotkk
Copy link
Contributor Author

Staking page doesn't work in preview: https://portal-43d466ad9-skale-network.vercel.app/staking

@DmytroNazarenko Validator and Staking pages fixed in #463

@dmytrotkk dmytrotkk merged commit 2b82a3d into develop Feb 20, 2025
4 checks passed
@dmytrotkk dmytrotkk deleted the add-metaport-modules branch February 20, 2025 20:04
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Currency changing after switching the chains Merge portal, metaport and ima-js
2 participants