Skip to content

Commit

Permalink
ci: version bump to 0.1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Jan 22, 2024
1 parent 10c2fd7 commit 4ac8854
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 20 deletions.
70 changes: 52 additions & 18 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,9 +878,7 @@
"url" : "https://explorer.securechain.ai"
}
],
"faucets" : [
"https://faucet.securechain.ai"
],
"faucets" : [],
"icon" : "scaiIcon",
"infoURL" : "https://securechain.ai",
"name" : "SecureChain Mainnet",
Expand Down Expand Up @@ -5171,9 +5169,7 @@
"url" : "https://egonscan.com"
}
],
"faucets" : [
"https://faucet.egonscan.com"
],
"faucets" : [],
"icon" : "egonicon",
"infoURL" : "https://egonscan.com",
"name" : "EgonCoin Mainnet",
Expand Down Expand Up @@ -11253,23 +11249,24 @@
"chainId" : 1501,
"explorers" : [
{
"name" : "bevm scan",
"name" : "bevm canary scan",
"standard" : "none",
"url" : "https://scan.bevm.io"
"url" : "https://scan-canary.bevm.io"
}
],
"faucets" : [],
"icon" : "bevmcanary",
"infoURL" : "https://chainx.org",
"name" : "BEVM",
"name" : "BEVM Canary",
"nativeCurrency" : {
"decimals" : 18,
"name" : "BTC",
"symbol" : "BTC"
},
"networkId" : 1501,
"rpc" : [
"https://rpc-1.bevm.io/",
"https://rpc-2.bevm.io/"
"https://rpc-canary-1.bevm.io/",
"https://rpc-canary-2.bevm.io/"
],
"shortName" : "chainx"
},
Expand Down Expand Up @@ -12701,23 +12698,21 @@
"url" : "https://explorer.mainnetz.io"
}
],
"faucets" : [
"https://faucet.mainnetz.io"
],
"faucets" : [],
"icon" : "mainnetz",
"infoURL" : "https://mainnetz.io",
"name" : "MainnetZ Mainnet",
"nativeCurrency" : {
"decimals" : 18,
"name" : "mainnetz",
"name" : "MainnetZ",
"symbol" : "NetZ"
},
"networkId" : 2016,
"rpc" : [
"https://mainnet-rpc.mainnetz.io",
"https://eu-rpc.mainnetz.io"
],
"shortName" : "NetZm"
"shortName" : "netz"
},
{
"chain" : "PublicMint",
Expand Down Expand Up @@ -22865,6 +22860,33 @@
"slip44" : 1,
"status" : "deprecated"
},
{
"chain" : "ETH",
"chainId" : 32001,
"explorers" : [
{
"icon" : "web3games",
"name" : "W3Gamez Holesky Explorer",
"standard" : "EIP3091",
"url" : "https://w3gamez-holesky.web3games.com"
}
],
"faucets" : [],
"icon" : "w3gamez",
"infoURL" : "https://web3games.com/",
"name" : "W3Gamez Holesky Testnet",
"nativeCurrency" : {
"decimals" : 18,
"name" : "W3Gamez Testnet Ether",
"symbol" : "ETH"
},
"networkId" : 32001,
"rpc" : [
"https://rpc-holesky.w3gamez.network"
],
"shortName" : "w3gamez",
"slip44" : 1
},
{
"chain" : "Brise",
"chainId" : 32520,
Expand Down Expand Up @@ -31350,6 +31372,12 @@
"chain" : "Kanazawa",
"chainId" : 222000222,
"explorers" : [
{
"icon" : "meld",
"name" : "explorer",
"standard" : "EIP3091",
"url" : "https://testnet.meldscan.io"
},
{
"icon" : "meld",
"name" : "explorer",
Expand All @@ -31369,7 +31397,7 @@
},
"networkId" : 222000222,
"rpc" : [
"https://subnets.avax.network/meld/testnet/rpc"
"https://testnet-rpc.meld.com"
],
"shortName" : "kanazawa",
"slip44" : 1,
Expand Down Expand Up @@ -31526,6 +31554,12 @@
"chain" : "MELD",
"chainId" : 333000333,
"explorers" : [
{
"icon" : "meld",
"name" : "explorer",
"standard" : "EIP3091",
"url" : "https://meldscan.io"
},
{
"icon" : "meld",
"name" : "explorer",
Expand All @@ -31545,7 +31579,7 @@
},
"networkId" : 333000333,
"rpc" : [
"https://subnets.avax.network/meld/mainnet/rpc"
"https://rpc-1.meld.com"
],
"shortName" : "meld",
"title" : "Meld Mainnet"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-chain-name",
"version": "0.1.81",
"version": "0.1.82",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
Expand Down

0 comments on commit 4ac8854

Please sign in to comment.