|
|
@ -391,6 +391,11 @@ impl Settings { |
|
|
|
match &self.outbox.chain { |
|
|
|
match &self.outbox.chain { |
|
|
|
ChainConf::Ethereum(conn) => Ok(InterchainGasPaymasterIndexers::Ethereum( |
|
|
|
ChainConf::Ethereum(conn) => Ok(InterchainGasPaymasterIndexers::Ethereum( |
|
|
|
InterchainGasPaymasterIndexerBuilder { |
|
|
|
InterchainGasPaymasterIndexerBuilder { |
|
|
|
|
|
|
|
outbox_address: self |
|
|
|
|
|
|
|
.outbox |
|
|
|
|
|
|
|
.addresses |
|
|
|
|
|
|
|
.outbox |
|
|
|
|
|
|
|
.parse::<ethers::types::Address>()?, |
|
|
|
from_height: self.index.from(), |
|
|
|
from_height: self.index.from(), |
|
|
|
chunk_size: self.index.chunk_size(), |
|
|
|
chunk_size: self.index.chunk_size(), |
|
|
|
finality_blocks: self.outbox.finality_blocks(), |
|
|
|
finality_blocks: self.outbox.finality_blocks(), |
|
|
|