1.14.0 • Published 1 month ago

@dexkit/evm-chains v1.14.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

DexKit EVM Chains

Chains supported by DexAppBuilder

How to support a chain on DexAppBuilder

DexAppBuilder can work with any chain listed on src/constants/chains.json

Steps to add:

  1. Fork this repository.
  2. Run the script yarn script:fetch-chains to ensure that you are up to date with the latest chains.
  3. Run the script yarn script:add-chain --chainId chainId-to-add.
  4. Add the chain symbol to assets/evm-chain-icons with same name as the symbol of the previously added chain.
  5. Add a testnet flag if it is a testnet.

How to add a chain to DexAppBuilder as default

To add a chain as default on DexAppBuilder please join our Discord and share with us why you think this chain should be supported natively.

Steps to add:

  1. Fork this repository.
  2. Run the script yarn script:fetch-chains to ensure that you are up to date with the latest chains.
  3. Run the script yarn script:add-chain --chainId chainId-to-add.
  4. Add the chain symbol to assets/evm-chain-icons with the same name as the symbol of the previously added chain.
  5. Add the chainId to the array SUPPORTED_DEXAPPBUILDER_CHAIN_IDS.
  6. Add a testnet flag if it is a testnet.
1.14.0

1 month ago

1.12.1

2 months ago

1.12.0

2 months ago

1.11.1

2 months ago

1.11.0

2 months ago

1.10.0

2 months ago

1.9.1

3 months ago

1.8.1

3 months ago

1.8.0

3 months ago

1.7.1

4 months ago

1.7.0

4 months ago

1.6.0

4 months ago

1.5.0

4 months ago

1.4.0

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago