Skip to content

Commit 68a411b

Browse files
authored
Merge pull request #7702 from BitGo/coin-6807
chore: update tvet:sdt contract address
2 parents 87df3db + cb07e0f commit 68a411b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/sdk-coin-vet/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const STARGATE_NFT_ADDRESS = '0x1856c533ac2d94340aaa8544d35a5c1d4a21dee7'
1717
export const STARGATE_DELEGATION_ADDRESS = '0x4cb1c9ef05b529c093371264fab2c93cc6cddb0e';
1818
export const STARGATE_DELEGATION_ADDRESS_TESTNET = '0x7240e3bc0d26431512d5b67dbd26d199205bffe8';
1919

20-
export const STARGATE_NFT_ADDRESS_TESTNET = '0x1ec1d168574603ec35b9d229843b7c2b44bcb770';
20+
export const STARGATE_NFT_ADDRESS_TESTNET = '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77';
2121
export const STARGATE_CONTRACT_ADDRESS_TESTNET = '0x1e02b2953adefec225cf0ec49805b1146a4429c1';
2222

2323
export const AVG_GAS_UNITS = '21000';

modules/sdk-coin-vet/test/resources/vet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const FEE_ADDRESS = '0x7c87b9ffc6fd6c167c0e4fa9418720f3d659358e';
203203

204204
export const TOKEN_ADDRESS = '0x0000000000000000000000000000456e65726779';
205205

206-
export const NFT_CONTRACT_ADDRESS = '0x1ec1d168574603ec35b9d229843b7c2b44bcb770';
206+
export const NFT_CONTRACT_ADDRESS = '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77';
207207

208208
export const SALT = '0x1';
209209

modules/sdk-coin-vet/test/transactionBuilder/nftTransactionBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('nftTransactionBuilder', () => {
9898
should.equal(tx.getFee(), '315411764705882352');
9999
should.equal(tx.nonce, '64248');
100100
should.equal(tx.expiration, 64);
101-
should.equal(tx.nftCollectionId, '0x1ec1d168574603ec35b9d229843b7c2b44bcb770');
101+
should.equal(tx.nftCollectionId, '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77');
102102
should.equal(tx.tokenId, '100131');
103103
should.equal(tx.type, TransactionType.SendNFT);
104104
const rawTx = tx.toBroadcastFormat();

modules/sdk-coin-vet/test/unit/vet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe('Vechain', function () {
122122
data.should.deepEqual({
123123
tokenType: 'ERC721',
124124
tokenQuantity: '1',
125-
tokenContractAddress: '0x1ec1d168574603ec35b9d229843b7c2b44bcb770',
125+
tokenContractAddress: '0x887d9102f0003f1724d8fd5d4fe95a11572fcd77',
126126
tokenId: '1234',
127127
});
128128
});

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5418,7 +5418,7 @@ export const allCoinsAndTokens = [
54185418
'dd710759-1b87-4435-bef5-db377040deaf',
54195419
'tvet:sdt',
54205420
'Testnet StarGate Delegator Token',
5421-
'0x1ec1d168574603ec35b9d229843b7c2b44bcb770',
5421+
'0x887d9102f0003f1724d8fd5d4fe95a11572fcd77',
54225422
UnderlyingAsset['tvet:sdt'],
54235423
VET_FEATURES
54245424
),

0 commit comments

Comments
 (0)