forked from karagozemin/OverSync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployments.testnet.json
More file actions
38 lines (38 loc) · 1.54 KB
/
deployments.testnet.json
File metadata and controls
38 lines (38 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"network": "testnet",
"ethereum": {
"chainId": 11155111,
"name": "Sepolia",
"rpcUrl": "https://ethereum-sepolia-rpc.publicnode.com",
"contracts": {
"HTLCEscrow": "0xb352339BEb146f2699d28D736700B953988bB178",
"ResolverRegistry": "0x7D9ce70Aa40E144E8BbE266a0dc3b3F91B6D1D99"
},
"deployedAt": "2026-05-14",
"deployer": "0x686Be1DEF4b9Bd725A5Df07505E25a94Fa71394c"
},
"stellar": {
"passphrase": "Test SDF Network ; September 2015",
"horizon": "https://horizon-testnet.stellar.org",
"rpc": "https://soroban-testnet.stellar.org",
"contracts": {
"HTLC": "CDIKSJKVMXKGBRD3BBEBMF7Q4GQJ52ECU6R6G5HEKXKXVGGWK2CTA6JK",
"ResolverRegistry": "CBSR7Z4MHLPMLFFM5K3PK3YLZAVCOMJ4KPVRWO4VPL3FF64MSTIZ4WGF"
},
"deployedAt": "2026-05-14",
"deployer": "GC4VWBK5QSJCBSRWIZJYWCF2SJAPCKU3OFHH4XK7ZBTZ5HCK7VYLU6FL",
"deployTransactions": {
"HTLC": "f7583c2cca3ca542a4754677e98f1ce9c4e1fa93ebe534ed094110b0e58201d7",
"ResolverRegistry": "1532a403acc488b651692b6d26fd393535014176b6905909e8d133cf475875d7",
"ResolverRegistryInitialize": "e5e353b6d6b2b6f6e6a88661c199418551508acf558d1799f0d1e184aa23d535"
},
"resolverRegistryConfig": {
"admin": "GC4VWBK5QSJCBSRWIZJYWCF2SJAPCKU3OFHH4XK7ZBTZ5HCK7VYLU6FL",
"stakeAsset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
"stakeAssetName": "native XLM SAC",
"minStake": "1000000000",
"minStakeXLM": "100",
"slashBeneficiary": "GC4VWBK5QSJCBSRWIZJYWCF2SJAPCKU3OFHH4XK7ZBTZ5HCK7VYLU6FL"
}
}
}