We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bdf238 + d1b7343 commit f699cd0Copy full SHA for f699cd0
src/index.rs
@@ -350,7 +350,7 @@ impl Index {
350
Self::set_statistic(&mut statistics, Statistic::Schema, SCHEMA_VERSION)?;
351
}
352
353
- if settings.index_runes_raw() && settings.chain() == Chain::Mainnet {
+ if settings.index_runes_raw() && settings.chain() == Chain::Mainnet || settings.chain() == Chain::FractalMainnet || settings.chain() == Chain::FractalTestnet {
354
let rune = Rune(2055900680524219742);
355
356
let id = RuneId { block: 1, tx: 0 };
0 commit comments