Skip to content

Commit

Permalink
Merge pull request #444 from daniel-savu/faucet-configs
Browse files Browse the repository at this point in the history
chore(faucet): update config files
  • Loading branch information
gregdhill authored Jun 22, 2023
2 parents d8826bb + 3069f70 commit a807e18
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 2 deletions.
34 changes: 33 additions & 1 deletion faucet/examples/interlay-testnet-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"max_fundable_client_balance": 10000,
"faucet_cooldown_hours": 6,
"faucet_cooldown_hours": 336,
"user_allowances": [
{
"symbol": "DOT",
Expand All @@ -17,6 +17,22 @@
{
"symbol": "USDT",
"amount": 10000000000
},
{
"symbol": "GLMR",
"amount": 10000000000000000000
},
{
"symbol": "VDOT",
"amount": 200000000000
},
{
"symbol": "LDOT",
"amount": 200000000000
},
{
"symbol": "SDOT",
"amount": 200000000000
}
],
"vault_allowances": [
Expand All @@ -35,6 +51,22 @@
{
"symbol": "USDT",
"amount": 100000000000
},
{
"symbol": "GLMR",
"amount": 1000000000000000000000
},
{
"symbol": "VDOT",
"amount": 20000000000000
},
{
"symbol": "LDOT",
"amount": 20000000000000
},
{
"symbol": "SDOT",
"amount": 20000000000000
}
]
}
34 changes: 33 additions & 1 deletion faucet/examples/kintsugi-testnet-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"max_fundable_client_balance": 10000,
"faucet_cooldown_hours": 6,
"faucet_cooldown_hours": 336,
"user_allowances": [
{
"symbol": "KSM",
Expand All @@ -17,6 +17,22 @@
{
"symbol": "USDT",
"amount": 10000000000
},
{
"symbol": "MOVR",
"amount": 1000000000000000000000
},
{
"symbol": "VKSM",
"amount": 20000000000000
},
{
"symbol": "LKSM",
"amount": 20000000000000
},
{
"symbol": "SKSM",
"amount": 20000000000000
}
],
"vault_allowances": [
Expand All @@ -35,6 +51,22 @@
{
"symbol": "USDT",
"amount": 100000000000
},
{
"symbol": "MOVR",
"amount": 100000000000000000000000
},
{
"symbol": "VKSM",
"amount": 2000000000000000
},
{
"symbol": "LKSM",
"amount": 2000000000000000
},
{
"symbol": "SKSM",
"amount": 2000000000000000
}
]
}

0 comments on commit a807e18

Please sign in to comment.