Skip to content

Commit

Permalink
expose cross-chain transfers (#6529)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Aug 8, 2024
1 parent 355bcea commit a0de085
Showing 1 changed file with 35 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,49 @@
{{ config(
schema = 'tokens'
, alias = 'transfers'
, post_hook='{{ expose_spells(\'[
"arbitrum"
,"avalanche_c"
,"base"
,"blast"
,"bnb"
,"celo"
,"ethereum"
,"fantom"
,"gnosis"
,"linea"
,"mantle"
,"optimism"
,"polygon"
,"scroll"
,"zkevm"
,"zksync"
,"zora"
]\',
"sector",
"tokens",
\'["aalan3", "jeff-dude"]\') }}'
)
}}

{% set chains = [
'ethereum'
,'optimism'
,'polygon'
,'bnb'
'arbitrum'
,'avalanche_c'
,'gnosis'
,'fantom'
,'arbitrum'
,'celo'
,'base'
,'zksync'
,'zora'
,'scroll'
,'zkevm'
,'blast'
,'bnb'
,'celo'
,'ethereum'
,'fantom'
,'gnosis'
,'linea'
,'mantle'
,'blast'
,'optimism'
,'polygon'
,'scroll'
,'zkevm'
,'zksync'
,'zora'
] %}

SELECT *
Expand Down

0 comments on commit a0de085

Please sign in to comment.