Skip to content

Commit 849a49f

Browse files
authored
feat: update alphanet chain id (#80)
1 parent 95f8739 commit 849a49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shared/lib/migration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ const CHECKSUM_LENGTH = 9
6565
const DEVELOP_BASE_URL = 'https://migrator-api.iota-alphanet.iotaledger.net'
6666
const 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

7171
export const removeAddressChecksum = (address: string = ''): string => address.slice(0, -CHECKSUM_LENGTH)
7272

0 commit comments

Comments
 (0)