-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MultiversX Chain Mainnet Fees and Revenue #4968
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
base: master
Are you sure you want to change the base?
Conversation
|
The multiversx adapter exports: |
|
The multiversx adapter exports: |
| [CHAIN.PLUME]: { CGToken: 'plume', explorer: 'https://explorer.plume.org', start:'2025-02-20'}, | ||
| [CHAIN.SX_NETWORK]: { CGToken: 'sx-network-2', explorer: 'https://explorerl2.sx.technology/', start:'2024-12-05'}, | ||
| [CHAIN.ALEPH_ZERO_EVM]: { CGToken: 'aleph-zero', explorer: "https://evm-explorer.alephzero.org", start: '2024-07-30' }, | ||
| [CHAIN.MULTIVERSX]: { CGToken: 'EGLD', explorer: "https://explorer.multiversx.com/", start: '2020-07-30' }, |
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.
why did you added the multiversx chain in the blockscout helper?
| const result = await httpGet(API_URL); | ||
| const metrics = result?.data?.metrics; | ||
| const totalFees = metrics?.erd_total_fees; | ||
| const devRewards = metrics?.erd_dev_rewards; |
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.
what's dev rewards and total fees in transactions fees context?
No description provided.