@eth-optimism/tokenlist 10.0.223 → 10.0.224
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2637e39f.d.ts → optimism.tokenlist-12a749df.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2025-02-
|
|
44
|
+
var timestamp = "2025-02-13T22:21:13.003Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -9528,6 +9528,32 @@ var tokens = [
|
|
|
9528
9528
|
opTokenId: "SOL"
|
|
9529
9529
|
}
|
|
9530
9530
|
},
|
|
9531
|
+
{
|
|
9532
|
+
chainId: 1,
|
|
9533
|
+
address: "0x76A0e27618462bDAC7a29104bdcfFf4E6BFCea2D",
|
|
9534
|
+
name: "SoSoValue",
|
|
9535
|
+
symbol: "SOSO",
|
|
9536
|
+
decimals: 18,
|
|
9537
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOSO/logo.svg",
|
|
9538
|
+
extensions: {
|
|
9539
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9540
|
+
opListId: "extended",
|
|
9541
|
+
opTokenId: "SOSO"
|
|
9542
|
+
}
|
|
9543
|
+
},
|
|
9544
|
+
{
|
|
9545
|
+
chainId: 8453,
|
|
9546
|
+
address: "0x624e2e7fDc8903165F64891672267AB0FCB98831",
|
|
9547
|
+
name: "SoSoValue",
|
|
9548
|
+
symbol: "SOSO",
|
|
9549
|
+
decimals: 18,
|
|
9550
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOSO/logo.svg",
|
|
9551
|
+
extensions: {
|
|
9552
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9553
|
+
opListId: "extended",
|
|
9554
|
+
opTokenId: "SOSO"
|
|
9555
|
+
}
|
|
9556
|
+
},
|
|
9531
9557
|
{
|
|
9532
9558
|
chainId: 1,
|
|
9533
9559
|
address: "0x031B8d752d73d7Fe9678ACEf26e818280D0646b4",
|
|
@@ -12766,7 +12792,7 @@ var tokens = [
|
|
|
12766
12792
|
var version = {
|
|
12767
12793
|
major: 10,
|
|
12768
12794
|
minor: 0,
|
|
12769
|
-
patch:
|
|
12795
|
+
patch: 224
|
|
12770
12796
|
};
|
|
12771
12797
|
var optimism_tokenlist_default = {
|
|
12772
12798
|
name,
|