From 4716bb6c301a915c4987b1d83543849ed2bf7b8c Mon Sep 17 00:00:00 2001 From: jzethar Date: Fri, 20 Sep 2024 04:00:11 +0500 Subject: [PATCH] POL migration --- Modules/PolygonMainModule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/PolygonMainModule.php b/Modules/PolygonMainModule.php index 3c115a5..02764b4 100644 --- a/Modules/PolygonMainModule.php +++ b/Modules/PolygonMainModule.php @@ -16,8 +16,8 @@ function initialize() $this->is_main = true; $this->first_block_date = '2020-05-30'; $this->first_block_id = 0; - $this->currency = 'matic'; - $this->currency_details = ['name' => 'MATIC', 'symbol' => 'MATIC', 'decimals' => 18, 'description' => null]; + $this->currency = 'pol'; // https://polygon.technology/blog/save-the-date-matic-pol-migration-coming-september-4th-everything-you-need-to-know + $this->currency_details = ['name' => 'POL', 'symbol' => 'POL', 'decimals' => 18, 'description' => null]; // EVMMainModule $this->evm_implementation = EVMImplementation::Erigon;