Skip to content
Open
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
89 changes: 60 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/ethereum/go-ethereum v1.13.14
github.com/gorilla/mux v1.8.1
github.com/near/borsh-go v0.3.1
github.com/near/rollup-data-availability v0.2.4-0.20240327150603-b004cd803551
github.com/near/rollup-data-availability v0.4.0
github.com/pokt-network/smt v0.9.2
github.com/prometheus/client_golang v1.19.0
github.com/stretchr/testify v1.9.0
Expand Down Expand Up @@ -109,5 +109,3 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/near/rollup-data-availability v0.2.4-0.20240327150603-b004cd803551 => github.com/taco-paco/rollup-data-availability v0.0.0-20240409111524-c9ec12924b27
Loading