Skip to content

Commit

Permalink
delete e2e test and dependencies (#9)
Browse files Browse the repository at this point in the history
* delete e2e test and dependencies

* fix lint

* remove evm test
  • Loading branch information
edisonz0718 authored Aug 21, 2024
1 parent 28bb5f0 commit 6b50eac
Show file tree
Hide file tree
Showing 108 changed files with 1 addition and 11,842 deletions.
13 changes: 0 additions & 13 deletions client/genutil/evm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/ethereum/go-ethereum/params"

"github.com/piplabs/story/client/genutil/evm/predeploys"
"github.com/piplabs/story/lib/anvil"
"github.com/piplabs/story/lib/errors"
"github.com/piplabs/story/lib/netconf"
)
Expand Down Expand Up @@ -94,18 +93,6 @@ func precompilesAlloc() types.GenesisAlloc {
// devPrefundAlloc returns allocs for pre-funded geth dev accounts.
func stagingPrefundAlloc() types.GenesisAlloc {
return types.GenesisAlloc{
// anvil pre-funded accounts
anvil.DevAccount0(): {Balance: eth1m},
anvil.DevAccount1(): {Balance: eth1m},
anvil.DevAccount2(): {Balance: eth1m},
anvil.DevAccount3(): {Balance: eth1m},
anvil.DevAccount4(): {Balance: eth1m},
anvil.DevAccount5(): {Balance: eth1m},
anvil.DevAccount6(): {Balance: eth1m},
anvil.DevAccount7(): {Balance: eth1m},
anvil.DevAccount8(): {Balance: eth1m},
anvil.DevAccount9(): {Balance: eth1m},

// TODO: team accounts
common.HexToAddress("0x0000000000000000000000000000000000000000"): {Balance: eth1m},
}
Expand Down
23 changes: 0 additions & 23 deletions client/genutil/evm/evm_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions e2e/.gitignore

This file was deleted.

50 changes: 0 additions & 50 deletions e2e/README.md

This file was deleted.

157 changes: 0 additions & 157 deletions e2e/app/agent/prometheus.go

This file was deleted.

28 changes: 0 additions & 28 deletions e2e/app/agent/prometheus.yml.tmpl

This file was deleted.

Loading

0 comments on commit 6b50eac

Please sign in to comment.