@eth-optimism/tokenlist 10.0.31 → 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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-e92e75ee.d.ts → optimism.tokenlist-7d2a14d4.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -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-
|
|
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",
|
|
@@ -6517,6 +6529,32 @@ var tokens = [
|
|
|
6517
6529
|
opTokenId: "WLD"
|
|
6518
6530
|
}
|
|
6519
6531
|
},
|
|
6532
|
+
{
|
|
6533
|
+
chainId: 1,
|
|
6534
|
+
address: "0x7Fd4d7737597E7b4ee22AcbF8D94362343ae0a79",
|
|
6535
|
+
name: "Wrapped MistCoin",
|
|
6536
|
+
symbol: "WMC",
|
|
6537
|
+
decimals: 2,
|
|
6538
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6539
|
+
extensions: {
|
|
6540
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6541
|
+
opListId: "extended",
|
|
6542
|
+
opTokenId: "WMC"
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
chainId: 8453,
|
|
6547
|
+
address: "0x3d2eba645c44bbd32a34b7c017667711eb5b173c",
|
|
6548
|
+
name: "Wrapped MistCoin",
|
|
6549
|
+
symbol: "WMC",
|
|
6550
|
+
decimals: 2,
|
|
6551
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6552
|
+
extensions: {
|
|
6553
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6554
|
+
opListId: "extended",
|
|
6555
|
+
opTokenId: "WMC"
|
|
6556
|
+
}
|
|
6557
|
+
},
|
|
6520
6558
|
{
|
|
6521
6559
|
chainId: 1,
|
|
6522
6560
|
address: "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
|
|
@@ -6863,7 +6901,7 @@ var tokens = [
|
|
|
6863
6901
|
var version = {
|
|
6864
6902
|
major: 10,
|
|
6865
6903
|
minor: 0,
|
|
6866
|
-
patch:
|
|
6904
|
+
patch: 33
|
|
6867
6905
|
};
|
|
6868
6906
|
var optimism_tokenlist_default = {
|
|
6869
6907
|
name,
|