@eth-optimism/tokenlist 10.0.67 → 10.0.68
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-543fe05e.d.ts → optimism.tokenlist-d8cf1cb6.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-05-16T16:
|
|
44
|
+
var timestamp = "2024-05-16T16:48:26.690Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5834,11 +5834,25 @@ var tokens = [
|
|
|
5834
5834
|
decimals: 18,
|
|
5835
5835
|
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5836
5836
|
extensions: {
|
|
5837
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5837
5838
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5838
5839
|
opListId: "extended",
|
|
5839
5840
|
opTokenId: "SMT"
|
|
5840
5841
|
}
|
|
5841
5842
|
},
|
|
5843
|
+
{
|
|
5844
|
+
chainId: 10,
|
|
5845
|
+
address: "0x8Eb99a441b04576282e9069977F6DE6053EF6a97",
|
|
5846
|
+
name: "Swarm Markets",
|
|
5847
|
+
symbol: "SMT",
|
|
5848
|
+
decimals: 18,
|
|
5849
|
+
logoURI: "https://ethereum-optimism.github.io/data/SMT/logo.svg",
|
|
5850
|
+
extensions: {
|
|
5851
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5852
|
+
opListId: "extended",
|
|
5853
|
+
opTokenId: "SMT"
|
|
5854
|
+
}
|
|
5855
|
+
},
|
|
5842
5856
|
{
|
|
5843
5857
|
chainId: 8453,
|
|
5844
5858
|
address: "0x2974dC646e375e83bd1c0342625b49f288987fA4",
|
|
@@ -8108,7 +8122,7 @@ var tokens = [
|
|
|
8108
8122
|
var version = {
|
|
8109
8123
|
major: 10,
|
|
8110
8124
|
minor: 0,
|
|
8111
|
-
patch:
|
|
8125
|
+
patch: 68
|
|
8112
8126
|
};
|
|
8113
8127
|
var optimism_tokenlist_default = {
|
|
8114
8128
|
name,
|