File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
crates/constants/src/chains Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.4.2 "
6
+ version = " 0.4.3 "
7
7
edition = " 2021"
8
8
rust-version = " 1.81"
9
9
authors = [" init4" ]
Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ pub const RU_NAME: &str = "Pecorino";
41
41
/// Chain ID for the Pecorino testnet RU chain.
42
42
pub const RU_CHAIN_ID : u64 = 14174 ;
43
43
/// `Orders` contract address for the Pecorino testnet RU chain.
44
- pub const RU_ORDERS : Address = address ! ( "0x8e9806fFF56d0660683F0A8157cE70F541A49dD0 " ) ;
44
+ pub const RU_ORDERS : Address = address ! ( "0xC2D3Dac6B115564B10329697195656459BFb2c74 " ) ;
45
45
/// `Passage` contract address for the Pecorino testnet RU chain.
46
- pub const RU_PASSAGE : Address = address ! ( "0x862c10E42B7D07dfDE6F74af61B20A55ca5243FE" ) ;
46
+ /// This is currently a dummy value and will be replaced with the actual Passage contract address in the future.
47
+ pub const RU_PASSAGE : Address = Address :: repeat_byte ( 0xff ) ;
47
48
/// Base fee recipient address for the Pecorino testnet RU chain.
48
49
pub const BASE_FEE_RECIPIENT : Address = address ! ( "0xe0eDA3701D44511ce419344A4CeD30B52c9Ba231" ) ;
49
50
You can’t perform that action at this time.
0 commit comments