@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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/constants/chain-config.ts +1 -1
- package/src/constants/network.ts +2 -2
package/CHANGELOG.md
CHANGED
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: "
|
|
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:
|
|
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
|
-
|
|
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: "
|
|
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:
|
|
454
|
+
id: 74460002;
|
|
455
455
|
name: "Sign Brb Testnet";
|
|
456
456
|
nativeCurrency: {
|
|
457
457
|
readonly decimals: 18;
|
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: "
|
|
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:
|
|
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
|
-
|
|
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: "
|
|
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:
|
|
454
|
+
id: 74460002;
|
|
455
455
|
name: "Sign Brb Testnet";
|
|
456
456
|
nativeCurrency: {
|
|
457
457
|
readonly decimals: 18;
|
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:
|
|
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: "
|
|
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: "
|
|
385
|
+
contractAddress: "0xeD09c23677D02f4f486E55f0f081cfc114EEa53b",
|
|
386
386
|
// add default fee
|
|
387
387
|
rpcUrl: signBrBTestnet.rpcUrls.default.http[0]
|
|
388
388
|
},
|