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 c467872 commit efecf5a
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 @@ -5,19 +5,19 @@ import (
)

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

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

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

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

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

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

0 comments on commit efecf5a

Please sign in to comment.