Skip to content

Commit

Permalink
feat(config::testnet): add vechain
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadusmanuet committed Dec 6, 2024
1 parent 7714595 commit 5822db4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,17 @@ export const bridgeTestChains = [
nativeCoinSymbol: "CSPR",
rpcURL: "https://rpc.testnet.casperlabs.io",
},
{
chain: "VECHAIN",
rpcURL: "https://sync-testnet.veblocks.net",
nativeCoinSymbol: "ETH",
intialFund: "50000000000000000",
contractAddress: "0x7111eb5f8d9dA472e9608f2ab3De275C040D60B2",
chainType: "evm",
lastBlock: 20343220,
decimals: 18,
blockChunks: 1000,
},
] as const satisfies TChain[];

export const storageTestnetConfig: IEvmChainConfig = {
Expand Down

0 comments on commit 5822db4

Please sign in to comment.