Skip to content

Commit

Permalink
add-onigiri-testnet (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwata authored Nov 28, 2024
1 parent df98c27 commit 3e1d8b3
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"WINDOW_SIZE": 1440
}
},
{
{
"ID": "PLYR",
"NAME": "PLYR TAU Testnet",
"TOKEN": "PLYR",
Expand Down Expand Up @@ -318,6 +318,23 @@
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "ONIGIRI",
"NAME": "ONIGIRI Testnet",
"TOKEN": "ONGR",
"RPC": "https://subnets.avax.network/onigiri/testnet/rpc",
"CHAINID": 5039,
"EXPLORER": "https://subnets-test.avax.network/onigiri",
"IMAGE": "https://gateway.pinata.cloud/ipfs/QmVyXNxhtyS6Ei6MXqcyYsFAJxHnSa1QkHtnfUmCMTs9Sb",
"MAX_PRIORITY_FEE": "10000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 2,
"DECIMALS": 18,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
}
],
"erc20tokens": [
Expand Down Expand Up @@ -425,4 +442,4 @@
}
}
]
}
}

0 comments on commit 3e1d8b3

Please sign in to comment.