Skip to content

Commit

Permalink
Add OkEx chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Jan 25, 2021
1 parent 51330b5 commit ad20402
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/dev.exs
Expand Up @@ -144,6 +144,21 @@ config :slurp,
# "wss://bsc-ws-node.nariox.org"
]
},
# TODO: Requires a separate adapter. Doesn't have the same RPC methods
# "okex-mainnet" => %{
# start_on_boot: false,
# name: "OkEx Chain Mainnet",
# adapter: Slurp.Adapters.OkEx,
# network_id: 66,
# chain_id: 66,
# chain: "okexchain",
# testnet: false,
# new_head_initial_history: 0,
# poll_interval_ms: 1_000,
# rpc: [
# "https://www.okex.com/okexchain-rpc"
# ]
# },
# "ethereum-ropsten" => %{
# start_on_boot: false,
# name: "Ethereum Testnet Ropsten",
Expand Down

0 comments on commit ad20402

Please sign in to comment.