Skip to content

Commit

Permalink
Add PLYR TAU Faucet config (#148)
Browse files Browse the repository at this point in the history
* Add PLYR TAU Faucet config

* change drip from 1 to 5 PLYR
  • Loading branch information
iamcryptofennec authored May 27, 2024
1 parent b6fe6bf commit 5a57bcc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,23 @@
"MAX_LIMIT": 2,
"WINDOW_SIZE": 1440
}
},
{
"ID": "PLYRT",
"NAME": "PLYR TAU Testnet",
"TOKEN": "PLYR",
"RPC": "https://subnets.avax.network/plyr/testnet/rpc",
"CHAINID": 62831,
"EXPLORER": "https://subnets-test.avax.network/plyr",
"IMAGE": "https://plyr.network/plyr_logo.png",
"MAX_PRIORITY_FEE": "100000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 5,
"DECIMALS": 18,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
}
],
"erc20tokens": [
Expand Down

0 comments on commit 5a57bcc

Please sign in to comment.