@xmr-core/xmr-mymonero-libs
Version:
A collection of utilities for building ontop of a MyMonero compatible API
7 lines (6 loc) • 302 B
text/typescript
export const myMoneroConfig = {
hostName: "api.mymonero.com:8443",
HostingServiceFee_depositAddress:
"49VNLa9K5ecJo13bwKYt5HCmA8GkgLwpyFjgGKG6qmp8dqoXww8TKPU2PJaLfAAtoZGgtHfJ1nYY8G2YaewycB4f72yFT6u",
HostingServiceFee_txFeeRatioOfNetworkFee: 0.5, // Service fee relative to tx fee (0.5 => 50%)
};