Skip to content

Commit

Permalink
Add size
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed May 30, 2023
1 parent dbae438 commit 9537e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/chain_info/chain_info_chain_ids.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SELECT
name AS chain_name
,chain AS chain_shortname
,nativeCurrency AS native_currency_symbol
,CAST(chainId AS VARCHAR) AS chain_id
,CAST(chainId AS VARCHAR(15)) AS chain_id
,networkId AS network_id
,infoURL AS info_url
,explorer AS explorer
Expand Down

0 comments on commit 9537e3e

Please sign in to comment.