Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dbt_subprojects/daily_spellbook/models/evms/evms_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ FROM (
, (1329, 'sei', 'Sei Network', 'Layer 1', NULL, 'SEI', 0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7, 'https://seitrace.com/?chain=pacific-1', timestamp '2024-05-27 13:14', NULL, NULL, NULL, true, NULL)
, (480, 'worldchain', 'World Chain', 'Layer 2', 'Optimistic Rollup', 'ETH', 0x4200000000000000000000000000000000000006, 'https://worldchain-mainnet.explorer.alchemy.com/', timestamp '2024-06-25 17:14', 'OP Stack', 'Ethereum Blobs', 'Ethereum', true, 'Superchain')
, (728126428, 'tron', 'TRON', 'Layer 1', null, 'TRX', from_tron_address('TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR'), 'https://tronscan.org/', timestamp '2024-06-25 17:14', NULL, NULL, NULL, true, NULL)
, (1101001, 'b3', 'B3', 'Layer 2', 'Optimistic Rollup', 'ETH', 0x4200000000000000000000000000000000000006, 'https://explorer.b3.fun/', timestamp '2024-03-14 12:00', 'OP Stack', 'Ethereum Blobs', 'Ethereum', true, NULL)
, (8333, 'b3', 'B3', 'Layer 2', 'Optimistic Rollup', 'ETH', 0x4200000000000000000000000000000000000006, 'https://explorer.b3.fun/', timestamp '2024-03-14 12:00', 'OP Stack', 'Ethereum Blobs', 'Ethereum', true, NULL)
, (5000, 'mantle', 'Mantle', 'Layer 2', 'Optimistic Rollup', 'MNT', 0x78c1b0c915c4faa5fffa6cabf0219da63d7f4cb8, 'https://mantlescan.xyz/', timestamp '2023-07-02 18:21', 'Optimistic Virtual Machine', 'Ethereum', 'Ethereum', true, NULL)
, (42170, 'nova', 'Arbitrum Nova', 'Layer 2', 'Optimistic Rollup', 'ETH', 0x722e8bdd2ce80a4422e880164f2079488e115365, 'https://nova-explorer.arbitrum.io/', timestamp '2022-06-25 04:01', 'Arbitrum', 'Ethereum', 'Ethereum', true, NULL)
, (2020, 'ronin', 'Ronin', 'Layer 1', null, 'RON', 0xe514d9deb7966c8be0ca922de8a064264ea6bcd4, 'https://app.roninchain.com/', timestamp '2021-01-25 10:49', NULL, NULL, NULL, true, NULL)
Expand All @@ -85,7 +85,7 @@ FROM (
, (5330, 'superseed', 'Superseed', 'Layer 2', 'Optimistic Rollup', 'ETH', 0x4200000000000000000000000000000000000006, 'https://explorer.superseed.xyz/', timestamp '2024-09-12 22:21', 'OP Stack', 'Ethereum Blobs', 'Ethereum', true, 'Superchain')
, (295, 'hedera', 'Hedera', 'Layer 1', NULL, 'HBAR', 0x0000000000000000000000000000000000163b5a, 'https://hashscan.io/', timestamp '2023-07-06 20:30', NULL, NULL, NULL, true, NULL)
, (43111, 'hemi', 'Hemi', 'Layer 2', 'Optimistic Rollup', 'ETH', 0x4200000000000000000000000000000000000006, 'https://explorer.hemi.xyz/', timestamp '2024-09-09 07:25', 'OP Stack', 'Ethereum Blobs', 'Ethereum', true, NULL)
, (10000, 'tac', 'TAC', 'Layer 1', NULL, 'ETH', 0x4200000000000000000000000000000000000006, 'https://explorer.tac.build/', timestamp '2025-06-23 09:45', NULL, NULL, NULL, true, NULL)
, (239, 'tac', 'TAC', 'Layer 1', NULL, 'ETH', 0x4200000000000000000000000000000000000006, 'https://explorer.tac.build/', timestamp '2025-06-23 09:45', NULL, NULL, NULL, true, NULL)
Comment thread
pandajackson42 marked this conversation as resolved.
Outdated
, (747, 'flow', 'Flow', 'Layer 1', NULL, 'WFLOW', 0xd3bf53dac106a0290b0483ecbc89d40fcc961f3e, 'https://evm.flowscan.io/', timestamp '2025-08-26 14:59', NULL, NULL, NULL, true, NULL)
, (999, 'hyperevm', 'HyperEVM', 'Layer 1', NULL, 'HYPE', 0x0000000000000000000000000000000000000000, 'https://hyperevmscan.io/', timestamp '2025-02-18 04:25', NULL, NULL, NULL, true, NULL)
, (3338, 'peaq', 'Peaq', 'Layer 1', NULL, 'PEAQ', 0x0000000000000000000000000000000000000000, 'https://peaqscan.xyz/', timestamp '2024-04-25 12:46', NULL, NULL, NULL, true, NULL)
Expand Down
2 changes: 2 additions & 0 deletions dbt_subprojects/tokens/models/prices/prices_native_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ with prices_native_tokens as (
, ('plasma', 'xpl-plasma')
, ('plume', 'plume-plume')
, ('polygon', 'matic-polygon')
, ('robinhood', 'eth-ethereum')
, ('ronin', 'ron-ronin-token')
, ('rise', 'eth-ethereum')
, ('scroll', 'eth-ethereum')
Expand All @@ -78,6 +79,7 @@ with prices_native_tokens as (
, ('stellar', 'xlm-stellar')
, ('story', 'ip-story')
, ('superseed', 'eth-ethereum')
, ('tac', 'tac-tac-protocol')
, ('taiko', 'eth-ethereum')
, ('tezos_evm', 'xtz-tezos')
, ('ton', 'ton-toncoin')
Expand Down
Loading