forked from unicoeos/eosio.nft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
js4eos_config.js
38 lines (38 loc) · 1.42 KB
/
js4eos_config.js
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
module.exports = {
networks: {
// jungle:{
// chainId:'e70aaab8997e1dfce58fbfac80cbbb8fecec7b99cf982a9444273cbc64c41473',
// httpEndpoint:'http://jungle2.cryptolions.io:8888',
// keyPrefix:'EOS',
// },
// mainnet:{
// chainId:'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906',
// httpEndpoint:'https://mainnet.meet.one',
// keyPrefix:'EOS',
// },
// kylin: {
// chainId:'5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191',
// httpEndpoint:'http://api.kylin.eoseco.com', //change to another httpEndpoint if this is unavailable
// keyPrefix:'EOS',
// },
localhost: {
chainId: 'cf057bbfb72640471fd910bcb67639c22df9f92470936cddc1ade0e2f2e7dc4f',
httpEndpoint: 'http://localhost:8888',
keyPrefix: 'EOS'
}
},
deploy: {
"zjubca.nft": {
localhost: 'zjubcanftnft',
},
// hello2:{
// jungle:'testtest1122', //network:account
// kylin:'cpuramcpuram', //network:account
// },
},
keyProvider: [
'5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3',//replace private key to your contract account
],
defaultNetwork: 'localhost', //change to a eos network(jungle, mainnet) which you are working on
eosio_cdt: true,
}