Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added osmosis #559

Merged
merged 16 commits into from
Nov 16, 2022
Merged
1 change: 1 addition & 0 deletions api_ids/coingecko_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
"OMG-PLG20": "omisego",
"ONE": "harmony",
"ONT-BEP20": "ontology",
"OSMO": "osmosis",
"PANGEA": "test-coin",
"PAX-BEP20": "paxos-standard",
"PAX-ERC20": "paxos-standard",
Expand Down
3 changes: 2 additions & 1 deletion api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"OMG-PLG20": "omg-omg-network",
"ONE": "one-harmony",
"ONT-BEP20": "ont-ontology",
"OSMO": "osmo-osmosis",
"PANGEA": "test-coin",
"PAX-BEP20": "pax-paxos-standard-token",
"PAX-ERC20": "pax-paxos-standard-token",
Expand Down Expand Up @@ -599,4 +600,4 @@
"ZRX-AVX20": "zrx-0x",
"ZRX-ERC20": "zrx-0x",
"ZRX-PLG20": "zrx-0x"
}
}
3 changes: 2 additions & 1 deletion api_ids/nomics_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
"OMG-PLG20": "OMG",
"ONE": "HARMONY",
"ONT-BEP20": "ONT",
"OSMO": "osmo-osmosis",
"PAX-BEP20": "PAX",
"PAX-ERC20": "PAX",
"PAX-KRC20": "PAX",
Expand Down Expand Up @@ -545,4 +546,4 @@
"ZRX-AVX20": "ZRX",
"ZRX-ERC20": "ZRX",
"ZRX-PLG20": "ZRX"
}
}
19 changes: 18 additions & 1 deletion coins
Original file line number Diff line number Diff line change
Expand Up @@ -11662,6 +11662,23 @@
}
}
},
{
"coin": "OSMO",
"avg_block_time": 6,
"name": "osmosis",
"fname": "Osmosis",
"mm2": 1,
"protocol": {
"type": "TENDERMINT",
"protocol_data": {
"decimals": 6,
"denom": "uosmo",
"account_prefix": "osmo",
"chain_id": "osmosis-1",
"gas_price": 0.50
}
}
},
{
"coin": "ATOM-IBC_IRIS",
"name": "cosmos_ibc_iris",
Expand All @@ -11678,4 +11695,4 @@
}
}
}
]
]
7 changes: 7 additions & 0 deletions ethereum/OSMO
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"rpc_nodes": [
{
"url": "https://osmosis-mainnet-rpc.allthatnode.com:26657/"
}
]
}
1 change: 1 addition & 0 deletions explorers/OSMO
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["https://www.mintscan.io/osmosis/"]
Binary file added icons/osmo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions utils/generate_app_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def __init__(self, coin_data: dict):
"SBCH": "SmartBCH",
"SLP": "SLPTOKEN",
"COSMOS": "TENDERMINT",
"OSMO": "TENDERMINT",
"IRIS": "TENDERMINTTOKEN",
"UBQ": "Ubiq"
}
Expand Down