@eth-optimism/tokenlist 10.0.90 → 10.0.92
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-98fafb00.d.ts → optimism.tokenlist-7d2f7974.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
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-06-
|
|
44
|
+
var timestamp = "2024-06-28T23:16:56.130Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6926,6 +6926,32 @@ var tokens = [
|
|
|
6926
6926
|
opTokenId: "THING"
|
|
6927
6927
|
}
|
|
6928
6928
|
},
|
|
6929
|
+
{
|
|
6930
|
+
chainId: 1,
|
|
6931
|
+
address: "0xe632ea2ef2cfd8fc4a2731c76f99078aef6a4b31",
|
|
6932
|
+
name: "THX Network",
|
|
6933
|
+
symbol: "THX",
|
|
6934
|
+
decimals: 18,
|
|
6935
|
+
logoURI: "https://ethereum-optimism.github.io/data/THX/logo.svg",
|
|
6936
|
+
extensions: {
|
|
6937
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6938
|
+
opListId: "extended",
|
|
6939
|
+
opTokenId: "THX"
|
|
6940
|
+
}
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
chainId: 8453,
|
|
6944
|
+
address: "0xb363c1235734f4C036Eb82C84C87e099C316fb48",
|
|
6945
|
+
name: "THX Network",
|
|
6946
|
+
symbol: "THX",
|
|
6947
|
+
decimals: 18,
|
|
6948
|
+
logoURI: "https://ethereum-optimism.github.io/data/THX/logo.svg",
|
|
6949
|
+
extensions: {
|
|
6950
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6951
|
+
opListId: "extended",
|
|
6952
|
+
opTokenId: "THX"
|
|
6953
|
+
}
|
|
6954
|
+
},
|
|
6929
6955
|
{
|
|
6930
6956
|
chainId: 1,
|
|
6931
6957
|
address: "0x7c5b267ed81009aa7374b5ca7e5137da47045ba8",
|
|
@@ -8686,7 +8712,7 @@ var tokens = [
|
|
|
8686
8712
|
var version = {
|
|
8687
8713
|
major: 10,
|
|
8688
8714
|
minor: 0,
|
|
8689
|
-
patch:
|
|
8715
|
+
patch: 92
|
|
8690
8716
|
};
|
|
8691
8717
|
var optimism_tokenlist_default = {
|
|
8692
8718
|
name,
|