-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add kopi mainnet #5625
base: master
Are you sure you want to change the base?
add kopi mainnet #5625
Conversation
new file: kopi/chain.json new file: kopi/images/kopi-logo.svg
Updated kopi details
updated to remove png and correct svg name
added additional explorers
removed coingecko id
added more seed and peers
updated kusd description
minor changes
minor changes
updated more details
added images and additional tokens
updated to correct image
updated text;
Updated IBC
"base": "ucusdc", | ||
"name": "cUSDC", | ||
"display": "cUSDC", | ||
"symbol": "cUSDC", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include the traces
describing how it originates from USDC
"base": "ukusd", | ||
"name": "kUSD", | ||
"display": "kUSD", | ||
"symbol": "kUSD", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with a lower-case k, please include the traces
of how it derives from USD
"base": "uckusd", | ||
"name": "ckUSD", | ||
"display": "ckUSD", | ||
"symbol": "ckUSD", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with a lower-case ck, please include the traces of how it derives from USD
Updated changes
added polkachu
added additional IBC connections for kopi
"description": "USDT from injective Chain", | ||
"denom_units": [ | ||
{ | ||
"denom": "ibc/D8A36AE90F20FE4843A8D249B1BCF0CCDDE35C4B605C8DED57BED20C639162D0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define the traces
(how USDT got from Injective to here)
"description": "USDC from Noble Chain", | ||
"denom_units": [ | ||
{ | ||
"denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define the traces
(how USDC got from Noble to here)
"base": "ucusdtinj", | ||
"name": "cUSDT.inj", | ||
"display": "cUSDT.inj", | ||
"symbol": "cUSDT.inj", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define the traces
(how this derives from USDT.inj (from: ibc/D8A36AE90F20FE4843A8D249B1BCF0CCDDE35C4B605C8DED57BED20C639162D0))
Updated to use correct client id
Updated details
updated asset list with atom, luna and osmosis
added arbitrage tokens
All of these assets (except for KOPI) require traces. |
removed, socials from tokens, added in missing traces, updated injective display name, and fixed issue with capital letter on chain name
kopi/assetlist.json
Outdated
"base": "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255", | ||
"name": "Injective", | ||
"display": "INJ", | ||
"symbol": "Inj", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The symbol should be all uppercase "INJ"
kopi/assetlist.json
Outdated
}, | ||
"chain": { | ||
"channel_id": "channel-0", | ||
"path": "transfer/channel-109/uusdc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These traces for asUSDT.inj and asUSDC are not accurate for these assets (they describe USDC from Noble)
Updated asUSDT.inj to correct Trace & fixed symbol for Injective
No description provided.