Skip to content

Commit

Permalink
feat: update the mDex SDK for chain 2258887
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatih committed Oct 19, 2024
1 parent 72c5ad7 commit 7d8f6ec
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions dist/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/constants.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ const BLAST_LOGO =
const DFLT_SDK_INFURA_KEY = '4741d1713bff4013bc3075ed6e7ce091'

const MILLICENT_ONE_CHAIN: ChainSpec = {
nodeUrl: "https://millicent-devnet-2.rpc.caldera.xyz/http",
wsUrl: "wss://millicent-devnet-2.rpc.caldera.xyz/ws",
nodeUrl: "https://testingusdc.rpc.caldera.xyz/http",
wsUrl: "wss://testingusdc.rpc.caldera.xyz/ws",
addrs: {
dex: "0x575badcedC962566D83534F6C4b916594970CA73",
query: "0x26474105aE946E95b848AB29Cfdd74Ea65CC6faF",
impact: "0x5C77F33451b5223e2Ed881583565A4b0E79f465e"
dex: "0xDfd6737Ee2403f7d3E875523909d4b4996e1cd27",
query: "0x4F7157f57A817f42407A8EE44595021A7224404f",
impact: "0xF6A14F383DcE48f808Fe424948A0C0DA4AA6FE4e",
},
poolIndex: 36000,
isTestNet: true,
chainId: "0xa791b",
chainId: "0x2277c7",
gridSize: 64,
proxyPaths: {
cold: 3,
long: 4,
liq: 2
},
blockExplorer: "https://millicent-devnet-2.explorer.caldera.xyz/",
blockExplorer: "https://testingusdc.explorer.caldera.xyz/",
displayName: "Millicent One",
logoUrl: "https://raw.githubusercontent.com/millicentnetwork/.github/main/profile/assets/banner.png",
}
Expand Down Expand Up @@ -270,7 +270,7 @@ export const CHAIN_SPECS: { [chainId: string]: ChainSpec } = {
"0x82750": SCROLL_CHAIN,
"0xa0c71fd": BLAST_SEPOLIA_CHAIN,
"0x13e31": BLAST_CHAIN,
"0xa791b": MILLICENT_ONE_CHAIN,
"0x2277c7": MILLICENT_ONE_CHAIN,
"goerli": GOERLI_CHAIN,
"sepolia": SEPOLIA_CHAIN,
"arbtest": ARB_GOERLI_CHAIN,
Expand All @@ -283,5 +283,5 @@ export const CHAIN_SPECS: { [chainId: string]: ChainSpec } = {
"scrollsepolia": SCROLL_SEPOLIA_CHAIN,
"blast": BLAST_CHAIN,
"blastSepolia": BLAST_SEPOLIA_CHAIN,
"millicentOne": MILLICENT_ONE_CHAIN
"millicentOne": MILLICENT_ONE_CHAIN,
};

0 comments on commit 7d8f6ec

Please sign in to comment.