From 79aaf80f8460d00c0c1db80548cf7663c9980c28 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 27 Jun 2024 15:25:27 +0800 Subject: [PATCH] 1 --- bin/backtask/config/bc_currency.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bin/backtask/config/bc_currency.json diff --git a/bin/backtask/config/bc_currency.json b/bin/backtask/config/bc_currency.json new file mode 100644 index 00000000..668b201b --- /dev/null +++ b/bin/backtask/config/bc_currency.json @@ -0,0 +1,22 @@ +[ + { + "name": "Ethereum", + "contract_address": "", + "current_price": 3371.1 + }, + { + "name": "USDC", + "contract_address": "", + "current_price": 0.999334 + }, + { + "name": "Immutable", + "contract_address": "", + "current_price": 1.54 + }, + { + "name": "NATIVE", + "contract_address": "", + "current_price": 1.54 + } +]