Skip to content

Commit

Permalink
add gnosis support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed May 9, 2024
1 parent f5cb71d commit 6d09e34
Show file tree
Hide file tree
Showing 16 changed files with 1,569 additions and 181 deletions.
3 changes: 3 additions & 0 deletions bchain/coins/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
"github.com/trezor/blockbook/bchain/coins/flo"
"github.com/trezor/blockbook/bchain/coins/fujicoin"
"github.com/trezor/blockbook/bchain/coins/gamecredits"
"github.com/trezor/blockbook/bchain/coins/gnosis"
"github.com/trezor/blockbook/bchain/coins/grs"
"github.com/trezor/blockbook/bchain/coins/koto"
"github.com/trezor/blockbook/bchain/coins/liquid"
Expand Down Expand Up @@ -138,6 +139,8 @@ func init() {
BlockChainFactories["BNB Smart Chain Archive"] = bsc.NewBNBSmartChainRPC
BlockChainFactories["Polygon"] = polygon.NewPolygonRPC
BlockChainFactories["Polygon Archive"] = polygon.NewPolygonRPC
BlockChainFactories["Gnosis"] = gnosis.NewGnosisRPC
BlockChainFactories["Gnosis Archive"] = gnosis.NewGnosisRPC
}

// NewBlockChain creates bchain.BlockChain and bchain.Mempool for the coin passed by the parameter coin
Expand Down
365 changes: 365 additions & 0 deletions bchain/coins/eth/ethaddrcontracts.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6d09e34

Please sign in to comment.