@eth-optimism/tokenlist 10.0.109 → 10.0.111
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-7b1e6458.d.ts → optimism.tokenlist-f738bdab.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-08-
|
|
44
|
+
var timestamp = "2024-08-20T16:05:40.321Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2950,6 +2950,32 @@ var tokens = [
|
|
|
2950
2950
|
opTokenId: "GHST"
|
|
2951
2951
|
}
|
|
2952
2952
|
},
|
|
2953
|
+
{
|
|
2954
|
+
chainId: 1,
|
|
2955
|
+
address: "0xF43F21384d03b5cBbddd58d2de64071e4Ce76AB0",
|
|
2956
|
+
name: "GIGACHAD",
|
|
2957
|
+
symbol: "GIGACHAD",
|
|
2958
|
+
decimals: 18,
|
|
2959
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIGACHAD/logo.png",
|
|
2960
|
+
extensions: {
|
|
2961
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2962
|
+
opListId: "extended",
|
|
2963
|
+
opTokenId: "GIGACHAD"
|
|
2964
|
+
}
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
chainId: 8453,
|
|
2968
|
+
address: "0x4032758A0A5dADC52ea7206fBa72aE3BBf2A44E1",
|
|
2969
|
+
name: "GigaChad",
|
|
2970
|
+
symbol: "GIGACHAD",
|
|
2971
|
+
decimals: 18,
|
|
2972
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIGACHAD/logo.png",
|
|
2973
|
+
extensions: {
|
|
2974
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2975
|
+
opListId: "extended",
|
|
2976
|
+
opTokenId: "GIGACHAD"
|
|
2977
|
+
}
|
|
2978
|
+
},
|
|
2953
2979
|
{
|
|
2954
2980
|
chainId: 1,
|
|
2955
2981
|
address: "0x900dB999074d9277c5DA2A43F252D74366230DA0",
|
|
@@ -9098,7 +9124,7 @@ var tokens = [
|
|
|
9098
9124
|
var version = {
|
|
9099
9125
|
major: 10,
|
|
9100
9126
|
minor: 0,
|
|
9101
|
-
patch:
|
|
9127
|
+
patch: 111
|
|
9102
9128
|
};
|
|
9103
9129
|
var optimism_tokenlist_default = {
|
|
9104
9130
|
name,
|