Skip to content

web3gamesofficial/w3gswap-contracts

Repository files navigation

w3gswap Contracts

Description

This repo includes core and peripheral contracts from Uniswap V2.

Install Dependencies

yarn

Compile Contracts

yarn compile

Deployed Addresses

# mainnet(BSC)
const AMM_FACTORY_ADDRESS = '0x5DbB74b231a4e65560c7cE4ACF84D8Efbfb12669';
const AMM_ROUTER_ADDRESS = '0x03D5933A28D8b97B08525045F5602F2CE27aC784';
const AMM_FEE_VAULT_ADDRESS = '0x9Efe77b68AA450a58Ec2ef9607D3773AeE100256';

# testnet(BSC_TESTNET)
const AMM_FACTORY_ADDRESS = '0x94a6319151d7972E9a4dDF1e9ad091CcBC49072a';
const AMM_ROUTER_ADDRESS = '0x34a8f4ff08cb0b72d40F5c07e67FfC705780B665';
const AMM_FEE_VAULT_ADDRESS = '0xe5f539a55a5c4aD957F8514176384a34DC75FF71';

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published