We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52b392 commit bf05428Copy full SHA for bf05428
src/sdk/chain/chains.ts
@@ -32,7 +32,8 @@ export type Curator =
32
| "Hyperithm"
33
| "Edge UltraYield"
34
| "TelosC"
35
- | "Gami Labs";
+ | "Gami Labs"
36
+ | "Securitize";
37
38
export interface GearboxChain extends Chain {
39
network: NetworkType;
@@ -111,6 +112,7 @@ export const chains: Record<NetworkType, GearboxChain> = {
111
112
},
113
testMarketConfigurators: {
114
"0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit",
115
+ "0xE0527dE5908B3fc2e054B7eEE0DeF6c9965AbF24": "Securitize",
116
117
isPublic: true,
118
wellKnownToken: {
0 commit comments