Skip to content

Commit

Permalink
v3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
karnthis committed Feb 12, 2025
1 parent 3d3b1b8 commit 4e85124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackallabs/jackal.js",
"version": "3.5.7",
"version": "3.5.8",
"description": "Javascript library for interacting with the Jackal Chain",
"keywords": [
"jackal",
Expand Down
1 change: 0 additions & 1 deletion src/types/TMisc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export type TMetaHandler =
export type TSockets =
| 'jackal'
| 'jackaltest'
| 'jackalv4'
| 'jackallocal'
| 'archway'
| 'archwaytest'
Expand Down
7 changes: 1 addition & 6 deletions src/utils/globalDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,13 @@ export const sockets: Record<TSockets, ISocketConfig> = {
jackal: {
chainId: 'jackal-1',
endpoint: 'wss://rpc.jackalprotocol.com',
gasMultiplier: 1200,
gasMultiplier: 1500,
},
jackaltest: {
chainId: 'lupulella-2',
endpoint: 'wss://testnet-rpc.jackalprotocol.com',
gasMultiplier: 1200,
},
jackalv4: {
chainId: 'mesomelas-1',
endpoint: 'wss://jackal-testnet-v4-rpc.brocha.in',
gasMultiplier: 1200,
},
jackallocal: {
chainId: 'puppy-1',
endpoint: 'ws://localhost:62744',
Expand Down

0 comments on commit 4e85124

Please sign in to comment.