mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-30 04:35:04 +08:00
22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"uuid": "1",
|
|
"name": "Hello Ordinals",
|
|
"chain": "bitcoin",
|
|
"version": 1,
|
|
"networks": {
|
|
"mainnet": {
|
|
"start_block": 777534,
|
|
"end_block": 777540,
|
|
"if_this": {
|
|
"scope": "ordinals_protocol",
|
|
"operation": "inscription_feed"
|
|
},
|
|
"then_that": {
|
|
"file_append": {
|
|
"path": "mainnet-inscription_feed.txt"
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
} |