File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ const CHECKSUM_LENGTH = 9
6565const DEVELOP_BASE_URL = 'https://migrator-api.iota-alphanet.iotaledger.net'
6666const PRODUCTION_BASE_URL = 'https://migrator-api.iota-alphanet.iotaledger.net'
6767// TODO: Update these constants with the real production values
68- const DEVELOP_CHAIN_ID = 'atoi1prdg7a8d2jpdcjptujmyngcpxk6uchxdjasfa0uev6ycqmq0hpqnww6scln '
69- const PRODUCTION_CHAIN_ID = 'atoi1prdg7a8d2jpdcjptujmyngcpxk6uchxdjasfa0uev6ycqmq0hpqnww6scln '
68+ const DEVELOP_CHAIN_ID = 'atoi1ppvjyr3nz8mwd6h7pahtgf4emcd3z9kpgys6hn2w5mnahmxu4t2gwvgxd92 '
69+ const PRODUCTION_CHAIN_ID = 'atoi1ppvjyr3nz8mwd6h7pahtgf4emcd3z9kpgys6hn2w5mnahmxu4t2gwvgxd92 '
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