@web3icons/common 0.11.40 → 0.11.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"networks.d.ts","sourceRoot":"","sources":["../../src/metadata/networks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAEnD,eAAO,MAAM,QAAQ,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"networks.d.ts","sourceRoot":"","sources":["../../src/metadata/networks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAEnD,eAAO,MAAM,QAAQ,EAAE,gBAAgB,EAwsGtC,CAAA"}
|
|
@@ -2295,6 +2295,26 @@ const networks = [
|
|
|
2295
2295
|
nativeCoinId: 'ETH',
|
|
2296
2296
|
variants: ['background', 'branded', 'mono'],
|
|
2297
2297
|
},
|
|
2298
|
+
{
|
|
2299
|
+
id: 'pulsechain',
|
|
2300
|
+
filePath: 'network:pulsechain',
|
|
2301
|
+
chainId: 369,
|
|
2302
|
+
caip2id: 'eip155:369',
|
|
2303
|
+
name: 'Pulsechain',
|
|
2304
|
+
shortName: 'PLS',
|
|
2305
|
+
nativeCoinId: 'PLS',
|
|
2306
|
+
variants: ['background', 'branded', 'mono'],
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
id: 'monad-testnet',
|
|
2310
|
+
filePath: 'network:monad',
|
|
2311
|
+
chainId: 10143,
|
|
2312
|
+
caip2id: 'eip155:10143',
|
|
2313
|
+
name: 'Monad Testnet',
|
|
2314
|
+
shortName: 'Monad Testnet',
|
|
2315
|
+
nativeCoinId: 'MON',
|
|
2316
|
+
variants: ['background', 'branded', 'mono'],
|
|
2317
|
+
},
|
|
2298
2318
|
]
|
|
2299
2319
|
|
|
2300
2320
|
export { networks }
|