Skip to content

Commit

Permalink
rever renaming bitlayer -> btr
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 15, 2025
1 parent e75c978 commit de0c856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aggregators/eisen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const FEE_COLLECTORS: TPool = {
[CHAIN.BLAST]: ["0xd57Ed7F46D64Ec7b6f04E4A8409D88C55Ef8AA3b"],
[CHAIN.BASE]: ["0x14C3B68e5855B60263b10eC0fCE54DE3e28AD880"],
[CHAIN.CORE]: ["0x6bD912872B9e704a70f10226ab01A2Db87D0dd1C"],
// [CHAIN.BITLAYER]: ["0x5722c0B501e7B9880F9bB13A14217851e45C454f"],
[CHAIN.BITLAYER]: ["0x5722c0B501e7B9880F9bB13A14217851e45C454f"],
[CHAIN.CRONOS]: ["0x0C15c845C4A970b284c0dd61Bcf01c4DC1117d0F"],
[CHAIN.TAIKO]: ["0xFA0e9251503DaE51670d10288e6962d63191731d"],
[CHAIN.MODE]: ["0x37Cb37b752DBDcd08A872e7dfec256A216C7144C"],
Expand Down
2 changes: 1 addition & 1 deletion helpers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export enum CHAIN {
SVM = "svm",
ASTRZK = "astrzk",
LYRA = "lyra",
BITLAYER = "btr",
BITLAYER = "bitlayer",
XLAYER = "xlayer",
MERLIN = "merlin",
CHILIZ = "chiliz",
Expand Down
1 change: 1 addition & 0 deletions helpers/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const DEFAULTS: any = {
ZETA_RPC: "https://zetachain-evm.blockpi.network/v1/rpc/public,https://zetachain-mainnet-archive.allthatnode.com:8545",
SVM_RPC: "https://rpc.cosvm.net",
XLAYER_RPC: "https://xlayerrpc.okx.com",
BITLAYER_RPC: "https://rpc.bitlayer.org,https://rpc.ankr.com/bitlayer,https://rpc.bitlayer-rpc.com,https://rpc-bitlayer.rockx.com",
PLANQ_RPC: "https://planq-rpc.nodies.app,https://jsonrpc.planq.nodestake.top",
}

Expand Down

0 comments on commit de0c856

Please sign in to comment.