@sign-global/tokentable-core 1.7.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
  },