Skip to content

Commit

Permalink
Add GAMR testnet token onn PLYR TAU Testnt (#152)
Browse files Browse the repository at this point in the history
* Add PLYR TAU Faucet config

* change drip from 1 to 5 PLYR

* Change ID from PLYRT to PLYR

I didn't know that this id gonna be a query string ?subnet=plyrt

* Add GAMR faucet for PLYR TAU testnet
  • Loading branch information
iamcryptofennec authored Jul 22, 2024
1 parent ab027c6 commit 3eec805
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,21 @@
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "GAMR",
"HOSTID": "PLYR",
"NAME": "GAMR",
"TOKEN": "GAMR",
"IMAGE": "https://plyr.network/gamr_logo.png",
"CONTRACTADDRESS": "0xa875625fe8A955406523E52E485f351b92908ce1",
"DRIP_AMOUNT": 1000,
"GASLIMIT": "150000",
"DECIMALS": 18,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
}
]
}

0 comments on commit 3eec805

Please sign in to comment.