-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Telos new chain added with multiSender and whitelist * added multiSender and whitelist in Neon
- Loading branch information
1 parent
0a13a8b
commit 3d85f79
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,10 @@ export const NeonChainConfig: TChainConfig = { | |
lockedDealV2: { | ||
address: "0x7ff9315f538df7ec76ec4815249dd30519726460", | ||
nameVersion: "[email protected]" | ||
} | ||
} | ||
}, | ||
multiSender: { | ||
address: "0x7521ff2baca97397c8936e35dac225f6bc1070cf", | ||
nameVersion: "[email protected]" | ||
}, | ||
whiteListAddress: "0x9c8f78e0aeab8190c9d1df7bed0b26c1edcb8de6", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
} |