Skip to content

Commit

Permalink
fix token name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Jan 12, 2025
1 parent 5218c1f commit f08fc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/db-exporter/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,7 @@ fn tokens_info(

// STC
let token_address = AccountAddress::from_hex_literal("0x1")?;
let token = "0x::STC::STC";
let token = "0x1::STC::STC";
// STAR
// let token_address = AccountAddress::from_hex_literal("0x8c109349c6bd91411d6bc962e080c4a3")?;
// let token = "0x8c109349c6bd91411d6bc962e080c4a3::STAR::STAR";
Expand Down

0 comments on commit f08fc70

Please sign in to comment.