Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist with nonexisting canonical domain #5935

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: add ezeth on mode
just-a-node committed Mar 5, 2024
commit daf1f93e5303ad9c51e605fa01fa2dea3a31cb0d
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
"1634886255", // ARBITRUM ONE
"6450786", // BNB
"6778479", // GNOSIS
"1836016741", // MODE
],
// NOTE: ENSURE LPTOKEN AND BRIDGETOKEN NAMES ARE GENERATED CORRECTLY BASED
// ON THE NAME GIVEN IN EACH ASSET ENTRY
@@ -484,6 +485,11 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
local: "0x2416092f143378750bb29b79eD961ab195CcEea5",
adopted: "0x2416092f143378750bb29b79eD961ab195CcEea5",
},
/// MODE
"1836016741": {
local: "0x2416092f143378750bb29b79eD961ab195CcEea5",
adopted: "0x2416092f143378750bb29b79eD961ab195CcEea5",
},
},
},
],