Skip to content

Commit

Permalink
Add native token
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Nov 28, 2024
1 parent 1c8668d commit d5ae476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ FROM
('avax-avalanche', null, 'AVAX', null, null),
('bch-bitcoin-cash', null, 'BCH', null, null),
('bnb-binance-coin', null, 'BNB', null, null),
('boba-boba-network', null, 'BOBA', null, null),
('bsv-bitcoin-sv', null, 'BSV', null, null),
('btc-bitcoin', null, 'BTC', null, null),
('celo-celo', null, 'CELO', null, null),
Expand Down
4 changes: 2 additions & 2 deletions dbt_subprojects/tokens/models/tokens/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 2
models:
- name: tokens_erc20
meta:
blockchain: arbitrum, avalanche_c, bnb, ethereum, gnosis, mantle, optimism, fantom, polygon, base, blast, sepolia, sei, nova, worldchain, kaia, ronin
blockchain: arbitrum, avalanche_c, bnb, ethereum, gnosis, mantle, optimism, fantom, polygon, base, blast, sepolia, sei, nova, worldchain, kaia, ronin, boba
sector: tokens
contributors: hildobby, 0xManny, dot2dotseurat, soispoke, mtitus6, wuligy, angus_1, Henrystats, viniabussafi, jeff-dude, rantum, hosuke
config:
tags: ['tokens','erc20', 'arbitrum', 'avalanche_c', 'bnb', 'ethereum', 'gnosis', 'mantle', 'optimism', 'fantom', 'base', 'blast', 'sei', 'nova', 'linea', 'worldchain', 'kaia', 'ronin']
tags: ['tokens','erc20', 'arbitrum', 'avalanche_c', 'bnb', 'ethereum', 'gnosis', 'mantle', 'optimism', 'fantom', 'base', 'blast', 'sei', 'nova', 'linea', 'worldchain', 'kaia', 'ronin', 'boba']
description: >
Crosschain ERC20 tokens
data_tests:
Expand Down

0 comments on commit d5ae476

Please sign in to comment.