Skip to content

Commit

Permalink
disallow same chain token transfers (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Jan 8, 2024
1 parent 197fd35 commit 94c3a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/base/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { MapLevel, constMap } from "../utils";
import { Network } from "./networks";
import { Chain } from "./chains";

// prettier-ignore
const rpcConfig = [[
"Mainnet", [
["Ethereum", "https://rpc.ankr.com/eth"],
Expand All @@ -16,6 +17,7 @@ const rpcConfig = [[
["Aptos", "https://fullnode.mainnet.aptoslabs.com/v1"],
["Arbitrum", "https://arb1.arbitrum.io/rpc"],
["Optimism", "https://mainnet.optimism.io"],
["Base", "https://mainnet.base.org"],
["Osmosis", "https://osmosis-rpc.polkachu.com"],
["Cosmoshub", "https://cosmos-rpc.polkachu.com"],
["Evmos", "https://evmos-rpc.polkachu.com"],
Expand All @@ -39,6 +41,7 @@ const rpcConfig = [[
["Sei", "https://sei-testnet-rpc.polkachu.com"],
["Arbitrum", "https://arbitrum-goerli.publicnode.com"],
["Optimism", "https://optimism-goerli.publicnode.com"],
["Base", "https://goerli.base.org"],
["Injective", "https://testnet.sentry.tm.injective.network"],
["Osmosis", "https://rpc.testnet.osmosis.zone"],
["Cosmoshub", "https://rpc.sentry-02.theta-testnet.polypore.xyz"],
Expand Down

0 comments on commit 94c3a68

Please sign in to comment.