Skip to content

Commit 787fa8f

Browse files
authored
Merge pull request #161 from multiversx/disable-relayed-v1v2
Disable relayed v1 v2
2 parents 615e55d + 1e01768 commit 787fa8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
77
github.com/gin-gonic/gin v1.10.0
88
github.com/multiversx/mx-chain-core-go v1.4.0
9-
github.com/multiversx/mx-chain-go v1.10.5
9+
github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc
1010
github.com/multiversx/mx-chain-logger-go v1.1.0
1111
github.com/multiversx/mx-chain-proxy-go v1.3.1
1212
github.com/pelletier/go-toml v1.9.3
@@ -120,7 +120,7 @@ require (
120120
github.com/multiversx/concurrent-map v0.1.4 // indirect
121121
github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect
122122
github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect
123-
github.com/multiversx/mx-chain-es-indexer-go v1.9.1 // indirect
123+
github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 // indirect
124124
github.com/multiversx/mx-chain-scenario-go v1.6.0 // indirect
125125
github.com/multiversx/mx-chain-storage-go v1.1.0 // indirect
126126
github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,10 @@ github.com/multiversx/mx-chain-core-go v1.4.0 h1:p6FbfCzvMXF54kpS0B5mrjNWYpq4SEQ
414414
github.com/multiversx/mx-chain-core-go v1.4.0/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g=
415415
github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k=
416416
github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM=
417-
github.com/multiversx/mx-chain-es-indexer-go v1.9.1 h1:Jg/4CLzIiwyrjuy+ZccEJ4TcvlHXnBUr5o3pclVitGo=
418-
github.com/multiversx/mx-chain-es-indexer-go v1.9.1/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA=
419-
github.com/multiversx/mx-chain-go v1.10.5 h1:wldx5GZ3+MZDJWV01QenHAUF8bGW615cmZsRJtdX7gs=
420-
github.com/multiversx/mx-chain-go v1.10.5/go.mod h1:ELWAFinKEiqOeDe8kHJ+zN9zFL9leV4tNpMgH1fLnBE=
417+
github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 h1:8hTEJHQUsiwYo/Gldt6EhmViEUAbPPo/KERIbuQQ3rw=
418+
github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA=
419+
github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc h1:1ZyvTQkmfv1znidlwmJ17zos+Lb27x8+NvBbKaBTKvA=
420+
github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc/go.mod h1:E6h6JcQXgxFvCuMbpVIszcwXXI7ZCZEGwA7svY3zthI=
421421
github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM=
422422
github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g=
423423
github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg=

0 commit comments

Comments
 (0)