Skip to content

Commit

Permalink
feat: add tokens DEGEN, NFI, AERO etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Apr 9, 2024
1 parent 725d5a3 commit ea92332
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/tokens/base_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,45 @@
"logoURI": "https://files.sablier.com/tokens/FORT.png",
"name": "Citadel",
"symbol": "FORT"
},
{
"address": "0x940181a94A35A4569E4529A3CDfB74e38FD98631",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/AERO.png",
"name": "Aerodrome",
"symbol": "AERO"
},
{
"address": "0x60359A0DD148B18d5cF1Ddf8Aa1916221ED0cbCd",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/NFI.png",
"name": "NetherFi",
"symbol": "NFI"
},
{
"address": "0xcfB038913d2f93409019E4258244564ad4357Be9",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/GHZLI.png",
"name": "Ghozali 404",
"symbol": "GHZLI"
},
{
"address": "0x524A481f7f48EBbbeD7773aDCFa821880c537128",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/0X.png",
"name": "0x",
"symbol": "0x"
},
{
"address": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/DEGEN.png",
"name": "Degen",
"symbol": "DEGEN"
}
]
8 changes: 8 additions & 0 deletions src/tokens/ethereum_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1880,5 +1880,13 @@
"logoURI": "https://files.sablier.com/tokens/QRDO.png",
"name": "Qredo Token",
"symbol": "QRDO"
},
{
"address": "0x60e254E35Dd712394b3AbA7A1D19114732e143dD",
"chainId": 1,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/RIVUS.png",
"name": "RivusDAO",
"symbol": "RIVUS"
}
]
8 changes: 8 additions & 0 deletions src/tokens/polygon_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,13 @@
"logoURI": "https://files.sablier.com/tokens/PSP.png",
"name": "ParaSwap",
"symbol": "PSP"
},
{
"address": "0x7C6C69bafBE40B2C76a25dcdF9854C77f086e2C6",
"chainId": 137,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/OVAL3.png",
"name": "OVAL3",
"symbol": "OVL3"
}
]

0 comments on commit ea92332

Please sign in to comment.