Skip to content

Commit

Permalink
clean up comments and remove mainnet-genesis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
misko9 committed Aug 23, 2024
1 parent a2a8ddd commit 84bd7d6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2,110,753 deletions.
2 changes: 1 addition & 1 deletion examples/ethereum/geth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestGeth(t *testing.T) {

ctx := context.Background()

// Get default ethereum chain config for anvil
// Get default ethereum chain config for geth
gethConfig := geth.DefaultEthereumGethChainConfig("ethereum")

cf := interchaintest.NewBuiltinChainFactory(zaptest.NewLogger(t), []*interchaintest.ChainSpec{
Expand Down
1 change: 0 additions & 1 deletion examples/thorchain/chainspec_exochains.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type ExoChain struct {
chain ibc.Chain
lpers []ibc.Wallet
savers []ibc.Wallet
arbers []ibc.Wallet
genWallets []ibc.Wallet
}

Expand Down
Loading

0 comments on commit 84bd7d6

Please sign in to comment.