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.
1 parent 3b58018 commit a060306Copy full SHA for a060306
1 file changed
modules/brc20_index/src/config/config.rs
@@ -199,7 +199,7 @@ pub const OPERATION_MODE_LIGHT: &str = "light";
199
// These should be updated when the database schema changes
200
pub const DB_VERSION: i32 = 7;
201
pub const EVENT_HASH_VERSION: i32 = 3;
202
-pub const BRC20_PROG_VERSION_REQUIREMENT: &str = "~0.15.7";
+pub const BRC20_PROG_VERSION_REQUIREMENT: &str = "~0.15.8";
203
pub const INDEXER_VERSION: &str = "opi-brc20-rs-node v2.0.0";
204
pub const LIGHT_CLIENT_VERSION: &str = "opi-brc20-rs-node-light v2.0.0";
205
0 commit comments