Skip to content

Commit

Permalink
chore(const): deletes duplicate tx type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset committed Apr 22, 2024
1 parent 6f71710 commit fd0c0d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ export const CELO_DERIVATION_PATH = "m/44'/52752'/0'/0/0";
export const HELLO_WORLD_ADDRESS = "0x21F637331830096a1fc6115c3dB9382fef4343Bf";
export const CUSD_ADDRESS = "0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1";

export enum TxTypeNumber {
CIP64 = 123,
EIP1559 = 2,
ACCESS_LIST = 1,
ETHEREUM_LEGACY = 0,
}

// Source: https://www.circle.com/en/multi-chain-usdc/celo
export const USDC_ALFAJORES_ADDRESS = "0x2F25deB3848C207fc8E0c34035B3Ba7fC157602B";
// Source: https://docs.celo.org/protocol/transaction/erc20-transaction-fees#adapters-by-network
Expand Down

0 comments on commit fd0c0d0

Please sign in to comment.