Skip to content

Commit 5a57bcc

Browse files
Add PLYR TAU Faucet config (#148)
* Add PLYR TAU Faucet config * change drip from 1 to 5 PLYR
1 parent b6fe6bf commit 5a57bcc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

config.json

+17
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,23 @@
251251
"MAX_LIMIT": 2,
252252
"WINDOW_SIZE": 1440
253253
}
254+
},
255+
{
256+
"ID": "PLYRT",
257+
"NAME": "PLYR TAU Testnet",
258+
"TOKEN": "PLYR",
259+
"RPC": "https://subnets.avax.network/plyr/testnet/rpc",
260+
"CHAINID": 62831,
261+
"EXPLORER": "https://subnets-test.avax.network/plyr",
262+
"IMAGE": "https://plyr.network/plyr_logo.png",
263+
"MAX_PRIORITY_FEE": "100000000000",
264+
"MAX_FEE": "100000000000",
265+
"DRIP_AMOUNT": 5,
266+
"DECIMALS": 18,
267+
"RATELIMIT": {
268+
"MAX_LIMIT": 1,
269+
"WINDOW_SIZE": 1440
270+
}
254271
}
255272
],
256273
"erc20tokens": [

0 commit comments

Comments
 (0)