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"
}
}
1 change: 1 addition & 0 deletions 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",
"PAX-BEP20": "PAX",
"PAX-ERC20": "PAX",
"PAX-KRC20": "PAX",
Expand Down
20 changes: 19 additions & 1 deletion coins
Original file line number Diff line number Diff line change
Expand Up @@ -11662,6 +11662,24 @@
}
}
},
{
"coin": "OSMO",
"avg_block_time": 6,
"name": "osmosis",
"fname": "Osmosis",
"mm2": 1,
tonymorony marked this conversation as resolved.
Show resolved Hide resolved
"wallet_only": true,
"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 +11696,4 @@
}
}
}
]
]
File renamed without changes.
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/"
}
]
}
8 changes: 0 additions & 8 deletions ethereum/tCOSMOS

This file was deleted.

2 changes: 1 addition & 1 deletion explorers/ATOM-IBC_IRIS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["https://irishub.iobscan.io/#"]
["https://irishub.iobscan.io/"]
2 changes: 1 addition & 1 deletion explorers/IRIS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["https://irishub.iobscan.io/#"]
["https://irishub.iobscan.io/"]
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/"]
12 changes: 12 additions & 0 deletions explorers/explorer_paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,17 @@
},
"https://openchains.info/coin/ltfn/": {
"explorer_tx_url": "tx/"
},
"https://irishub.iobscan.io/": {
"explorer_tx_url": "#/txs/",
"explorer_address_url": "#/address/"
},
"https://www.mintscan.io/cosmos/": {
"explorer_tx_url": "txs/",
"explorer_address_url": "account/"
},
"https://www.mintscan.io/osmosis/": {
"explorer_tx_url": "txs/",
"explorer_address_url": "account/"
}
}
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.
Loading