File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Original file line number Diff line number Diff line change 31
31
421611 : "arbitrum_testnet" ,
32
32
1666600000 : "harmony_mainnet" ,
33
33
1666700000 : "harmony_testnet" ,
34
+ 11155111 : "sepolia"
34
35
}
35
36
36
37
_factory_contract_addresses_v1 = {
55
56
# SushiSwap on Harmony
56
57
"harmony_mainnet" : "0xc35DADB65012eC5796536bD9864eD8773aBc74C4" ,
57
58
"harmony_testnet" : "0xc35DADB65012eC5796536bD9864eD8773aBc74C4" ,
59
+ "sepolia" : "0x7E0987E5b3a30e3f2828572Bb659A548460a3003"
58
60
}
59
61
60
62
_router_contract_addresses_v2 = {
68
70
# SushiSwap on Harmony
69
71
"harmony_mainnet" : "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506" ,
70
72
"harmony_testnet" : "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506" ,
73
+ #sepolia tesnet router address
74
+ "sepolia" : "0xC532a74256D3Db42D0Bf7a0400fEFDbad7694008" ,
71
75
}
72
76
73
77
MAX_UINT_128 = (2 ** 128 ) - 1
You can’t perform that action at this time.
0 commit comments