Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ replace (
// added ed25519 precompile support. See: https://github.com/TacBuild/evm/pull/8
// fix liquid stake espilon. See: https://github.com/TacBuild/evm/pull/10
// fix ed25519 precompile gas cost. See: https://github.com/TacBuild/evm/pull/11
github.com/cosmos/evm => github.com/TacBuild/evm v0.0.0-20260209095857-16e3f32b1d8e
github.com/cosmos/evm => github.com/TacBuild/evm v0.0.0-20260404174920-617bbb7e445e

// replace with our fork using geth v1.13.15
github.com/ethereum/go-ethereum => github.com/TacBuild/go-ethereum v0.0.0-20250428082551-b4f5a8f8420a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDO
github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8=
github.com/TacBuild/cosmos-sdk v0.0.0-20251010131633-e43d8d10a9a9 h1:jMjIlOrdA+vBfZkuljd7V/54L1az5n3Sw12iE7Pea00=
github.com/TacBuild/cosmos-sdk v0.0.0-20251010131633-e43d8d10a9a9/go.mod h1:0Fo5FGFsiXxRRrVm7hBwxzwCeHhNxFPIMUSXqe9P8aA=
github.com/TacBuild/evm v0.0.0-20260209095857-16e3f32b1d8e h1:BTZrGpyLd7gmPemYWbovctun/DxtuoVwjjS/aQ/mQYQ=
github.com/TacBuild/evm v0.0.0-20260209095857-16e3f32b1d8e/go.mod h1:9+gL3zGzrGuh1oF5vfFl7kuswgma6v7IN0KDbBmO0eA=
github.com/TacBuild/evm v0.0.0-20260404174920-617bbb7e445e h1:knz9ohMIso2MWq4lr0ezEVwWLj+9O01kVSXmgr70PAk=
github.com/TacBuild/evm v0.0.0-20260404174920-617bbb7e445e/go.mod h1:9+gL3zGzrGuh1oF5vfFl7kuswgma6v7IN0KDbBmO0eA=
github.com/TacBuild/go-ethereum v0.0.0-20250428082551-b4f5a8f8420a h1:d5s3in80qbAEpMLo2gVHKPrR6qn60nyxV+rK17tqZ1Q=
github.com/TacBuild/go-ethereum v0.0.0-20250428082551-b4f5a8f8420a/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
github.com/VictoriaMetrics/fastcache v1.12.1 h1:i0mICQuojGDL3KblA7wUNlY5lOK6a4bwt3uRKnkZU40=
Expand Down
Loading