File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import type { Chain } from "../src/types" ;
2
2
export default {
3
- "chain" : "SanRChain " ,
3
+ "chain" : "Santiment Intelligence Network " ,
4
4
"chainId" : 11888 ,
5
5
"explorers" : [
6
6
{
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 " ,
9
9
"standard" : "none"
10
10
}
11
11
] ,
@@ -17,10 +17,10 @@ export default {
17
17
"format" : "png"
18
18
} ,
19
19
"infoURL" : "https://sanr.app" ,
20
- "name" : "SanR Chain " ,
20
+ "name" : "Santiment Intelligence Network " ,
21
21
"nativeCurrency" : {
22
- "name" : "nSAN " ,
23
- "symbol" : "nSAN " ,
22
+ "name" : "SANR " ,
23
+ "symbol" : "SANR " ,
24
24
"decimals" : 18
25
25
} ,
26
26
"networkId" : 11888 ,
@@ -38,6 +38,6 @@ export default {
38
38
"https://sanrchain-node.santiment.net"
39
39
] ,
40
40
"shortName" : "SAN" ,
41
- "slug" : "sanr-chain " ,
41
+ "slug" : "santiment-intelligence-network " ,
42
42
"testnet" : false
43
43
} as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -2459,7 +2459,7 @@ export { default as BevmTestnet } from "../chains/11503"
2459
2459
export { default as Tenzro } from "../chains/11516"
2460
2460
export { default as SardisTestnet } from "../chains/11612"
2461
2461
export { default as QiM202402121 } from "../chains/11625"
2462
- export { default as SanrChain } from "../chains/11888"
2462
+ export { default as SantimentIntelligenceNetwork } from "../chains/11888"
2463
2463
export { default as PolygonSupernetArianee } from "../chains/11891"
2464
2464
export { default as MikiasSTestnet } from "../chains/12001"
2465
2465
export { default as Satoshichain } from "../chains/12009"
@@ -5632,7 +5632,7 @@ type ChainIdsBySlug = {
5632
5632
"tenzro" : 11516 ,
5633
5633
"sardis-testnet" : 11612 ,
5634
5634
"qi-m-202402121" : 11625 ,
5635
- "sanr-chain " : 11888 ,
5635
+ "santiment-intelligence-network " : 11888 ,
5636
5636
"polygon-supernet-arianee" : 11891 ,
5637
5637
"mikias-s-testnet" : 12001 ,
5638
5638
"satoshichain" : 12009 ,
You can’t perform that action at this time.
0 commit comments