Skip to content

Commit

Permalink
move AA models to main project (#6388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Jul 18, 2024
1 parent 0b030ca commit f08661b
Show file tree
Hide file tree
Showing 75 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
models:
- name: account_abstraction_erc4337_userops
meta:
blockchain: ethereum, polygon, arbitrum, optimism, avalanche_c, gnosis, celo, zora
blockchain: arbitrum,avalanche_c,base,bnb,celo,ethereum,gnosis,optimism,polygon,zora
sector: erc4337
project: erc4337
contributors: 0xbitfly, hosuke, intensodefi
Expand Down Expand Up @@ -69,7 +69,7 @@ models:

- name: account_abstraction_erc4337_account_deployed
meta:
blockchain: ethereum, polygon, arbitrum, optimism, avalanche_c, gnosis, celo, zora
blockchain: arbitrum,avalanche_c,base,bnb,celo,ethereum,gnosis,optimism,polygon,zora
sector: erc4337
project: erc4337
contributors: 0xbitfly, intensodefi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ config(
schema = 'account_abstraction_erc4337',
alias = 'account_deployed',
post_hook='{{ expose_spells(\'["ethereum","polygon","arbitrum","optimism","avalanche_c","gnosis","celo","zora"]\',
post_hook='{{ expose_spells(\'["arbitrum","avalanche_c","base","bnb","celo","ethereum","gnosis","optimism","polygon","zora"]\',
"project",
"erc4337",
\'["0xbitfly","intensodefi"]\') }}'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ config(
schema = 'account_abstraction_erc4337',
alias = 'userops',
post_hook='{{ expose_spells(\'["ethereum","polygon","arbitrum","optimism","avalanche_c","gnosis","celo","zora"]\',
post_hook='{{ expose_spells(\'["arbitrum","avalanche_c","base","bnb","celo","ethereum","gnosis","optimism","polygon","zora"]\',
"project",
"erc4337",
\'["0xbitfly", "hosuke","intensodefi"]\') }}'
Expand Down
File renamed without changes.

0 comments on commit f08661b

Please sign in to comment.