Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
2024-07-15 (v.)
-------------------

- Added `xpReward` to the `INetworkContracts` interface in the `NetworkInterfaces.ts`


2024-07-15 (v.4.0.0)
-------------------

- Removed `web3` parameter in `Web3SelfTransactionConfig`
- Support BlockchainAnchor and Verida Network refactor

Expand Down
1 change: 1 addition & 0 deletions packages/types/src/NetworkInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export interface INetworkContracts {
didLinkage: IContractInfo | null
reward: IContractInfo | null
solboundNFT: IContractInfo | null
xpReward: IContractInfo | null
}

export type TContractNames = keyof INetworkContracts;
Expand Down
17 changes: 16 additions & 1 deletion packages/vda-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@

2024-07-30 (v)
-------------------

- Updated `XPReward` contract address and abi

?
-------------------

- npx lerna publish --dist-tag next


2024-07-15 (v.4.0.0)
-------------------

- Support BlockchainAnchor and Verida Network refactor

2024-05-31 (v)
-------------------
- Support `VDAXPReward` contract


2024-05-31 (v)
-------------------
- Support `VDAXPReward` contract


2024-03-22 (v3.0.2)
-------------------

- Update the abi & address of `StorageNodeRegistry` contract (locking feature added)
- Replaced the testenet RPC_URL from `Mumbai` to `Amoy`


2024-03-22 (v3.0.2)
-------------------

Expand Down
Loading