Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Mar 11, 2024
1 parent c85ea63 commit 0d479a2
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,8 @@ var Bsc []byte
//go:embed chapel.toml
var Chapel []byte

//go:embed history/mainnet.toml
var MainnetHistory []byte

//go:embed history/sepolia.toml
var SepoliaHistory []byte

//go:embed history/goerli.toml
var GoerliHistory []byte

//go:embed history/ropsten.toml
var RopstenHistory []byte

//go:embed history/mumbai.toml
var MumbaiHistory []byte

//go:embed history/bor-mainnet.toml
var BorMainnetHistory []byte

//go:embed history/gnosis.toml
var GnosisHistory []byte

//go:embed history/chiado.toml
var ChiadoHistory []byte

//go:embed history/bsc.toml
var BscHistory []byte

//go:embed history/chapel.toml
var ChapelHistory []byte
var ChapelHistory []byte

0 comments on commit 0d479a2

Please sign in to comment.