Comparing version 0.2.1 to 0.2.2
@@ -138,2 +138,5 @@ /** | ||
FINX: Relay; | ||
EMT: Relay; | ||
DRAGON: Relay; | ||
PIXEOS: Relay; | ||
[relay: string]: Relay; | ||
@@ -140,0 +143,0 @@ } |
18
index.js
@@ -283,3 +283,21 @@ "use strict"; | ||
}, | ||
EMT: { | ||
code: "emanateoneos", | ||
account: "bancorc11213", | ||
symbol: "EMT", | ||
precision: 4, | ||
}, | ||
DRAGON: { | ||
code: "eosdragontkn", | ||
account: "bancorc11223", | ||
symbol: "DRAGON", | ||
precision: 4, | ||
}, | ||
PIXEOS: { | ||
code: "pixeos1token", | ||
account: "bancorc11214", | ||
symbol: "PIXEOS", | ||
precision: 4, | ||
}, | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "bancorx", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "BancorX Utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24212
447