Skip to content

Commit

Permalink
add kima-mainnet asset (#1936)
Browse files Browse the repository at this point in the history
* add kima-mainnet asset

* fix time format

* add transfer channel

* change category
  • Loading branch information
dawn227 authored Oct 2, 2024
1 parent f5c487e commit 16c0eec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions osmosis-1/osmosis.zone_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5254,6 +5254,17 @@
"osmosis_verified": false,
"listing_date_time_utc": "2024-09-26T03:00:00Z",
"_comment": "SinGarden token"
},
{
"chain_name": "kimanetwork",
"base_denom": "uKIMA",
"path": "transfer/channel-83350/uKIMA",
"categories": [
"bridges"
],
"osmosis_verified": false,
"listing_date_time_utc": "2024-10-03T03:00:00Z",
"_comment": "Kima token"
}
]
}
9 changes: 9 additions & 0 deletions osmosis-1/osmosis.zone_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,15 @@
"ibc-transfer",
"ibc-go"
]
},
{
"chain_name": "kimanetwork",
"rpc": "https://rpc.kima.network/",
"rest": "https://api.kima.network/",
"explorer_tx_url": "https://explorer.kima.network/transactions/${txHash}",
"keplr_features": ["ibc-go",
"ibc-transfer"
]
}
]
}

0 comments on commit 16c0eec

Please sign in to comment.