-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
132 lines (96 loc) · 4.52 KB
/
.env.example
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
# Copyright 2024 Circle Internet Group, Inc. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##############################
# Private Key Configurations #
##############################=
# The key to a pre-funded deployer address
DEPLOYER_PRIVATE_KEY=
############################
# FiatToken Configurations #
############################
# The ERC20 name of the FiatToken.
TOKEN_NAME=USDC
# The ERC20 symbol of the FiatToken.
TOKEN_SYMBOL=USDC
# The fiat currency that that FiatToken represents.
TOKEN_CURRENCY=USD
# The ERC20 decimals for the FiatToken.
TOKEN_DECIMALS=6
# [OPTIONAL] The address to a deployed FiatTokenProxy contract.
# FIAT_TOKEN_PROXY_ADDRESS=
# [OPTIONAL] The address to a deployed FiatToken implementation contract.
# FIAT_TOKEN_IMPLEMENTATION_ADDRESS=
# The address of the FiatTokenProxy's admin.
PROXY_ADMIN_ADDRESS=0x0114C659E915A61616277ffACbecb593901bCdb6
# The address of the FiatToken's owner.
OWNER_ADDRESS=0xAbd7D078f8CB73Efd9E6ba684D871F51Da88c7cB
# The address of the MasterMinter's owner.
MASTER_MINTER_OWNER_ADDRESS=0xAbd7D078f8CB73Efd9E6ba684D871F51Da88c7cB
# [OPTIONAL] The address of the FiatToken's pauser. Defaults to the owner address.
PAUSER_ADDRESS=0xAbd7D078f8CB73Efd9E6ba684D871F51Da88c7cB
# [OPTIONAL] The address of the FiatToken's blacklister. Defaults to the owner address.
BLACKLISTER_ADDRESS=0xAbd7D078f8CB73Efd9E6ba684D871F51Da88c7cB
# [OPTIONAL] The address to which locked funds are sent to. Only applicable for version 2 -> 2.1 upgrades. Defaults to the owner address.
# LOST_AND_FOUND_ADDRESS=
##########################
# Network Configurations #
##########################
# [OPTIONAL] The URL to a mainnet JSON-RPC node.
# MAINNET_RPC_URL=
# [OPTIONAL] The URL to a testnet JSON-RPC node.
# TESTNET_RPC_URL=
# The percentage to multiply gas usage estimations by (eg. 200 to double the estimation). Defaults to 130.
GAS_MULTIPLIER=110
################################
# Celo Specific Configurations #
################################
# [OPTIONAL] The address to a deployed FiatTokenCelo implementation contract.
# FIAT_TOKEN_CELO_IMPLEMENTATION_ADDRESS=
# [OPTIONAL] The address to a deployed FiatTokenProxy contract for FiatTokenCeloV2_2. Required for Celo Fee Adapter deployment.
# FIAT_TOKEN_CELO_PROXY_ADDRESS=
# [OPTIONAL] The address of the Fee Adapter Proxy's admin. Required for Celo Fee Adapter deployment.
# FEE_ADAPTER_PROXY_ADMIN_ADDRESS=
# [OPTIONAL] The number of decimals to scale the USDC contract to. Required for Celo Fee Adapter deployment.
# FEE_ADAPTER_DECIMALS=
################################
# Miscellaneous Configurations #
################################
# The file name from which to read the list of addresses to blacklist
BLACKLIST_FILE_NAME=blacklist.remote.json
# [OPTIONAL] The API key to an Etherscan flavor block explorer.
# ETHERSCAN_KEY=
# [OPTIONAL] The number of runs the Solidity optimizers should perform. Defaults to 10000000.
# OPTIMIZER_RUNS=
# Environement variables for a Bridge Server between Sepollia and Holesky Testnets
# SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/zz9S1NLrUlFEBOvEhRktRxMJzXJYW30V
# SEPOLIA_WS_RPC_URL=wss://eth-sepolia.g.alchemy.com/v2/zz9S1NLrUlFEBOvEhRktRxMJzXJYW30V
# SEPOLIA_TOKEN_ADDRESS=0xd2604B1A6AE3c8Eb7b2b31B1D040C06597B8838f
# SEPOLIA_BRIDGE_ADDRESS=0x3D37b3452C345066b6a05a02045BC57415F6de74
# HOLESKY_RPC_URL=https://eth-holesky.g.alchemy.com/v2/zz9S1NLrUlFEBOvEhRktRxMJzXJYW30V
# HOLESKY_WS_RPC_URL=wss://eth-holesky.g.alchemy.com/v2/zz9S1NLrUlFEBOvEhRktRxMJzXJYW30V
# HOLESKY_TOKEN_ADDRESS=0xd2604B1A6AE3c8Eb7b2b31B1D040C06597B8838f
# HOLESKY_BRIDGE_ADDRESS=0x3D37b3452C345066b6a05a02045BC57415F6de74
# ETHERSCAN_API_KEY=
# PRIVATE_KEY=
# Environement variables for a Bridge Server between Radius and Holesky Testnets
# RADIUS_RPC_URL=https://rpc.testnet.tryradi.us/ac030419463f6b74251f4b090c743b051b3624eaf6d9e7c0
# RADIUS_WS_RPC_URL=
# RADIUS_TOKEN_ADDRESS=
# RADIUS_BRIDGE_ADDRESS=
# HOLESKY_RPC_URL=
# HOLESKY_WS_RPC_URL=
# HOLESKY_TOKEN_ADDRESS=
# HOLESKY_BRIDGE_ADDRESS=