Skip to content

Commit 69c3cf3

Browse files
committed
Update erc20 tokens
1 parent b9e3de5 commit 69c3cf3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Worker/Helper/TokenHelper.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
class TokenHelper
88
{
99
public const ERC20_TOKENS = [
10-
'IMX' => '0xf57e7e7c23978c3caec3c3548e3d615c346e79ff',
11-
'USDC' => '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
10+
'APE' => '0x4d224452801aced8b2f0aebe155379bb5d594381',
1211
'GODS' => '0xccc8cb5229b0ac8069c51fd58367fd1e622afd97',
1312
'GOG' => '0x9ab7bb7fdc60f4357ecfef43986818a2a3569c62',
13+
'IMX' => '0xf57e7e7c23978c3caec3c3548e3d615c346e79ff',
1414
'OMI' => '0xed35af169af46a02ee13b9d79eb57d6d68c1749e',
15+
'USDC' => '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
16+
'VCO' => '0x2caa4021e580b07d92adf8a40ec53b33a215d620',
17+
'VCORE' => '0x733b5056a0697e7a4357305fe452999a0c409feb',
1518
];
1619

1720
public static function getTokenContract(string $currency): string

0 commit comments

Comments
 (0)