Skip to content

Commit

Permalink
Merge pull request #348 from multiversx/new-price-aggregator-contract…
Browse files Browse the repository at this point in the history
…-3-oracles
  • Loading branch information
dragos-rebegea authored Oct 2, 2024
2 parents 680d586 + bf599e6 commit ca973ab
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (handler *MultiversxHandler) deployContracts(ctx context.Context) {
hex.EncodeToString([]byte("EGLD")),
hex.EncodeToString(stakeValue.Bytes()),
"01",
"03",
"02",
"03",
}

Expand Down
2 changes: 1 addition & 1 deletion integrationTests/relayers/slowTests/framework/testSetup.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
proxyCacherExpirationSeconds = 600
proxyMaxNoncesDelta = 7
NumRelayers = 3
NumOracles = 4
NumOracles = 3
quorum = "03"
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"buildInfo": {
"rustc": {
"version": "1.80.0-nightly",
"commitHash": "791adf759cc065316f054961875052d5bc03e16c",
"commitDate": "2024-05-21",
"channel": "Nightly",
"short": "rustc 1.80.0-nightly (791adf759 2024-05-21)"
"version": "1.78.0",
"commitHash": "9b00956e56009bab2aa15d7bff10916599e3d6d6",
"commitDate": "2024-04-29",
"channel": "Stable",
"short": "rustc 1.78.0 (9b00956e5 2024-04-29)"
},
"contractCrate": {
"name": "multiversx-price-aggregator-sc",
"version": "0.47.1",
"gitVersion": "v0.45.2.1-reproducible-337-g5478c6e"
"gitVersion": "v0.45.2.1-reproducible-361-g5e42362"
},
"framework": {
"name": "multiversx-sc",
"version": "0.51.1"
"version": "0.53.2"
}
},
"name": "PriceAggregator",
Expand Down Expand Up @@ -354,6 +354,14 @@
}
],
"events": [
{
"identifier": "pauseContract",
"inputs": []
},
{
"identifier": "unpauseContract",
"inputs": []
},
{
"identifier": "new_round",
"inputs": [
Expand Down
Binary file not shown.

0 comments on commit ca973ab

Please sign in to comment.