Skip to content

Commit bf05428

Browse files
committed
fix: add Securitize test MC
1 parent b52b392 commit bf05428

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sdk/chain/chains.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export type Curator =
3232
| "Hyperithm"
3333
| "Edge UltraYield"
3434
| "TelosC"
35-
| "Gami Labs";
35+
| "Gami Labs"
36+
| "Securitize";
3637

3738
export interface GearboxChain extends Chain {
3839
network: NetworkType;
@@ -111,6 +112,7 @@ export const chains: Record<NetworkType, GearboxChain> = {
111112
},
112113
testMarketConfigurators: {
113114
"0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit",
115+
"0xE0527dE5908B3fc2e054B7eEE0DeF6c9965AbF24": "Securitize",
114116
},
115117
isPublic: true,
116118
wellKnownToken: {

0 commit comments

Comments
 (0)