Skip to content

Conversation

@PatelPrinci
Copy link
Contributor

No description provided.

@llamabutler
Copy link

The multiversx adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts fees multiversx

🦙 Running MULTIVERSX adapter 🦙
---------------------------------------------------
Start Date:	Mon, 08 Dec 2025 00:00:00 GMT
End Date:	Tue, 09 Dec 2025 00:00:00 GMT
---------------------------------------------------

MULTIVERSX 👇
Backfill start time: 30/7/2020
Daily fees: 224.00
Daily revenue: 23.00
End timestamp: 1765238399 (2025-12-08T23:59:59.000Z)

@treeoflife2 treeoflife2 self-assigned this Dec 9, 2025
@llamabutler
Copy link

The multiversx adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts fees multiversx

🦙 Running MULTIVERSX adapter 🦙
---------------------------------------------------
Start Date:	Tue, 09 Dec 2025 00:00:00 GMT
End Date:	Wed, 10 Dec 2025 00:00:00 GMT
---------------------------------------------------

MULTIVERSX 👇
Backfill start time: 30/7/2020
Daily fees: 189.00
Daily revenue: 26.00
End timestamp: 1765324799 (2025-12-09T23:59:59.000Z)

[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' },
Copy link
Member

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;
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants