Skip to content

Commit

Permalink
Config update (#34)
Browse files Browse the repository at this point in the history
* Telos new chain added with multiSender and whitelist

* added multiSender and whitelist in Neon
  • Loading branch information
ashwinarora authored Nov 27, 2023
1 parent 0a13a8b commit 3d85f79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/contracts/configs/Neon.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ export const NeonChainConfig: TChainConfig = {
lockedDealV2: {
address: "0x7ff9315f538df7ec76ec4815249dd30519726460",
nameVersion: "[email protected]"
}
}
},
multiSender: {
address: "0x7521ff2baca97397c8936e35dac225f6bc1070cf",
nameVersion: "[email protected]"
},
whiteListAddress: "0x9c8f78e0aeab8190c9d1df7bed0b26c1edcb8de6",
}
9 changes: 9 additions & 0 deletions src/contracts/configs/TelosMain.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import type { TChainConfig } from "../../types/IThePoolzInterface"

export const NeonChainConfig: TChainConfig = {
multiSender: {
address: "0x7Ff9315f538dF7eC76Ec4815249Dd30519726460",
nameVersion: "[email protected]"
},
whiteListAddress: "0xb16BBDf683fFd6D92290F7610bb10f22f9c71e9e",
}

0 comments on commit 3d85f79

Please sign in to comment.