1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

added bsc to supported chainIds

This commit is contained in:
Norbert 2021-07-01 15:38:08 +03:00
parent 5fddeb66c1
commit 00c61f2de6

View File

@ -8,7 +8,7 @@ module.exports = {
chainIds: [1, 137],
// List of all supported chainIds. Used to populate the Chains user preferences list.
chainIdsSupported: [1, 3, 4, 137, 1287],
chainIdsSupported: [1, 3, 4, 137, 1287, 56],
rbacUrl: process.env.GATSBY_RBAC_URL,