Git Product home page Git Product logo

front-end-utils's Introduction

Adding new assets to the catalog

The asset list is controlled to avoid fake or spam listings -- no reasonable requests will be denied
Please read and take care with your addition to ensure quick integration

Requirements and listing process

Any native IBC token, CW20 or otherwise that can be sent to Juno chain can be added.

-Fork this repo
-Add token information to tokens.json [information must be complete - resources included at end of page]
-Upload a clear, 400x400 .png image labelled by-denom to /front-end-utils/logos/


Token list formatting

#This is an EXAMPLE
#Tokens each appear twice in the list. All tokens are listed in the first section followed by a separate section for either "native" IBC or CW20 tokens
#Append to the end of relevant section(s) only

{
	"tokens": [{
			"name": "ATOM",
			"denom": "uatom",
			"denomJuno": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
			"exp": "1000000"
		},
		{
			"name": "JUNO",
			"denom": "ujuno",
			"denomJuno": "ujuno",
			"exp": "1000000"
		},
		{
			"name": "OSMO",
			"denom": "uosmo",
			"denomJuno": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
			"exp": "1000000"
		},
		{
			"name": "MARS",
			"denom": "umars",
			"denomJuno": "ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384",
			"exp": "1000000"
		},
		{
			"name": "axlUSDC",
			"denom": "usdc",
			"denomJuno": "ibc/EAC38D55372F38F1AFD68DF7FE9EF762DCF69F26520643CF3F9D292A738D8034",
			"exp": "1000000"
		},
		{
			"name": "WYND",
			"denomJuno": "juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
			"exp": "1000000"
		}
	],
	"cw20": [{
			"name": "WYND",
			"contract": "juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9"
		}
	],
	"ibc": [{
			"name": "ATOM",
			"denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
			"chain_id": "cosmoshub-4",
			"channelto": "channel-1",
			"channelfrom": "channel-207",
			"gas_fees": "200",
			"rpc": "https://rpc-cosmoshub.blockapsis.com"
		},
		{
			"name": "OSMO",
			"denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
			"chain_id": "osmosis-1",
			"channelto": "channel-0",
			"channelfrom": "channel-42",
			"gas_fees": "0",
			"rpc": "https://rpc.osl.zone/"
		},
		{
			"name": "axlUSDC"
		},
		{
			"name": "MARS",
			"denom": "ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384",
			"chain_id": "mars-1",
			"channelto": "channel-209",
			"channelfrom": "channel-3",
			"gas_fees": "0",
			"rpc": "https://rpc.mars.coldyvalidator.net"
		}
	]
}

RESOURCES

IBC token info
https://www.mintscan.io/juno/assets
https://www.mintscan.io/juno/relayers
https://github.com/CosmosContracts/junoswap-asset-list [recently deprecated]

CW20 token info
https://www.mintscan.io/juno/wasm

RPC, token logo and more++
https://github.com/cosmostation/chainlist/tree/main/chain
https://cosmos.directory/

front-end-utils's People

Contributors

keyleu avatar cordtus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.