Skip to content

Commit

Permalink
Merge pull request #20 from GovTechSG/chore/update-addresses
Browse files Browse the repository at this point in the history
chore(app): add address book
  • Loading branch information
superical authored Dec 4, 2023
2 parents c645f2d + 8387593 commit 28991a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/common/config/address-book.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { type AddressBookData } from '@app/utils/address-book'

export const addressBookPolygon: AddressBookData = {
// Contracts
'0x56e932991885B65bc91f719d9dac241E64B6529E': 'Purpose Bound Money Token',
'0x8ca45A06836bA95648A576e7Ddc382A90B44990b': 'Digital SGD Token',
'0xBEd3e1879F63d38d0F1463DeA9b0cf606C4C6428': 'Purpose Bound Money Token',
'0x057B501fD1daF8FB0E232C7003AaFe5500e4efc0': 'Digital SGD Token',

// User Accounts
'0x4353727F3ef39B7A95796b0532C43ba9d40d29c0': 'SkillsFuture Singapore',
Expand Down
4 changes: 2 additions & 2 deletions packages/app/src/common/config/app-chain-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { type AppChainInfo } from '@app/utils/get-app-chain-info'

export const chainInfoPolygon: AppChainInfo = {
pbm: {
address: '0x56e932991885B65bc91f719d9dac241E64B6529E',
genesisBlock: 39239804,
address: '0xBEd3e1879F63d38d0F1463DeA9b0cf606C4C6428',
genesisBlock: 50733860,
},
payees: [
'0x63A69059B7eB694992704F06dD8C2729121b828b', // CFTE
Expand Down

0 comments on commit 28991a5

Please sign in to comment.