Skip to content

Commit

Permalink
Add apeiron token to ronin erc20 (#7323)
Browse files Browse the repository at this point in the history
* feat: add apeiron token to ronin erc20

* Update tokens_ronin_erc20.sql
  • Loading branch information
cxheng315 authored Dec 13, 2024
1 parent 4774a18 commit 8bcac39
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ FROM (VALUES
, (0x18d2bdef572c67127e218c425f546fe64430a92c, 'LUAUSD', 18)
, (0x7eae20d11ef8c779433eb24503def900b9d28ad7, 'PIXEL', 18)
, (0xd61bbbb8369c46c15868ad9263a2710aced156c4, 'LUA', 18)
) AS temp_table (contract_address, symbol, decimals)
, (0x7894b3088d069e70895effa4e8f7d2c243fd04c1, 'APRS', 18)
, (0xf80132fc0a86add011bffce3aedd60a86e3d704d, 'ANIMA', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 8bcac39

Please sign in to comment.