Skip to content

Commit

Permalink
chore(vechain): disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 19, 2024
1 parent 0d84b38 commit b769c60
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://mainnet.veblocks.net",
nativeCoinSymbol: "VET",
intialFund: "50000000000000000",
contractAddress: "0x4c14CF6Eb11978F0A90B369107Aa7F5A08994428",
chainType: "vechain",
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 b769c60

Please sign in to comment.