Skip to content

Commit

Permalink
chore(moonbeam): add zenlink dex on getContractOwnerDomain
Browse files Browse the repository at this point in the history
  • Loading branch information
developerfred committed May 16, 2022
1 parent 5acc3f0 commit bfeb569
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/mask/shared-ui/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"compose_encrypt_visible_to_private": "Private",
"compose_encrypt_visible_to_private_sub": "Just Me",
"compose_shared_friends": "1 friend",
"compose_shared_friends_other": "{{count}} friends",
"compose_encrypt_visible_to_share": "Share with",
"compose_encrypt_visible_to_share_sub": "Just Selected Contacts",
"compose_encrypt_share_dialog_empty": "No encrypted friends, you can try searching.",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-constants/evm/token-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"Conflux": ["https://tokens.r2d2.to/latest/1030/tokens.json"],
"Harmony": ["https://tokens.r2d2.to/latest/1666600000/tokens.json"],
"Harmony_Test": ["https://tokens.r2d2.to/latest/1666700000/tokens.json"],
"Moonbeam": ["https://tokens.r2d2.to/latest/1284/tokens.json"]
"Moonbeam": ["https://token-list.sushi.com/", "https://tokens.r2d2.to/latest/1284/tokens.json"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const domainAddressMap: Record<string, string[]> = {
'WANNASWAP_ROUTER_ADDRESS',
'WANNASWAP_FACTORY_ADDRESS',
]),
'dex.zenlink.pro': collect(Trader, ['ZENLINK_ROUTER_ADDRESS', 'ZENLINK_FACTORY_ADDRESS']),
'www.trisolaris.io': collect(Trader, ['TRISOLARIS_ROUTER_ADDRESS', 'TRISOLARIS_FACTORY_ADDRESS']),
'mdex.com': collect(Trader, ['MDEX_ROUTER_ADDRESS', 'MDEX_FACTORY_ADDRESS']),
'aave.com': collect(Aave, ['AAVE_LENDING_POOL_ADDRESSES_PROVIDER_CONTRACT_ADDRESS']),
Expand Down
8 changes: 4 additions & 4 deletions packages/web3-shared/evm/pipes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ export const resolveChainColor = createLookupTableResolver<ChainId, string>(
[ChainId.Harmony_Test]: 'rgb(48, 153, 242)',
[ChainId.Aurora_Testnet]: 'rgb(112, 212, 74)',
[ChainId.Moonbeam]: 'rgb(127, 39, 88)',
[ChainId.Fuse]: 'rgb(255 255 255)',
[ChainId.Boba]: 'rgb(255 255 255)',
[ChainId.Metis]: 'rgb(255 255 255)',
[ChainId.Optimistic]: 'rgb(255 255 255)',
[ChainId.Fuse]: 'rgb(112, 212, 74)',
[ChainId.Boba]: 'rgb(112, 212, 74)',
[ChainId.Metis]: 'rgb(19, 181, 236)',
[ChainId.Optimistic]: 'rgb(232, 65, 66)',
},
'rgb(214, 217, 220)',
)
Expand Down

0 comments on commit bfeb569

Please sign in to comment.