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 support for MultiversX #30

Closed
wants to merge 1 commit into from
Closed

Conversation

joesixpack
Copy link

No description provided.

@joesixpack joesixpack mentioned this pull request Jul 3, 2023
8 tasks
@joesixpack joesixpack changed the title Add support for MetaversX Add support for MultiversX Jul 3, 2023
func Elrond() (int, error) {
votingPowers := make([]big.Int, 0, 1024)

url := fmt.Sprintf("https://api.elrond.com/nodes?type=validator")
Copy link

Choose a reason for hiding this comment

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

Suggested change
url := fmt.Sprintf("https://api.elrond.com/nodes?type=validator")
url := fmt.Sprintf("https://api.multiversx.com/nodes?type=validator")

"sort"
)

type ElrondResponse []struct {
Copy link

Choose a reason for hiding this comment

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

Suggested change
type ElrondResponse []struct {
type MvxResponse []struct {

Stake string `json:"stake"`
}

func Elrond() (int, error) {
Copy link

Choose a reason for hiding this comment

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

Suggested change
func Elrond() (int, error) {
func Multiversx() (int, error) {

@alfredonodo
Copy link

Hi,
any progress on this?
Thank you

@raduchis raduchis mentioned this pull request Nov 21, 2023
xenowits pushed a commit that referenced this pull request Nov 22, 2023
added MultiversX chain

implements part of #16 - MultiversX support

reworked PR #30
@xenowits
Copy link
Owner

Closing this as #44 is merged

@xenowits xenowits closed this Nov 22, 2023
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.

4 participants