Skip to content

Commit

Permalink
Fix archethic conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Aug 14, 2024
1 parent 48a22c2 commit 05dd258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archethic/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default {
availableEvmNetworks: {
local: ["local"],
testnet: ["sepolia_ethereum", "mumbai_polygon"],
mainnet: ["polygon_pos"],
mainnet: ["polygon_pos", "ethereum", "bnb_chain"],
},
},
aeBNB: {
Expand All @@ -198,12 +198,12 @@ export default {
aeEURe: {
availableEvmNetworks: {
testnet: ["sepolia_ethereum"],
mainnet: ["polygon_pos"]
mainnet: ["polygon_pos", "ethereum"]
}
},
aeBTC: {
availableEvmNetworks: {
mainnet: ["ethereum"]
mainnet: ["ethereum", "polygon_pos", "bnb_chain"]
}
}
},
Expand Down

0 comments on commit 05dd258

Please sign in to comment.