Skip to content

Commit

Permalink
Commit a (still unused) contract addresses header.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed May 9, 2024
1 parent 3b56d98 commit 5b11e25
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions p2p/source/contract.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Orchid - WebRTC P2P VPN Market (on Ethereum)
* Copyright (C) 2017-2020 The Orchid Authors
*/

/* GNU Affero General Public License, Version 3 {{{ */
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or CONTRACTNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
**/
/* }}} */


#ifndef ORCHID_CONTRACT_HPP
#define ORCHID_CONTRACT_HPP

#include "address.hpp"

namespace orc {

static constexpr Address Lottery0_("0xb02396f06CC894834b7934ecF8c8E5Ab5C1d12F1");
static constexpr Address Lottery1_("0x6dB8381b2B41b74E17F5D4eB82E8d5b04ddA0a82");

}

#endif//ORCHID_CONTRACT_HPP

0 comments on commit 5b11e25

Please sign in to comment.