@rarible/types
Advanced tools
Comparing version 0.10.0-alpha.28 to 0.10.0-alpha.31
@@ -9,2 +9,3 @@ "use strict"; | ||
// Regular expression to validate an Aptos address. | ||
// eslint-disable-next-line no-useless-escape | ||
const aptosAddressRegExp = new RegExp(/^0[xX][0-9a-fA-F]{1,66}(\:\:[^:\s]+){0,2}$/); | ||
@@ -11,0 +12,0 @@ function isAptosAddress(address) { |
@@ -11,3 +11,3 @@ "use strict"; | ||
BlockchainLayer1Enum["APTOS"] = "APTOS"; | ||
})(BlockchainLayer1Enum = exports.BlockchainLayer1Enum || (exports.BlockchainLayer1Enum = {})); | ||
})(BlockchainLayer1Enum || (exports.BlockchainLayer1Enum = BlockchainLayer1Enum = {})); | ||
exports.blockchainsLayer1 = Object.values(BlockchainLayer1Enum); | ||
@@ -35,3 +35,3 @@ var BlockchainEnum; | ||
BlockchainEnum["CHILIZ"] = "CHILIZ"; | ||
})(BlockchainEnum = exports.BlockchainEnum || (exports.BlockchainEnum = {})); | ||
})(BlockchainEnum || (exports.BlockchainEnum = BlockchainEnum = {})); | ||
exports.blockchains = Object.values(BlockchainEnum); | ||
@@ -38,0 +38,0 @@ exports.evmBlockchains = [ |
@@ -6,2 +6,3 @@ import { randomBinary } from "../../../common/binary"; | ||
// Regular expression to validate an Aptos address. | ||
// eslint-disable-next-line no-useless-escape | ||
const aptosAddressRegExp = new RegExp(/^0[xX][0-9a-fA-F]{1,66}(\:\:[^:\s]+){0,2}$/); | ||
@@ -8,0 +9,0 @@ export function isAptosAddress(address) { |
{ | ||
"name": "@rarible/types", | ||
"version": "0.10.0-alpha.28", | ||
"version": "0.10.0-alpha.31", | ||
"keywords": [ | ||
@@ -27,3 +27,3 @@ "rarible", | ||
"dependencies": { | ||
"@rarible/utils": "^0.10.0-alpha.28" | ||
"@rarible/utils": "^0.10.0-alpha.31" | ||
}, | ||
@@ -37,3 +37,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "a656d1007f4aa0ff6f9384ce25d8cd52f6d3a99c" | ||
"gitHead": "6e8bd3709c12c0d2d70eca4cbbd8fa5d0465e5de" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2820
195455