Skip to content

Commit 983c3d4

Browse files
authored
bump version (#560)
* add xlayer consts
1 parent f6bbc96 commit 983c3d4

File tree

34 files changed

+213
-209
lines changed

34 files changed

+213
-209
lines changed

connect/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-connect",
3-
"version": "0.7.0-beta.2",
3+
"version": "0.7.0-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -98,8 +98,8 @@
9898
},
9999
"dependencies": {
100100
"axios": "^1.4.0",
101-
"@wormhole-foundation/sdk-base": "0.7.0-beta.2",
102-
"@wormhole-foundation/sdk-definitions": "0.7.0-beta.2"
101+
"@wormhole-foundation/sdk-base": "0.7.0-beta.3",
102+
"@wormhole-foundation/sdk-definitions": "0.7.0-beta.3"
103103
},
104104
"type": "module"
105105
}

core/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-base",
3-
"version": "0.7.0-beta.2",
3+
"version": "0.7.0-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"

core/base/src/constants/contracts/core.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const coreBridgeContracts = [[
3131
["Pythnet", "H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU"],
3232
["Base", "0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6"],
3333
["Rootstock", "0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6"],
34+
["Xlayer", "0x194B123c5E96B9b2E49763619985790Dc241CAC0"],
3435
["Xpla", "xpla1jn8qmdda5m6f6fqu9qv46rt7ajhklg40ukpqchkejcvy8x7w26cqxamv3w"],
3536
["Sei", "sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqn"],
3637
["Wormchain", "wormhole1ufs3tlq4umljk0qfe8k5ya0x6hpavn897u2cnf9k0en9jr7qarqqaqfk2j"],

core/base/src/constants/contracts/tokenBridge.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const tokenBridgeContracts = [[
2828
["Arbitrum", "0x0b2402144Bb366A632D14B83F244D2e0e21bD39c"],
2929
["Optimism", "0x1D68124e65faFC907325e3EDbF8c4d84499DAa8b"],
3030
["Base", "0x8d2de8d2f73F1F4cAB472AC9A881C9b123C79627"],
31+
["Xlayer", "0x5537857664B0f9eFe38C9f320F75fEf23234D904"],
3132
["Xpla", "xpla137w0wfch2dfmz7jl2ap8pcmswasj8kg06ay4dtjzw7tzkn77ufxqfw7acv"],
3233
["Sei", "sei1smzlm9t79kur392nu9egl8p8je9j92q4gzguewj56a05kyxxra0qy0nuf3"],
3334
["Wormchain", "wormhole1466nf3zuxpya8q9emxukd7vftaf6h4psr0a07srl5zw74zh84yjq4lyjmh"],

core/base/src/constants/nativeChainIds.ts

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const chainNetworkNativeChainIdEntries = [
4848
["Celestia", "celestia"],
4949
["Dymension", "dymension_1100-1"],
5050
["Provenance","pio-mainnet-1"],
51+
["Xlayer", 196n],
5152
["Mantle", 5000n],
5253
["Scroll", 534352n],
5354
["Blast", 81457n],

core/base/src/constants/rpc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const rpcConfig = [[
4040
["Provenance","https://rpc.provenance.io/"],
4141
["Linea", "https://rpc.linea.build"],
4242
["Scroll", "https://rpc.ankr.com/scroll"],
43+
["Xlayer", "https://xlayerrpc.okx.com/"],
4344
["Gnosis", "https://rpc.ankr.com/gnosis"],
4445
["Rootstock", "https://public-node.rsk.co"],
4546
]], [

core/definitions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions",
3-
"version": "0.7.0-beta.2",
3+
"version": "0.7.0-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@noble/hashes": "^1.3.1",
8888
"@noble/curves": "^1.4.0",
89-
"@wormhole-foundation/sdk-base": "0.7.0-beta.2"
89+
"@wormhole-foundation/sdk-base": "0.7.0-beta.3"
9090
},
9191
"type": "module"
9292
}

core/icons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-icons",
3-
"version": "0.7.0-beta.2",
3+
"version": "0.7.0-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -50,7 +50,7 @@
5050
"dist/cjs"
5151
],
5252
"dependencies": {
53-
"@wormhole-foundation/sdk-base": "0.7.0-beta.2"
53+
"@wormhole-foundation/sdk-base": "0.7.0-beta.3"
5454
},
5555
"sideEffects": false,
5656
"scripts": {

examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/connect-sdk-examples",
3-
"version": "0.7.0-beta.2",
3+
"version": "0.7.0-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -51,6 +51,6 @@
5151
"tsx": "^4.7.0"
5252
},
5353
"dependencies": {
54-
"@wormhole-foundation/sdk": "0.7.0-beta.2"
54+
"@wormhole-foundation/sdk": "0.7.0-beta.3"
5555
}
5656
}

0 commit comments

Comments
 (0)