File tree Expand file tree Collapse file tree
packages/external/facilitators/src/facilitators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ export const dexterFacilitator = {
2323 discoveryConfig : dexterDiscovery ,
2424 addresses : {
2525 [ Network . SOLANA ] : [
26+ {
27+ address : 'DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8' ,
28+ tokens : [ USDC_SOLANA_TOKEN ] ,
29+ dateOfFirstTransaction : new Date ( '2026-04-10' ) ,
30+ } ,
2631 {
2732 address : 'DEXVS3su4dZQWTvvPnLDJLRK1CeeKG6K3QqdzthgAkNV' ,
2833 tokens : [ USDC_SOLANA_TOKEN ] ,
@@ -31,7 +36,12 @@ export const dexterFacilitator = {
3136 ] ,
3237 [ Network . BASE ] : [
3338 {
34- address : '0x40272E2eAc848Ea70db07Fd657D799bD309329C4' ,
39+ address : '0x402feee072d655b85e08f1751af9ddbd249521f' ,
40+ tokens : [ USDC_BASE_TOKEN ] ,
41+ dateOfFirstTransaction : new Date ( '2026-04-10' ) ,
42+ } ,
43+ {
44+ address : '0x40272e2eac848ea70db07fd657d799bd309329c4' ,
3545 tokens : [ USDC_BASE_TOKEN ] ,
3646 dateOfFirstTransaction : new Date ( '2025-12-25' ) ,
3747 } ,
You can’t perform that action at this time.
0 commit comments