Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Jan 24, 2025
1 parent e6488d8 commit 6b765c8
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 2

models:
- name: balancer_v3_gnosis_erc4626_token_mapping
- name: balancer_v3_sonic_erc4626_token_mapping
meta:
blockchain: gnosis
blockchain: sonic
project: balancer
contributors: viniabussafi
config:
tags: ['gnosis', 'token', 'mapping']
tags: ['sonic', 'token', 'mapping']
description: >
Mapping of ERC4626 tokens on gnosis, including aTokens and MetaMorpho tokens, and their corresponding underlying tokens.
Mapping of ERC4626 tokens on sonic, including aTokens and MetaMorpho tokens, and their corresponding underlying tokens.
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
Expand All @@ -30,15 +30,15 @@ models:
- name: decimals
description: "Decimal precision of the ERC4626 token."

- name: balancer_v3_gnosis_erc4626_token_prices
- name: balancer_v3_sonic_erc4626_token_prices
meta:
blockchain: gnosis
blockchain: sonic
project: balancer
contributors: viniabussafi
config:
tags: ['gnosis', 'token', 'prices']
tags: ['sonic', 'token', 'prices']
description: >
Pricing information for ERC4626 tokens on gnosis. Prices are derived from the ratio of underlying tokens deposited or withdrawn to shares issued or burned, multiplied by the underlying token price.
Pricing information for ERC4626 tokens on sonic. Prices are derived from the ratio of underlying tokens deposited or withdrawn to shares issued or burned, multiplied by the underlying token price.
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
Expand Down

0 comments on commit 6b765c8

Please sign in to comment.