@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.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 = "2024-10-
|
|
44
|
+
var timestamp = "2024-10-30T03:50:43.543Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8540,6 +8540,42 @@ var tokens = [
|
|
|
8540
8540
|
opTokenId: "USDD"
|
|
8541
8541
|
}
|
|
8542
8542
|
},
|
|
8543
|
+
{
|
|
8544
|
+
chainId: 1,
|
|
8545
|
+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
8546
|
+
name: "Glo Dollar",
|
|
8547
|
+
symbol: "USDGLO",
|
|
8548
|
+
decimals: 18,
|
|
8549
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDGLO/logo.svg",
|
|
8550
|
+
extensions: {
|
|
8551
|
+
opListId: "extended",
|
|
8552
|
+
opTokenId: "USDGLO"
|
|
8553
|
+
}
|
|
8554
|
+
},
|
|
8555
|
+
{
|
|
8556
|
+
chainId: 10,
|
|
8557
|
+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
8558
|
+
name: "Glo Dollar",
|
|
8559
|
+
symbol: "USDGLO",
|
|
8560
|
+
decimals: 18,
|
|
8561
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDGLO/logo.svg",
|
|
8562
|
+
extensions: {
|
|
8563
|
+
opListId: "extended",
|
|
8564
|
+
opTokenId: "USDGLO"
|
|
8565
|
+
}
|
|
8566
|
+
},
|
|
8567
|
+
{
|
|
8568
|
+
chainId: 8453,
|
|
8569
|
+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
8570
|
+
name: "Glo Dollar",
|
|
8571
|
+
symbol: "USDGLO",
|
|
8572
|
+
decimals: 18,
|
|
8573
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDGLO/logo.svg",
|
|
8574
|
+
extensions: {
|
|
8575
|
+
opListId: "extended",
|
|
8576
|
+
opTokenId: "USDGLO"
|
|
8577
|
+
}
|
|
8578
|
+
},
|
|
8543
8579
|
{
|
|
8544
8580
|
chainId: 10,
|
|
8545
8581
|
address: "0x73cb180bf0521828d8849bc8CF2B920918e23032",
|
|
@@ -9928,7 +9964,7 @@ var tokens = [
|
|
|
9928
9964
|
var version = {
|
|
9929
9965
|
major: 10,
|
|
9930
9966
|
minor: 0,
|
|
9931
|
-
patch:
|
|
9967
|
+
patch: 152
|
|
9932
9968
|
};
|
|
9933
9969
|
var optimism_tokenlist_default = {
|
|
9934
9970
|
name,
|