@dexkit/evm-chains
v1.14.0
Published
Chains supported by DexAppBuilder
Downloads
31
Readme
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:
- Fork this repository.
- Run the script
yarn script:fetch-chains
to ensure that you are up to date with the latest chains. - Run the script
yarn script:add-chain --chainId chainId-to-add
. - Add the chain symbol to
assets/evm-chain-icons
with same name as the symbol of the previously added chain. - 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:
- Fork this repository.
- Run the script
yarn script:fetch-chains
to ensure that you are up to date with the latest chains. - Run the script
yarn script:add-chain --chainId chainId-to-add
. - Add the chain symbol to
assets/evm-chain-icons
with the same name as the symbol of the previously added chain. - Add the chainId to the array
SUPPORTED_DEXAPPBUILDER_CHAIN_IDS
. - Add a testnet flag if it is a testnet.