1.15.2 • Published 6 months ago
@dexkit/evm-chains v1.15.2
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
. - Run the script
yarn script:add-viem-chain
. - 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 (DEPRECATED, now all chains added are 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.
1.15.2
6 months ago
1.15.1
6 months ago
1.14.0
2 years ago
1.12.1
2 years ago
1.12.0
2 years ago
1.11.1
2 years ago
1.11.0
2 years ago
1.10.0
2 years ago
1.9.1
2 years ago
1.8.1
2 years ago
1.8.0
2 years ago
1.7.1
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago