added arbitrum protocol contracts and updated chainId, bumped changelog

This commit is contained in:
Noah Khamliche
2022-02-08 20:09:19 -05:00
parent 5d2cdb00c2
commit 81d6d5760d

View File

@@ -62,6 +62,7 @@ function valueByChainId<T>(rest: Partial<{ [key in ChainId]: T }>, defaultValue:
[ChainId.Fantom]: defaultValue,
[ChainId.Celo]: defaultValue,
[ChainId.Optimism]: defaultValue,
[ChainId.Arbitrum]: defaultValue,
...(rest || {}),
};
}