@eth-optimism/tokenlist 7.3.54 → 7.3.56
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-66caceca.d.ts → optimism.tokenlist-91c4553f.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-05-
|
|
9
|
+
var timestamp = "2023-05-31T04:08:21.148Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2796,6 +2796,32 @@ var tokens = [
|
|
|
2796
2796
|
opTokenId: "TheDAO"
|
|
2797
2797
|
}
|
|
2798
2798
|
},
|
|
2799
|
+
{
|
|
2800
|
+
chainId: 1,
|
|
2801
|
+
address: "0x82D09e30d5D682D69B4A5d97C61b7BA651457625",
|
|
2802
|
+
name: "Token Name Service",
|
|
2803
|
+
symbol: "TKN",
|
|
2804
|
+
decimals: 18,
|
|
2805
|
+
logoURI: "https://ethereum-optimism.github.io/data/TKN/logo.png",
|
|
2806
|
+
extensions: {
|
|
2807
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2808
|
+
opListId: "extended",
|
|
2809
|
+
opTokenId: "TKN"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
chainId: 10,
|
|
2814
|
+
address: "0x3Eb398fEc5F7327C6b15099a9681d9568ded2e82",
|
|
2815
|
+
name: "Token Name Service",
|
|
2816
|
+
symbol: "TKN",
|
|
2817
|
+
decimals: 18,
|
|
2818
|
+
logoURI: "https://ethereum-optimism.github.io/data/TKN/logo.png",
|
|
2819
|
+
extensions: {
|
|
2820
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2821
|
+
opListId: "extended",
|
|
2822
|
+
opTokenId: "TKN"
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2799
2825
|
{
|
|
2800
2826
|
chainId: 1,
|
|
2801
2827
|
address: "0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0",
|
|
@@ -3550,7 +3576,7 @@ var tokens = [
|
|
|
3550
3576
|
var version = {
|
|
3551
3577
|
major: 7,
|
|
3552
3578
|
minor: 3,
|
|
3553
|
-
patch:
|
|
3579
|
+
patch: 56
|
|
3554
3580
|
};
|
|
3555
3581
|
var optimism_tokenlist_default = {
|
|
3556
3582
|
name,
|