We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2b18e commit bcab88aCopy full SHA for bcab88a
projects/teahouse/index.js
@@ -19,7 +19,7 @@ async function getVaultContractsAddress(chain) {
19
}
20
21
22
-const chains = ["ethereum", "optimism", "arbitrum", 'polygon','bsc'];
+const chains = ["ethereum", "optimism", "arbitrum", 'polygon','bsc', 'sei'];
23
24
chains.forEach((chain) => {
25
module.exports[chain] = {
0 commit comments