Skip to content

Commit c7c86d6

Browse files
v0.7.33 (#163)
* update eos names, xai api * chore: auto-bump version to 0.7.33 (patch) --------- Co-authored-by: Pinax Bot <[email protected]>
1 parent f36e397 commit c7c86d6

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.32",
2+
"version": "0.7.33",
33
"private": true,
44
"type": "module",
55
"scripts": {

registry/antelope/eos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "eos",
3-
"shortName": "EOS",
4-
"fullName": "EOS Mainnet",
3+
"shortName": "Vaulta",
4+
"fullName": "Vaulta Mainnet",
55
"aliases": ["eos-mainnet", "vaulta"],
66
"caip2Id": "antelope:aca376f206b8fc25a6ed44dbdc66547c",
77
"explorerUrls": ["https://eosauthority.com/?network=eos"],

registry/antelope/jungle4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "jungle4",
3-
"shortName": "EOS",
3+
"shortName": "Vaulta",
44
"secondName": "Jungle4",
5-
"fullName": "EOS Jungle4 Testnet",
5+
"fullName": "Vaulta Jungle4 Testnet",
66
"aliases": ["jungle"],
77
"caip2Id": "antelope:73e4385a2708e6d7048834fbc1079f2f",
88
"explorerUrls": ["https://eosauthority.com/?network=jungle"],

registry/antelope/kylin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "kylin",
3-
"shortName": "EOS",
3+
"shortName": "Vaulta",
44
"secondName": "Kylin",
5-
"fullName": "EOS Kylin Testnet",
6-
"aliases": ["eos-kylin"],
5+
"fullName": "Vaulta Kylin Testnet",
6+
"aliases": ["eos-kylin", "vaulta-kylin"],
77
"caip2Id": "antelope:5fff1dae8dc8e2fc4d5b23b2c7665c97",
88
"explorerUrls": ["https://eosauthority.com/?network=kylin"],
99
"rpcUrls": ["https://kylin.api.eosnation.io"],

registry/eip155/xai.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"https://xai.rpc.service.pinax.network"
1212
],
1313
"apiUrls": [
14-
{ "url": "https://explorer.xai-chain.net/api", "kind": "blockscout" },
15-
{ "url": "https://xai.abi.pinax.network/api", "kind": "etherscan" }
14+
{ "url": "https://explorer.xai-chain.net/api", "kind": "blockscout" }
1615
],
1716
"services": {
1817
"firehose": ["xai.firehose.pinax.network:443"],

0 commit comments

Comments
 (0)