Skip to content

Commit

Permalink
chore(testnet): disable mx for now
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Aug 7, 2024
1 parent a1c16e8 commit ee9fce4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ export const bridgeTestChains = [
restApiURL: "https://api.ghostnet.tzkt.io",
rpcURL: "https://ghostnet.smartpy.io",
},
{
chainType: "multiversX",
chain: "MULTIVERSX",
chainID: "D",
contractAddress:
"erd1qqqqqqqqqqqqqpgqn5vhjcu3mrctgaj85zx2c5lpph32q408lwzqrl4vys",
decimals: 18,
elasticSearchURL: "https://devnet-index.multiversx.com",
gatewayURL: "https://devnet-gateway.multiversx.com",
intialFund: "50000000000000000",
nativeCoinSymbol: "EGLD",
lastBlock: 4757826,
},
// {
// chainType: "multiversX",
// chain: "MULTIVERSX",
// chainID: "D",
// contractAddress:
// "erd1qqqqqqqqqqqqqpgqn5vhjcu3mrctgaj85zx2c5lpph32q408lwzqrl4vys",
// decimals: 18,
// elasticSearchURL: "https://devnet-index.multiversx.com",
// gatewayURL: "https://devnet-gateway.multiversx.com",
// intialFund: "50000000000000000",
// nativeCoinSymbol: "EGLD",
// lastBlock: 4757826,
// },
] as const satisfies TChain[];

export const storageTestnetConfig: IEvmChainConfig = {
Expand Down

0 comments on commit ee9fce4

Please sign in to comment.