@eth-optimism/tokenlist 8.3.86 → 8.3.88
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-b50d1e6e.d.ts → optimism.tokenlist-9111b76a.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 = "2023-07-
|
|
44
|
+
var timestamp = "2023-07-14T16:08:52.068Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3045,6 +3045,44 @@ var tokens = [
|
|
|
3045
3045
|
opTokenId: "SUSHI"
|
|
3046
3046
|
}
|
|
3047
3047
|
},
|
|
3048
|
+
{
|
|
3049
|
+
chainId: 1,
|
|
3050
|
+
address: "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
|
|
3051
|
+
name: "Threshold Network Token",
|
|
3052
|
+
symbol: "T",
|
|
3053
|
+
decimals: 18,
|
|
3054
|
+
logoURI: "https://ethereum-optimism.github.io/data/T/logo.svg",
|
|
3055
|
+
extensions: {
|
|
3056
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3057
|
+
opListId: "extended",
|
|
3058
|
+
opTokenId: "T"
|
|
3059
|
+
}
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
chainId: 10,
|
|
3063
|
+
address: "0x747e42Eb0591547a0ab429B3627816208c734EA7",
|
|
3064
|
+
name: "Threshold Network Token",
|
|
3065
|
+
symbol: "T",
|
|
3066
|
+
decimals: 18,
|
|
3067
|
+
logoURI: "https://ethereum-optimism.github.io/data/T/logo.svg",
|
|
3068
|
+
extensions: {
|
|
3069
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3070
|
+
opListId: "extended",
|
|
3071
|
+
opTokenId: "T"
|
|
3072
|
+
}
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
chainId: 5,
|
|
3076
|
+
address: "0x3f16380656cAE45D3f80D8833682d2b606eD094A",
|
|
3077
|
+
name: "Threshold Network Token",
|
|
3078
|
+
symbol: "T",
|
|
3079
|
+
decimals: 18,
|
|
3080
|
+
logoURI: "https://ethereum-optimism.github.io/data/T/logo.svg",
|
|
3081
|
+
extensions: {
|
|
3082
|
+
opListId: "extended",
|
|
3083
|
+
opTokenId: "T"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3048
3086
|
{
|
|
3049
3087
|
chainId: 1,
|
|
3050
3088
|
address: "0x8947da500Eb47F82df21143D0C01A29862a8C3c5",
|
|
@@ -3977,7 +4015,7 @@ var tokens = [
|
|
|
3977
4015
|
var version = {
|
|
3978
4016
|
major: 8,
|
|
3979
4017
|
minor: 3,
|
|
3980
|
-
patch:
|
|
4018
|
+
patch: 88
|
|
3981
4019
|
};
|
|
3982
4020
|
var optimism_tokenlist_default = {
|
|
3983
4021
|
name,
|