Skip to content

Commit

Permalink
Issue #119 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVitaliy authored Oct 28, 2024
1 parent 7f065a6 commit 8ff3c09
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/contracts/configs/Avalanche.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,41 @@ export const AvalancheChainConfig: TChainConfig = {
lockedDealV2: {
address: "0xb16bbdf683ffd6d92290f7610bb10f22f9c71e9e",
nameVersion: "[email protected]"
},
vaultManager: {
address: "0x9c8F78E0aeAB8190c9d1DF7BEd0B26c1EDcB8DE6",
nameVersion: "[email protected]"
},
lockDealNFT: {
address: "0xA2A0bEEfda596Fdb321240dD283D8cBf65b252f1",
nameVersion: "[email protected]"
},
dealProvider: {
address: "0x65f62efEb1A43064081443791d8C10Db0A1FB511",
nameVersion: "[email protected]"
},
lockDealProvider: {
address: "0x960c76BeC76ebB223B3e29B35a70c40925f38d66",
nameVersion: "[email protected]"
},
timedDealProvider: {
address: "0x2dd5B5E374B2d32152507100a42CA15f7707F504",
nameVersion: "[email protected]"
},
simpleBuilder: {
address: "0x756CD0834C2610f583B8324934A0269E3fef6f72",
nameVersion: "[email protected]"
},
collateralProvider: {
address: "0x9cfd8c7834Be0DfE41F3FE68C29124066D5Cd13b",
nameVersion: "[email protected]"
},
refundProvider: {
address: "0xEE099538ED077F831cB9Af44fFD51Ec7Fd95c7DE",
nameVersion: "[email protected]"
},
simpleRefundBuilder: {
address: "0xff1f0872f5462b30acdA92a08D2388612F7Bf7EE",
nameVersion: "[email protected]"
}
}

0 comments on commit 8ff3c09

Please sign in to comment.