-
Notifications
You must be signed in to change notification settings - Fork 22
/
config.h
19 lines (12 loc) · 928 Bytes
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// (c) Cartesi and individual authors (see https://github.com/cartesi/honeypot/blob/main/AUTHORS)
// SPDX-License-Identifier: Apache-2.0 (see https://github.com/cartesi/honeypot/blob/main/LICENSE)
// Copyright Cartesi Pte. Ltd.
#ifndef __CONFIG_H_
#define __CONFIG_H_
// 0x9C21AEb2093C32DDbC53eEF24B873BDCd1aDa1DB
#define CONFIG_ERC20_PORTAL_ADDRESS {0x9C,0x21,0xAE,0xb2,0x09,0x3C,0x32,0xDD,0xbC,0x53,0xeE,0xF2,0x4B,0x87,0x3B,0xDC,0xd1,0xaD,0xa1,0xDB}
// 0x70997970C51812dc3A010C7d01b50e0d17dc79C8
#define CONFIG_ERC20_WITHDRAWAL_ADDRESS {0x70,0x99,0x79,0x70,0xC5,0x18,0x12,0xdc,0x3A,0x01,0x0C,0x7d,0x01,0xb5,0x0e,0x0d,0x17,0xdc,0x79,0xC8}
// 0x8cA1c547AE4C1D1bb8296a5854c2c50192118E02
#define CONFIG_ERC20_CONTRACT_ADDRESS {0x8c,0xA1,0xc5,0x47,0xAE,0x4C,0x1D,0x1b,0xb8,0x29,0x6a,0x58,0x54,0xc2,0xc5,0x01,0x92,0x11,0x8E,0x02}
#endif