Update with AEON base settings.
This commit is contained in:
parent
ca87ba3595
commit
e5d2faeb08
2 changed files with 9 additions and 2 deletions
|
|
@ -14,5 +14,12 @@
|
|||
"name": "Karbowanec",
|
||||
"mixIn": 4,
|
||||
"shortCode": "KRB"
|
||||
},
|
||||
"aeon": {
|
||||
"funcFile": "./lib/coins/aeon.js",
|
||||
"sigDigits": 1000000000000,
|
||||
"name": "Aeon Coin",
|
||||
"mixIn": 4,
|
||||
"shortCode": "AEON"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ function Coin(data){
|
|||
this.data = data;
|
||||
let instanceId = crypto.randomBytes(4);
|
||||
this.coinDevAddress = "WmsSWgtT1JPg5e3cK41hKXSHVpKW7e47bjgiKmWZkYrhSS5LhRemNyqayaSBtAQ6517eo5PtH9wxHVmM78JDZSUu2W8PqRiNs"; // Developer Address
|
||||
this.poolDevAddress = "KgseWakG2bMXHGJSsAUfzL1HykCyvD4m8gd9qgcuyZ1ufy8PqUCKRxEfAv3nahfdTrCjZByiWoCiRiohxq4u2rf2RgQ1pcJ"; // Snipa Address
|
||||
this.poolDevAddress = "WmtvM6SoYya4qzkoPB4wX7FACWcXyFPWAYzfz7CADECgKyBemAeb3dVb3QomHjRWwGS3VYzMJAnBXfUx5CfGLFZd1U7ssdXTu"; // Snipa Address
|
||||
|
||||
this.blockedAddresses = [
|
||||
this.coinDevAddress,
|
||||
|
|
@ -22,7 +22,7 @@ function Coin(data){
|
|||
this.exchangeAddresses = [
|
||||
]; // These are addresses that MUST have a paymentID to perform logins with.
|
||||
|
||||
this.prefix = 111;
|
||||
this.prefix = 178;
|
||||
|
||||
this.supportsAutoExchange = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue