• Stars
    star
    154
  • Rank 242,095 (Top 5 %)
  • Language
    Solidity
  • License
    MIT License
  • Created over 3 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cross-chain EVM-based token data.

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
}

More Repositories

1

monorepo

Connext is a modular stack for trust-minimized, generalized communication between blockchains.
TypeScript
292
star
2

vector

↗️ Vector is an ultra-minimal state channel network implementation.
TypeScript
109
star
3

indra

[LEGACY] Monorepo containing everything related to the core Connext protocols and network.
TypeScript
84
star
4

xapp-starter

Short and sweet examples of xapps (crosschain applications) built with Connext!
Solidity
57
star
5

spacefold

🌓 A demo of instant cross-chain communication using Connext!
TypeScript
57
star
6

xDonations

A simple contract to accept donations from any chains for Turkey Relief DAO
TypeScript
25
star
7

router-docker-compose

Production-ready docker-compose for Connext routers.
24
star
8

documentation

Docs
JavaScript
17
star
9

brand

Visual identity and branding of Connext
13
star
10

chain-abstraction-integration

A Toolkit to help dApps Chain Abtract their user flows.
Solidity
11
star
11

vector-modal

Instant crosschain transfers in an easy-to-use widget component.
TypeScript
10
star
12

browser-sdk

🌐 💸 A simple drop-in SDK to enable micropayments in any browser page.
TypeScript
9
star
13

interfaces

Minimal interfaces needed for integrations
Solidity
6
star
14

react-native-client

React Native client implementation
Java
4
star
15

connext-analytics

Jupyter Notebook
3
star
16

airdrop-contracts

Holds the contracts to support the Connext airdrop
Solidity
3
star
17

ovm-contracts

Connext contracts modified to be compatible with the OVM
TypeScript
3
star
18

audits

Links to all of the audit reports for Connext
3
star
19

rest-api-client

REST API client implementation
TypeScript
2
star
20

nxtp-router-contracts

Factory contracts for smart-contract based nxtp routers.
TypeScript
2
star
21

nxtp-explorer

TypeScript
2
star
22

vector-router-docker-compose

Production-targeted Vector router.
Shell
2
star
23

chain-abstraction-reference

Solidity
2
star
24

watcher-deploy

HCL
1
star
25

router-helm

Mustache
1
star
26

vector-withdraw-helpers

Implementations of Vector withdrawal helper contracts.
TypeScript
1
star
27

sdk-minimal-example

JavaScript
1
star
28

IRCs

RFCs for the third major iteration of Indra
1
star
29

token-transfer

TypeScript
1
star
30

vector-widget-example

HTML
1
star
31

whiteblock-testing

Shell
1
star
32

bridge-reference

A reference implementation to bridging ERC-20 tokens across EVM chains via Connext
TypeScript
1
star
33

vector-demo

JavaScript
1
star
34

dao-testbed

Testing utilities for creating and validating executable crosschain proposals.
Solidity
1
star
35

connext-example

examples for Connext for Integrations
1
star