@eth-optimism/tokenlist 10.0.151 → 10.0.152
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 +38 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-81774702.d.ts → optimism.tokenlist-93a4a111.d.ts} +38 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +38 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +38 -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 = "2024-10-
|
|
25
|
+
var timestamp = "2024-10-30T03:50:43.543Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -8521,6 +8521,42 @@ var tokens = [
|
|
|
8521
8521
|
opTokenId: "USDD"
|
|
8522
8522
|
}
|
|
8523
8523
|
},
|
|
8524
|
+
{
|
|
8525
|
+
chainId: 1,
|
|
8526
|
+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
8527
|
+
name: "Glo Dollar",
|
|
8528
|
+
symbol: "USDGLO",
|
|
8529
|
+
decimals: 18,
|
|
8530
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDGLO/logo.svg",
|
|
8531
|
+
extensions: {
|
|
8532
|
+
opListId: "extended",
|
|
8533
|
+
opTokenId: "USDGLO"
|
|
8534
|
+
}
|
|
8535
|
+
},
|
|
8536
|
+
{
|
|
8537
|
+
chainId: 10,
|
|
8538
|
+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
8539
|
+
name: "Glo Dollar",
|
|
8540
|
+
symbol: "USDGLO",
|
|
8541
|
+
decimals: 18,
|
|
8542
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDGLO/logo.svg",
|
|
8543
|
+
extensions: {
|
|
8544
|
+
opListId: "extended",
|
|
8545
|
+
opTokenId: "USDGLO"
|
|
8546
|
+
}
|
|
8547
|
+
},
|
|
8548
|
+
{
|
|
8549
|
+
chainId: 8453,
|
|
8550
|
+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
8551
|
+
name: "Glo Dollar",
|
|
8552
|
+
symbol: "USDGLO",
|
|
8553
|
+
decimals: 18,
|
|
8554
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDGLO/logo.svg",
|
|
8555
|
+
extensions: {
|
|
8556
|
+
opListId: "extended",
|
|
8557
|
+
opTokenId: "USDGLO"
|
|
8558
|
+
}
|
|
8559
|
+
},
|
|
8524
8560
|
{
|
|
8525
8561
|
chainId: 10,
|
|
8526
8562
|
address: "0x73cb180bf0521828d8849bc8CF2B920918e23032",
|
|
@@ -9909,7 +9945,7 @@ var tokens = [
|
|
|
9909
9945
|
var version = {
|
|
9910
9946
|
major: 10,
|
|
9911
9947
|
minor: 0,
|
|
9912
|
-
patch:
|
|
9948
|
+
patch: 152
|
|
9913
9949
|
};
|
|
9914
9950
|
var optimism_tokenlist_default = {
|
|
9915
9951
|
name,
|