Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Aug 6, 2024
2 parents 61290a9 + f10de91 commit 1d56195
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +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,
},
] as const satisfies TChain[];

export const storageTestnetConfig: IEvmChainConfig = {
Expand Down

0 comments on commit 1d56195

Please sign in to comment.