File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 http-equiv ="Content-Security-Policy "
88 content ="
99 default-src 'self';
10- connect-src 'self' https://*.iota.org https://*.iota.works https://*.iota.cafe https://raw.githubusercontent.com/iotaledger/firefly/main/packages/shared/lib/chrysalis.json https://raw.githubusercontent.com/iotaledger/participation-events/master/results/staking/ https://d36tzso9lqxl3c.cloudfront.net/results/staking/ https://iotatreasury.org/how-voting-works.html https://migrator-api.iota-alphanet.iotaledger.net;
10+ connect-src 'self' https://*.iota.org https://*.iota.works https://*.iota.cafe https://raw.githubusercontent.com/iotaledger/firefly/main/packages/shared/lib/chrysalis.json https://raw.githubusercontent.com/iotaledger/participation-events/master/results/staking/ https://d36tzso9lqxl3c.cloudfront.net/results/staking/ https://iotatreasury.org/how-voting-works.html https://migrator-api.iota-alphanet.iotaledger.net https://migrator-api.stardust-mainnet.iotaledger.net ;
1111 object-src 'none';
1212 style-src 'self' 'unsafe-inline';
1313 media-src 'self' "
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ const HARDWARE_ADDRESS_GAP = 3
6363const CHECKSUM_LENGTH = 9
6464
6565const DEVELOP_BASE_URL = 'https://migrator-api.iota-alphanet.iotaledger.net'
66- const PRODUCTION_BASE_URL = 'https://migrator-api.iota-alphanet .iotaledger.net'
67- // TODO: Update these constants with the real production values
66+ const PRODUCTION_BASE_URL = 'https://migrator-api.stardust-mainnet .iotaledger.net'
67+
6868const DEVELOP_CHAIN_ID = 'atoi1ppvjyr3nz8mwd6h7pahtgf4emcd3z9kpgys6hn2w5mnahmxu4t2gwvgxd92'
69- const PRODUCTION_CHAIN_ID = 'atoi1ppvjyr3nz8mwd6h7pahtgf4emcd3z9kpgys6hn2w5mnahmxu4t2gwvgxd92 '
69+ const PRODUCTION_CHAIN_ID = 'iota1pphx6hnmxqdqd2u4m59e7nvmcyulm3lfm58yex5gmud9qlt3v9crs9sah6m '
7070
7171export const removeAddressChecksum = ( address : string = '' ) : string => address . slice ( 0 , - CHECKSUM_LENGTH )
7272
You can’t perform that action at this time.
0 commit comments