We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8418034 commit f2e1900Copy full SHA for f2e1900
src/utils/onchain-allocator.ts
@@ -125,6 +125,28 @@ export const getOnchainAllocator = async (chainId: string) => {
125
"funki",
126
"apechain",
127
"plasma",
128
+ "base",
129
+ "b3",
130
+ "arena_z",
131
+ "cyber",
132
+ "superseed",
133
+ "somnia",
134
+ "mantle",
135
+ "morph",
136
+ "abstract",
137
+ "ronin",
138
+ "sanko",
139
+ "swellchain",
140
+ "soneium",
141
+ "gravity",
142
+ "story",
143
+ "perennial",
144
+ "sei",
145
+ "lisk",
146
+ "polygon_zkevm",
147
+ "metis",
148
+ "hyperevm",
149
+ "flow",
150
].includes(chainId)
151
) {
152
allocator = "0x7eda04920f22ba6a2b9f2573fd9a6f6f1946ff9f";
0 commit comments