Skip to content

Commit

Permalink
chore(scrt): disable
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Oct 28, 2024
1 parent 4dc2048 commit 4171750
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ export const bridgeTestChains = [
nativeCoinSymbol: "TON",
network: "testnet",
},
{
chain: "SECRET",
blockChunks: 1000,
chainType: "scrt",
chainId: "pulsar-3",
contractAddress: "secret1lmh5n3gdzss9qlfyzn6k7vmja9nexesz5vlpj8",
decimals: 6,
intialFund: "10000000",
lastBlock: 6949981,
nativeCoinSymbol: "SCRT",
rpcURL: "https://api.pulsar.scrttestnet.com",
},
// {
// chain: "SECRET",
// blockChunks: 1000,
// chainType: "scrt",
// chainId: "pulsar-3",
// contractAddress: "secret1lmh5n3gdzss9qlfyzn6k7vmja9nexesz5vlpj8",
// decimals: 6,
// intialFund: "10000000",
// lastBlock: 6949981,
// nativeCoinSymbol: "SCRT",
// rpcURL: "https://api.pulsar.scrttestnet.com",
// },
{
blockChunks: 1000,
chain: "TEZOS",
Expand Down

0 comments on commit 4171750

Please sign in to comment.