Skip to content

Commit

Permalink
chore(chains): add atomone-devnet-2
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Dec 17, 2024
1 parent ff7a5c9 commit e29a647
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions chains/testnet/atomone-devnet-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"chain_name": "atomone-devnet-2",
"api": [
{
"provider": "allinbits",
"address": "https://atomone-devnet-2-api.allinbits.services"
}
],
"rpc": [
{
"provider": "allinbits",
"address": "https://atomone-devnet-2-rpc.allinbits.services"
}
],
"sdk_version": "0.45.1",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "atone",
"logo": "/logos/A1.svg",
"assets": [
{
"base": "uatone",
"symbol": "ATONE",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/A1.svg"
}
],
"faucet": {
"amount": [
{
"amount": "10000000",
"denom": "uatone"
},
{
"amount": "10000000",
"denom": "uphoton"
}
],
"fees": {
"gas": "100000000",
"amount": [
{
"amount": "250000",
"denom": "uatone"
},
{
"amount": "250000",
"denom": "uphoton"
}
]
},
"ip_limit": "10",
"address_limit": "5",
"whitelist": []
}
}

0 comments on commit e29a647

Please sign in to comment.