Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

connext/chaindata

Repository files navigation

Cross-chain EVM-based Tokens

Live data source available on chainid.json

Deploy your own token and create a PR by following the guide

Example

"yfi": {
 "srcChainID": "1",
 "destChainID": "56",
 "PairID": "YFI",
 "SrcToken": {
 "ID": "YFI",
 "Name": "yearn.finance",
 "Symbol": "YFI",
 "Decimals": 18,
 "Description": "yearn.finance",
 "DepositAddress": "0x13B432914A996b0A48695dF9B2d701edA45FF264",
 "mpcAddress": "0x13B432914A996b0A48695dF9B2d701edA45FF264",
 "ContractAddress": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
 "MaximumSwap": 20,
 "MinimumSwap": 0.0005,
 "BigValueThreshold": 5,
 "SwapFeeRate": 0,
 "MaximumSwapFee": 0,
 "MinimumSwapFee": 0,
 "PlusGasPricePercentage": 10,
 "DisableSwap": false,
 "IsDelegateContract": false
 },
 "DestToken": {
 "ID": "anyYFI",
 "Name": "YFI-ERC20",
 "Symbol": "anyYFI",
 "Decimals": 18,
 "Description": "cross chain bridge YFI with anyYFI",
 "mpcAddress": "0x13B432914A996b0A48695dF9B2d701edA45FF264",
 "ContractAddress": "0x9883ae441105f815b472517389b979f031b5c87e",
 "MaximumSwap": 20,
 "MinimumSwap": 0.002,
 "BigValueThreshold": 2,
 "SwapFeeRate": 0.001,
 "MaximumSwapFee": 0.01,
 "MinimumSwapFee": 0.001,
 "PlusGasPricePercentage": 1,
 "DisableSwap": false,
 "IsDelegateContract": false
 }
}

EVM-based Chains

Listed by chainId according to EIP-155

Data source available on ~/ethereum-lists/chains/_data/chains.json

Example

{
 "name": "Ethereum Mainnet",
 "chain": "ETH",
 "network": "mainnet",
 "rpc": [
 "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
 "https://api.mycryptoapi.com/eth"
 ],
 "faucets": [],
 "nativeCurrency": {
 "name": "Ether",
 "symbol": "ETH",
 "decimals": 18
 },
 "infoURL": "https://ethereum.org",
 "shortName": "eth",
 "chainId": 1,
 "networkId": 1
}

About

Cross-chain EVM-based token data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 39

AltStyle によって変換されたページ (->オリジナル) /