forked from Asterizm-Protocol/client-module-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yml
20 lines (19 loc) · 870 Bytes
/
config.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Nodes:
List:
ETH:
RPC: https://eth-rpc.com # chain rpc
ContractAddress: contractAddress # client contract address
OwnerAddress: ownerAddress # owner address example
OwnerPrivateKey: ownerPrivateKey # owner private key example
EVER:
RPC: https://ever-rpc.com # chain rpc
ContractAddress: contractAddress # client contract address
OwnerAddress: ownerAddress # owner address example
OwnerPrivateKey: ownerPrivateKey # owner private key example
OwnerPublicKey: ownerPublicKey # owner public key example
Ton:
RPC: https://ever-rpc.com # chain rpc
ContractAddress: contractAddress # client contract address
OwnerAddress: ownerAddress # owner address example
OwnerPrivateKey: ownerPrivateKey # owner private key example
OwnerPublicKey: ownerPublicKey # owner public key example