Skip to content

Commit

Permalink
Merge pull request #32 from ava-labs/development
Browse files Browse the repository at this point in the history
1.1.4
  • Loading branch information
rajranjan0608 authored Jul 6, 2022
2 parents 7175576 + 0c32251 commit b5edc32
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,38 @@
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "PIRATEVERSE",
"NAME": "PirateVerseTestnet",
"TOKEN": "PVF",
"RPC": "https://rpc-testnet.pirateverse.finance/",
"CHAINID": 56766,
"EXPLORER": "https://testnet.piratescan.io",
"IMAGE": "https://pirateverse.finance/images/pirateverse.png",
"MAX_PRIORITY_FEE": "2000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 2000000000,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "DIGARD",
"NAME": "Digard Network Test",
"TOKEN": "DIGA",
"RPC": "https://api.digard.network/ext/bc/sNUvM8CDbYbwi99ih238cbwyRiDYsX6GPKnFF1NzignfKfte4/rpc",
"CHAINID": 960006,
"EXPLORER": "https://testnet.avascan.info/blockchain/digard",
"IMAGE": "https://cdn.digard.io/digard.png",
"MAX_PRIORITY_FEE": "2000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 2000000000,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
}
],
"erc20tokens": [
Expand Down

0 comments on commit b5edc32

Please sign in to comment.