Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jul 20, 2022
1 parent efecf5a commit 79e430f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ import (
_ "embed"
)

//go:embed erigon-snapshots/mainnet.toml
//go:embed mainnet.toml
var Mainnet []byte

//go:embed erigon-snapshots/goerli.toml
//go:embed goerli.toml
var Goerli []byte

//go:embed erigon-snapshots/bsc.toml
//go:embed bsc.toml
var Bsc []byte

//go:embed erigon-snapshots/ropsten.toml
//go:embed ropsten.toml
var Ropsten []byte

//go:embed erigon-snapshots/mumbai.toml
//go:embed mumbai.toml
var Mumbai []byte

//go:embed erigon-snapshots/bor-mainnet.toml
//go:embed bor-mainnet.toml
var BorMainnet []byte

0 comments on commit 79e430f

Please sign in to comment.