@eth-optimism/tokenlist 10.0.32 → 10.0.33
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-d80ca6ad.d.ts → optimism.tokenlist-7d2a14d4.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 = "2024-04-29T19:
|
|
44
|
+
var timestamp = "2024-04-29T19:09:05.914Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2969,6 +2969,18 @@ var tokens = [
|
|
|
2969
2969
|
opTokenId: "JRT"
|
|
2970
2970
|
}
|
|
2971
2971
|
},
|
|
2972
|
+
{
|
|
2973
|
+
chainId: 8453,
|
|
2974
|
+
address: "0x64cc19a52f4d631ef5be07947caba14ae00c52eb",
|
|
2975
|
+
name: "Kibble",
|
|
2976
|
+
symbol: "KIBBLE",
|
|
2977
|
+
decimals: 18,
|
|
2978
|
+
logoURI: "https://ethereum-optimism.github.io/data/KIBBLE/logo.svg",
|
|
2979
|
+
extensions: {
|
|
2980
|
+
opListId: "extended",
|
|
2981
|
+
opTokenId: "KIBBLE"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2972
2984
|
{
|
|
2973
2985
|
chainId: 1,
|
|
2974
2986
|
address: "0x02e7F808990638E9e67E1f00313037EDe2362361",
|
|
@@ -6889,7 +6901,7 @@ var tokens = [
|
|
|
6889
6901
|
var version = {
|
|
6890
6902
|
major: 10,
|
|
6891
6903
|
minor: 0,
|
|
6892
|
-
patch:
|
|
6904
|
+
patch: 33
|
|
6893
6905
|
};
|
|
6894
6906
|
var optimism_tokenlist_default = {
|
|
6895
6907
|
name,
|