Skip to content

Commit

Permalink
Merge branch 'main' into iyk/update-otp-expo-example
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji authored Dec 19, 2024
2 parents e8b3a5d + baad28a commit a26943b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions account-kit/infra/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,3 +478,21 @@ export const arbitrumNova: Chain = {
...vabn.rpcUrls,
},
};

export const mekong: Chain = defineChain({
id: 7078815900,
name: "Mekong Pectra Devnet",
nativeCurrency: { name: "eth", symbol: "eth", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.mekong.ethpandaops.io"],
},
},
blockExplorers: {
default: {
name: "Block Explorer",
url: "https://explorer.mekong.ethpandaops.io",
},
},
testnet: true,
});
1 change: 1 addition & 0 deletions account-kit/infra/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export {
unichainSepolia,
inkMainnet,
inkSepolia,
mekong,
} from "./chains.js";
export type * from "./client/decorators/alchemyEnhancedApis.js";
export { alchemyEnhancedApiActions } from "./client/decorators/alchemyEnhancedApis.js";
Expand Down

0 comments on commit a26943b

Please sign in to comment.