mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
update token script
This commit is contained in:
@@ -11,7 +11,7 @@ const { ibcChains } = require('../../projects/helper/tokenMapping')
|
||||
// const rootFolder = projectsDir + '/zharta'
|
||||
const rootFolder = projectsDir
|
||||
|
||||
const ignoredChains = ['tezos', 'waves', 'algorand', 'klaytn', 'astar', 'iotex', 'elrond', 'defichain', 'cardano', ...ibcChains]
|
||||
const ignoredChains = ['tezos', 'waves', 'algorand', 'klaytn', 'astar', 'iotex', 'elrond', 'defichain', 'cardano', 'ripple', 'noble', ...ibcChains]
|
||||
|
||||
function run() {
|
||||
ignoredChains.forEach(i => delete allLabels[i])
|
||||
|
||||
Reference in New Issue
Block a user