Skip to content

Commit

Permalink
Update from c397a04
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Feb 16, 2022
1 parent 2b75883 commit 208a7bc
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: tatum, blockchain, nft, erc721, ethereum, celo, bsc, mint
Requires at least: 5.5
Requires PHP: 7.0
Tested up to: 5.8.2
Stable tag: 2.0.22
Stable tag: 2.0.21
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down
2 changes: 1 addition & 1 deletion inc/base/others/cachebuster-lib.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Feb 16 2022 11:11:33 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Feb 16 2022 11:12:08 GMT+0000 (Coordinated Universal Time)). */
return array(
'mobx' => '4.15.4',
'react' => '17.0.2',
Expand Down
2 changes: 1 addition & 1 deletion inc/base/others/cachebuster.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Feb 16 2022 11:11:33 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Feb 16 2022 11:12:08 GMT+0000 (Coordinated Universal Time)). */
return array(
'src/public/dist/admin.js' => '8feb5d72f211e93b8dd66edbae18724d',
'src/public/dist/vendor-admin.js' => '544a5b292e9bff3de00321a3d11b0984',
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit81969ad8023e0421f7fd06ff4fb04721::getLoader();
return ComposerAutoloaderInit3461abb3f924ed2f94334d16342d48cf::getLoader();
8 changes: 4 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit81969ad8023e0421f7fd06ff4fb04721
class ComposerAutoloaderInit3461abb3f924ed2f94334d16342d48cf
{
private static $loader;

Expand All @@ -24,15 +24,15 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInit81969ad8023e0421f7fd06ff4fb04721', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit3461abb3f924ed2f94334d16342d48cf', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit81969ad8023e0421f7fd06ff4fb04721', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit3461abb3f924ed2f94334d16342d48cf', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInit81969ad8023e0421f7fd06ff4fb04721::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit3461abb3f924ed2f94334d16342d48cf::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit81969ad8023e0421f7fd06ff4fb04721
class ComposerStaticInit3461abb3f924ed2f94334d16342d48cf
{
public static $prefixLengthsPsr4 = array (
'k' =>
Expand Down Expand Up @@ -70,9 +70,9 @@ class ComposerStaticInit81969ad8023e0421f7fd06ff4fb04721
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit81969ad8023e0421f7fd06ff4fb04721::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit81969ad8023e0421f7fd06ff4fb04721::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit81969ad8023e0421f7fd06ff4fb04721::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit3461abb3f924ed2f94334d16342d48cf::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit3461abb3f924ed2f94334d16342d48cf::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit3461abb3f924ed2f94334d16342d48cf::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '47f28a191e45e54b6c34edcaa2bea79364895f01',
'reference' => 'c397a0483427a0574459bc4e0e09c495fea7b767',
'name' => '__root__',
'dev' => false,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '47f28a191e45e54b6c34edcaa2bea79364895f01',
'reference' => 'c397a0483427a0574459bc4e0e09c495fea7b767',
'dev_requirement' => false,
),
'kornrunner/keccak' => array(
Expand Down
2 changes: 1 addition & 1 deletion vendor/tatum/utils/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit09dc80892718d292c026f43085abbd33::getLoader();
return ComposerAutoloaderInitf24884a77da23cbbf76a18ffb96cb934::getLoader();
8 changes: 4 additions & 4 deletions vendor/tatum/utils/vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit09dc80892718d292c026f43085abbd33
class ComposerAutoloaderInitf24884a77da23cbbf76a18ffb96cb934
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit09dc80892718d292c026f43085abbd33', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf24884a77da23cbbf76a18ffb96cb934', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit09dc80892718d292c026f43085abbd33', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf24884a77da23cbbf76a18ffb96cb934', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInit09dc80892718d292c026f43085abbd33::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf24884a77da23cbbf76a18ffb96cb934::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/tatum/utils/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit09dc80892718d292c026f43085abbd33
class ComposerStaticInitf24884a77da23cbbf76a18ffb96cb934
{
public static $prefixLengthsPsr4 = array (
'H' =>
Expand Down Expand Up @@ -35,9 +35,9 @@ class ComposerStaticInit09dc80892718d292c026f43085abbd33
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit09dc80892718d292c026f43085abbd33::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit09dc80892718d292c026f43085abbd33::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit09dc80892718d292c026f43085abbd33::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitf24884a77da23cbbf76a18ffb96cb934::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf24884a77da23cbbf76a18ffb96cb934::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitf24884a77da23cbbf76a18ffb96cb934::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/tatum/utils/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '47f28a191e45e54b6c34edcaa2bea79364895f01',
'reference' => 'c397a0483427a0574459bc4e0e09c495fea7b767',
'name' => 'tatum/utils',
'dev' => false,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '47f28a191e45e54b6c34edcaa2bea79364895f01',
'reference' => 'c397a0483427a0574459bc4e0e09c495fea7b767',
'dev_requirement' => false,
),
),
Expand Down

0 comments on commit 208a7bc

Please sign in to comment.