Skip to content

Commit

Permalink
chore(icp): enabled for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 23, 2024
1 parent 145aaaf commit 0b7227d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,16 +288,16 @@ export const prodBridgeConfig: IBridgeConfig = {
restApiURL: "https://api.tzkt.io",
rpcURL: process.env.TEZOS_RPC || "https://mainnet.ecadinfra.com",
},
// {
// chainType: "icp",
// chain: "ICP",
// contractAddress: "6gfde-pqaaa-aaaal-al76q-cai",
// decimals: 8,
// intialFund: "10000000",
// lastBlock: 0,
// nativeCoinSymbol: "ICP",
// rpcURL: "https://ic0.app",
// },
{
chainType: "icp",
chain: "ICP",
contractAddress: "6gfde-pqaaa-aaaal-al76q-cai",
decimals: 8,
intialFund: "10000000",
lastBlock: 0,
nativeCoinSymbol: "ICP",
rpcURL: "https://ic0.app",
},
{
chainType: "multiversX",
chain: "MULTIVERSX",
Expand Down

0 comments on commit 0b7227d

Please sign in to comment.