@particle-network/chains
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -24,3 +24,3 @@ import { type ChainInfo } from './types'; | ||
export declare const Manta: ChainInfo; | ||
export declare const OKBCTestnet: ChainInfo; | ||
export declare const X1Testnet: ChainInfo; | ||
export declare const opBNB: ChainInfo; | ||
@@ -27,0 +27,0 @@ export declare const MAPProtocolTestnet: ChainInfo; |
@@ -74,3 +74,2 @@ "use strict"; | ||
Moonriver: () => Moonriver, | ||
OKBCTestnet: () => OKBCTestnet, | ||
OKTC: () => OKTC, | ||
@@ -106,2 +105,3 @@ OKTCTestnet: () => OKTCTestnet, | ||
VictionTestnet: () => VictionTestnet, | ||
X1Testnet: () => X1Testnet, | ||
ZetaChainTestnet: () => ZetaChainTestnet, | ||
@@ -557,3 +557,3 @@ Zora: () => Zora, | ||
}; | ||
var OKBCTestnet = { | ||
var X1Testnet = { | ||
id: 195, | ||
@@ -563,3 +563,3 @@ name: "OKBC", | ||
icon: "https://static.particle.network/token-list/okc/native.png", | ||
fullname: "OKBC Testnet", | ||
fullname: "X1 Testnet", | ||
network: "Testnet", | ||
@@ -572,5 +572,5 @@ website: "https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain", | ||
}, | ||
rpcUrl: "https://okbtestrpc.okbchain.org", | ||
rpcUrl: "https://testrpc.x1.tech", | ||
faucetUrl: "https://www.okx.com/cn/okbc/faucet", | ||
blockExplorerUrl: "https://www.oklink.com/cn/okbc-test" | ||
blockExplorerUrl: "https://www.oklink.com/x1-test" | ||
}; | ||
@@ -1729,3 +1729,3 @@ var opBNB = { | ||
"manta-169": Manta, | ||
"okbc-195": OKBCTestnet, | ||
"okbc-195": X1Testnet, | ||
"opbnb-204": opBNB, | ||
@@ -1732,0 +1732,0 @@ "mapprotocol-212": MAPProtocolTestnet, |
@@ -446,3 +446,3 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var OKBCTestnet = { | ||
var X1Testnet = { | ||
id: 195, | ||
@@ -452,3 +452,3 @@ name: "OKBC", | ||
icon: "https://static.particle.network/token-list/okc/native.png", | ||
fullname: "OKBC Testnet", | ||
fullname: "X1 Testnet", | ||
network: "Testnet", | ||
@@ -461,5 +461,5 @@ website: "https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain", | ||
}, | ||
rpcUrl: "https://okbtestrpc.okbchain.org", | ||
rpcUrl: "https://testrpc.x1.tech", | ||
faucetUrl: "https://www.okx.com/cn/okbc/faucet", | ||
blockExplorerUrl: "https://www.oklink.com/cn/okbc-test" | ||
blockExplorerUrl: "https://www.oklink.com/x1-test" | ||
}; | ||
@@ -1618,3 +1618,3 @@ var opBNB = { | ||
"manta-169": Manta, | ||
"okbc-195": OKBCTestnet, | ||
"okbc-195": X1Testnet, | ||
"opbnb-204": opBNB, | ||
@@ -1740,3 +1740,2 @@ "mapprotocol-212": MAPProtocolTestnet, | ||
Moonriver, | ||
OKBCTestnet, | ||
OKTC, | ||
@@ -1772,2 +1771,3 @@ OKTCTestnet, | ||
VictionTestnet, | ||
X1Testnet, | ||
ZetaChainTestnet, | ||
@@ -1774,0 +1774,0 @@ Zora, |
{ | ||
"name": "@particle-network/chains", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "paritlce chains", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
273460