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 d90ddcf commit c467872
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions embed.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package snapshothashes

import (
_ "embed"
)

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

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

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

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

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

//go:embed erigon-snapshots/bor-mainnet.toml
var borMainnet []byte
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ledgerwatch/erigon-snapshot

go 1.18

0 comments on commit c467872

Please sign in to comment.