@relayprotocol/relay-sdk 6.1.1 → 6.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/src/constants/address.js +1 -1
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/constants/address.js +1 -1
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/constants/address.d.ts +2 -2
- package/_types/src/version.d.ts +1 -1
- package/_types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const evmDeadAddress = '0x000000000000000000000000000000000000dead';
|
|
2
2
|
export const solDeadAddress = 'CbKGgVKLJFb8bBrf58DnAkdryX6ubewVytn7X957YwNr';
|
|
3
3
|
export const eclipseDeadAddress = 'CrfbABN2sSvmoZLu9eDDfXpaC2nHg42R7AXbHs9eg4S9';
|
|
4
|
-
export const bitcoinDeadAddress = '
|
|
4
|
+
export const bitcoinDeadAddress = '34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo';
|
|
5
5
|
export const tronDeadAddress = 'THa7BwoPfacfiELa63pbmm3g5PGKYmtJyt';
|
|
6
6
|
export const zeroDeadAddress = '0x00000000000000000000000000000000000dead0';
|
|
7
7
|
export const tonDeadAddress = 'EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADerZ0z';
|
package/_esm/src/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const SDK_VERSION = '6.1.
|
|
1
|
+
export const SDK_VERSION = '6.1.2';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|