@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-22T22:
|
|
9
|
+
var timestamp = "2023-08-22T22:26:48.850Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3636,6 +3636,18 @@ var tokens = [
|
|
|
3636
3636
|
opTokenId: "SUKU"
|
|
3637
3637
|
}
|
|
3638
3638
|
},
|
|
3639
|
+
{
|
|
3640
|
+
chainId: 8453,
|
|
3641
|
+
address: "0xA9C9Dcb054421DEDc9d9006CFfe843D0a5Cd6339",
|
|
3642
|
+
name: "Sustainable Growth",
|
|
3643
|
+
symbol: "SUS",
|
|
3644
|
+
decimals: 18,
|
|
3645
|
+
logoURI: "https://ethereum-optimism.github.io/data/SUS/logo.png",
|
|
3646
|
+
extensions: {
|
|
3647
|
+
opListId: "extended",
|
|
3648
|
+
opTokenId: "SUS"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3639
3651
|
{
|
|
3640
3652
|
chainId: 1,
|
|
3641
3653
|
address: "0x57ab1ec28d129707052df4df418d58a2d46d5f51",
|
|
@@ -4902,7 +4914,7 @@ var tokens = [
|
|
|
4902
4914
|
var version = {
|
|
4903
4915
|
major: 8,
|
|
4904
4916
|
minor: 3,
|
|
4905
|
-
patch:
|
|
4917
|
+
patch: 139
|
|
4906
4918
|
};
|
|
4907
4919
|
var optimism_tokenlist_default = {
|
|
4908
4920
|
name,
|