Skip to content

Commit

Permalink
add new nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
F-OBrien committed Nov 6, 2023
1 parent e103349 commit 6cba450
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const operatorsNames: Record<string, string> = {
'2FjuFr7YNQ6qQPYSLCZrMDEQr284ktW88H8T6p6nmJe2URny': 'Greentrail 1 (2FjuF..)',
'2Gk5AMZdMQBg2cAigd3BQFm3UB4554SYDEohK8P8B4Pko3n2': 'Greentrail 2 (2Gk5A..)',
'2EPW8CFP6dW7HMgEBEV8aA9LqGuzXDDn7aEZGpofjyBfS3Bw': 'Greentrail 3 (2EPW8..)',
'2HPEv1qezxqN11pKj8F6PjSwMtdda12LLh1CrcV2ZH3HD1oe': 'Guardian Capital 1 (2HPEvF..)',
'2Gw7nZrGbvKMJNu5i88TeK45Ygy8jiP6xDaBixrPMh4L1Lr5': 'Huobi 1 (2Gw7n..)',
'2EH8PYvqsPM249f7gbFjgkueZBBjKaNyuwk7GNdL3sYYjFaa': 'Huobi 2 (2EH8P..)',
'2HzRAKv6vsBnvkGhREfRAJhevozdnwQozUuQZ5sAs8SvbmPr': 'Huobi 3 (2HzRA..)',
Expand All @@ -55,6 +56,7 @@ export const operatorsNames: Record<string, string> = {
'2DR8JZWwJ7jDSHYDKoaV7Bfi6dyoQ6FkBx4KYB5owtjiFgj5': 'Marketlend 2 (2DR8J..)',
'2G3CJWkzusVqtxYoofCjGqwxgjFYJS6Rxvg8supREvQBmtvy': 'Marketlend 3 (2G3CJ..)',
'2EwgKqSEGReJTtFqjTcdW6eDffnYE4Gi6AErWrLTLgew663z': 'MyCointainer 1 (2EwgK..)',
'2E6cukE9XN9gaRcTDumh6BjmTaFa8T1zgsCZamKCyBXTi6cp': 'MyCointainer 2 (2E6cu..)',
'2EzwX3nVVysJwvZ8NeZojCJ9xsprE4mr3989mWiWKsdSki3b': 'Oasis Pro Markets 1 (2EzwX..)',
'2DVrQgBLdRyvLvC13dXMBc7yEMAMDzGNSG2ZKYunmiyvJPUN': 'Oasis Pro Markets 2 (2DVrQ..)',
'2EgBuMoRWbqNimZF3bv3aMmDAAna5F6jTm7hWNmFQwXhZcEB': 'Oasis Pro Markets 3 (2EgBu..)',
Expand Down Expand Up @@ -102,6 +104,9 @@ export const didInfo: Record<string, { name: string; website: string }> = {
'0x87f70af83b01f0db214c516c7eafc3c193aa879f3266b2e160b09dc6366ba3f5': { name: 'Binance', website: 'https://www.binance.com/' },
'0x30be231224de2133696309d0863356fa6318d904d84c67c13c2b7497b63649c2': { name: 'TigerWit', website: 'https://uk.tigerwit.com/' },
'0xb1165011950bfa51c155dfdfc50db065f12ec5658aeac688f5b4a62bb4d7e1b4': { name: 'Sors Digital Assets', website: 'https://sorsdigitalassets.com/' },
'0x6346e216dc80d1544e56b5a647fb48bb91529753ead897586d1fffe59ca2cfdc': { name: 'DigiShares', website: '' },
'0xe226bf5666ebc74d36ac11278c75d66b83c3606fb3f0b3a1dad29ad50d72670a': { name: 'DigiClear', website: '' },
'0xcb82639402247ef046636c07d8300e737da9746d0b57bba8c3535f0b81ca88bb': { name: 'Guardian Capital', website: '' },
// Permissioned CDD Providers
'0x0100000000000000000000000000000000000000000000000000000000000000': { name: 'Polymath', website: 'https://polymath.network/' },
// '0x0400000000000000000000000000000000000000000000000000000000000000': { name: 'Polymesh Association', website: 'https://polymesh.network/' },
Expand Down

0 comments on commit 6cba450

Please sign in to comment.