Skip to content

Commit 275af27

Browse files
chore(chains): update chains (#2568)
Co-authored-by: GitHub Action <action@github.com>
1 parent c63d9ea commit 275af27

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

legacy_packages/chains/chains/11888.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import type { Chain } from "../src/types";
22
export default {
3-
"chain": "SanRChain",
3+
"chain": "Santiment Intelligence Network",
44
"chainId": 11888,
55
"explorers": [
66
{
7-
"name": "SanR Chain Explorer",
8-
"url": "https://sanrchain-explorer.santiment.net",
7+
"name": "Santiment Intelligence Explorer",
8+
"url": "https://app-explorer-pos.sanr.app",
99
"standard": "none"
1010
}
1111
],
@@ -17,10 +17,10 @@ export default {
1717
"format": "png"
1818
},
1919
"infoURL": "https://sanr.app",
20-
"name": "SanR Chain",
20+
"name": "Santiment Intelligence Network",
2121
"nativeCurrency": {
22-
"name": "nSAN",
23-
"symbol": "nSAN",
22+
"name": "SANR",
23+
"symbol": "SANR",
2424
"decimals": 18
2525
},
2626
"networkId": 11888,
@@ -38,6 +38,6 @@ export default {
3838
"https://sanrchain-node.santiment.net"
3939
],
4040
"shortName": "SAN",
41-
"slug": "sanr-chain",
41+
"slug": "santiment-intelligence-network",
4242
"testnet": false
4343
} as const satisfies Chain;

legacy_packages/chains/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ export { default as BevmTestnet } from "../chains/11503"
24592459
export { default as Tenzro } from "../chains/11516"
24602460
export { default as SardisTestnet } from "../chains/11612"
24612461
export { default as QiM202402121 } from "../chains/11625"
2462-
export { default as SanrChain } from "../chains/11888"
2462+
export { default as SantimentIntelligenceNetwork } from "../chains/11888"
24632463
export { default as PolygonSupernetArianee } from "../chains/11891"
24642464
export { default as MikiasSTestnet } from "../chains/12001"
24652465
export { default as Satoshichain } from "../chains/12009"
@@ -5632,7 +5632,7 @@ type ChainIdsBySlug = {
56325632
"tenzro": 11516,
56335633
"sardis-testnet": 11612,
56345634
"qi-m-202402121": 11625,
5635-
"sanr-chain": 11888,
5635+
"santiment-intelligence-network": 11888,
56365636
"polygon-supernet-arianee": 11891,
56375637
"mikias-s-testnet": 12001,
56385638
"satoshichain": 12009,

0 commit comments

Comments
 (0)