Skip to content

Commit

Permalink
chore(secret): new secret contract
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Oct 28, 2024
1 parent 4171750 commit 6f90519
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: "secret1jkv2c0snxcc82rrcd7x2qx2ma0n7q8veq4p99z",
decimals: 6,
intialFund: "10000000",
lastBlock: 6949981,
nativeCoinSymbol: "SCRT",
rpcURL: "https://api.pulsar.scrttestnet.com",
},
{
blockChunks: 1000,
chain: "TEZOS",
Expand Down

0 comments on commit 6f90519

Please sign in to comment.