Plugin Directory

Changeset 3150751


Ignore:
Timestamp:
09/12/2024 11:03:30 AM (19 months ago)
Author:
bucksbuspay
Message:

Add support for USDC.POLY, remove support for USDC.E.POLY

Location:
bucksbus/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • bucksbus/trunk/README.txt

    r3144185 r3150751  
    55Requires at least: 6.0
    66Tested up to: 6.6.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    4545== Changelog ==
    4646
     47= 1.0.2 =
     48* Add support for USDC.POLY, remove support for USDC.E.POLY
     49
    4750= 1.0.1 =
    4851* Add support for LTC, MATIC, USDT.POLY, USDC.E.POLY
  • bucksbus/trunk/bucksbus.php

    r3144185 r3150751  
    2929class BucksBus
    3030{
    31     public static $currencies = array("BTC", "LTC", "ETH", "TRX", "USDT.TRC20", "USDT.ERC20", "MATIC", "USDT.POLY", "USDC.E.POLY");
     31    public static $currencies = array("BTC", "LTC", "ETH", "TRX", "USDT.TRC20", "USDT.ERC20", "MATIC", "USDT.POLY", "USDC.POLY");
    3232
    3333    /**
Note: See TracChangeset for help on using the changeset viewer.