mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 11:36:47 +00:00
.
This commit is contained in:
parent
a600de5540
commit
e244988c41
@ -57,10 +57,10 @@ SELECT
|
||||
WHEN 10 THEN 'ethereum'
|
||||
END AS source_chain,
|
||||
CASE
|
||||
asdestination_chain
|
||||
destination_chain
|
||||
WHEN 0 THEN 'sui'
|
||||
WHEN 10 THEN 'ethereum'
|
||||
END asdestination_chain,
|
||||
END AS destination_chain,
|
||||
source_address AS sender,
|
||||
destination_address AS receiver,
|
||||
coin_type,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user