This commit is contained in:
aozhiwei 2024-08-17 17:36:45 +08:00
parent 6cb88122ba
commit dfa0312eee
4 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,12 @@
[
{
"currency_name": "USDC",
"contract_name": "BEUSDC",
"currency_decimal": 6
},
{
"currency_name": "USDT",
"contract_name": "BEUSDT",
"currency_decimal": 6
}
]

View File

@ -1,6 +1,7 @@
[ [
{ {
"currency_name": "TestToken", "currency_name": "USDC",
"contract_name": "BEUSDC",
"currency_decimal": 6 "currency_decimal": 6
} }
] ]

View File

@ -0,0 +1,12 @@
[
{
"currency_name": "USDC",
"contract_name": "BEUSDC",
"currency_decimal": 6
},
{
"currency_name": "USDT",
"contract_name": "BEUSDT",
"currency_decimal": 6
}
]

View File

@ -0,0 +1,12 @@
[
{
"currency_name": "USDC",
"contract_name": "BEUSDC",
"currency_decimal": 6
},
{
"currency_name": "USDT",
"contract_name": "BEUSDT",
"currency_decimal": 6
}
]