@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/dist/index.mjs
CHANGED
|
@@ -142,7 +142,7 @@ var solanaMainNet = {
|
|
|
142
142
|
testnet: false
|
|
143
143
|
};
|
|
144
144
|
var signBrBTestnet = /* @__PURE__ */ defineChain({
|
|
145
|
-
id:
|
|
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: "
|
|
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: "
|
|
300
|
+
contractAddress: "0xeD09c23677D02f4f486E55f0f081cfc114EEa53b",
|
|
301
301
|
// add default fee
|
|
302
302
|
rpcUrl: signBrBTestnet.rpcUrls.default.http[0]
|
|
303
303
|
},
|