Skip to content

Commit

Permalink
chore(vechain): enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 19, 2024
1 parent d931644 commit 0d84b38
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,17 +406,17 @@ export const prodBridgeConfig: IBridgeConfig = {
nativeCoinSymbol: "SCRT",
rpcURL: "https://rpc.ankr.com/http/scrt_cosmos",
},
// {
// chain: "VECHAIN",
// rpcURL: "https://rpc-mainnet.vechain.energy",
// nativeCoinSymbol: "VET",
// intialFund: "50000000000000000",
// contractAddress: "0x4c14CF6Eb11978F0A90B369107Aa7F5A08994428",
// chainType: "evm",
// lastBlock: 20407625,
// decimals: 18,
// blockChunks: 1000,
// },
{
chain: "VECHAIN",
rpcURL: "https://mainnet.veblocks.net",
nativeCoinSymbol: "VET",
intialFund: "50000000000000000",
contractAddress: "0x4c14CF6Eb11978F0A90B369107Aa7F5A08994428",
chainType: "vechain",
lastBlock: 20407625,
decimals: 18,
blockChunks: 1000,
},
],
storageConfig: {
chain: "OP",
Expand Down

0 comments on commit 0d84b38

Please sign in to comment.