@sign-global/tokentable-core 1.6.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @sign-global/tokentable-core
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: update Sign Brb Testnet configuration
8
+
9
+ ## 1.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - feat: add Sui AirdropSigIdentityTypeEnum
14
+
3
15
  ## 1.6.0
4
16
 
5
17
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -163,7 +163,7 @@ declare const signBrBTestnet: {
163
163
  blockExplorers: {
164
164
  readonly default: {
165
165
  readonly name: "Sign Brb Testnet Explorer";
166
- readonly url: "http://3.85.129.93:8001/";
166
+ readonly url: "https://explorer-testnet.bk.sign.global/";
167
167
  };
168
168
  };
169
169
  contracts?: {
@@ -175,7 +175,7 @@ declare const signBrBTestnet: {
175
175
  multicall3?: viem.ChainContract | undefined;
176
176
  universalSignatureVerifier?: viem.ChainContract | undefined;
177
177
  } | undefined;
178
- id: 74460001;
178
+ id: 74460002;
179
179
  name: "Sign Brb Testnet";
180
180
  nativeCurrency: {
181
181
  readonly decimals: 18;
@@ -354,7 +354,7 @@ declare const ChainConfig: {
354
354
  contractAddress: string;
355
355
  rpcUrl: "https://mevm.devnet.imola.movementlabs.xyz";
356
356
  };
357
- 74460001: {
357
+ 74460002: {
358
358
  contractAddress: string;
359
359
  rpcUrl: "https://brb-testnet-rpc-0.bk.sign.global/";
360
360
  };
@@ -439,7 +439,7 @@ declare const SupportedChains: ({
439
439
  blockExplorers: {
440
440
  readonly default: {
441
441
  readonly name: "Sign Brb Testnet Explorer";
442
- readonly url: "http://3.85.129.93:8001/";
442
+ readonly url: "https://explorer-testnet.bk.sign.global/";
443
443
  };
444
444
  };
445
445
  contracts?: {
@@ -451,7 +451,7 @@ declare const SupportedChains: ({
451
451
  multicall3?: viem.ChainContract | undefined;
452
452
  universalSignatureVerifier?: viem.ChainContract | undefined;
453
453
  } | undefined;
454
- id: 74460001;
454
+ id: 74460002;
455
455
  name: "Sign Brb Testnet";
456
456
  nativeCurrency: {
457
457
  readonly decimals: 18;
@@ -1913,6 +1913,7 @@ declare enum AirdropSigIdentityTypeEnum {
1913
1913
  EVMWallet = "EVM Wallet",
1914
1914
  TONWallet = "TON Wallet",
1915
1915
  CosmosWallet = "Cosmos Wallet",
1916
+ SuiWallet = "Sui Wallet",
1916
1917
  Google = "Google Account",
1917
1918
  Discord = "Discord Account"
1918
1919
  }
package/dist/index.d.ts CHANGED
@@ -163,7 +163,7 @@ declare const signBrBTestnet: {
163
163
  blockExplorers: {
164
164
  readonly default: {
165
165
  readonly name: "Sign Brb Testnet Explorer";
166
- readonly url: "http://3.85.129.93:8001/";
166
+ readonly url: "https://explorer-testnet.bk.sign.global/";
167
167
  };
168
168
  };
169
169
  contracts?: {
@@ -175,7 +175,7 @@ declare const signBrBTestnet: {
175
175
  multicall3?: viem.ChainContract | undefined;
176
176
  universalSignatureVerifier?: viem.ChainContract | undefined;
177
177
  } | undefined;
178
- id: 74460001;
178
+ id: 74460002;
179
179
  name: "Sign Brb Testnet";
180
180
  nativeCurrency: {
181
181
  readonly decimals: 18;
@@ -354,7 +354,7 @@ declare const ChainConfig: {
354
354
  contractAddress: string;
355
355
  rpcUrl: "https://mevm.devnet.imola.movementlabs.xyz";
356
356
  };
357
- 74460001: {
357
+ 74460002: {
358
358
  contractAddress: string;
359
359
  rpcUrl: "https://brb-testnet-rpc-0.bk.sign.global/";
360
360
  };
@@ -439,7 +439,7 @@ declare const SupportedChains: ({
439
439
  blockExplorers: {
440
440
  readonly default: {
441
441
  readonly name: "Sign Brb Testnet Explorer";
442
- readonly url: "http://3.85.129.93:8001/";
442
+ readonly url: "https://explorer-testnet.bk.sign.global/";
443
443
  };
444
444
  };
445
445
  contracts?: {
@@ -451,7 +451,7 @@ declare const SupportedChains: ({
451
451
  multicall3?: viem.ChainContract | undefined;
452
452
  universalSignatureVerifier?: viem.ChainContract | undefined;
453
453
  } | undefined;
454
- id: 74460001;
454
+ id: 74460002;
455
455
  name: "Sign Brb Testnet";
456
456
  nativeCurrency: {
457
457
  readonly decimals: 18;
@@ -1913,6 +1913,7 @@ declare enum AirdropSigIdentityTypeEnum {
1913
1913
  EVMWallet = "EVM Wallet",
1914
1914
  TONWallet = "TON Wallet",
1915
1915
  CosmosWallet = "Cosmos Wallet",
1916
+ SuiWallet = "Sui Wallet",
1916
1917
  Google = "Google Account",
1917
1918
  Discord = "Discord Account"
1918
1919
  }
package/dist/index.js CHANGED
@@ -227,7 +227,7 @@ var solanaMainNet = {
227
227
  testnet: false
228
228
  };
229
229
  var signBrBTestnet = /* @__PURE__ */ (0, import_viem.defineChain)({
230
- id: 74460001,
230
+ id: 74460002,
231
231
  name: "Sign Brb Testnet",
232
232
  network: "Sign Brb Testnet",
233
233
  nativeCurrency: {
@@ -242,7 +242,7 @@ var signBrBTestnet = /* @__PURE__ */ (0, import_viem.defineChain)({
242
242
  blockExplorers: {
243
243
  default: {
244
244
  name: "Sign Brb Testnet Explorer",
245
- url: "http://3.85.129.93:8001/"
245
+ url: "https://explorer-testnet.bk.sign.global/"
246
246
  }
247
247
  },
248
248
  testnet: true
@@ -382,7 +382,7 @@ var ChainConfig = {
382
382
  rpcUrl: mevmDevNet.rpcUrls.default.http[0]
383
383
  },
384
384
  [signBrBTestnet.id]: {
385
- contractAddress: "0xbA4C1bec0B6513493e8Cf406d5F218ec13E0C5Fa",
385
+ contractAddress: "0xeD09c23677D02f4f486E55f0f081cfc114EEa53b",
386
386
  // add default fee
387
387
  rpcUrl: signBrBTestnet.rpcUrls.default.http[0]
388
388
  },
@@ -3841,6 +3841,7 @@ var AirdropSigIdentityTypeEnum = /* @__PURE__ */ ((AirdropSigIdentityTypeEnum2)
3841
3841
  AirdropSigIdentityTypeEnum2["EVMWallet"] = "EVM Wallet";
3842
3842
  AirdropSigIdentityTypeEnum2["TONWallet"] = "TON Wallet";
3843
3843
  AirdropSigIdentityTypeEnum2["CosmosWallet"] = "Cosmos Wallet";
3844
+ AirdropSigIdentityTypeEnum2["SuiWallet"] = "Sui Wallet";
3844
3845
  AirdropSigIdentityTypeEnum2["Google"] = "Google Account";
3845
3846
  AirdropSigIdentityTypeEnum2["Discord"] = "Discord Account";
3846
3847
  return AirdropSigIdentityTypeEnum2;