ergoplatform / oracle-core

Core off-chain component of Oracle Pools
Apache License 2.0
62 stars 37 forks source link

Consider changing token id encoding in config file to base16 #179

Closed greenhat closed 1 year ago

greenhat commented 1 year ago

Throughout the ecosystem, base16 is prevalent (node, explorer, etc.). Initially, base64 was used because of token ids hard-coded in the contract used base64. It seems not important anymore.