Skip to content
Merged
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
2 changes: 1 addition & 1 deletion modules/sdk-coin-vet/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const STARGATE_NFT_ADDRESS = '0x1856c533ac2d94340aaa8544d35a5c1d4a21dee7'
export const STARGATE_DELEGATION_ADDRESS = '0x4cb1c9ef05b529c093371264fab2c93cc6cddb0e';
export const STARGATE_DELEGATION_ADDRESS_TESTNET = '0x7240e3bc0d26431512d5b67dbd26d199205bffe8';

export const STARGATE_NFT_ADDRESS_TESTNET = '0x1ec1d168574603ec35b9d229843b7c2b44bcb770';
export const STARGATE_NFT_ADDRESS_TESTNET = '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77';
export const STARGATE_CONTRACT_ADDRESS_TESTNET = '0x1e02b2953adefec225cf0ec49805b1146a4429c1';

export const AVG_GAS_UNITS = '21000';
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-vet/test/resources/vet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const FEE_ADDRESS = '0x7c87b9ffc6fd6c167c0e4fa9418720f3d659358e';

export const TOKEN_ADDRESS = '0x0000000000000000000000000000456e65726779';

export const NFT_CONTRACT_ADDRESS = '0x1ec1d168574603ec35b9d229843b7c2b44bcb770';
export const NFT_CONTRACT_ADDRESS = '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77';

export const SALT = '0x1';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('nftTransactionBuilder', () => {
should.equal(tx.getFee(), '315411764705882352');
should.equal(tx.nonce, '64248');
should.equal(tx.expiration, 64);
should.equal(tx.nftCollectionId, '0x1ec1d168574603ec35b9d229843b7c2b44bcb770');
should.equal(tx.nftCollectionId, '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77');
should.equal(tx.tokenId, '100131');
should.equal(tx.type, TransactionType.SendNFT);
const rawTx = tx.toBroadcastFormat();
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-vet/test/unit/vet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('Vechain', function () {
data.should.deepEqual({
tokenType: 'ERC721',
tokenQuantity: '1',
tokenContractAddress: '0x1ec1d168574603ec35b9d229843b7c2b44bcb770',
tokenContractAddress: '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77',
tokenId: '1234',
});
});
Expand Down
2 changes: 1 addition & 1 deletion modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5418,7 +5418,7 @@ export const allCoinsAndTokens = [
'dd710759-1b87-4435-bef5-db377040deaf',
'tvet:sdt',
'Testnet StarGate Delegator Token',
'0x1ec1d168574603ec35b9d229843b7c2b44bcb770',
'0x887d9102f0003f1724d8fd5d4fe95a11572fcd77',
UnderlyingAsset['tvet:sdt'],
VET_FEATURES
),
Expand Down