Skip to content

Commit fba250a

Browse files
authored
Update Boltz validation (#67)
* chore: update ether swap bytecode hash validation * chore: update package
1 parent 7c04771 commit fba250a

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsksmart/rsk-swap-sdk",
3-
"version": "1.1.0-beta.0",
3+
"version": "1.1.0-beta.1",
44
"description": "SDK to integrate with RSK Swap API which is a service that aggregates several providers to obtain RBTC",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -75,6 +75,5 @@
7575
"typedoc": "^0.28.1",
7676
"typedoc-plugin-markdown": "^3.15.3",
7777
"typescript": "^5.8.2"
78-
},
79-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
78+
}
8079
}

src/constants/validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const VALIDATION_CONSTANTS = deepFreeze({
66
etherSwapBytecodeHash: '0x000c3dfadd394049d31e38889399d6ee7ce1c506383ac5c3275b44ef0b94931f'
77
},
88
mainnet: {
9-
etherSwapBytecodeHash: '0xfb8d82d533d06bb31f373d9f1d6c28ce371605c62e1889b8c068da9a433e0a57'
9+
etherSwapBytecodeHash: '0xfba7d5f8c66a248ee4f867cb46460b6d248bddafdb0546ae780f3d59480a155f'
1010
}
1111
}
1212
} as const)

0 commit comments

Comments
 (0)