Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
H
Helm Charts for Minds Projects
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
249227a4
Commit
249227a4
authored
13 minutes ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): Use legacy blockchain config if key is null
parent
a8fcb0cb
sandbox-wip
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
0 deletions
+59
-0
configMap.yaml
minds/templates/configMap.yaml
+59
-0
No files found.
minds/templates/configMap.yaml
View file @
249227a4
...
...
@@ -354,6 +354,7 @@ data:
// Blockchain configurations
$CONFIG->set('blockchain', [
{{- if .Values.blockchain }}
'sale' => 'sale',
'testnet' => {{ .Values.blockchain.testNet }},
...
...
@@ -415,6 +416,64 @@ data:
],
'mw3' => '/usr/bin/env node ' . __MINDS_ROOT__ . '/../mw3/index.js'
{{- else }}
'sale' => 'sale',
'testnet' => false,
'rpc_endpoints' => [
'https://mainnet.infura.io/v3/708b51690a43476092936f9818f8c4fa',
],
//'network_address' => 'https://rinkeby.infura.io/',
'proxy_rpc_endpoint' => 'https://mainnet.infura.io/v3/708b51690a43476092936f9818f8c4fa',
'client_network' => 1, // 1 = main ethereum network; 4 = test rinkeby; 1337 coin repo's testserver.sh
'default_gas_price' => 40,
'server_gas_price' => 40,
'token_symbol' => 'status',
'token_address' => '0xb26631c6dda06ad89b93c71400d25692de89c068',
'contracts' => [
'token_sale_event' => [
'contract_address' => '0xf3c9dbb9598c21fe64a67d0586adb5d6eb66bc63',
'wallet_address' => '0x1820fFAD63fD64d7077Da4355e9641dfFf4DAD0d',
'wallet_pkey' => '',
'eth_rate' => 2000, //1 ETH = 2,000 TOKENS
'auto_issue_cap' => "120000000000000000000000", //60ETH (120,000 tokens) $30,000 USD
],
'withdraw' => [
'contract_address' => '0xdd10ccb3100980ecfdcbb1175033f0c8fa40548c',
'wallet_address' => '0x14E421986C5ff2951979987Cdd82Fa3C0637D569',
'wallet_pkey' => '',
'limit_exemptions' => [
],
],
'bonus' => [
'wallet_address' => '0x461f1C5768cDB7E567A84E22b19db0eABa069BaD',
'wallet_pkey' => '',
],
'boost' => [
'contract_address' => '0x112ca67c8e9a6ac65e1a2753613d37b89ab7436b',
'wallet_address' => '0xdd04D9636F1944FE24f1b4E51Ba77a6CD23b6fE3',
'wallet_pkey' => '',
],
'wire' => [
'contract_address' => '0x4b637bba81d24657d4c6acc173275f3e11a8d5d7',
'wallet_address' => '0x4CDc1C1fd1A3F4DD63231afF8c16501BcC11Df95',
'wallet_pkey' => '',
],
],
'eth_rate' => 2000, //1 ETH = 2,000 TOKENS
'disable_creditcards' => true,
'offchain' => [
'cap' => 1000
],
'mw3' => '/usr/bin/env node ' . __MINDS_ROOT__ . '/../mw3/index.js'
{{- end }}
]);
$CONFIG->set('blockchain_override', [
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment