Skip to content

Commit

Permalink
Update embed.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov authored Jan 5, 2023
1 parent c1da0c6 commit f311024
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ var Mumbai []byte
//go:embed bor-mainnet.toml
var BorMainnet []byte

//go:embed gnosis.toml
var Gnosis []byte

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

Expand All @@ -39,3 +42,6 @@ var MumbaiHistory []byte

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

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

0 comments on commit f311024

Please sign in to comment.