Skip to content

Commit

Permalink
Merge pull request #559 from KomodoPlatform/add_osmosis
Browse files Browse the repository at this point in the history
Added osmosis
  • Loading branch information
tonymorony authored Nov 16, 2022
2 parents 4a707c7 + 5820b3f commit da5a6d6
Show file tree
Hide file tree
Showing 14 changed files with 581 additions and 48 deletions.
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
18 changes: 18 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -11446,6 +11446,24 @@
}
}
},
{
"coin": "OSMO",
"avg_block_time": 6,
"name": "osmosis",
"fname": "Osmosis",
"mm2": 1,
"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 Down
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

0 comments on commit da5a6d6

Please sign in to comment.