{"id":22370568,"url":"https://github.com/zaryab2000/crosschaintokens","last_synced_at":"2025-08-22T14:10:10.088Z","repository":{"id":114659301,"uuid":"360794301","full_name":"zaryab2000/crossChainTokens","owner":"zaryab2000","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-23T12:16:34.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T22:22:54.123Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaryab2000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-23T07:05:25.000Z","updated_at":"2021-04-23T12:16:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0ec3129-7e54-4e8d-9aa8-e47b55f7c3d5","html_url":"https://github.com/zaryab2000/crossChainTokens","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaryab2000/crossChainTokens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2FcrossChainTokens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2FcrossChainTokens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2FcrossChainTokens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2FcrossChainTokens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaryab2000","download_url":"https://codeload.github.com/zaryab2000/crossChainTokens/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaryab2000%2FcrossChainTokens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271650860,"owners_count":24796725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T19:46:16.297Z","updated_at":"2025-08-22T14:10:10.062Z","avatar_url":"https://github.com/zaryab2000.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cross-chain EVM-based Tokens\n\n* [multichain.xyz](https://multichain.xyz)\n* [anyswap.exchange](http://anyswap.exchange/bridge)\n* [Polygon Bridge](https://wallet.matic.network/bridge/)\n* [xDAI bridge](https://dai-bridge.poa.network/)\n\nLive data source available on [chainid.json](https://bridgeapi.anyswap.exchange/v2/serverInfo/chainid)\n\nDeploy your own token and create a PR by following the [guide](./deploy.md)\n\n## Example\n\n```json\n\"yfi\": {\n  \"srcChainID\": \"1\",\n  \"destChainID\": \"56\",\n  \"PairID\": \"YFI\",\n  \"SrcToken\": {\n    \"ID\": \"YFI\",\n    \"Name\": \"yearn.finance\",\n    \"Symbol\": \"YFI\",\n    \"Decimals\": 18,\n    \"Description\": \"yearn.finance\",\n    \"DepositAddress\": \"0x13B432914A996b0A48695dF9B2d701edA45FF264\",\n    \"mpcAddress\": \"0x13B432914A996b0A48695dF9B2d701edA45FF264\",\n    \"ContractAddress\": \"0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e\",\n    \"MaximumSwap\": 20,\n    \"MinimumSwap\": 0.0005,\n    \"BigValueThreshold\": 5,\n    \"SwapFeeRate\": 0,\n    \"MaximumSwapFee\": 0,\n    \"MinimumSwapFee\": 0,\n    \"PlusGasPricePercentage\": 10,\n    \"DisableSwap\": false,\n    \"IsDelegateContract\": false\n  },\n  \"DestToken\": {\n    \"ID\": \"anyYFI\",\n    \"Name\": \"YFI-ERC20\",\n    \"Symbol\": \"anyYFI\",\n    \"Decimals\": 18,\n    \"Description\": \"cross chain bridge YFI with anyYFI\",\n    \"mpcAddress\": \"0x13B432914A996b0A48695dF9B2d701edA45FF264\",\n    \"ContractAddress\": \"0x9883ae441105f815b472517389b979f031b5c87e\",\n    \"MaximumSwap\": 20,\n    \"MinimumSwap\": 0.002,\n    \"BigValueThreshold\": 2,\n    \"SwapFeeRate\": 0.001,\n    \"MaximumSwapFee\": 0.01,\n    \"MinimumSwapFee\": 0.001,\n    \"PlusGasPricePercentage\": 1,\n    \"DisableSwap\": false,\n    \"IsDelegateContract\": false\n  }\n}\n```\n\n# EVM-based Chains\n\n * [chainlist.org](https://chainlist.org)\n * [chainid.network](https://chainid.network)\n\nListed by chainId according to EIP-155\n\nData source available on [~/ethereum-lists/chains/_data/chains.json](https://github.com/ethereum-lists/chains/tree/master/_data/chains)\n\n## Example\n\n```json\n{\n  \"name\": \"Ethereum Mainnet\",\n  \"chain\": \"ETH\",\n  \"network\": \"mainnet\",\n  \"rpc\": [\n    \"https://mainnet.infura.io/v3/${INFURA_API_KEY}\",\n    \"https://api.mycryptoapi.com/eth\"\n  ],\n  \"faucets\": [],\n  \"nativeCurrency\": {\n    \"name\": \"Ether\",\n    \"symbol\": \"ETH\",\n    \"decimals\": 18\n  },\n  \"infoURL\": \"https://ethereum.org\",\n  \"shortName\": \"eth\",\n  \"chainId\": 1,\n  \"networkId\": 1\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaryab2000%2Fcrosschaintokens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaryab2000%2Fcrosschaintokens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaryab2000%2Fcrosschaintokens/lists"}