Skip to content

Commit

Permalink
Add support for masa testnet for PR (#142)
Browse files Browse the repository at this point in the history
* add support for masa testnet for PR

* fix: update masa image logo url
  • Loading branch information
nolanjacobson committed Mar 27, 2024
1 parent f6351a2 commit 6d4e506
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 @@ -151,6 +151,23 @@
"WINDOW_SIZE": 1440
}
},
{
"ID": "MASA",
"NAME": "Masa Testnet",
"TOKEN": "MASA",
"RPC": "https://subnets.avax.network/masatestne/testnet/rpc",
"CHAINID": 103454,
"EXPLORER": "https://subnets-test.avax.network/masatestnet",
"IMAGE": "https://safe.masa.finance/images/networks/masa.png",
"MAX_PRIORITY_FEE": "300000000000",
"MAX_FEE": "10000000000000",
"DRIP_AMOUNT": 2,
"DECIMALS": 18,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "LT0",
"NAME": "LT0 Testnet",
Expand Down

0 comments on commit 6d4e506

Please sign in to comment.