Skip to content

Commit

Permalink
Add first testnet inscription height (ordinals#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 29, 2022
1 parent d9f633c commit f7c3481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl Chain {
Self::Mainnet => 767430,
Self::Regtest => 0,
Self::Signet => 112402,
Self::Testnet => 0,
Self::Testnet => 2413343,
}
}

Expand Down

0 comments on commit f7c3481

Please sign in to comment.