Skip to content

Commit

Permalink
use pwd/rly
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Mar 11, 2024
1 parent 9b0427f commit e048ba8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/rly
2 changes: 1 addition & 1 deletion clean.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

rm -rf /tmp/rly*
rm -rf tests/rly*
rm -rf /tmp/rollapp*
rm -rf /tmp/dym*
echo "Clean success!!"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
cosmossdk.io/math v1.2.0
github.com/cosmos/cosmos-sdk v0.46.16-0.20231025193730-41d2a21c1348
github.com/cosmos/ibc-go/v6 v6.2.1
github.com/decentrio/rollup-e2e-testing v0.0.0-20240311064936-dd6b8ba63626
github.com/decentrio/rollup-e2e-testing v0.0.0-20240311084330-2b1be2de7f5c
github.com/dymensionxyz/dymension/v3 v3.0.0-rc02.0.20240303211023-54fb68d347da
github.com/evmos/ethermint v0.22.0
github.com/icza/dyno v0.0.0-20220812133438-f0b6f8a18845
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnG
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240311064936-dd6b8ba63626 h1:yQCuSbRbXejdBM6pNPRY40W0hHXPgOcI8gndZDQT5H8=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240311064936-dd6b8ba63626/go.mod h1:Hy/8P41OEKrlAatPG5NcD/BOWTa2s+laECwpZpmA9f0=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240311084330-2b1be2de7f5c h1:4z+XBjzADhAQ18Zb3q49EF9Hg7lN3lIRBTY8ggayLGM=
github.com/decentrio/rollup-e2e-testing v0.0.0-20240311084330-2b1be2de7f5c/go.mod h1:Hy/8P41OEKrlAatPG5NcD/BOWTa2s+laECwpZpmA9f0=
github.com/deckarep/golang-set v1.8.0 h1:sk9/l/KqpunDwP7pSjUg0keiOOLEnOBHzykLrsPppp4=
github.com/deckarep/golang-set v1.8.0/go.mod h1:5nI87KwE7wgsBU1F4GKAw2Qod7p5kyS383rP6+o6qqo=
github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0=
Expand Down

0 comments on commit e048ba8

Please sign in to comment.