@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/dist/index.mjs CHANGED
@@ -142,7 +142,7 @@ var solanaMainNet = {
142
142
  testnet: false
143
143
  };
144
144
  var signBrBTestnet = /* @__PURE__ */ defineChain({
145
- id: 74460001,
145
+ id: 74460002,
146
146
  name: "Sign Brb Testnet",
147
147
  network: "Sign Brb Testnet",
148
148
  nativeCurrency: {
@@ -157,7 +157,7 @@ var signBrBTestnet = /* @__PURE__ */ defineChain({
157
157
  blockExplorers: {
158
158
  default: {
159
159
  name: "Sign Brb Testnet Explorer",
160
- url: "http://3.85.129.93:8001/"
160
+ url: "https://explorer-testnet.bk.sign.global/"
161
161
  }
162
162
  },
163
163
  testnet: true
@@ -297,7 +297,7 @@ var ChainConfig = {
297
297
  rpcUrl: mevmDevNet.rpcUrls.default.http[0]
298
298
  },
299
299
  [signBrBTestnet.id]: {
300
- contractAddress: "0xbA4C1bec0B6513493e8Cf406d5F218ec13E0C5Fa",
300
+ contractAddress: "0xeD09c23677D02f4f486E55f0f081cfc114EEa53b",
301
301
  // add default fee
302
302
  rpcUrl: signBrBTestnet.rpcUrls.default.http[0]
303
303
  },
@@ -3760,6 +3760,7 @@ var AirdropSigIdentityTypeEnum = /* @__PURE__ */ ((AirdropSigIdentityTypeEnum2)
3760
3760
  AirdropSigIdentityTypeEnum2["EVMWallet"] = "EVM Wallet";
3761
3761
  AirdropSigIdentityTypeEnum2["TONWallet"] = "TON Wallet";
3762
3762
  AirdropSigIdentityTypeEnum2["CosmosWallet"] = "Cosmos Wallet";
3763
+ AirdropSigIdentityTypeEnum2["SuiWallet"] = "Sui Wallet";
3763
3764
  AirdropSigIdentityTypeEnum2["Google"] = "Google Account";
3764
3765
  AirdropSigIdentityTypeEnum2["Discord"] = "Discord Account";
3765
3766
  return AirdropSigIdentityTypeEnum2;