Skip to content

Commit

Permalink
Merge pull request #2 from allinbits/setup-chains
Browse files Browse the repository at this point in the history
chore: Setup chains govgen and atomone
  • Loading branch information
albttx authored Oct 18, 2024
2 parents 5ffe965 + 652982e commit 5fbedad
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 189 deletions.
30 changes: 30 additions & 0 deletions chains/mainnet/atomone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"chain_name": "atomone",
"registry_name": "atomone",
"api": [
{
"provider": "allinbits",
"address": "https://atomone-api.allinbits.services"
}
],
"rpc": [
{
"provider": "allinbits",
"address": "https://atomone-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": "atone",
"logo": "/logos/A1.svg"
}
]
}
74 changes: 0 additions & 74 deletions chains/mainnet/axelar.json

This file was deleted.

26 changes: 0 additions & 26 deletions chains/mainnet/cosmos.json

This file was deleted.

19 changes: 19 additions & 0 deletions chains/mainnet/govgen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "govgen",
"registry_name": "govgen",
"api": [{ "provider": "govgen.io", "address": "https://api.govgen.io" }],
"rpc": [{ "provider": "govgen.io", "address": "https://rpc.govgen.io" }],
"sdk_version": "0.45.1",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "govgen",
"logo": "/logos/govgen.png",
"assets": [
{
"base": "ugovgen",
"symbol": "GOVGEN",
"exponent": "6",
"logo": "/logos/govgen.png"
}
]
}
30 changes: 0 additions & 30 deletions chains/mainnet/neutron.json

This file was deleted.

27 changes: 0 additions & 27 deletions chains/mainnet/nolus.json

This file was deleted.

32 changes: 0 additions & 32 deletions chains/mainnet/osmosis.json

This file was deleted.

4 changes: 4 additions & 0 deletions public/logos/A1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/govgen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fbedad

Please sign in to comment.