Skip to content

Commit

Permalink
Add KOPI and KUSD from Kopi (#2197)
Browse files Browse the repository at this point in the history
* Update osmosis.zone_assets.json

added XKP and kUSD

* Update osmosis.zone_assets.json

Updated to include peg_mechanism and fix typo in comment

* Update osmosis.zone_assets.json

Updated Comments text

* Update osmosis.zone_assets.json

updated comment text to lower case

* Update osmosis.zone_chains.json

added kopi

* Update osmosis.zone_assets.json

updated categories to stablecoin

* Update osmosis.zone_assets.json

updated to use osmosis side of the channel
  • Loading branch information
FlatWhiteWithSugar authored Jan 22, 2025
1 parent 02da037 commit c27edbb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
21 changes: 21 additions & 0 deletions osmosis-1/osmosis.zone_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5918,6 +5918,27 @@
"defi"
],
"_comment": "Neptune Receipt USDC $nUSDC"
},
{
"chain_name": "kopi",
"base_denom": "ukusd",
"path": "transfer/channel-88475/ukusd",
"peg_mechanism": "algorithmic",
"osmosis_verified": false,
"categories": [
"stablecoin"
],
"_comment": "Native stablecoin for the Kopi blockchain"
},
{
"chain_name": "kopi",
"base_denom": "ukopi",
"path": "transfer/channel-88475/ukopi",
"osmosis_verified": false,
"categories": [
"defi"
],
"_comment": "Native utility token of the Kopi blockchain"
}
]
}
11 changes: 11 additions & 0 deletions osmosis-1/osmosis.zone_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1516,6 +1516,17 @@
"ibc-go",
"ibc-transfer"
]
},
{
"chain_name": "kopi",
"rpc": "https://rpc.kopi.money",
"rest": "https://rest.kopi.money",
"explorer_tx_url": "https://explorer.kopi.money/luwak-1/tx/${txHash}",
"keplr_features": [
"ibc-go",
"ibc-transfer",
"cosmwasm"
]
}
]
}

0 comments on commit c27edbb

Please sign in to comment.