File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /// Hypermap binding deployment address on base
2+ pub const HYPERMAP_BINDING_ADDRESS : & ' static str = "0x8A791620dd6260079BF849Dc5567aDC3F2FdC318" ;
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ use std::str::FromStr;
2525
2626/// hypermap deployment address on base
2727pub const HYPERMAP_ADDRESS : & ' static str = "0x000000000044C6B8Cb4d8f0F889a3E47664EAeda" ;
28- /// hypermap binding deployment address on base
29- pub const HYPERMAP_BINDING_ADDRESS : & ' static str = "0x8A791620dd6260079BF849Dc5567aDC3F2FdC318" ;
30- /// base chain id
28+
3129#[ cfg( not( feature = "simulation-mode" ) ) ]
3230pub const HYPERMAP_CHAIN_ID : u64 = 8453 ; // base
3331#[ cfg( feature = "simulation-mode" ) ]
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ wit_bindgen::generate!({
3030 generate_unused_types: true ,
3131} ) ;
3232
33+ /// Interact with the tokenregistry contract data
34+ pub mod bindings;
35+ /// Currently nothing in here except for the contract address.
36+
3337/// Interact with the eth provider module.
3438pub mod eth;
3539/// Your process must have the [`Capability`] to message
@@ -91,6 +95,7 @@ pub mod scripting;
9195pub mod hyperwallet_client;
9296
9397mod types;
98+
9499pub use types:: {
95100 address:: { Address , AddressParseError } ,
96101 capability:: Capability ,
You can’t perform that action at this time.
0 commit comments