diff --git a/apps/maestro/src/config/evm-chains.ts b/apps/maestro/src/config/evm-chains.ts index c3038761b..355c50fdb 100644 --- a/apps/maestro/src/config/evm-chains.ts +++ b/apps/maestro/src/config/evm-chains.ts @@ -7,6 +7,7 @@ import { auroraTestnet, avalanche, avalancheFuji, + base, baseGoerli, bsc, bscTestnet, @@ -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", diff --git a/apps/maestro/src/pages/index.tsx b/apps/maestro/src/pages/index.tsx index ee4aca510..ade97a5a7 100644 --- a/apps/maestro/src/pages/index.tsx +++ b/apps/maestro/src/pages/index.tsx @@ -57,9 +57,9 @@ export default function Home() { - 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!