File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ make tests
8787```
8888
8989### Changelogs
90+ ** 0.7.0.3**
91+ * Add FRCOIN testnet
92+
9093** 0.7.0.2**
9194* Removed from AsyncClient all references to the deprecated OrderBook RPC endpoints (replaced them with OrderBookV2)
9295* Updated all orderbook examples
Original file line number Diff line number Diff line change @@ -219,3 +219,7 @@ decimals = 8
219219peggy_denom = factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/atom
220220decimals = 6
221221
222+ [FRCOIN]
223+ peggy_denom = factory/inj1d3jc5pr6nsf9twyzjh9w5nj7nn235ysllwtpq7/frcoin
224+ decimals = 6
225+
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.9"
20- VERSION = "0.7.0.2 "
20+ VERSION = "0.7.0.3 "
2121
2222REQUIRED = [
2323 "aiohttp" ,
You can’t perform that action at this time.
0 commit comments