Skip to content

Commit

Permalink
Merge pull request #854 from zancas/donation_address
Browse files Browse the repository at this point in the history
add donation address to zingoconfig
  • Loading branch information
zancas authored Mar 31, 2024
2 parents 53594f8 + 2dd42d6 commit e3e6171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zingoconfig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use zcash_primitives::consensus::{
TEST_NETWORK,
};

pub const DEVELOPER_DONATION_ADDRESS: &str = "u1w47nzy4z5g9zvm4h2s4ztpl8vrdmlclqz5sz02742zs5j3tz232u4safvv9kplg7g06wpk5fx0k0rx3r9gg4qk6nkg4c0ey57l0dyxtatqf8403xat7vyge7mmen7zwjcgvryg22khtg3327s6mqqkxnpwlnrt27kxhwg37qys2kpn2d2jl2zkk44l7j7hq9az82594u3qaescr3c9v";
pub const DEFAULT_LIGHTWALLETD_SERVER: &str = "https://mainnet.lightwalletd.com:9067";
pub const MAX_REORG: usize = 100;
pub const DEFAULT_WALLET_NAME: &str = "zingo-wallet.dat";
Expand Down

0 comments on commit e3e6171

Please sign in to comment.