@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-04-
|
|
25
|
+
var timestamp = "2024-04-29T19:09:05.914Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2950,6 +2950,18 @@ var tokens = [
|
|
|
2950
2950
|
opTokenId: "JRT"
|
|
2951
2951
|
}
|
|
2952
2952
|
},
|
|
2953
|
+
{
|
|
2954
|
+
chainId: 8453,
|
|
2955
|
+
address: "0x64cc19a52f4d631ef5be07947caba14ae00c52eb",
|
|
2956
|
+
name: "Kibble",
|
|
2957
|
+
symbol: "KIBBLE",
|
|
2958
|
+
decimals: 18,
|
|
2959
|
+
logoURI: "https://ethereum-optimism.github.io/data/KIBBLE/logo.svg",
|
|
2960
|
+
extensions: {
|
|
2961
|
+
opListId: "extended",
|
|
2962
|
+
opTokenId: "KIBBLE"
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2953
2965
|
{
|
|
2954
2966
|
chainId: 1,
|
|
2955
2967
|
address: "0x02e7F808990638E9e67E1f00313037EDe2362361",
|
|
@@ -6498,6 +6510,32 @@ var tokens = [
|
|
|
6498
6510
|
opTokenId: "WLD"
|
|
6499
6511
|
}
|
|
6500
6512
|
},
|
|
6513
|
+
{
|
|
6514
|
+
chainId: 1,
|
|
6515
|
+
address: "0x7Fd4d7737597E7b4ee22AcbF8D94362343ae0a79",
|
|
6516
|
+
name: "Wrapped MistCoin",
|
|
6517
|
+
symbol: "WMC",
|
|
6518
|
+
decimals: 2,
|
|
6519
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6520
|
+
extensions: {
|
|
6521
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6522
|
+
opListId: "extended",
|
|
6523
|
+
opTokenId: "WMC"
|
|
6524
|
+
}
|
|
6525
|
+
},
|
|
6526
|
+
{
|
|
6527
|
+
chainId: 8453,
|
|
6528
|
+
address: "0x3d2eba645c44bbd32a34b7c017667711eb5b173c",
|
|
6529
|
+
name: "Wrapped MistCoin",
|
|
6530
|
+
symbol: "WMC",
|
|
6531
|
+
decimals: 2,
|
|
6532
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6533
|
+
extensions: {
|
|
6534
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6535
|
+
opListId: "extended",
|
|
6536
|
+
opTokenId: "WMC"
|
|
6537
|
+
}
|
|
6538
|
+
},
|
|
6501
6539
|
{
|
|
6502
6540
|
chainId: 1,
|
|
6503
6541
|
address: "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
|
|
@@ -6844,7 +6882,7 @@ var tokens = [
|
|
|
6844
6882
|
var version = {
|
|
6845
6883
|
major: 10,
|
|
6846
6884
|
minor: 0,
|
|
6847
|
-
patch:
|
|
6885
|
+
patch: 33
|
|
6848
6886
|
};
|
|
6849
6887
|
var optimism_tokenlist_default = {
|
|
6850
6888
|
name,
|