File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ export class AutomaticCCTPRoute<N extends Network>
59
59
60
60
static meta = {
61
61
name : "AutomaticCCTP" ,
62
+ provider : "Circle" ,
62
63
} ;
63
64
64
65
static supportedNetworks ( ) : Network [ ] {
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export class CCTPRoute<N extends Network>
55
55
{
56
56
static meta = {
57
57
name : "ManualCCTP" ,
58
+ provider : "Circle" ,
58
59
} ;
59
60
60
61
static supportedNetworks ( ) : Network [ ] {
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ export interface RouteMeta {
67
67
// Common name for the route,
68
68
//eg "TokenBridge" or "CCTP"
69
69
name : string ;
70
+ // Provider name
71
+ provider ?: string ;
70
72
// Url to logo route provider
71
73
logo ?: string ;
72
74
// If people have trouble, where should they go?
You can’t perform that action at this time.
0 commit comments