Skip to content

Commit d0b4374

Browse files
authored
Merge branch 'master' into feat/eip-1559
2 parents c6f66c8 + 4748281 commit d0b4374

File tree

31 files changed

+88
-33
lines changed

31 files changed

+88
-33
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "7.2.0"
5+
"version": "7.2.1"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@cosmjs/proto-signing": "0.30.1",
4141
"@cosmjs/stargate": "0.30.1",
4242
"@dotenvx/dotenvx": "^1.6.4",
43-
"@lit-protocol/accs-schemas": "^0.0.28",
43+
"@lit-protocol/accs-schemas": "^0.0.31",
4444
"@lit-protocol/contracts": "^0.0.74",
4545
"@metamask/eth-sig-util": "5.0.2",
4646
"@mysten/sui.js": "^0.37.1",

packages/access-control-conditions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "7.2.0",
24+
"version": "7.2.1",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/auth-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tags": [
3232
"browser"
3333
],
34-
"version": "7.2.0",
34+
"version": "7.2.1",
3535
"main": "./dist/src/index.js",
3636
"typings": "./dist/src/index.d.ts"
3737
}

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"crypto": false,
2626
"stream": false
2727
},
28-
"version": "7.2.0",
28+
"version": "7.2.1",
2929
"main": "./dist/src/index.js",
3030
"typings": "./dist/src/index.d.ts"
3131
}

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tags": [
2121
"universal"
2222
],
23-
"version": "7.2.0",
23+
"version": "7.2.1",
2424
"main": "./dist/src/index.js",
2525
"typings": "./dist/src/index.d.ts"
2626
}

packages/constants/src/lib/constants/constants.ts

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,61 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
11211121
type: null,
11221122
vmType: 'EVM',
11231123
},
1124+
sonicMainnet: {
1125+
contractAddress: null,
1126+
chainId: 146,
1127+
name: 'Sonic Mainnet',
1128+
symbol: 'S',
1129+
decimals: 18,
1130+
rpcUrls: ['https://rpc.soniclabs.com'],
1131+
blockExplorerUrls: ['https://sonicscan.org'],
1132+
type: null,
1133+
vmType: 'EVM',
1134+
},
1135+
sonicBlazeTestnet: {
1136+
contractAddress: null,
1137+
chainId: 57054,
1138+
name: 'Sonic Blaze Testnet',
1139+
symbol: 'S',
1140+
decimals: 18,
1141+
rpcUrls: ['https://rpc.blaze.soniclabs.com'],
1142+
blockExplorerUrls: ['https://testnet.sonicscan.org/'],
1143+
type: null,
1144+
vmType: 'EVM',
1145+
},
1146+
holeskyTestnet: {
1147+
contractAddress: null,
1148+
chainId: 17000,
1149+
name: 'Holesky Testnet',
1150+
symbol: 'ETH',
1151+
decimals: 18,
1152+
rpcUrls: ['https://rpc.holesky.ethpandaops.io'],
1153+
blockExplorerUrls: ['https://holesky.etherscan.io/'],
1154+
type: null,
1155+
vmType: 'EVM',
1156+
},
1157+
flowEvmMainnet: {
1158+
contractAddress: null,
1159+
chainId: 747,
1160+
name: 'Flow EVM Mainnet',
1161+
symbol: 'FLOW',
1162+
decimals: 18,
1163+
rpcUrls: ['https://mainnet.evm.nodes.onflow.org'],
1164+
blockExplorerUrls: ['https://evm.flowscan.io/'],
1165+
type: null,
1166+
vmType: 'EVM',
1167+
},
1168+
flowEvmTestnet: {
1169+
contractAddress: null,
1170+
chainId: 545,
1171+
name: 'Flow EVM Testnet',
1172+
symbol: 'FLOW',
1173+
decimals: 18,
1174+
rpcUrls: ['https://testnet.evm.nodes.onflow.org'],
1175+
blockExplorerUrls: ['https://evm-testnet.flowscan.io'],
1176+
type: null,
1177+
vmType: 'EVM',
1178+
},
11241179
};
11251180

11261181
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '7.2.0';
1+
export const version = '7.2.1';

packages/contracts-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tags": [
2626
"universal"
2727
],
28-
"version": "7.2.0",
28+
"version": "7.2.1",
2929
"main": "./dist/src/index.js",
3030
"typings": "./dist/src/index.d.ts"
3131
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/core",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",

0 commit comments

Comments
 (0)