@eth-optimism/tokenlist 8.3.138 → 8.3.139
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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-bab636c2.d.ts → optimism.tokenlist-257224fd.d.ts} +14 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +14 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +14 -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 = "2023-08-22T22:
|
|
44
|
+
var timestamp = "2023-08-22T22:26:48.850Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3671,6 +3671,18 @@ var tokens = [
|
|
|
3671
3671
|
opTokenId: "SUKU"
|
|
3672
3672
|
}
|
|
3673
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
chainId: 8453,
|
|
3676
|
+
address: "0xA9C9Dcb054421DEDc9d9006CFfe843D0a5Cd6339",
|
|
3677
|
+
name: "Sustainable Growth",
|
|
3678
|
+
symbol: "SUS",
|
|
3679
|
+
decimals: 18,
|
|
3680
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUS/logo.png",
|
|
3681
|
+
extensions: {
|
|
3682
|
+
opListId: "extended",
|
|
3683
|
+
opTokenId: "SUS"
|
|
3684
|
+
}
|
|
3685
|
+
},
|
|
3674
3686
|
{
|
|
3675
3687
|
chainId: 1,
|
|
3676
3688
|
address: "0x57ab1ec28d129707052df4df418d58a2d46d5f51",
|
|
@@ -4937,7 +4949,7 @@ var tokens = [
|
|
|
4937
4949
|
var version = {
|
|
4938
4950
|
major: 8,
|
|
4939
4951
|
minor: 3,
|
|
4940
|
-
patch:
|
|
4952
|
+
patch: 139
|
|
4941
4953
|
};
|
|
4942
4954
|
var optimism_tokenlist_default = {
|
|
4943
4955
|
name,
|