-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cfg
134 lines (87 loc) · 3.2 KB
/
config.cfg
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[GLOBAL]
#This will create a production, test or devnet version
# d = nada - the last case is dev
# t = testnet
# p = production
deploy_to = d
# create nfts
# 0 = False and will not create the nft entries
# 1 = True and will create the nft entries
deploy_nft = 1
# create whitelist
# 0 = False and will not create the whitelist entries
# 1 = True and will create the whitelist entries
deploy_whitelist = 0
# recreate bech32
# 0 = False and will not create the bech32 entries
# 1 = True and will create the bech32 entries
recreate_bech32 =
[DEVELOPMENT]
# contract address to deploy to
contract_address = erd1qqqqqqqqqqqqqpgqdrpate3cvzeg7tahng65ajzqsujxf8z5y4wskmmh0h
# base cid for pics at nft.storage
base_cid = QmRS856rPGWBoFEHGy9cVVQb3SvaQx7VgxB9AmLSrtGRuZ
# base uri for pics at nft.storage
base_uri = gateway.pinata.cloud/ipfs
# 3e8 is hex of 1000 which is 10% (and not the hex vesion os ASCII 1000)
royalties = 500
# b1a2bc2ec50000 hex version of the number 500000000000000000 which is .5 egld (and not the hex vesion os ASCII 050000000000000000)
selling_price = 500000000000000000
# wallet file for deployment
pem = dev-wallet-owner.pem
# proxy address for elrond
proxy_address = https://devnet-gateway.elrond.com
# chain id for elrond
chain = D
# json metadata file
json_path = metadatatest.json
# whitelist file
whitelist_path = whitelist.txt
#file path for the smart contract compiled wassm file
bytecode_path = elrond_minting.wasm
[TEST]
# contract address to deploy to
contract_address = erd1qqqqqqqqqqqqqpgqhfrsthsxd4j78wa000h5y28ltf39maxx0mdqctlh2a
# base cid for pics at nft.storage
base_cid = bafybeiflqvqewnqmprpcpqjd3ws5zfvdl2xdpcgnw3abjr6xu6yxynj4ei
# base uri for pics at nft.storage
base_uri = .ipfs.dweb.link
# 3e8 is hex of 1000 which is 10% (and not the hex vesion os ASCII 1000)
royalties = 1000
# b1a2bc2ec50000 hex version of the number 500000000000000000 which is .5 egld (and not the hex vesion os ASCII 050000000000000000)
selling_price = 500000000000000000
# wallet file for deployment
pem = testnet.pem
# proxy address for elrond
proxy_address = https://testnet-gateway.elrond.com
# chain id for elrond
chain = T
# json metadata file
json_path = metadatatest.json
# whitelist file
whitelist_path = whitelist.txt
#file path for the smart contract compiled wassm file
bytecode_path = elrond_minting.wasm
[PRODUCTION]
#contract address to deploy to
contract_address = erd1qqqqqqqqqqqqqpgq9c52cj3c5m85x0upah9tr2hzqfc23xk6ydjsv43jvq
#base cid for pics at nft.storage
base_cid = bafybeiflqvqewnqmprpcpqjd3ws5zfvdl2xdpcgnw3abjr6xu6yxynj4ei
#base uri for pics at nft.storage
base_uri = .ipfs.dweb.link
# 3e8 is hex of 1000 which is 10% (and not the hex vesion os ASCII 1000)
royalties = 1000
# b1a2bc2ec50000 hex version of the number 500000000000000000 which is .5 egld (and not the hex vesion os ASCII 050000000000000000)
selling_price = 500000000000000000
# wallet file for deployment
pem = onchainwallet.pem
# proxy address for elrond
proxy_address = https://gateway.elrond.com
# json metadata file
chain = 1
# json metadata file
json_path = metadata.json
# whitelist file
whitelist_path = whitelist.txt
#file path for the smart contract compiled wasm file
bytecode_path = elrond_minting.wasm