Skip to content

Commit bcab88a

Browse files
authored
Teahouse: add SEI network (#14494)
1 parent 3b2b18e commit bcab88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/teahouse/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function getVaultContractsAddress(chain) {
1919
}
2020

2121

22-
const chains = ["ethereum", "optimism", "arbitrum", 'polygon','bsc'];
22+
const chains = ["ethereum", "optimism", "arbitrum", 'polygon','bsc', 'sei'];
2323

2424
chains.forEach((chain) => {
2525
module.exports[chain] = {

0 commit comments

Comments
 (0)