Skip to content

Commit

Permalink
remove unecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Dec 16, 2024
1 parent 51ef0ff commit c29da38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ full_bonding_pools as (
select
from_hex('0xe78d5F3aba2B31C980bF5E35E05B3A55b8365b48') as pool_address,
'Project Blanc' as pool_name,
from_hex('0xCa99e3Fc7B51167eaC363a3Af8C9A185852D1622') as creator
from_hex('0xCa99e3Fc7B51167eaC363a3Af8C9A185852D1622') as creator
)

select *
Expand Down

0 comments on commit c29da38

Please sign in to comment.