Skip to content

Commit

Permalink
DLLR block confirmation times
Browse files Browse the repository at this point in the history
  • Loading branch information
koirikivi committed May 29, 2024
1 parent 162f21e commit 74306d7
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion federator-env/mainnet-ETH-RSK/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,35 @@ module.exports = {
"confirmations": 50
}
],
"USDT": [
"USDT": [
{
"amount": 0,
"confirmations": 10
},
{
"amount": 2000000000000000000000,
"confirmations": 30
},
{
"amount": 10000000000000000000000,
"confirmations": 50
}
],
"eDLLR": [
{
"amount": 0,
"confirmations": 10
},
{
"amount": 2000000000000000000000,
"confirmations": 30
},
{
"amount": 10000000000000000000000,
"confirmations": 50
}
],
"DLLR": [
{
"amount": 0,
"confirmations": 10
Expand Down Expand Up @@ -379,6 +407,34 @@ module.exports = {
"confirmations": 50
}
],
"eDLLR": [
{
"amount": 0,
"confirmations": 10
},
{
"amount": 2000000000000000000000,
"confirmations": 30
},
{
"amount": 10000000000000000000000,
"confirmations": 50
}
],
"DLLR": [
{
"amount": 0,
"confirmations": 10
},
{
"amount": 2000000000000000000000,
"confirmations": 30
},
{
"amount": 10000000000000000000000,
"confirmations": 50
}
],
"ETH": [
{
"amount": 0,
Expand Down

0 comments on commit 74306d7

Please sign in to comment.