radixdlt/radixdlt-java

Move the configs to unencoded resources

Closed this issue · 0 comments

These configurations seem a bit silly: https://github.com/radixdlt/radixdlt-java/blob/master/radixdlt-java/src/main/java/com/radixdlt/client/core/address/RadixUniverseConfigs.java#L8

It's much better to put these configurations in actual resource files (under src/main/resources) in a readable format, instead of statically including them in some unreadable serialized format (each of these strings is like 9k characters).