Skip to content

Commit c94a2d2

Browse files
authored
Merge pull request #419 from rabbitholegg/mmackz/uniswap-alffa
feat(uniswap): add ALFAA token to uniswap plugin
2 parents 2590c17 + f9447ad commit c94a2d2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/empty-fireants-switch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rabbitholegg/questdk-plugin-uniswap": patch
3+
---
4+
5+
add ALFAA token

packages/uniswap/src/token-addresses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const baseTokenAddresses: Address[] = [
7070
'0x4200000000000000000000000000000000000006', // WETH
7171
'0x7D12aEb5d96d221071d176980D23c213d88d9998', // FCKN
7272
'0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed', // DEGEN
73+
'0x6Ed58e745B41665EA889698de7b2becC9a4A83d7', // ALFAA
7374
]
7475

7576
const arbitrumTokenAddresses: Address[] = [

0 commit comments

Comments
 (0)