Giter Club home page Giter Club logo

mergeswap's People

Contributors

codyx avatar liamzebedee avatar marcellobardus avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

liamzebedee

mergeswap's Issues

Multi-chain

// https://github.com/DefiLlama/chainlist/blob/main/constants/extraRpcs.json
const config = {
    chains:
        [
            {
                key: "ethereum-mainnet",
                chainId: 1,
                rpc: [
                    "https://mainnet.infura.io/v3/fab0acebc2c44109b2e486353c230998"
                ]
            },
            {
                key: "ethereum-rinkeby",
                chainId: 4,
                rpc: [
                    "https://rpc.ankr.com/eth_rinkeby",
                    "https://rinkeby.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
                ]
            },
            {
                key: "ethereum-goerli",
                chainId: 5,
                rpc: [
                    "https://rpc.ankr.com/eth_goerli",
                    "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
                    "https://eth-goerli.public.blastapi.io"
                ]
            },
            {
                key: "ethereum-ropsten",
                chainId: 3,
                rpc: [
                    "https://rpc.ankr.com/eth_ropsten",
                    "https://ropsten.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
                ]
            },
            {
                key: "polygon-mainnet",
                chainId: 137,
                rpc: [
                    "https://polygon-rpc.com"
                ]
            },
            {
                key: "polygon-mumbai",
                chainId: 80001,
                rpc: [
                    "https://rpc.ankr.com/polygon_mumbai"
                ]
            },
            {
                key: "optimism-mainnet",
                chainId: 10,
                rpc: [
                    "https://optimism-mainnet.public.blastapi.io"
                ]
            },
            {
                key: "optimism-goerli",
                chainId: 420,
                rpc: [
                    "https://goerli.optimism.io"
                ]
            },
            {
                key: "arbitrum-mainnet",
                chainId: 42161,
                rpc: [
                    "https://arbitrum.public-rpc.com"
                ]
            },
            {
                key: "gnosis-mainnet",
                chainId: 100,
                rpc: [
                    "https://gnosis.public-rpc.com"
                ]
            },
            {
                key: "bsc-mainnet",
                chainId: 56,
                rpc: [
                    "https://bscrpc.com/"
                ]
            },
            {
                key: "bsc-testnet",
                chainId: 97,
                rpc: [
                    "https://data-seed-prebsc-1-s1.binance.org:8545/"
                ]
            },
            {
                key: "avalanche-mainnet",
                chainId: 43114,
                rpc: [
                    "https://avalanche.public-rpc.com/"
                ]
            },
            {
                key: "moonbeam-mainnet",
                chainId: 1284,
                rpc: [
                    "https://rpc.api.moonbeam.network/",
                    "https://moonbeam.public.blastapi.io",
                    "https://rpc.ankr.com/moonbeam"
                ]
            }
        ]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.