@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2025-02-
|
|
25
|
+
var timestamp = "2025-02-13T22:21:13.003Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -9509,6 +9509,32 @@ var tokens = [
|
|
|
9509
9509
|
opTokenId: "SOL"
|
|
9510
9510
|
}
|
|
9511
9511
|
},
|
|
9512
|
+
{
|
|
9513
|
+
chainId: 1,
|
|
9514
|
+
address: "0x76A0e27618462bDAC7a29104bdcfFf4E6BFCea2D",
|
|
9515
|
+
name: "SoSoValue",
|
|
9516
|
+
symbol: "SOSO",
|
|
9517
|
+
decimals: 18,
|
|
9518
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOSO/logo.svg",
|
|
9519
|
+
extensions: {
|
|
9520
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9521
|
+
opListId: "extended",
|
|
9522
|
+
opTokenId: "SOSO"
|
|
9523
|
+
}
|
|
9524
|
+
},
|
|
9525
|
+
{
|
|
9526
|
+
chainId: 8453,
|
|
9527
|
+
address: "0x624e2e7fDc8903165F64891672267AB0FCB98831",
|
|
9528
|
+
name: "SoSoValue",
|
|
9529
|
+
symbol: "SOSO",
|
|
9530
|
+
decimals: 18,
|
|
9531
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOSO/logo.svg",
|
|
9532
|
+
extensions: {
|
|
9533
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9534
|
+
opListId: "extended",
|
|
9535
|
+
opTokenId: "SOSO"
|
|
9536
|
+
}
|
|
9537
|
+
},
|
|
9512
9538
|
{
|
|
9513
9539
|
chainId: 1,
|
|
9514
9540
|
address: "0x031B8d752d73d7Fe9678ACEf26e818280D0646b4",
|
|
@@ -12747,7 +12773,7 @@ var tokens = [
|
|
|
12747
12773
|
var version = {
|
|
12748
12774
|
major: 10,
|
|
12749
12775
|
minor: 0,
|
|
12750
|
-
patch:
|
|
12776
|
+
patch: 224
|
|
12751
12777
|
};
|
|
12752
12778
|
var optimism_tokenlist_default = {
|
|
12753
12779
|
name,
|