We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548149a commit 001eb83Copy full SHA for 001eb83
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "slpx-sdk",
3
"type": "module",
4
- "version": "0.0.17",
+ "version": "0.0.18",
5
"main": "./dist/index.cjs",
6
"module": "./dist/index.js",
7
"types": "./dist/index.d.ts",
src/constants.ts
@@ -374,4 +374,6 @@ export const paseoPassethub = {
374
url: "https://blockscout-passet-hub.parity-testnet.parity.io",
375
},
376
377
-} as const;
+} as const;
378
+
379
+export const VETH_SLPX_V2_CONTRACT_ADDRESS = "0xc3997ff81f2831929499c4eE4Ee4e0F08F42D4D8";
0 commit comments