-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.py
More file actions
54 lines (43 loc) · 1.29 KB
/
config_example.py
File metadata and controls
54 lines (43 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
class Web3ClientConfig:
@property
def WEB3_RPC_URL(self)->str:
return "https://rinkeby.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
@property
def WEB3_CHAIN_ID(self)->int:
return 4
@property
def WEB3_CHAIN_NAME(self)->str:
return "ETHEREUM 試験ネットワーク"
@property
def WEB3_EIP1159_COMPACTIBLE(self)->bool:
return True
@property
def WALLET_PRIVATE_KEY(self)->str:
return ""
@property
def TRAN_TEST(self)->bool:
return False
@property
def V1_TRAN_TEST(self)->bool:
return False
@property
def V2_TRAN_TEST(self)->bool:
return False
@property
def CONTRACT_TEST(self)->bool:
return True
@property
def CONTRACT_DEPLOY_A(self)->bool:
return False
@property
def CONTRACT_DEPLOY_B(self)->bool:
return False
@property
def CONTRACT_DEPLOY_C(self)->bool:
return False
@property
def CONTRACT_TRAN_TEST(self)->bool:
return False;
# コントラクト A の アドレス: 0xE891dAf43996985411D99574f9A5735213E3FA34
# コントラクト B の アドレス: 0xC097f39C91B1282bB7396D73643c5D6BbebF882e
# コントラクト C の アドレス: 0x794f1AECB84f3979569A485d5C7D6C8b14692B0a