From bc74c7236a3f536b4bc50d24514f8c2e68b1f013 Mon Sep 17 00:00:00 2001 From: Chuxin Huang Date: Fri, 21 Jun 2024 14:41:39 +1000 Subject: [PATCH] Add OP airdrop addresses in static sources (#1684) add airdrop sources --- warehouse/dbt/models/static_data_sources.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/warehouse/dbt/models/static_data_sources.yml b/warehouse/dbt/models/static_data_sources.yml index 8a12a525f..ed53d4e84 100644 --- a/warehouse/dbt/models/static_data_sources.yml +++ b/warehouse/dbt/models/static_data_sources.yml @@ -12,4 +12,12 @@ sources: - name: agora_rf4_to_ossd identifier: agora_rf4_to_ossd - name: agora_rf4_repos_with_contracts - identifier: agora_rf4_repos_with_contracts \ No newline at end of file + identifier: agora_rf4_repos_with_contracts + - name: op_airdrop1_addresses_detailed_list + identifier: op_airdrop1_addresses_detailed_list + - name: op_airdrop2_addresses_detailed_list + identifier: op_airdrop2_addresses_detailed_list + - name: op_airdrop3_addresses_detailed_list + identifier: op_airdrop3_addresses_detailed_list + - name: op_airdrop4_addresses_detailed_list + identifier: op_airdrop4_addresses_detailed_list \ No newline at end of file