Skip to content

Commit

Permalink
Merge branch 'main' into env/testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Dec 20, 2023
2 parents b65e728 + 721ce8c commit 1e02fbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/maestro/src/config/evm-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
auroraTestnet,
avalanche,
avalancheFuji,
base,
baseGoerli,
bsc,
bscTestnet,
Expand Down Expand Up @@ -222,6 +223,12 @@ export const WAGMI_CHAIN_CONFIGS: ExtendedWagmiChainConfig[] = [
axelarChainName: "filecoin",
environment: ENVIRONMENTS.mainnet,
},
{
...base,
axelarChainId: "base",
axelarChainName: "base",
environment: ENVIRONMENTS.mainnet,
},
{
...baseGoerli,
axelarChainId: "base",
Expand Down
6 changes: 3 additions & 3 deletions apps/maestro/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export default function Home() {
<Dialog.CornerCloseAction onClick={handleDismissBanner} />
<Alert status="warning">
<span className="font-semibold">
You are using the Interchain Token Service Beta in testnet.
The app is in active development; further updates and
improvements to come!
You are using the Interchain Token Service Beta. The app is
in active development; further updates and improvements to
come!
</span>
</Alert>
</Dialog.Body>
Expand Down

0 comments on commit 1e02fbf

Please sign in to comment.