Skip to content

Commit a060306

Browse files
committed
feat: update BRC2.0 version requirement to 0.15.8
1 parent 3b58018 commit a060306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/brc20_index/src/config/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ pub const OPERATION_MODE_LIGHT: &str = "light";
199199
// These should be updated when the database schema changes
200200
pub const DB_VERSION: i32 = 7;
201201
pub const EVENT_HASH_VERSION: i32 = 3;
202-
pub const BRC20_PROG_VERSION_REQUIREMENT: &str = "~0.15.7";
202+
pub const BRC20_PROG_VERSION_REQUIREMENT: &str = "~0.15.8";
203203
pub const INDEXER_VERSION: &str = "opi-brc20-rs-node v2.0.0";
204204
pub const LIGHT_CLIENT_VERSION: &str = "opi-brc20-rs-node-light v2.0.0";
205205

0 commit comments

Comments
 (0)