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/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.4.2 "
6+ version = " 0.4.3 "
77edition = " 2021"
88rust-version = " 1.81"
99authors = [" init4" ]
Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ pub const RU_NAME: &str = "Pecorino";
4141/// Chain ID for the Pecorino testnet RU chain.
4242pub const RU_CHAIN_ID : u64 = 14174 ;
4343/// `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 " ) ;
4545/// `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 ) ;
4748/// Base fee recipient address for the Pecorino testnet RU chain.
4849pub const BASE_FEE_RECIPIENT : Address = address ! ( "0xe0eDA3701D44511ce419344A4CeD30B52c9Ba231" ) ;
4950
You can’t perform that action at this time.
0 commit comments